Commit c5022db0 by Ralf Corsepius Committed by Ralf Corsepius

rtems.h (TARGET_OS_CPP_BUILTINS): Remove __USE_INIT_FINI__.

2012-10-26  Ralf Corsépius  <ralf.corsepius@rtems.org>

	* config/avr/rtems.h (TARGET_OS_CPP_BUILTINS): Remove
	__USE_INIT_FINI__.
	* config/avr/t-rtems (LIB1ASMFUNCS): Filter out _exit.

From-SVN: r192828
parent c4ffeb65
2012-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* config/avr/rtems.h (TARGET_OS_CPP_BUILTINS): Remove
__USE_INIT_FINI__.
* config/avr/t-rtems (LIB1ASMFUNCS): Filter out _exit.
2012-10-25 David S. Miller <davem@davemloft.net> 2012-10-25 David S. Miller <davem@davemloft.net>
* config/sparc/constraints.md ("U"): Delete. * config/sparc/constraints.md ("U"): Delete.
...@@ -23,6 +23,5 @@ along with GCC; see the file COPYING3. If not see ...@@ -23,6 +23,5 @@ along with GCC; see the file COPYING3. If not see
#define TARGET_OS_CPP_BUILTINS() \ #define TARGET_OS_CPP_BUILTINS() \
do { \ do { \
builtin_define ("__rtems__"); \ builtin_define ("__rtems__"); \
builtin_define ("__USE_INIT_FINI__"); \
builtin_assert ("system=rtems"); \ builtin_assert ("system=rtems"); \
} while (0) } while (0)
# Multilibs for avr RTEMS targets. # Multilibs for avr RTEMS targets.
# ATM, this is just a stub # RTEMS uses _exit from newlib
LIB1ASMFUNCS := $(filter-out _exit,$(LIB1ASMFUNCS))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment