2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>

* score/src/threadhandler.c: Don't undefine __USE_INIT_FINI__ for
	the avr.
This commit is contained in:
Ralf Corsepius
2011-10-07 11:06:21 +00:00
parent 6ae51d2e96
commit 742c140497
2 changed files with 5 additions and 5 deletions
+5
View File
@@ -1,3 +1,8 @@
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
-5
View File
@@ -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