* pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.

From-SVN: r93024
This commit is contained in:
John David Anglin 2005-01-07 01:11:57 +00:00 committed by John David Anglin
parent 9a3bf943ce
commit 9fb29c4634
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-01-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.
2005-01-06 Roger Sayle <roger@eyesopen.com>
PR target/6077

View File

@ -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 \