Commit ae80f469 by Jie Zhang Committed by Jie Zhang

bfin.h (TARGET_CPU_CPP_BUILTINS): Define __NO_BUILTIN if -fno-builtin.

	* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
	__NO_BUILTIN if -fno-builtin.

From-SVN: r127782
parent b570063a
2007-08-24 Jie Zhang <jie.zhang@analog.com> 2007-08-24 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
__NO_BUILTIN if -fno-builtin.
2007-08-24 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.c (print_operand): Report error instead of * config/bfin/bfin.c (print_operand): Report error instead of
ICE for wrong operand. ICE for wrong operand.
......
...@@ -76,6 +76,8 @@ extern int target_flags; ...@@ -76,6 +76,8 @@ extern int target_flags;
builtin_define ("__BFIN_FDPIC__"); \ builtin_define ("__BFIN_FDPIC__"); \
if (TARGET_ID_SHARED_LIBRARY) \ if (TARGET_ID_SHARED_LIBRARY) \
builtin_define ("__ID_SHARED_LIB__"); \ builtin_define ("__ID_SHARED_LIB__"); \
if (flag_no_builtin) \
builtin_define ("__NO_BUILTIN"); \
} \ } \
while (0) while (0)
#endif #endif
......
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