diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-02 00:28:41 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-02 00:28:41 +0000 |
commit | df23c8b494d0ae8be4b23881cf53c8d711599c5b (patch) | |
tree | 80c7e42995b11265805b00e1ed078aaec3a568fd /gcc/config/sparc/sol2.h | |
parent | ec605de9cd23dc1550d8ff6cc6020d6ac4c1f3d7 (diff) | |
download | gcc-df23c8b494d0ae8be4b23881cf53c8d711599c5b.tar.gz |
(JUMP_TABLES_IN_TEXT_SECTION): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6685 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/sol2.h')
-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 eb60e10b292..0617ed58f95 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) \ |