From e6a4f4df2088298148147980e92a5b448d6b1767 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 13 Mar 1992 19:58:13 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r466 --- gcc/config/i386/isccoff.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/i386/isccoff.h b/gcc/config/i386/isccoff.h index a4eac9185c2..bfe5a837dfd 100644 --- a/gcc/config/i386/isccoff.h +++ b/gcc/config/i386/isccoff.h @@ -6,11 +6,11 @@ #include "i386v.h" -/* Use crt0.o or crt1.o as a startup file and crtn.o as a closing file. */ +/* Use crt1.o, not crt0.o, as a startup file, and crtn.o as a closing file. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC \ - "%{!shlib:%{posix:%{pg:mcrtp1.o%s}%{!pg:%{p:mcrtp1.o%s}%{!p:crtp0.o%s}}}\ - %{!posix:%{pg:mcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\ + "%{!shlib:%{posix:%{pg:mcrtp1.o%s}%{!pg:%{p:mcrtp1.o%s}%{!p:crtp1.o%s}}}\ + %{!posix:%{pg:mcrt1.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}\ %{p:-L/lib/libp} %{pg:-L/lib/libp}}}\ %{shlib:%{posix:crtp1.o%s}%{!posix:crt1.o%s}} crtbegin.o%s" -- 2.30.2