summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/score/src/threadhandler.c5
2 files changed, 5 insertions, 5 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".
diff --git a/cpukit/score/src/threadhandler.c b/cpukit/score/src/threadhandler.c
index ee42ba0e47..28f34ac2b3 100644
--- a/cpukit/score/src/threadhandler.c
+++ b/cpukit/score/src/threadhandler.c
@@ -33,15 +33,10 @@
#include <rtems/score/smp.h>
#endif
-
/*
* Conditional magic to determine what style of C++ constructor
* initialization this target and compiler version uses.
*/
-#if defined(__AVR__)
- #undef __USE_INIT_FINI__
-#endif
-
#if defined(__USE_INIT_FINI__)
#if defined(__M32R__)
#define INIT_NAME __init