aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-11-05 16:51:10 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-11-05 16:51:10 +0000
commita9b11d44518c80c56087ad17e51fb399d7270f15 (patch)
treee414b4b38854acafafa8be1b7adacb0734088d6e /gcc
parentcb9305420a1bf1e56e5cc16a3dac60dca3e193d8 (diff)
downloadgcc-a9b11d44518c80c56087ad17e51fb399d7270f15.zip
gcc-a9b11d44518c80c56087ad17e51fb399d7270f15.tar.gz
gcc-a9b11d44518c80c56087ad17e51fb399d7270f15.tar.bz2
pa64-hpux.h (LIB_SPEC): Fix p and pg options.
* pa64-hpux.h (LIB_SPEC): Fix p and pg options. (STARTFILE_SPEC): Remove p and pg options. From-SVN: r58824
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/pa/pa64-hpux.h12
2 files changed, 9 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 31010ab..ce35237 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-05 John David Anglin <dave2hiauly1.hia.nrc.ca>
+
+ * pa64-hpux.h (LIB_SPEC): Fix p and pg options.
+ (STARTFILE_SPEC): Remove p and pg options.
+
2002-11-05 Andrew Haley <aph@redhat.com>
* fold-const.c (fold): Don't transform (a0 op compound(a1,a2))
diff --git a/gcc/config/pa/pa64-hpux.h b/gcc/config/pa/pa64-hpux.h
index 3db8626..2ed1e14 100644
--- a/gcc/config/pa/pa64-hpux.h
+++ b/gcc/config/pa/pa64-hpux.h
@@ -46,11 +46,9 @@ Boston, MA 02111-1307, USA. */
#define LIB_SPEC \
"%{!shared:\
%{!p:\
- %{!pg:\
- %{!threads:-lc}\
- %{threads:-lcma -lc_r}}\
- %{p: -L/lib/libp/ -lc}\
- %{pg: -L/lib/libp/ -lc}}} /usr/lib/pa20_64/milli.a"
+ %{!pg: %{!threads:-lc} %{threads:-lcma -lc_r}}\
+ %{pg: -L/usr/lib/pa20_64/libp/ -lgprof -lc}}\
+ %{p: -L/usr/lib/pa20_64/libp/ -lprof -lc}} /usr/lib/pa20_64/milli.a"
/* Under hpux11, the normal location of the `ld' and `as' programs is the
/usr/ccs/bin directory. */
@@ -136,9 +134,7 @@ do { \
#define ENDFILE_SPEC ""
#undef STARTFILE_SPEC
-#define STARTFILE_SPEC "%{!shared: \
- %{!symbolic: \
- %{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}}"
+#define STARTFILE_SPEC "%{!shared: %{!symbolic: crt0.o%s}}"
#endif
/* Switch into a generic section. */