addition of __PIC__ and __pic__ macros.
* config/xtensa/xtensa.h: Clean up indentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66093
138bc75d-0d04-0410-961f-
82ee72b054a4
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
_GNU_SOURCE. Add definitions of __PIC__ and __pic__.
(SUBTARGET_CPP_SPEC): Define.
builtin_define ("__ELF__"); \
builtin_define ("__gnu_linux__"); \
builtin_assert ("system=posix"); \
- builtin_define ("__PIC__"); \
- builtin_define ("__pic__"); \
} while (0)
#undef SUBTARGET_CPP_SPEC
#define SUBTARGET_CPP_SPEC ""
#endif
-#define EXTRA_SPECS \
+#define EXTRA_SPECS \
{ "subtarget_cpp_spec", SUBTARGET_CPP_SPEC },
#ifdef __XTENSA_EB__