diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-09-14 20:31:01 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-09-14 20:31:01 +0000 |
commit | 395a451c8c4c77e238ea0cd87e7cbc0a8958697f (patch) | |
tree | 38b08cac00aadd9efe8ca1589d6f2c4dcc53f13f /gcc/config/sh/elf.h | |
parent | b75bedeb2a4a82748d6707f8993184c207360bd1 (diff) | |
download | gcc-395a451c8c4c77e238ea0cd87e7cbc0a8958697f.tar.gz |
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
Diffstat (limited to 'gcc/config/sh/elf.h')
-rw-r--r-- | gcc/config/sh/elf.h | 2 |
1 files changed, 0 insertions, 2 deletions
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" |