Commit ab409f1b by Bob Wilson Committed by Bob Wilson

linux.h (TARGET_OS_CPP_BUILTINS): Back out previous addition of __PIC__ and __pic__ macros.

	* 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
parent a1796d12
2003-04-25 Bob Wilson <bob.wilson@acm.org> 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 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
_GNU_SOURCE. Add definitions of __PIC__ and __pic__. _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
(SUBTARGET_CPP_SPEC): Define. (SUBTARGET_CPP_SPEC): Define.
......
...@@ -26,8 +26,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -26,8 +26,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
builtin_define ("__ELF__"); \ builtin_define ("__ELF__"); \
builtin_define ("__gnu_linux__"); \ builtin_define ("__gnu_linux__"); \
builtin_assert ("system=posix"); \ builtin_assert ("system=posix"); \
builtin_define ("__PIC__"); \
builtin_define ("__pic__"); \
} while (0) } while (0)
#undef SUBTARGET_CPP_SPEC #undef SUBTARGET_CPP_SPEC
......
...@@ -214,7 +214,7 @@ extern unsigned xtensa_current_frame_size; ...@@ -214,7 +214,7 @@ extern unsigned xtensa_current_frame_size;
#define SUBTARGET_CPP_SPEC "" #define SUBTARGET_CPP_SPEC ""
#endif #endif
#define EXTRA_SPECS \ #define EXTRA_SPECS \
{ "subtarget_cpp_spec", SUBTARGET_CPP_SPEC }, { "subtarget_cpp_spec", SUBTARGET_CPP_SPEC },
#ifdef __XTENSA_EB__ #ifdef __XTENSA_EB__
......
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