Commit a4ea8d97 by Doug Evans Committed by Doug Evans

* m32r/m32r.h (STARTFILE_SPEC): Delete crtsysc.o.

From-SVN: r20445
parent f2e48b67
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment