From: Doug Evans Date: Fri, 12 Jun 1998 18:10:23 +0000 (+0000) Subject: * m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a4ea8d97812d7d83354fd43c998ff1f549ede8ca;p=gcc.git * m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o. From-SVN: r20445 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 283230b129e..9525d4286fb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Jun 12 18:06:45 1998 Doug Evans + + * m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o. + Fri Jun 12 14:57:59 1998 Kaveh R. Ghazi * mips.c (small_int): Mark parameter `mode' with ATTRIBUTE_UNUSED. diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 4e14770a249..f21c9c71611 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -72,7 +72,7 @@ Boston, MA 02111-1307, USA. */ #endif #undef STARTFILE_SPEC -#define STARTFILE_SPEC "%{!shared:crt0.o%s crtsysc.o%s} crtinit.o%s" +#define STARTFILE_SPEC "%{!shared:crt0.o%s} crtinit.o%s" #undef ENDFILE_SPEC