From: Jim Wilson Date: Fri, 1 Apr 1994 02:55:55 +0000 (-0800) Subject: Delete ifdefed out section defining *_SECTION_ASM_OP macros. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=210e5f2df7b95430f74e3c77c75e7cf1c0fdd718;p=gcc.git Delete ifdefed out section defining *_SECTION_ASM_OP macros. ({CTORS,DTORS}_SECTION_ASM_OP) Delete definitions. From-SVN: r6936 --- 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) \