diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-26 20:24:41 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-26 20:24:41 +0000 |
commit | 02b94076eadec012d738611571af04c14e34c1a4 (patch) | |
tree | 3025d5379b98a0de080157b999f332c719cd68d5 | |
parent | 5c8a1984d0c08708ecc21af6fbe81918dc6aa17a (diff) | |
download | gcc-02b94076eadec012d738611571af04c14e34c1a4.tar.gz |
* config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
* config/frv/frv.h (LINK_SPEC): Likewise.
* config/rs6000/sysv4.h (LINK_SPEC): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169301 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/bfin/bfin.h | 1 | ||||
-rw-r--r-- | gcc/config/frv/frv.h | 1 | ||||
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5e81725ebfb..469a5e05955 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 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/frv/frv.h (ASM_SPEC): Likewise. * config/i386/sol2-10.h (ASM_SPEC): Likewise. diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index 5b2675fce5a..c7ad9c37897 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -250,7 +250,6 @@ extern unsigned int bfin_workarounds; %{static:-dn -Bstatic} \ %{shared:-G -Bdynamic} \ %{symbolic:-Bsymbolic} \ -%{YP,*} \ %{Qy:} %{!Qn:-Qy} \ -init __init -fini __fini " diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index 78350ddbce4..0c9f777d225 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -127,7 +127,6 @@ %{shared:-Bdynamic} \ %{symbolic:-Bsymbolic} \ %{G*} \ -%{YP,*} \ %{Qy:} %{!Qn:-Qy}" #undef LIB_SPEC diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 9bb37a45d91..425e43c5429 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -619,7 +619,7 @@ extern int fixuplabelno; #undef LINK_SPEC #define LINK_SPEC "\ %{h*} %{v:-V} %{!msdata=none:%{G*}} %{msdata=none:-G0} \ -%{YP,*} %{R*} \ +%{R*} \ %{Qy:} %{!Qn:-Qy} \ %(link_shlib) \ %{!T*: %(link_start) } \ |