diff options
author | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-26 00:39:02 +0000 |
---|---|---|
committer | bwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-26 00:39:02 +0000 |
commit | c3fa91b89eadb0ac89a9104edcc137517b1437e5 (patch) | |
tree | 5030e6763c9020974b0ec45da2488eccd1a6fa4c /gcc/config/xtensa/xtensa.h | |
parent | 362bf8e7b9e3e3e62c92783f60454bd2b18ff9a0 (diff) | |
download | gcc-c3fa91b89eadb0ac89a9104edcc137517b1437e5.tar.gz |
* config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
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
Diffstat (limited to 'gcc/config/xtensa/xtensa.h')
-rw-r--r-- | gcc/config/xtensa/xtensa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/xtensa/xtensa.h b/gcc/config/xtensa/xtensa.h index ace3f4b9a9f..84f131dd2df 100644 --- a/gcc/config/xtensa/xtensa.h +++ b/gcc/config/xtensa/xtensa.h @@ -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__ |