From 46302379df20b88701ca46174719d816e7b6527a Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 1 Mar 1994 16:28:41 -0800 Subject: [PATCH] (JUMP_TABLES_IN_TEXT_SECTION): Delete. From-SVN: r6685 --- gcc/config/sparc/sol2.h | 5 ----- 1 file changed, 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) \ -- 2.30.2