From 45e79dfd0a5611a5489db0ea9b57adee38b62e02 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 14 Jan 2011 18:41:05 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/sparc/sp-elf.h | 4 ++-- gcc/config/sparc/sp64-elf.h | 5 +++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fce3b2270a2..c01cc9e0303 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-01-14 Joseph Myers + + * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}. + * config/sparc/sp64-elf.h (ASM_SPEC): Likewise. + 2011-01-14 Joseph Myers * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}. diff --git a/gcc/config/sparc/sp-elf.h b/gcc/config/sparc/sp-elf.h index 1d8c6b75560..3e828fdf0c1 100644 --- a/gcc/config/sparc/sp-elf.h +++ b/gcc/config/sparc/sp-elf.h @@ -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. */ diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h index cbd4474b538..fe49a7947ad 100644 --- a/gcc/config/sparc/sp64-elf.h +++ b/gcc/config/sparc/sp64-elf.h @@ -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) \ "