* config/alpha/osf.h (LINK_SPEC): Hide _GLOBAL_* symbols.
From-SVN: r43194
This commit is contained in:
parent
e8bec1365a
commit
f90e86cd00
@ -1,3 +1,7 @@
|
|||||||
|
2001-06-11 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* config/alpha/osf.h (LINK_SPEC): Hide _GLOBAL_* symbols.
|
||||||
|
|
||||||
2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* configure.in: Align --help messages.
|
* configure.in: Align --help messages.
|
||||||
|
@ -57,11 +57,13 @@ Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
/* Pass "-G 8" to ld because Alpha's CC does. Pass -O3 if we are
|
/* Pass "-G 8" to ld because Alpha's CC does. Pass -O3 if we are
|
||||||
optimizing, -O1 if we are not. Pass -shared, -non_shared or
|
optimizing, -O1 if we are not. Pass -shared, -non_shared or
|
||||||
-call_shared as appropriate. Also pass -pg. */
|
-call_shared as appropriate. Pass -hidden_symbol so that our
|
||||||
|
constructor and call-frame data structures are not accidentally
|
||||||
|
overridden. */
|
||||||
#define LINK_SPEC \
|
#define LINK_SPEC \
|
||||||
"-G 8 %{O*:-O3} %{!O*:-O1} %{static:-non_shared} \
|
"-G 8 %{O*:-O3} %{!O*:-O1} %{static:-non_shared} \
|
||||||
%{!static:%{shared:-shared} %{!shared:-call_shared}} %{pg} %{taso} \
|
%{!static:%{shared:-shared -hidden_symbol _GLOBAL_*} \
|
||||||
%{rpath*}"
|
%{!shared:-call_shared}} %{pg} %{taso} %{rpath*}"
|
||||||
|
|
||||||
#define STARTFILE_SPEC \
|
#define STARTFILE_SPEC \
|
||||||
"%{!shared:%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}"
|
"%{!shared:%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user