aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-01-26 20:27:04 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-01-26 20:27:04 +0000
commitd3153553ba82f05b3bc00421ac5ee0fba9c4ea4c (patch)
treecb67a09e96ae2b5a61d0f23cf6eed7dcf9d825b7 /gcc/config/sparc
parentb89b1e9d9b2c35691a105353d9fa3c67f8e0d34e (diff)
downloadgcc-d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c.zip
gcc-d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c.tar.gz
gcc-d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c.tar.bz2
bfin.h (ASM_SPEC): Remove %{Ym,*}.
* config/bfin/bfin.h (ASM_SPEC): Remove %{Ym,*}. * config/frv/frv.h (ASM_SPEC): Likewise. * config/m68k/linux.h (ASM_SPEC): Likewise. * config/pa/pa-linux.h (ASM_SPEC): Likewise. * config/rs6000/linux64.h (ASM_SPEC): Likewise. * config/rs6000/vxworks.h (ASM_SPEC): Likewise. * config/sparc/linux.h (ASM_SPEC): Likewise. * config/sparc/linux64.h (ASM_SPEC): Likewise. * config/sparc/sp-elf.h (ASM_SPEC): Likewise. From-SVN: r169302
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r--gcc/config/sparc/linux.h1
-rw-r--r--gcc/config/sparc/linux64.h1
-rw-r--r--gcc/config/sparc/sp-elf.h2
3 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h
index 70a7195..df1333a 100644
--- a/gcc/config/sparc/linux.h
+++ b/gcc/config/sparc/linux.h
@@ -86,7 +86,6 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_SPEC
#define ASM_SPEC "\
%{!Qn:-Qy} \
-%{Ym,*} \
-s \
%{fpic|fPIC|fpie|fPIE:-K PIC} \
%{!.c:%{findirect-dispatch:-K PIC}} \
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h
index f3d3d1e..e6e309d 100644
--- a/gcc/config/sparc/linux64.h
+++ b/gcc/config/sparc/linux64.h
@@ -209,7 +209,6 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_SPEC
#define ASM_SPEC "\
%{!Qn:-Qy} \
-%{Ym,*} \
-s \
%{fpic|fPIC|fpie|fPIE:-K PIC} \
%{!.c:%{findirect-dispatch:-K PIC}} \
diff --git a/gcc/config/sparc/sp-elf.h b/gcc/config/sparc/sp-elf.h
index e9e134a..8b78d25 100644
--- a/gcc/config/sparc/sp-elf.h
+++ b/gcc/config/sparc/sp-elf.h
@@ -27,7 +27,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 \
- "%{Qy:} %{!Qn:-Qy} %{Ym,*} -s \
+ "%{Qy:} %{!Qn:-Qy} -s \
%{fpic|fpie|fPIC|fPIE:-K PIC} %(asm_cpu)"
/* Use the default. */