(JUMP_TABLES_IN_TEXT_SECTION): Delete.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 2 Mar 1994 00:28:41 +0000 (16:28 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 2 Mar 1994 00:28:41 +0000 (16:28 -0800)
From-SVN: r6685

gcc/config/sparc/sol2.h

index eb60e10b29257fe2705c548ae48290d677241419..0617ed58f955df5638ff190f6028b44c3959b6fe 100644 (file)
@@ -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)           \