summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-06-15 01:02:18 +0000
committerChris Johns <chrisj@rtems.org>2009-06-15 01:02:18 +0000
commit6576c1d7ea057a0477c52f4989fc89e369af4c9a (patch)
tree3a207b1a6f744f07c6eee5198e1a39832d6346e0 /cpukit/ChangeLog
parentFixed nested includes. (diff)
downloadrtems-6576c1d7ea057a0477c52f4989fc89e369af4c9a.tar.bz2
2009-06-15 Chris Johns <chrisj@rtems.org>
* libmisc/shell/hexdump-odsyntax.c: AVR has the same size float and double. Fix error in case statement. * libmisc/shell/main_dd.c: Remove sys/conf.h header. It is not available if networking is disabled.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index dfda94f35a..20c9d4a3a0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2009-06-15 Chris Johns <chrisj@rtems.org>
+ * libmisc/shell/hexdump-odsyntax.c: AVR has the same size float
+ and double. Fix error in case statement.
+ * libmisc/shell/main_dd.c: Remove sys/conf.h header. It is not
+ available if networking is disabled.
+
+2009-06-15 Chris Johns <chrisj@rtems.org>
+
* score/cpu/mips/rtems/mips/idtcpu.h: Remote WAIT define. Horrible
overload.