diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-09 13:25:25 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-09 13:25:25 +0000 |
commit | 51769cc040ac9c1b555ccf9821aaad0ca137a937 (patch) | |
tree | 171e8d8b7ef2af4a6f66fe2e2ef77e08e5098d64 /gcc/config/pa/pa-linux.h | |
parent | a6d1cd85ca568580c29f4e9fa778b13f513d1a37 (diff) | |
download | gcc-51769cc040ac9c1b555ccf9821aaad0ca137a937.zip gcc-51769cc040ac9c1b555ccf9821aaad0ca137a937.tar.gz gcc-51769cc040ac9c1b555ccf9821aaad0ca137a937.tar.bz2 |
bfin.h (ASM_SPEC): Remove %{n} and %{T}.
* config/bfin/bfin.h (ASM_SPEC): Remove %{n} and %{T}.
* config/frv/frv.h (ASM_SPEC): Likewise.
* config/i386/sol2-10.h (ASM_SPEC): Likewise.
* config/i386/sol2.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): Likewise.
* 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): Likewise.
* config/svr4.h (SVR4_ASM_SPEC): Likewise.
From-SVN: r167633
Diffstat (limited to 'gcc/config/pa/pa-linux.h')
-rw-r--r-- | gcc/config/pa/pa-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index fc1ed4b..16d88fe 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see #undef ASM_SPEC #define ASM_SPEC \ - "%{v:-V} %{n} %{T} %{Ym,*} %{Yd,*}" + "%{v:-V} %{Ym,*} %{Yd,*}" /* Define this for shared library support because it isn't in the main linux.h file. */ |