diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-26 20:24:41 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-26 20:24:41 +0000 |
commit | b89b1e9d9b2c35691a105353d9fa3c67f8e0d34e (patch) | |
tree | 3025d5379b98a0de080157b999f332c719cd68d5 /gcc/config/bfin | |
parent | 12eb1a9ca3d3e3f1fa5196ea1be539f46976093b (diff) | |
download | gcc-b89b1e9d9b2c35691a105353d9fa3c67f8e0d34e.tar.gz |
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
Diffstat (limited to 'gcc/config/bfin')
-rw-r--r-- | gcc/config/bfin/bfin.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 " |