Commit b89b1e9d by Joseph Myers Committed by Joseph Myers

bfin.h (LINK_SPEC): Remove %{YP,*}.

	* config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
	* config/frv/frv.h (LINK_SPEC): Likewise.
	* config/rs6000/sysv4.h (LINK_SPEC): Likewise.

From-SVN: r169301
parent 12eb1a9c
2011-01-26 Joseph Myers <joseph@codesourcery.com> 2011-01-26 Joseph Myers <joseph@codesourcery.com>
* config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
* config/frv/frv.h (LINK_SPEC): Likewise.
* config/rs6000/sysv4.h (LINK_SPEC): Likewise.
2011-01-26 Joseph Myers <joseph@codesourcery.com>
* config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}. * config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
* config/frv/frv.h (ASM_SPEC): Likewise. * config/frv/frv.h (ASM_SPEC): Likewise.
* config/i386/sol2-10.h (ASM_SPEC): Likewise. * config/i386/sol2-10.h (ASM_SPEC): Likewise.
......
...@@ -250,7 +250,6 @@ extern unsigned int bfin_workarounds; ...@@ -250,7 +250,6 @@ extern unsigned int bfin_workarounds;
%{static:-dn -Bstatic} \ %{static:-dn -Bstatic} \
%{shared:-G -Bdynamic} \ %{shared:-G -Bdynamic} \
%{symbolic:-Bsymbolic} \ %{symbolic:-Bsymbolic} \
%{YP,*} \
%{Qy:} %{!Qn:-Qy} \ %{Qy:} %{!Qn:-Qy} \
-init __init -fini __fini " -init __init -fini __fini "
......
...@@ -127,7 +127,6 @@ ...@@ -127,7 +127,6 @@
%{shared:-Bdynamic} \ %{shared:-Bdynamic} \
%{symbolic:-Bsymbolic} \ %{symbolic:-Bsymbolic} \
%{G*} \ %{G*} \
%{YP,*} \
%{Qy:} %{!Qn:-Qy}" %{Qy:} %{!Qn:-Qy}"
#undef LIB_SPEC #undef LIB_SPEC
......
...@@ -619,7 +619,7 @@ extern int fixuplabelno; ...@@ -619,7 +619,7 @@ extern int fixuplabelno;
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "\ #define LINK_SPEC "\
%{h*} %{v:-V} %{!msdata=none:%{G*}} %{msdata=none:-G0} \ %{h*} %{v:-V} %{!msdata=none:%{G*}} %{msdata=none:-G0} \
%{YP,*} %{R*} \ %{R*} \
%{Qy:} %{!Qn:-Qy} \ %{Qy:} %{!Qn:-Qy} \
%(link_shlib) \ %(link_shlib) \
%{!T*: %(link_start) } \ %{!T*: %(link_start) } \
......
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