bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 26 Jan 2011 20:30:12 +0000 (20:30 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 26 Jan 2011 20:30:12 +0000 (20:30 +0000)
* config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
* config/frv/frv.h (LINK_SPEC): Likewise.
* config/i386/netware.h (LINK_SPEC): Likewise.
* config/m68k/linux.h (ASM_SPEC): Likewise.
* config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
* config/rs6000/sysv4.h (LINK_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: r169303

gcc/ChangeLog
gcc/config/bfin/bfin.h
gcc/config/frv/frv.h
gcc/config/i386/netware.h
gcc/config/m68k/linux.h
gcc/config/rs6000/linux64.h
gcc/config/rs6000/sysv4.h
gcc/config/rs6000/vxworks.h
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h
gcc/config/sparc/sp-elf.h

index 23ba926122cb05e46f7ef17e924af97e4b36232d..606715d7eaaffd2730668832faf689727893e62d 100644 (file)
@@ -1,3 +1,16 @@
+2011-01-26  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/bfin/bfin.h (LINK_SPEC): Remove %{Qy:} %{!Qn:-Qy}.
+       * config/frv/frv.h (LINK_SPEC): Likewise.
+       * config/i386/netware.h (LINK_SPEC): Likewise.
+       * config/m68k/linux.h (ASM_SPEC): Likewise.
+       * config/rs6000/linux64.h (ASM_SPEC_COMMON): Likewise.
+       * config/rs6000/sysv4.h (LINK_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 (ASM_SPEC): Remove %{Ym,*}.
index 7326244f75761845db65c62eeb18068b38888a76..c26b41cc5d6bbacc5979b6d7183da4d5e20bd9b6 100644 (file)
@@ -249,7 +249,6 @@ extern unsigned int bfin_workarounds;
 %{static:-dn -Bstatic} \
 %{shared:-G -Bdynamic} \
 %{symbolic:-Bsymbolic} \
-%{Qy:} %{!Qn:-Qy} \
 -init __init -fini __fini "
 
 /* Generate DSP instructions, like DSP halfword loads */
index dca9aba6ee0fdcc25af4930ca6e826f470c42743..4f43cdccedf69ebc96bc0e278e2bbbadd9b8fbca 100644 (file)
 %{static:-dn -Bstatic} \
 %{shared:-Bdynamic} \
 %{symbolic:-Bsymbolic} \
-%{G*} \
-%{Qy:} %{!Qn:-Qy}"
+%{G*}"
 
 #undef  LIB_SPEC
 #define LIB_SPEC "--start-group -lc -lsim --end-group"
index 72d9e340658e484f756611825b75036f77f320cc..7f63f4518b3df5a4e6e2efbb190b2f49eb71bfe4 100644 (file)
@@ -1,6 +1,6 @@
 /* Core target definitions for GCC for Intel 80x86 running Netware.
    and using dwarf for the debugging format.
-   Copyright (C) 1993, 1994, 2004, 2007, 2008, 2009, 2010
+   Copyright (C) 1993, 1994, 2004, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
    Written by David V. Henkel-Wallace (gumby@cygnus.com)
@@ -34,8 +34,7 @@ along with GCC; see the file COPYING3.  If not see
 
 /* Kinda useless, but what the hell */
 #undef LINK_SPEC
-#define LINK_SPEC "%{h*} %{v:-V} \
-                  %{Qy:} %{!Qn:-Qy}"
+#define LINK_SPEC "%{h*} %{v:-V}"
 
 #undef STARTFILE_SPEC
 #define STARTFILE_SPEC ""
index 32dd577f724711ab2c063bfdec5828e55afe0f5d..82417b477bd15b8d2aebe3dc69441dd96fc7d841 100644 (file)
@@ -24,8 +24,7 @@ along with GCC; see the file COPYING3.  If not see
 
 /* Add %(asm_cpu_spec) to a generic definition of ASM_SPEC.  */
 #undef ASM_SPEC
-#define ASM_SPEC "%(asm_cpu_spec) %(asm_pcrel_spec) \
-  %{Qy:} %{!Qn:-Qy}"
+#define ASM_SPEC "%(asm_cpu_spec) %(asm_pcrel_spec)"
 
 #undef PREFERRED_STACK_BOUNDARY
 #define PREFERRED_STACK_BOUNDARY 32
index 11d8a337a9e4680ac67f6a9497def65dc4ff4884..ba5b2cf5ca88aa2fc7938caab32770be03102c77 100644 (file)
@@ -207,7 +207,6 @@ extern int dot_symbols;
 
 #define ASM_SPEC_COMMON "%(asm_cpu) \
 %{,assembler|,assembler-with-cpp: %{mregnames} %{mno-regnames}} \
-%{Qy:} %{!Qn:-Qy} \
 %{mlittle} %{mlittle-endian} %{mbig} %{mbig-endian}"
 
 #undef SUBSUBTARGET_EXTRA_SPECS
index 425e43c54290e2631669e73a4f93a4b81b2ac8a0..71af74e1121835d9fafb368f1362c568ba5117c4 100644 (file)
@@ -620,7 +620,6 @@ extern int fixuplabelno;
 #define        LINK_SPEC "\
 %{h*} %{v:-V} %{!msdata=none:%{G*}} %{msdata=none:-G0} \
 %{R*} \
-%{Qy:} %{!Qn:-Qy} \
 %(link_shlib) \
 %{!T*: %(link_start) } \
 %(link_target) \
index 6a724b2a4b57e754b8403bc15f9931d72eb9bf38..ac7efe7dfcd9c607b04c2685bc60abf38d7bb3b9 100644 (file)
@@ -86,7 +86,6 @@ VXWORKS_ADDITIONAL_CPP_SPEC
 #define ASM_SPEC \
 "%(asm_cpu) \
  %{,assembler|,assembler-with-cpp: %{mregnames} %{mno-regnames}} \
- %{Qy:} %{!Qn:-Qy} \
  %{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} -mbig"
 
 #undef  LIB_SPEC
index df1333a9cc970c29e4bb1c976cf2da1f53d9f35c..b37cccebb57a5cad1bdc16b407343b52c0375bd0 100644 (file)
@@ -85,7 +85,6 @@ 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 "\
-%{!Qn:-Qy} \
 -s \
 %{fpic|fPIC|fpie|fPIE:-K PIC} \
 %{!.c:%{findirect-dispatch:-K PIC}} \
index e6e309db2244942f72ae231c2bbea2f0043fb121..cd7c390e6ff69f67f812a8b2811c9031ecdd75db 100644 (file)
@@ -208,7 +208,6 @@ 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 "\
-%{!Qn:-Qy} \
 -s \
 %{fpic|fPIC|fpie|fPIE:-K PIC} \
 %{!.c:%{findirect-dispatch:-K PIC}} \
index 8b78d2591dab7d6d2ee770950d06462bcd9992d0..6c0797f74ba68391f0c9444c8dea7822e9137f58 100644 (file)
@@ -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} -s \
+  "-s \
    %{fpic|fpie|fPIC|fPIE:-K PIC} %(asm_cpu)"
 
 /* Use the default.  */