From 395a451c8c4c77e238ea0cd87e7cbc0a8958697f Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 14 Sep 2000 20:31:01 +0000 Subject: [PATCH] sh.h (INIT_SECTION_ASM_OP, [...]): Remove define. * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, STARTFILE_SPEC, ENDFILE_SPEC): Remove define. * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Remove undefine before config/elfos.h. * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out. From-SVN: r36418 --- gcc/ChangeLog | 8 ++++++++ gcc/config/sh/elf.h | 2 -- gcc/config/sh/sh.h | 13 ------------- gcc/config/sh/t-sh | 3 ++- 4 files changed, 10 insertions(+), 16 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8aa78abb09a..0deb7ffa429 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2000-09-14 Alexandre Oliva + + * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, + STARTFILE_SPEC, ENDFILE_SPEC): Remove define. + * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): + Remove undefine before config/elfos.h. + * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out. + 2000-09-14 Kazu Hirata * invoke.texi (H8/300 Options): Add -ms2600. diff --git a/gcc/config/sh/elf.h b/gcc/config/sh/elf.h index 435aff17cf7..f05083e1004 100644 --- a/gcc/config/sh/elf.h +++ b/gcc/config/sh/elf.h @@ -43,8 +43,6 @@ Boston, MA 02111-1307, USA. */ #undef ASM_OUTPUT_DESTRUCTOR #undef ASM_DECLARE_FUNCTION_NAME #undef MAX_OFILE_ALIGNMENT -#undef INIT_SECTION_ASM_OP -#undef FINI_SECTION_ASM_OP /* Be ELF-like. */ #include "svr4.h" diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 0f00c0dee9e..4da693d266a 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -2342,19 +2342,6 @@ do { \ #define DWARF_LINE_MIN_INSTR_LENGTH 2 -#undef INIT_SECTION_ASM_OP -#define INIT_SECTION_ASM_OP ".section\t.init" -#undef FINI_SECTION_ASM_OP -#define FINI_SECTION_ASM_OP ".section\t.fini" - -#undef STARTFILE_SPEC -#define STARTFILE_SPEC \ - "crt1.o%s crti.o%s crtbegin.o%s" - -#undef ENDFILE_SPEC -#define ENDFILE_SPEC \ - "crtend.o%s crtn.o%s" - /* SH constant pool breaks the devices in crtstuff.c to control section in where code resides. We have to write it as asm code. */ #define CRT_CALL_STATIC_FUNCTION(func) \ diff --git a/gcc/config/sh/t-sh b/gcc/config/sh/t-sh index 99ae929d0f0..a5604de6e15 100644 --- a/gcc/config/sh/t-sh +++ b/gcc/config/sh/t-sh @@ -35,4 +35,5 @@ $(T)crti.o: $(srcdir)/config/sh/crti.asm $(GCC_PASSES) $(T)crtn.o: $(srcdir)/config/sh/crtn.asm $(GCC_PASSES) $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/sh/crtn.asm -EXTRA_MULTILIB_PARTS= crt1.o crti.o crtn.o crtbegin.o crtend.o +# These are not suitable for COFF. +# EXTRA_MULTILIB_PARTS= crt1.o crti.o crtn.o crtbegin.o crtend.o -- 2.30.2