From 742c1404971150135e87749216880f08c360503f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 7 Oct 2011 11:06:21 +0000 Subject: [PATCH] =?UTF-8?q?2011-10-07=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * score/src/threadhandler.c: Don't undefine __USE_INIT_FINI__ for the avr. --- cpukit/ChangeLog | 5 +++++ cpukit/score/src/threadhandler.c | 5 ----- 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,3 +1,8 @@ +2011-10-07 Ralf Corsépius + + * score/src/threadhandler.c: Don't undefine __USE_INIT_FINI__ for + the avr. + 2011-10-07 Ralf Corsépius * libfs/src/imfs/memfile.c (memfile_ioctl): Remove unused var 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 #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