Commit a9b11d44 by John David Anglin Committed by John David Anglin

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
parent cb930542
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> 2002-11-05 Andrew Haley <aph@redhat.com>
* fold-const.c (fold): Don't transform (a0 op compound(a1,a2)) * fold-const.c (fold): Don't transform (a0 op compound(a1,a2))
......
...@@ -46,11 +46,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -46,11 +46,9 @@ Boston, MA 02111-1307, USA. */
#define LIB_SPEC \ #define LIB_SPEC \
"%{!shared:\ "%{!shared:\
%{!p:\ %{!p:\
%{!pg:\ %{!pg: %{!threads:-lc} %{threads:-lcma -lc_r}}\
%{!threads:-lc}\ %{pg: -L/usr/lib/pa20_64/libp/ -lgprof -lc}}\
%{threads:-lcma -lc_r}}\ %{p: -L/usr/lib/pa20_64/libp/ -lprof -lc}} /usr/lib/pa20_64/milli.a"
%{p: -L/lib/libp/ -lc}\
%{pg: -L/lib/libp/ -lc}}} /usr/lib/pa20_64/milli.a"
/* Under hpux11, the normal location of the `ld' and `as' programs is the /* Under hpux11, the normal location of the `ld' and `as' programs is the
/usr/ccs/bin directory. */ /usr/ccs/bin directory. */
...@@ -136,9 +134,7 @@ do { \ ...@@ -136,9 +134,7 @@ do { \
#define ENDFILE_SPEC "" #define ENDFILE_SPEC ""
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
#define STARTFILE_SPEC "%{!shared: \ #define STARTFILE_SPEC "%{!shared: %{!symbolic: crt0.o%s}}"
%{!symbolic: \
%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}}"
#endif #endif
/* Switch into a generic section. */ /* Switch into a generic section. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment