Commit 18586cb7 by David Daney Committed by David Daney

re PR preprocessor/14198 ([3.4.0][MIPS]FAIL: gcc.dg/cpp/assert4.c (test for excess errors))

2004-02-19  David Daney <ddaney@avtrex.com>

	PR preprocessor/14198
	* config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Add
	builtin_assert ("machine=mips")

From-SVN: r78123
parent 37a46828
2004-02-19 David Daney <ddaney@avtrex.com>
PR preprocessor/14198
* config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Add
builtin_assert ("machine=mips")
2004-02-19 Kazu Hirata <kazu@cs.umass.edu> 2004-02-19 Kazu Hirata <kazu@cs.umass.edu>
* opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS. * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
......
...@@ -58,6 +58,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -58,6 +58,7 @@ Boston, MA 02111-1307, USA. */
LINUX_TARGET_OS_CPP_BUILTINS(); \ LINUX_TARGET_OS_CPP_BUILTINS(); \
builtin_define ("__PIC__"); \ builtin_define ("__PIC__"); \
builtin_define ("__pic__"); \ builtin_define ("__pic__"); \
builtin_assert ("machine=mips"); \
/* The GNU C++ standard library requires this. */ \ /* The GNU C++ standard library requires this. */ \
if (c_dialect_cxx ()) \ if (c_dialect_cxx ()) \
builtin_define ("_GNU_SOURCE"); \ builtin_define ("_GNU_SOURCE"); \
......
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