diff options
author | Geoff Keating <geoffk@cygnus.com> | 1999-12-14 23:14:42 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 1999-12-14 23:14:42 +0000 |
commit | f4f1acad8501d3a11f8301b4a0c8c7fd95b8b94c (patch) | |
tree | b72812592c2a0c90310023701cbe54a4c6373572 /gcc | |
parent | 933108bc9ef633e49678128f46aa2a6ddb803ed8 (diff) | |
download | gcc-f4f1acad8501d3a11f8301b4a0c8c7fd95b8b94c.zip gcc-f4f1acad8501d3a11f8301b4a0c8c7fd95b8b94c.tar.gz gcc-f4f1acad8501d3a11f8301b4a0c8c7fd95b8b94c.tar.bz2 |
m68020-elf.h (ENDFILE_SPEC): Delete.
* config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
(INIT_SECTION_ASM_OP): Delete.
(FINI_SECTION_ASM_OP): Delete.
(STARTFILE_SPEC): Define to hold just crtbegin.o.
From-SVN: r30933
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/config/m68k/m68020-elf.h | 14 |
2 files changed, 7 insertions, 14 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 711cafd..d1d77a4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +1999-12-14 Geoff Keating <geoffk@cygnus.com> + + * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete. + (INIT_SECTION_ASM_OP): Delete. + (FINI_SECTION_ASM_OP): Delete. + (STARTFILE_SPEC): Define to hold just crtbegin.o. + 1999-12-14 Jason Merrill <jason@casey.cygnus.com> * dwarf2out.c (class_scope_p): New fn. diff --git a/gcc/config/m68k/m68020-elf.h b/gcc/config/m68k/m68020-elf.h index 94b5d44..ccf8a30 100644 --- a/gcc/config/m68k/m68020-elf.h +++ b/gcc/config/m68k/m68020-elf.h @@ -34,20 +34,6 @@ Boston, MA 02111-1307, USA. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC "crtbegin.o%s" -#undef ENDFILE_SPEC -#define ENDFILE_SPEC "crtend.o%s" - #define LIB_SPEC "-lc" -/* ??? Quick hack to get constructors working. Make this look more like a - COFF target, so the existing dejagnu/libgloss support works. A better - solution would be to make the necessary dejagnu and libgloss changes so - that we can use normal the ELF constructor mechanism. */ -#undef INIT_SECTION_ASM_OP -#undef FINI_SECTION_ASM_OP -#undef STARTFILE_SPEC -#define STARTFILE_SPEC "" -#undef ENDFILE_SPEC -#define ENDFILE_SPEC "" - /* end of m68020-elf.h */ |