mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 04:11:46 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user