summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-07 11:06:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-07 11:06:21 +0000
commit742c1404971150135e87749216880f08c360503f (patch)
tree9e0423ed0a0849770918b806ca7ddb3ad1933429 /cpukit/ChangeLog
parent2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-742c1404971150135e87749216880f08c360503f.tar.bz2
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/src/threadhandler.c: Don't undefine __USE_INIT_FINI__ for the avr.
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 1fe17f529b..bbf76f588c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * score/src/threadhandler.c: Don't undefine __USE_INIT_FINI__ for
+ the avr.
+
+2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libfs/src/imfs/memfile.c (memfile_ioctl): Remove unused var
"the_jnode".