* m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o.
authorDoug Evans <devans@egcs.cygnus.com>
Fri, 12 Jun 1998 18:10:23 +0000 (18:10 +0000)
committerDoug Evans <devans@gcc.gnu.org>
Fri, 12 Jun 1998 18:10:23 +0000 (18:10 +0000)
From-SVN: r20445

gcc/ChangeLog
gcc/config/m32r/m32r.h

index 283230b129e75af722cd5560448b5491fe6c948c..9525d4286fb35431e6325e1312a66b035a647019 100644 (file)
@@ -1,3 +1,7 @@
+Fri Jun 12 18:06:45 1998  Doug Evans  <devans@egcs.cygnus.com>
+
+       * m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o.
+
 Fri Jun 12 14:57:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * mips.c (small_int): Mark parameter `mode' with ATTRIBUTE_UNUSED.
index 4e14770a2491f21fdab66e434164835843b2f30d..f21c9c716117d5b6964e8b2566081b295acfea71 100644 (file)
@@ -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