sp-elf.h (ASM_SPEC): Remove %{v:-V}.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 14 Jan 2011 18:41:05 +0000 (18:41 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 14 Jan 2011 18:41:05 +0000 (18:41 +0000)
* config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
* config/sparc/sp64-elf.h (ASM_SPEC): Likewise.

From-SVN: r168799

gcc/ChangeLog
gcc/config/sparc/sp-elf.h
gcc/config/sparc/sp64-elf.h

index fce3b2270a27a86ef0be43caaf004de5ca7118a7..c01cc9e030350a56ba18e4bde06784dede7e44b4 100644 (file)
@@ -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}.
index 1d8c6b75560bbbfc3e8b0d039f7c395257018c95..3e828fdf0c133986359cb91e8599f1bae4d326ba 100644 (file)
@@ -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.  */
index cbd4474b538eb8ef5a2fb4a75d890bffdff6d129..fe49a7947ade5e6b5ecc610a76eb04ad5b89e7df 100644 (file)
@@ -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) \
 "