Commit 18330d28 by Bernardo Innocenti Committed by Bernardo Innocenti

m68kemb.h (TARGET_OS_CPP_BUILTINS): Remove redundant definition of mc68000,…

m68kemb.h (TARGET_OS_CPP_BUILTINS): Remove redundant definition of mc68000, already present in TARGET_CPU_CPP_BUILTINS.

	* config/m68k/m68kemb.h (TARGET_OS_CPP_BUILTINS): Remove redundant
	definition of mc68000, already present in TARGET_CPU_CPP_BUILTINS.

From-SVN: r92384
parent 903a33c9
2004-12-19 Bernardo Innocenti <bernie@develer.com>
* config/m68k/m68kemb.h (TARGET_OS_CPP_BUILTINS): Remove redundant
definition of mc68000, already present in TARGET_CPU_CPP_BUILTINS.
2004-12-18 Daniel Berlin <dberlin@dberlin.org>
* lambda-code.c (can_convert_to_perfect_nest): Make checking
......
/* Definitions of target machine for GNU compiler. "embedded" 68XXX.
This is meant to be included after m68k.h.
Copyright (C) 1994, 1995, 1998, 1999 Free Software Foundation, Inc. */
Copyright (C) 1994, 1995, 1998, 1999, 2004 Free Software Foundation, Inc. */
/* Override the SVR4 ABI for this target. */
......@@ -45,9 +45,8 @@
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
builtin_define_std ("mc68000"); \
builtin_define ("__embedded__"); \
} \
builtin_define ("__embedded__"); \
} \
while (0)
/* Override the default LIB_SPEC from gcc.c. We don't currently support
......
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