From: Jakub Jelinek Date: Thu, 12 Sep 2002 13:45:53 +0000 (+0200) Subject: * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo. X-Git-Tag: releases/gcc-3.2.1~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312b329e16f9f5a1be1cad315135de7f0e2f9098;p=thirdparty%2Fgcc.git * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo. From-SVN: r57062 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02f1c4554e94..15802244ec9b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-12 Jakub Jelinek + + * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo. + 2002-09-12 Alan Modra * emit-rtl.c (set_mem_size): New function. diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 33c3f5438c98..1dfd97ff919f 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -58,7 +58,7 @@ Boston, MA 02111-1307, USA. */ #define STARTFILE_SPEC32 \ "%{!shared: \ - %{pg:/usr/lib/gcrt1.o%s} %{!pg:%{/usr/lib/p:gcrt1.o%s} %{!p:/usr/lib/crt1.o%s}}}\ + %{pg:/usr/lib/gcrt1.o%s} %{!pg:%{p:/usr/lib/gcrt1.o%s} %{!p:/usr/lib/crt1.o%s}}}\ /usr/lib/crti.o%s %{static:crtbeginT.o%s}\ %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"