sp-elf.h (ASM_SPEC): Remove %{v:-V}.
* config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}. * config/sparc/sp64-elf.h (ASM_SPEC): Likewise. From-SVN: r168799
This commit is contained in:
parent
37e9e71d88
commit
45e79dfd0a
3 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-01-14 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
|
||||
* config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
|
||||
|
||||
2011-01-14 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Definitions of target machine for GCC,
|
||||
for SPARC running in an embedded environment using the ELF file format.
|
||||
Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005, 2007, 2010, 2011 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
It's safe to pass -s always, even if -g is not used. */
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC \
|
||||
"%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} -s \
|
||||
"%{Qy:} %{!Qn:-Qy} %{Ym,*} -s \
|
||||
%{fpic|fpie|fPIC|fPIE:-K PIC} %(asm_cpu)"
|
||||
|
||||
/* Use the default. */
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Definitions of target machine for GCC, for SPARC64, ELF.
|
||||
Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2004, 2005, 2007, 2010
|
||||
Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2004, 2005, 2007, 2010,
|
||||
2011
|
||||
Free Software Foundation, Inc.
|
||||
Contributed by Doug Evans, dje@cygnus.com.
|
||||
|
||||
|
@ -40,7 +41,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC "\
|
||||
%{v:-V} -s %{fpic|fPIC|fpie|fPIE:-K PIC} \
|
||||
-s %{fpic|fPIC|fpie|fPIE:-K PIC} \
|
||||
%{mlittle-endian:-EL} \
|
||||
%(asm_cpu) %(asm_arch) \
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue