diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-26 20:23:17 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-26 20:23:17 +0000 |
commit | 12eb1a9ca3d3e3f1fa5196ea1be539f46976093b (patch) | |
tree | 61749a3539a2a4a1f062662f5c2e3f4c3273a6e7 /gcc/config/bfin | |
parent | 7273813a34b84fc64f8ec23abad9e4b637c3e097 (diff) | |
download | gcc-12eb1a9ca3d3e3f1fa5196ea1be539f46976093b.zip gcc-12eb1a9ca3d3e3f1fa5196ea1be539f46976093b.tar.gz gcc-12eb1a9ca3d3e3f1fa5196ea1be539f46976093b.tar.bz2 |
bfin.h (ASM_SPEC): Remove %{Yd,*}.
* config/bfin/bfin.h (ASM_SPEC): Remove %{Yd,*}.
* config/frv/frv.h (ASM_SPEC): Likewise.
* config/i386/sol2-10.h (ASM_SPEC): Likewise.
* config/m68k/linux.h (ASM_SPEC): Likewise.
* config/pa/pa-linux.h (ASM_SPEC): Likewise.
* config/rs6000/linux64.h (ASM_SPEC32): Likewise.
* config/rs6000/vxworks.h (ASM_SPEC): Likewise.
* config/sol2.h (ASM_SPEC): Remove comment about -Yd,.
* config/sparc/linux.h (ASM_SPEC): Likewise.
* config/sparc/linux64.h (ASM_SPEC): Likewise.
* config/sparc/sp-elf.h (ASM_SPEC): Likewise.
* config/sparc/sysv4.h (ASM_SPEC): Remove %{Yd,*}.
From-SVN: r169300
Diffstat (limited to 'gcc/config/bfin')
-rw-r--r-- | gcc/config/bfin/bfin.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/bfin/bfin.h b/gcc/config/bfin/bfin.h index 5ebc1eb..5b2675fc 100644 --- a/gcc/config/bfin/bfin.h +++ b/gcc/config/bfin/bfin.h @@ -1,5 +1,6 @@ /* Definitions for the Blackfin port. - Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011 + Free Software Foundation, Inc. Contributed by Analog Devices. This file is part of GCC. @@ -240,7 +241,7 @@ extern unsigned int bfin_workarounds; #undef ASM_SPEC #define ASM_SPEC "\ -%{Ym,*} %{Yd,*} \ +%{Ym,*} \ %{mno-fdpic:-mnopic} %{mfdpic}" #define LINK_SPEC "\ |