summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-18 16:15:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-18 16:15:16 +0000
commit09794266c414a013b7100fdeb287237069eac77e (patch)
tree984c53d75d335dc817020a7df0e41d61942ae305 /cpukit/ChangeLog
parent2009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-09794266c414a013b7100fdeb287237069eac77e.tar.bz2
2009-08-18 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* score/src/heapallocatealigned.c: Change break to continue to fix issue encountered on ARM. Fix indentation.
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 3abd82fcd4..43eb9fce45 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-18 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
+
+ * score/src/heapallocatealigned.c: Change break to continue to fix
+ issue encountered on ARM. Fix indentation.
+
2009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/timerreset.c: Rework to ease analysis.