diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-26 20:30:12 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-26 20:30:12 +0000 |
commit | c75d884b6dd8c8501cee8d6fcd15b9351cb2c7ac (patch) | |
tree | 4c33270171a5486a7f5bf7c8af7ab1f88c1ea902 /gcc/config/bfin/bfin.h | |
parent | d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c (diff) | |
download | gcc-c75d884b6dd8c8501cee8d6fcd15b9351cb2c7ac.tar.gz |
bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
* config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
* config/frv/frv.h (LINK_SPEC): Likewise.
* config/i386/netware.h (LINK_SPEC): Likewise.
* config/m68k/linux.h (ASM_SPEC): Likewise.
* config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
* config/rs6000/sysv4.h (LINK_SPEC): Likewise.
* config/rs6000/vxworks.h (ASM_SPEC): Likewise.
* config/sparc/linux.h (ASM_SPEC): Likewise.
* config/sparc/linux64.h (ASM_SPEC): Likewise.
* config/sparc/sp-elf.h (ASM_SPEC): Likewise.
From-SVN: r169303
Diffstat (limited to 'gcc/config/bfin/bfin.h')
-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 7326244f757..c26b41cc5d6 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -249,7 +249,6 @@ extern unsigned int bfin_workarounds; %{static:-dn -Bstatic} \ %{shared:-G -Bdynamic} \ %{symbolic:-Bsymbolic} \ -%{Qy:} %{!Qn:-Qy} \ -init __init -fini __fini " /* Generate DSP instructions, like DSP halfword loads */ |