From: Kaveh R. Ghazi Date: Mon, 17 Dec 2001 16:32:19 +0000 (+0000) Subject: * sparc/linux.h (STARTFILE_SPEC): Fix typo in last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc8224a5e956cd863d4506b372f2663a0e0e3c26;p=gcc.git * sparc/linux.h (STARTFILE_SPEC): Fix typo in last change. From-SVN: r48103 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e2fcf6c8ed6..d551e156488 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-12-17 Kaveh R. Ghazi + + * sparc/linux.h (STARTFILE_SPEC): Fix typo in last change. + 2001-12-17 Tom Rix * config/rs6000/rs6000.c (expand_block_move): Fix limits on max size diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index cfc3e527d18..53603517607 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -50,6 +50,7 @@ Boston, MA 02111-1307, USA. */ %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}\ crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}" #else +#define STARTFILE_SPEC \ "%{!shared: \ %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}\ crti.o%s %{static:crtbeginT.o%s}\