revert: bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__ and __BFIN__.

Revert
	2006-11-11  Jie Zhang  <jie.zhang@analog.com>
	* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__
	and __BFIN__.

	* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Use builtin_define_std
	instead of builtin_define for bfin and BFIN.

From-SVN: r118713
This commit is contained in:
Jie Zhang 2006-11-12 00:27:46 +00:00 committed by Jie Zhang
parent a167b3e88c
commit a607b34fff
2 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,13 @@
2006-11-12 Jie Zhang <jie.zhang@analog.com>
Revert
2006-11-11 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__
and __BFIN__.
* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Use builtin_define_std
instead of builtin_define for bfin and BFIN.
2006-11-11 Jie Zhang <jie.zhang@analog.com>
* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__

View file

@ -39,10 +39,8 @@ extern int target_flags;
#define TARGET_CPU_CPP_BUILTINS() \
do \
{ \
builtin_define ("bfin"); \
builtin_define ("BFIN"); \
builtin_define ("__bfin__"); \
builtin_define ("__BFIN__"); \
builtin_define_std ("bfin"); \
builtin_define_std ("BFIN"); \
builtin_define ("__ADSPBLACKFIN__"); \
if (TARGET_FDPIC) \
builtin_define ("__BFIN_FDPIC__"); \