Commit d3153553 by Joseph Myers Committed by Joseph Myers

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
parent b89b1e9d
2011-01-26 Joseph Myers <joseph@codesourcery.com> 2011-01-26 Joseph Myers <joseph@codesourcery.com>
* 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.
2011-01-26 Joseph Myers <joseph@codesourcery.com>
* config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}. * config/bfin/bfin.h (LINK_SPEC): Remove %{YP,*}.
* config/frv/frv.h (LINK_SPEC): Likewise. * config/frv/frv.h (LINK_SPEC): Likewise.
* config/rs6000/sysv4.h (LINK_SPEC): Likewise. * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
......
...@@ -241,7 +241,6 @@ extern unsigned int bfin_workarounds; ...@@ -241,7 +241,6 @@ extern unsigned int bfin_workarounds;
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "\ #define ASM_SPEC "\
%{Ym,*} \
%{mno-fdpic:-mnopic} %{mfdpic}" %{mno-fdpic:-mnopic} %{mfdpic}"
#define LINK_SPEC "\ #define LINK_SPEC "\
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "\ #define ASM_SPEC "\
%{G*} %{Ym,*} \ %{G*} \
%{mtomcat-stats} \ %{mtomcat-stats} \
%{!mno-eflags: \ %{!mno-eflags: \
%{mcpu=*} \ %{mcpu=*} \
......
...@@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
/* Add %(asm_cpu_spec) to a generic definition of ASM_SPEC. */ /* Add %(asm_cpu_spec) to a generic definition of ASM_SPEC. */
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "%(asm_cpu_spec) %(asm_pcrel_spec) \ #define ASM_SPEC "%(asm_cpu_spec) %(asm_pcrel_spec) \
%{Qy:} %{!Qn:-Qy} %{Ym,*}" %{Qy:} %{!Qn:-Qy}"
#undef PREFERRED_STACK_BOUNDARY #undef PREFERRED_STACK_BOUNDARY
#define PREFERRED_STACK_BOUNDARY 32 #define PREFERRED_STACK_BOUNDARY 32
......
...@@ -34,7 +34,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -34,7 +34,7 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC \ #define ASM_SPEC \
"%{Ym,*}" ""
/* Define this for shared library support because it isn't in the main /* Define this for shared library support because it isn't in the main
linux.h file. */ linux.h file. */
......
...@@ -192,7 +192,7 @@ extern int dot_symbols; ...@@ -192,7 +192,7 @@ extern int dot_symbols;
#endif #endif
#endif #endif
#define ASM_SPEC32 "-a32 %{Ym,*} \ #define ASM_SPEC32 "-a32 \
%{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} \ %{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} \
%{memb} %{!memb: %{msdata=eabi: -memb}} \ %{memb} %{!memb: %{msdata=eabi: -memb}} \
%{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: \ %{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: \
......
...@@ -86,7 +86,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC ...@@ -86,7 +86,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC
#define ASM_SPEC \ #define ASM_SPEC \
"%(asm_cpu) \ "%(asm_cpu) \
%{,assembler|,assembler-with-cpp: %{mregnames} %{mno-regnames}} \ %{,assembler|,assembler-with-cpp: %{mregnames} %{mno-regnames}} \
%{Qy:} %{!Qn:-Qy} %{Ym,*} \ %{Qy:} %{!Qn:-Qy} \
%{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} -mbig" %{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} -mbig"
#undef LIB_SPEC #undef LIB_SPEC
......
...@@ -86,7 +86,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -86,7 +86,6 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "\ #define ASM_SPEC "\
%{!Qn:-Qy} \ %{!Qn:-Qy} \
%{Ym,*} \
-s \ -s \
%{fpic|fPIC|fpie|fPIE:-K PIC} \ %{fpic|fPIC|fpie|fPIE:-K PIC} \
%{!.c:%{findirect-dispatch:-K PIC}} \ %{!.c:%{findirect-dispatch:-K PIC}} \
......
...@@ -209,7 +209,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -209,7 +209,6 @@ along with GCC; see the file COPYING3. If not see
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC "\ #define ASM_SPEC "\
%{!Qn:-Qy} \ %{!Qn:-Qy} \
%{Ym,*} \
-s \ -s \
%{fpic|fPIC|fpie|fPIE:-K PIC} \ %{fpic|fPIC|fpie|fPIE:-K PIC} \
%{!.c:%{findirect-dispatch:-K PIC}} \ %{!.c:%{findirect-dispatch:-K PIC}} \
......
...@@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -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. */ /* It's safe to pass -s always, even if -g is not used. */
#undef ASM_SPEC #undef ASM_SPEC
#define ASM_SPEC \ #define ASM_SPEC \
"%{Qy:} %{!Qn:-Qy} %{Ym,*} -s \ "%{Qy:} %{!Qn:-Qy} -s \
%{fpic|fpie|fPIC|fPIE:-K PIC} %(asm_cpu)" %{fpic|fpie|fPIC|fPIE:-K PIC} %(asm_cpu)"
/* Use the default. */ /* Use the default. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment