Commit 45e79dfd by Joseph Myers Committed by Joseph Myers

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
parent 37e9e71d
2011-01-14 Joseph Myers <joseph@codesourcery.com> 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}. * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
......
/* Definitions of target machine for GCC, /* Definitions of target machine for GCC,
for SPARC running in an embedded environment using the ELF file format. 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. This file is part of GCC.
...@@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -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. */ It's safe to pass -s always, even if -g is not used. */
#undef ASM_SPEC #undef ASM_SPEC
#define 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)" %{fpic|fpie|fPIC|fPIE:-K PIC} %(asm_cpu)"
/* Use the default. */ /* Use the default. */
......
/* Definitions of target machine for GCC, for SPARC64, ELF. /* 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. Free Software Foundation, Inc.
Contributed by Doug Evans, dje@cygnus.com. Contributed by Doug Evans, dje@cygnus.com.
...@@ -40,7 +41,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -40,7 +41,7 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "\ #define ASM_SPEC "\
%{v:-V} -s %{fpic|fPIC|fpie|fPIE:-K PIC} \ -s %{fpic|fPIC|fpie|fPIE:-K PIC} \
%{mlittle-endian:-EL} \ %{mlittle-endian:-EL} \
%(asm_cpu) %(asm_arch) \ %(asm_cpu) %(asm_arch) \
" "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment