From 210e5f2df7b95430f74e3c77c75e7cf1c0fdd718 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 31 Mar 1994 18:55:55 -0800 Subject: [PATCH] Delete ifdefed out section defining *_SECTION_ASM_OP macros. ({CTORS,DTORS}_SECTION_ASM_OP) Delete definitions. From-SVN: r6936 --- gcc/config/sparc/sol2.h | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index d7d3dac520b..8ea60aaab70 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -65,27 +65,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ASM_IDENTIFY_GCC_AFTER_SOURCE(FILE) \ fputs ("\t.stabs\t\"gcc2_compiled.\", 0x3c, 0, 0, 0\n", FILE) -#undef CTORS_SECTION_ASM_OP -#undef DTORS_SECTION_ASM_OP - -#if 0 /* These seems unnecessary; the ones in sparc/sysv4.h look right. */ -#undef TEXT_SECTION_ASM_OP -#undef DATA_SECTION_ASM_OP -#undef BSS_SECTION_ASM_OP -#undef CONST_SECTION_ASM_OP -#undef INIT_SECTION_ASM_OP - -#define TEXT_SECTION_ASM_OP "\t.section\t\".text\"" -#define DATA_SECTION_ASM_OP "\t.section\t\".data\"" -#define BSS_SECTION_ASM_OP "\t.section\t\".bss\"" - -#define CONST_SECTION_ASM_OP "\t.section\t\".rodata\"" -#define INIT_SECTION_ASM_OP "\t.section\t\".init\"" -#endif - -#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 Solaris 2 assembler uses .skip, not .zero, so put this back. */ #undef ASM_OUTPUT_SKIP #define ASM_OUTPUT_SKIP(FILE,SIZE) \ -- 2.30.2