linux.h (TARGET_OS_CPP_BUILTINS): Back out previous addition of __PIC__ and __pic__...
authorBob Wilson <bob.wilson@acm.org>
Sat, 26 Apr 2003 00:39:02 +0000 (00:39 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Sat, 26 Apr 2003 00:39:02 +0000 (00:39 +0000)
* config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
addition of __PIC__ and __pic__ macros.
* config/xtensa/xtensa.h: Clean up indentation.

From-SVN: r66093

gcc/ChangeLog
gcc/config/xtensa/linux.h
gcc/config/xtensa/xtensa.h

index ded408e1ba5b726a679256462fc2e643d0bb3a2d..f3d9bc68548583c48028b13cac50525b661f0996 100644 (file)
@@ -1,3 +1,9 @@
+2003-04-25  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
+       addition of __PIC__ and __pic__ macros.
+       * config/xtensa/xtensa.h: Clean up indentation.
+
 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
 
        * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
index 4a1b5f626ad1ba4f0c53deb409a5a44631d6c318..1930bac0b5377a346cd267fea05ce23fde8f4e11 100644 (file)
@@ -26,8 +26,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
     builtin_define ("__ELF__");                                        \
     builtin_define ("__gnu_linux__");                          \
     builtin_assert ("system=posix");                           \
-    builtin_define ("__PIC__");                                        \
-    builtin_define ("__pic__");                                        \
   } while (0)
 
 #undef SUBTARGET_CPP_SPEC
index ace3f4b9a9f5c145c4b35ad7a6d80aeada265732..84f131dd2df72340be678c2657744d5f5e12a8e4 100644 (file)
@@ -214,7 +214,7 @@ extern unsigned xtensa_current_frame_size;
 #define SUBTARGET_CPP_SPEC ""
 #endif
 
-#define EXTRA_SPECS                                             \
+#define EXTRA_SPECS                                                    \
   { "subtarget_cpp_spec", SUBTARGET_CPP_SPEC },
 
 #ifdef __XTENSA_EB__