]> gcc.gnu.org Git - gcc.git/commitdiff
m68020-elf.h (ENDFILE_SPEC): Delete.
authorGeoff Keating <geoffk@cygnus.com>
Tue, 14 Dec 1999 23:14:42 +0000 (23:14 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 14 Dec 1999 23:14:42 +0000 (23:14 +0000)
* 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

gcc/ChangeLog
gcc/config/m68k/m68020-elf.h

index 711cafda02edf39117963fbc35da17de5dbb8308..d1d77a40b310e6386f773dcae7faa05e37f94f93 100644 (file)
@@ -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.
index 94b5d44064c71abb9a2f462abd18b19313021463..ccf8a30e133b108c2cf4671e42eb52c5fdbf7945 100644 (file)
@@ -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 */
This page took 0.080699 seconds and 5 git commands to generate.