]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
revert: bfin.h (TARGET_CPU_CPP_BUILTINS): Define __bfin__ and __BFIN__.
authorJie Zhang <jie.zhang@analog.com>
Sun, 12 Nov 2006 00:27:46 +0000 (00:27 +0000)
committerJie Zhang <jiez@gcc.gnu.org>
Sun, 12 Nov 2006 00:27:46 +0000 (00:27 +0000)
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

gcc/ChangeLog
gcc/config/bfin/bfin.h

index 122e0a86957ccea7eff7c24f7e59425d4fe56a91..05358b10010e663b4cee9dee054c5f930cd386a6 100644 (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__
index 71a598af62fcf5b5849bfe13c3c8420e289fdfa9..074fd114a0bba1eb92e23e22a772b130349c1330 100644 (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__");      \