From: John David Anglin Date: Fri, 7 Jan 2005 01:11:57 +0000 (+0000) Subject: * pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9fb29c4634ac5ccb93fc59befd92135e5c0d108a;p=gcc.git * pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec. From-SVN: r93024 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c8a8618389..d9d38a69134 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-06 John David Anglin + + * pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec. + 2005-01-06 Roger Sayle PR target/6077 diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h index ba725e5887c..2cc6691ed7a 100644 --- a/gcc/config/pa/pa64-hpux.h +++ b/gcc/config/pa/pa64-hpux.h @@ -276,7 +276,7 @@ do { \ #if TARGET_HPUX_11_11 #define STARTFILE_SPEC \ "%{!shared: %{!symbolic: crt0%O%s} %{munix=95:unix95.o%s} \ - %{!munix=93:%{!munix=95:unix98%O%s}}} %{static:crtbeginT%Oos} \ + %{!munix=93:%{!munix=95:unix98%O%s}}} %{static:crtbeginT%O%s} \ %{!static:%{!shared:crtbegin%O%s} %{shared:crtbeginS%O%s}}" #else #define STARTFILE_SPEC \