summaryrefslogtreecommitdiffstats
path: root/gcc/config/m68k/m68020-elf.h
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-14 23:14:42 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>1999-12-14 23:14:42 +0000
commit084ff10905a3d8329f6dfb78f7ad89dd36858343 (patch)
treeb72812592c2a0c90310023701cbe54a4c6373572 /gcc/config/m68k/m68020-elf.h
parent78e6b9e6442a7c3f184f4ad9b9cd879abc61be2a (diff)
downloadppe42-gcc-084ff10905a3d8329f6dfb78f7ad89dd36858343.tar.gz
ppe42-gcc-084ff10905a3d8329f6dfb78f7ad89dd36858343.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30933 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/m68020-elf.h')
-rw-r--r--gcc/config/m68k/m68020-elf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config/m68k/m68020-elf.h b/gcc/config/m68k/m68020-elf.h
index 94b5d44064c..ccf8a30e133 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 */
OpenPOWER on IntegriCloud