diff options
Diffstat (limited to 'gcc/config/xtensa/elf.h')
-rw-r--r-- | gcc/config/xtensa/elf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/xtensa/elf.h b/gcc/config/xtensa/elf.h index dea1e5f8414..611bebfcf2e 100644 --- a/gcc/config/xtensa/elf.h +++ b/gcc/config/xtensa/elf.h @@ -101,10 +101,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA doesn't allow $ in symbol names. */ #undef NO_DOLLAR_IN_LABEL -/* Don't switch sections in the middle of a literal pool! */ -#undef SELECT_RTX_SECTION -#define SELECT_RTX_SECTION(MODE,RTX,ALIGN) - /* Do not force "-fpic" for this target. */ #define XTENSA_ALWAYS_PIC 0 |