From d3153553ba82f05b3bc00421ac5ee0fba9c4ea4c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 26 Jan 2011 20:27:04 +0000 Subject: 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 --- gcc/config/sparc/linux.h | 1 - gcc/config/sparc/linux64.h | 1 - gcc/config/sparc/sp-elf.h | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'gcc/config/sparc') 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. */ -- cgit v1.1