diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-01 16:28:41 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-01 16:28:41 -0800 |
commit | 46302379df20b88701ca46174719d816e7b6527a (patch) | |
tree | 80c7e42995b11265805b00e1ed078aaec3a568fd | |
parent | 96d8f1d82d37aa4f808a5bf79c33074c0b9929eb (diff) | |
download | gcc-46302379df20b88701ca46174719d816e7b6527a.zip gcc-46302379df20b88701ca46174719d816e7b6527a.tar.gz gcc-46302379df20b88701ca46174719d816e7b6527a.tar.bz2 |
(JUMP_TABLES_IN_TEXT_SECTION): Delete.
From-SVN: r6685
-rw-r--r-- | gcc/config/sparc/sol2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index eb60e10..0617ed58 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -85,11 +85,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define CTORS_SECTION_ASM_OP "\t.section\t\".ctors\",#alloc,#execinstr\n" #define DTORS_SECTION_ASM_OP "\t.section\t\".dtors\",#alloc,#execinstr\n" -/* The native assembler can't compute differences between symbols in different - sections when generating pic code, so we must put jump tables in the - text section. */ -#define JUMP_TABLES_IN_TEXT_SECTION 1 - /* Must use data section for relocatable constants when pic. */ #undef SELECT_RTX_SECTION #define SELECT_RTX_SECTION(MODE,RTX) \ |