summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-07 14:58:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-07 14:58:45 +0000
commit7417f7b71c1b2796439761ce1471c2bed18b249e (patch)
tree0c62b5b9615d40e564df7e836d2ac6c904e9c3bd /cpukit/ChangeLog
parentfix sdram timing for MPC5200B chips (diff)
downloadrtems-7417f7b71c1b2796439761ce1471c2bed18b249e.tar.bz2
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/monitor/mon-monitor.c, libmisc/monitor/monitor.h: Add const to fix warning. Spacing.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d56c73af61..092925a5b2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libmisc/monitor/mon-monitor.c, libmisc/monitor/monitor.h: Add const
+ to fix warning. Spacing.
+
+2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/include/rtems/system.h: Fix warnings about TRUE/FALSE not
defined on ARM target. This file need to be clean from .S files.