bfin.h (ASM_SPEC): Remove %{n} and %{T}.
* config/bfin/bfin.h (ASM_SPEC): Remove %{n} and %{T}. * config/frv/frv.h (ASM_SPEC): Likewise. * config/i386/sol2-10.h (ASM_SPEC): Likewise. * config/i386/sol2.h (ASM_SPEC): Likewise. * config/m68k/linux.h (ASM_SPEC): Likewise. * config/pa/pa-linux.h (ASM_SPEC): Likewise. * config/rs6000/linux64.h (ASM_SPEC32): Likewise. * config/rs6000/vxworks.h (ASM_SPEC): Likewise. * config/sol2.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. * config/sparc/sysv4.h (ASM_SPEC): Likewise. * config/svr4.h (SVR4_ASM_SPEC): Likewise. From-SVN: r167633
This commit is contained in:
parent
a6d1cd85ca
commit
51769cc040
15 changed files with 30 additions and 17 deletions
|
@ -1,3 +1,20 @@
|
|||
2010-12-09 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config/bfin/bfin.h (ASM_SPEC): Remove %{n} and %{T}.
|
||||
* config/frv/frv.h (ASM_SPEC): Likewise.
|
||||
* config/i386/sol2-10.h (ASM_SPEC): Likewise.
|
||||
* config/i386/sol2.h (ASM_SPEC): Likewise.
|
||||
* config/m68k/linux.h (ASM_SPEC): Likewise.
|
||||
* config/pa/pa-linux.h (ASM_SPEC): Likewise.
|
||||
* config/rs6000/linux64.h (ASM_SPEC32): Likewise.
|
||||
* config/rs6000/vxworks.h (ASM_SPEC): Likewise.
|
||||
* config/sol2.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.
|
||||
* config/sparc/sysv4.h (ASM_SPEC): Likewise.
|
||||
* config/svr4.h (SVR4_ASM_SPEC): Likewise.
|
||||
|
||||
2010-12-09 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* reginfo.c (struct subregs_of_mode_node): Remove.
|
||||
|
|
|
@ -248,7 +248,7 @@ extern unsigned int bfin_workarounds;
|
|||
Defined in svr4.h. */
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC "\
|
||||
%{v} %{n} %{T} %{Ym,*} %{Yd,*} \
|
||||
%{v} %{Ym,*} %{Yd,*} \
|
||||
%{mno-fdpic:-mnopic} %{mfdpic}"
|
||||
|
||||
#define LINK_SPEC "\
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
Defined in svr4.h. */
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC "\
|
||||
%{G*} %{v} %{n} %{T} %{Ym,*} %{Yd,*} \
|
||||
%{G*} %{v} %{Ym,*} %{Yd,*} \
|
||||
%{mtomcat-stats} \
|
||||
%{!mno-eflags: \
|
||||
%{mcpu=*} \
|
||||
|
|
|
@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#ifdef USE_GAS
|
||||
#define ASM_SPEC "%{v} %{m32:--32} %{m64:--64} -s %(asm_cpu)"
|
||||
#else
|
||||
#define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} " \
|
||||
#define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} %{Yd,*} " \
|
||||
"%{m32:-xarch=generic} %{m64:-xarch=generic64} " \
|
||||
"-s %(asm_cpu)"
|
||||
#endif
|
||||
|
|
|
@ -54,7 +54,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
/* FIXME: Removed -K PIC from generic Solaris 2 ASM_SPEC: the native assembler
|
||||
gives many warnings: R_386_32 relocation is used for symbol ".text". */
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} -s %(asm_cpu)"
|
||||
#define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} -s %(asm_cpu)"
|
||||
|
||||
#define ASM_CPU_SPEC ""
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* Definitions for Motorola 68k running Linux-based GNU systems with
|
||||
ELF format.
|
||||
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006,
|
||||
2007, 2009 Free Software Foundation, Inc.
|
||||
2007, 2009, 2010 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
/* Add %(asm_cpu_spec) to the svr4.h definition of ASM_SPEC. */
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC "%(asm_cpu_spec) %(asm_pcrel_spec) \
|
||||
%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*}"
|
||||
%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} %{Yd,*}"
|
||||
|
||||
#undef PREFERRED_STACK_BOUNDARY
|
||||
#define PREFERRED_STACK_BOUNDARY 32
|
||||
|
|
|
@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC \
|
||||
"%{v:-V} %{n} %{T} %{Ym,*} %{Yd,*}"
|
||||
"%{v:-V} %{Ym,*} %{Yd,*}"
|
||||
|
||||
/* Define this for shared library support because it isn't in the main
|
||||
linux.h file. */
|
||||
|
|
|
@ -192,7 +192,7 @@ extern int dot_symbols;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define ASM_SPEC32 "-a32 %{n} %{T} %{Ym,*} %{Yd,*} \
|
||||
#define ASM_SPEC32 "-a32 %{Ym,*} %{Yd,*} \
|
||||
%{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} \
|
||||
%{memb} %{!memb: %{msdata=eabi: -memb}} \
|
||||
%{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: \
|
||||
|
|
|
@ -87,7 +87,7 @@ VXWORKS_ADDITIONAL_CPP_SPEC
|
|||
#define ASM_SPEC \
|
||||
"%(asm_cpu) \
|
||||
%{,assembler|,assembler-with-cpp: %{mregnames} %{mno-regnames}} \
|
||||
%{v:-v} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \
|
||||
%{v:-v} %{Qy:} %{!Qn:-Qy} %{Ym,*} %{Yd,*} \
|
||||
%{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} -mbig"
|
||||
|
||||
#undef LIB_SPEC
|
||||
|
|
|
@ -115,7 +115,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} %{n} %{T} %{Ym,*} -s \
|
||||
%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} -s \
|
||||
%{fpic|fpie|fPIC|fPIE:-K PIC} \
|
||||
%(asm_cpu) \
|
||||
"
|
||||
|
|
|
@ -92,8 +92,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#undef ASM_SPEC
|
||||
#define ASM_SPEC "\
|
||||
%{!Qn:-Qy} \
|
||||
%{n} \
|
||||
%{T} \
|
||||
%{Ym,*} \
|
||||
-s \
|
||||
%{fpic|fPIC|fpie|fPIE:-K PIC} \
|
||||
|
|
|
@ -221,8 +221,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#undef ASM_SPEC
|
||||
#define ASM_SPEC "\
|
||||
%{!Qn:-Qy} \
|
||||
%{n} \
|
||||
%{T} \
|
||||
%{Ym,*} \
|
||||
-s \
|
||||
%{fpic|fPIC|fpie|fPIE:-K PIC} \
|
||||
|
|
|
@ -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} %{n} %{T} %{Ym,*} -s \
|
||||
"%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} -s \
|
||||
%{fpic|fpie|fPIC|fPIE:-K PIC} %(asm_cpu)"
|
||||
|
||||
/* Use the default. */
|
||||
|
|
|
@ -50,7 +50,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
/* Pass -K to the assembler when PIC. */
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC \
|
||||
"%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \
|
||||
"%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} %{Yd,*} \
|
||||
%{fpic|fPIC|fpie|fPIE:-K PIC} %(asm_cpu)"
|
||||
|
||||
/* Define the names of various pseudo-op used by the SPARC/svr4 assembler.
|
||||
|
|
|
@ -66,7 +66,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|||
"%{v:-V}"
|
||||
#else
|
||||
#define SVR4_ASM_SPEC \
|
||||
"%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*}"
|
||||
"%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} %{Yd,*}"
|
||||
#endif
|
||||
|
||||
#undef ASM_SPEC
|
||||
|
|
Loading…
Add table
Reference in a new issue