aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-01-14 18:41:05 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-01-14 18:41:05 +0000
commit45e79dfd0a5611a5489db0ea9b57adee38b62e02 (patch)
treedccdcd7ff2dc5d742969c7e5e6b324be18405f1b /gcc
parent37e9e71d88d93a98fa96282938bc0c8d657e4087 (diff)
downloadgcc-45e79dfd0a5611a5489db0ea9b57adee38b62e02.zip
gcc-45e79dfd0a5611a5489db0ea9b57adee38b62e02.tar.gz
gcc-45e79dfd0a5611a5489db0ea9b57adee38b62e02.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sparc/sp-elf.h4
-rw-r--r--gcc/config/sparc/sp64-elf.h5
3 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fce3b22..c01cc9e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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}.
2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
diff --git a/gcc/config/sparc/sp-elf.h b/gcc/config/sparc/sp-elf.h
index 1d8c6b7..3e828fd 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 cbd4474..fe49a79 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) \
"