diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 18:55:55 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-31 18:55:55 -0800 |
commit | 210e5f2df7b95430f74e3c77c75e7cf1c0fdd718 (patch) | |
tree | 6579bf8e9db927d94ed8739f983a1760c224208b | |
parent | e8fca6ce38e43565799dbce3f1648d1d01be1a96 (diff) | |
download | gcc-210e5f2df7b95430f74e3c77c75e7cf1c0fdd718.zip gcc-210e5f2df7b95430f74e3c77c75e7cf1c0fdd718.tar.gz gcc-210e5f2df7b95430f74e3c77c75e7cf1c0fdd718.tar.bz2 |
Delete ifdefed out section defining *_SECTION_ASM_OP macros.
({CTORS,DTORS}_SECTION_ASM_OP) Delete definitions.
From-SVN: r6936
-rw-r--r-- | gcc/config/sparc/sol2.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index d7d3dac..8ea60aa 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) \ |