]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/arc/arc.h (ASM_SPEC): Remove %{v}.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 13:30:01 +0000 (13:30 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Dec 2010 13:30:01 +0000 (13:30 +0000)
* config/bfin/bfin.h (ASM_SPEC): Remove %{v}.
* config/cris/cris.h (ASM_SPEC): Remove %{v:-v}.
* config/fr30/fr30.h (ASM_SPEC): Remove %{v}.
* config/frv/frv.h (ASM_SPEC): Remove %{v}.
* config/i386/linux.h (ASM_SPEC): Remove %{v}.
* config/i386/linux64.h (ASM_SPEC): Remove %{v}.
* config/i386/mingw-w64.h (ASM_SPEC): Remove %{v}.
* config/i386/sol2-10.h (ASM_SPEC): Remove %{v}.
* config/i386/vxworks.h (ASM_SPEC): Remove %{v}.
* config/i386/x86-64.h (ASM_SPEC): Remove %{v}.
* config/lm32/lm32.h (ASM_SPEC): Remove %{v}.
* config/m32r/m32r.h (ASM_SPEC): Remove %{v}.
* config/m68k/linux.h (ASM_SPEC): Remove %{v:-V}.
* config/microblaze/microblaze.h (ASM_SPEC): Remove %{v}.
* config/mips/mips.h (ASM_SPEC): Remove %{v}.
* config/mips/vxworks.h (ASM_SPEC): Remove %{v}.
* config/pa/pa-linux.h (ASM_SPEC): Remove %{v:-V}.
* config/rs6000/freebsd.h (SVR4_ASM_SPEC): Remove %{v}.
* config/rs6000/linux64.h (ASM_SPEC): Remove %{v:-V}.
* config/rs6000/vxworks.h (ASM_SPEC): Remove %{v:-v}.
* config/sparc/openbsd64.h (ASM_SPEC): Remove %{v:-V}.
* config/svr4.h (SVR4_ASM_SPEC): Remove %{v:-V}.
* config/xtensa/elf.h (ASM_SPEC): Remove %{v}.
* config/xtensa/linux.h (ASM_SPEC): Remove %{v}.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167636 138bc75d-0d04-0410-961f-82ee72b054a4

26 files changed:
gcc/ChangeLog
gcc/config/arc/arc.h
gcc/config/bfin/bfin.h
gcc/config/cris/cris.h
gcc/config/fr30/fr30.h
gcc/config/frv/frv.h
gcc/config/i386/linux.h
gcc/config/i386/linux64.h
gcc/config/i386/mingw-w64.h
gcc/config/i386/sol2-10.h
gcc/config/i386/vxworks.h
gcc/config/i386/x86-64.h
gcc/config/lm32/lm32.h
gcc/config/m32r/m32r.h
gcc/config/m68k/linux.h
gcc/config/microblaze/microblaze.h
gcc/config/mips/mips.h
gcc/config/mips/vxworks.h
gcc/config/pa/pa-linux.h
gcc/config/rs6000/freebsd.h
gcc/config/rs6000/linux64.h
gcc/config/rs6000/vxworks.h
gcc/config/sparc/openbsd64.h
gcc/config/svr4.h
gcc/config/xtensa/elf.h
gcc/config/xtensa/linux.h

index ee07dfea8c7220b2ab66c974de8088b3379c33da..120388f06dcd3d1f6d9844e4dba345bd1c1c87ee 100644 (file)
@@ -1,3 +1,31 @@
+2010-12-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/arc/arc.h (ASM_SPEC): Remove %{v}.
+       * config/bfin/bfin.h (ASM_SPEC): Remove %{v}.
+       * config/cris/cris.h (ASM_SPEC): Remove %{v:-v}.
+       * config/fr30/fr30.h (ASM_SPEC): Remove %{v}.
+       * config/frv/frv.h (ASM_SPEC): Remove %{v}.
+       * config/i386/linux.h (ASM_SPEC): Remove %{v}.
+       * config/i386/linux64.h (ASM_SPEC): Remove %{v}.
+       * config/i386/mingw-w64.h (ASM_SPEC): Remove %{v}.
+       * config/i386/sol2-10.h (ASM_SPEC): Remove %{v}.
+       * config/i386/vxworks.h (ASM_SPEC): Remove %{v}.
+       * config/i386/x86-64.h (ASM_SPEC): Remove %{v}.
+       * config/lm32/lm32.h (ASM_SPEC): Remove %{v}.
+       * config/m32r/m32r.h (ASM_SPEC): Remove %{v}.
+       * config/m68k/linux.h (ASM_SPEC): Remove %{v:-V}.
+       * config/microblaze/microblaze.h (ASM_SPEC): Remove %{v}.
+       * config/mips/mips.h (ASM_SPEC): Remove %{v}.
+       * config/mips/vxworks.h (ASM_SPEC): Remove %{v}.
+       * config/pa/pa-linux.h (ASM_SPEC): Remove %{v:-V}.
+       * config/rs6000/freebsd.h (SVR4_ASM_SPEC): Remove %{v}.
+       * config/rs6000/linux64.h (ASM_SPEC): Remove %{v:-V}.
+       * config/rs6000/vxworks.h (ASM_SPEC): Remove %{v:-v}.
+       * config/sparc/openbsd64.h (ASM_SPEC): Remove %{v:-V}.
+       * config/svr4.h (SVR4_ASM_SPEC): Remove %{v:-V}.
+       * config/xtensa/elf.h (ASM_SPEC): Remove %{v}.
+       * config/xtensa/linux.h (ASM_SPEC): Remove %{v}.
+
 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
 
        * config/i386/openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.
index 9771678e689b10d601d02624d6587b76cd82c51b..8a0881848edc325df223f243aca63d26e3ecb9a9 100644 (file)
@@ -62,7 +62,7 @@ along with GCC; see the file COPYING3.  If not see
 %{EB:-mbig-endian} %{EL:-mlittle-endian} \
 "
 
-#define ASM_SPEC "%{v} %{EB} %{EL}"
+#define ASM_SPEC "%{EB} %{EL}"
 
 #define LINK_SPEC "%{v} %{EB} %{EL}"
 
index ab816e4d94e7ac7263ba566d289df2445736a897..069665642b2b0099f5f1a58b6a62601c8c545692 100644 (file)
@@ -248,7 +248,7 @@ extern unsigned int bfin_workarounds;
    Defined in svr4.h.  */
 #undef  ASM_SPEC
 #define ASM_SPEC "\
-%{v} %{Ym,*} %{Yd,*} \
+%{Ym,*} %{Yd,*} \
     %{mno-fdpic:-mnopic} %{mfdpic}"
 
 #define LINK_SPEC "\
index 51c1a7a06b3e9f47a0d8c227d2d39c9539e4239c..be99e19e179ca7d35e1f2d284b16cd690c3b0f90 100644 (file)
@@ -192,8 +192,7 @@ extern int cris_cpu_version;
 #undef ASM_SPEC
 #define ASM_SPEC \
  MAYBE_AS_NO_MUL_BUG_ABORT \
- "%{v:-v}\
- %(asm_subtarget)\
+ "%(asm_subtarget)\
  %{march=*:%{cpu=*:%edo not specify both -march=... and -mcpu=...}}\
  %{march=v32:--march=v32} %{mcpu=v32:--march=v32}"
 
index cb8bf9e95ac276e633766c13e9836893c1cb2051..681f99ba41e2b6b0c0ece845a1c3000e810b35d7 100644 (file)
@@ -25,7 +25,7 @@ along with GCC; see the file COPYING3.  If not see
 /*{{{  Run-time target specifications.  */ 
 
 #undef  ASM_SPEC
-#define ASM_SPEC "%{v}"
+#define ASM_SPEC ""
 
 /* Define this to be a string constant containing `-D' options to define the
    predefined macros that identify this machine and system.  These macros will
index b8771ec7a01c3f7dbb88fd942b088e53a71f8fec..1b97ae7247769e71caee9905ef3e63528c0de160 100644 (file)
@@ -65,7 +65,7 @@
    Defined in svr4.h.  */
 #undef  ASM_SPEC
 #define ASM_SPEC "\
-%{G*} %{v} %{Ym,*} %{Yd,*} \
+%{G*} %{Ym,*} %{Yd,*} \
 %{mtomcat-stats} \
 %{!mno-eflags: \
     %{mcpu=*} \
index 47db90f8ac0ef6ba97c14f4e6cf0bd6af23aa76a..d1e7f73c9e54701be46f89fe6d2165c0bb5366ad 100644 (file)
@@ -96,7 +96,7 @@ along with GCC; see the file COPYING3.  If not see
 
 #undef  ASM_SPEC
 #define ASM_SPEC \
-  "%{v} --32 %{!mno-sse2avx:%{mavx:-msse2avx}} %{msse2avx:%{!mavx:-msse2avx}}"
+  "--32 %{!mno-sse2avx:%{mavx:-msse2avx}} %{msse2avx:%{!mavx:-msse2avx}}"
 
 #undef  SUBTARGET_EXTRA_SPECS
 #define SUBTARGET_EXTRA_SPECS \
index c6d8244c775923c551670e8b242c342f0157b4db..b68c40fec58fe72228048a7eb43b3a8808163bd2 100644 (file)
@@ -71,7 +71,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #endif
 
 #undef ASM_SPEC
-#define ASM_SPEC "%{v} %{" SPEC_32 ":--32} %{" SPEC_64 ":--64} \
+#define ASM_SPEC "%{" SPEC_32 ":--32} %{" SPEC_64 ":--64} \
  %{!mno-sse2avx:%{mavx:-msse2avx}} %{msse2avx:%{!mavx:-msse2avx}}"
 
 #undef LINK_SPEC
index 3b8a1b114bb2ce4971fc6c7988bb460c27b8c965..f84434a3fabef893fa93e001bfbbe9555f4bfa71 100644 (file)
@@ -2,7 +2,7 @@
    hosting on Windows 32/64 via mingw-w64 runtime, using GNU tools and
    the Windows API Library.
    Copyright (C) 2009,
-   2009 Free Software Foundation, Inc.
+   2010 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -36,7 +36,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Enable multilib.  */
 
 #undef ASM_SPEC
-#define ASM_SPEC "%{v} %{m32:--32} %{m64:--64}"
+#define ASM_SPEC "%{m32:--32} %{m64:--64}"
 
 #undef SPEC_32
 #undef SPEC_64
index 9f0f448eb1cce600d01ff56df4d73529005b45ca..8f597753376e02a013f2d7ff5d42c09453912c8e 100644 (file)
@@ -26,7 +26,7 @@ along with GCC; see the file COPYING3.  If not see
    assembler requires -xarch=generic or -xarch=generic64 instead.  */
 #undef ASM_SPEC
 #ifdef USE_GAS
-#define ASM_SPEC "%{v} %{m32:--32} %{m64:--64} -s %(asm_cpu)"
+#define ASM_SPEC "%{m32:--32} %{m64:--64} -s %(asm_cpu)"
 #else
 #define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} %{Yd,*} " \
                 "%{m32:-xarch=generic} %{m64:-xarch=generic64} " \
index 4343695daf5c73de28ada7a7b96f5d0e212285de..09861e4930c4176dbe3bd1d1aeb41fe7f0a49ef0 100644 (file)
@@ -22,7 +22,7 @@ along with GCC; see the file COPYING3.  If not see
 #define TARGET_VERSION fprintf (stderr, " (80586, VxWorks syntax)");
 
 #undef  ASM_SPEC
-#define ASM_SPEC "%{v}"
+#define ASM_SPEC ""
 
 #define TARGET_OS_CPP_BUILTINS()                       \
   do                                                   \
index 61512b466375305dcd3cce20116a20f7fbd04911..31f42d0d40ef784188636b39ae5b0f1fb795453d 100644 (file)
@@ -52,7 +52,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #define CC1_SPEC "%(cc1_cpu) %{profile:-p}"
 
 #undef ASM_SPEC
-#define ASM_SPEC "%{v} %{m32:--32} %{m64:--64}"
+#define ASM_SPEC "%{m32:--32} %{m64:--64}"
 
 #undef ASM_OUTPUT_ALIGNED_BSS
 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
index 1c10f16c812d5087fba71a0e87dd3f93c7b92b29..641d48e723eb24fc44230417ff22b5cf1f440ff3 100644 (file)
@@ -55,7 +55,6 @@
 %{mbarrel-shift-enabled} \
 %{msign-extend-enabled} \
 %{muser-extend-enabled} \
-%{v} \
 "
 
 /* Let link script define all link options. 
index d7c7feaf631af66145690e8ed7b2fdcca2d0418b..9b3fbcc88277db528a4791ded78bf591e2f204c8 100644 (file)
 
 /* Options to pass on to the assembler.  */
 #undef  ASM_SPEC
-#define ASM_SPEC "%{v} %(asm_cpu) %(relax) %{fpic|fpie:-K PIC} %{fPIC|fPIE:-K PIC}"
+#define ASM_SPEC "%(asm_cpu) %(relax) %{fpic|fpie:-K PIC} %{fPIC|fPIE:-K PIC}"
 
 #define LINK_SPEC "%{v} %(link_cpu) %(relax)"
 
index 803e144a826996862bff568b4e590361a9c9b6ba..9fb94974024b38071786b7532f71874bdeaae377 100644 (file)
@@ -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} %{Ym,*} %{Yd,*}"
+  %{Qy:} %{!Qn:-Qy} %{Ym,*} %{Yd,*}"
 
 #undef PREFERRED_STACK_BOUNDARY
 #define PREFERRED_STACK_BOUNDARY 32
index a86ba8ce52cd3936af50052daa731d1337814a82..5c9a97c64f98e4c7171ccd3880474742dce941a6 100644 (file)
@@ -74,7 +74,7 @@ extern enum pipeline_type microblaze_pipe;
 
 /* Assembler specs.  */
 
-#define TARGET_ASM_SPEC "%{v}"
+#define TARGET_ASM_SPEC ""
 
 #define ASM_SPEC "\
 %{microblaze1} \
index b478d88dae044a6a54d93c6eeeda888a01b5150b..4bde0dac70bbcb79487f2c4ca56c41c3ff1b920d 100644 (file)
@@ -1141,7 +1141,7 @@ enum mips_code_readable_setting {
 %{mfp32} %{mfp64} \
 %{mshared} %{mno-shared} \
 %{msym32} %{mno-sym32} \
-%{mtune=*} %{v} \
+%{mtune=*} \
 %(subtarget_asm_spec)"
 
 /* Extra switches sometimes passed to the linker.  */
index 3c2d94fe10490c2623b0e026f43c3c6aff4279f8..9c8c417e530dbafaea04a1f2517b7430563cf65d 100644 (file)
@@ -29,7 +29,7 @@ along with GCC; see the file COPYING3.  If not see
 %(subtarget_asm_debugging_spec) \
 %{mabi=*} %{!mabi*: %(asm_abi_default_spec)} \
 %{mgp32} %{mgp64} %{march=*} %{mxgot:-xgot} \
-%{mtune=*} %{v} \
+%{mtune=*} \
 %(subtarget_asm_spec)"
 
 #undef LINK_SPEC
index 872ba26ca27f0f7c153ae2459e71bf1bace69d2d..0eb4adf255737617895036ae87331bab28581b15 100644 (file)
@@ -33,7 +33,7 @@ along with GCC; see the file COPYING3.  If not see
 
 #undef ASM_SPEC
 #define ASM_SPEC \
-  "%{v:-V} %{Ym,*} %{Yd,*}"
+  "%{Ym,*} %{Yd,*}"
 
 /* Define this for shared library support because it isn't in the main
    linux.h file.  */
index 958d818e4b2fb0d3845a237e89d4f14619106de1..2c36bab1e620de64d9cae254cc585629bbab91c9 100644 (file)
@@ -71,4 +71,4 @@
 #define ASM_APP_OFF "#NO_APP\n"
 /* Define SVR4_ASM_SPEC, we use GAS by default. See svr4.h for details.  */
 #define SVR4_ASM_SPEC \
-  "%{v:-V}"
+  ""
index 086e3de77f5be803e4621bda7f9147e6a128ae7f..694a592d9e2e0d45108a2346251ac4e7d62fbd47 100644 (file)
@@ -207,7 +207,7 @@ extern int dot_symbols;
 
 #define ASM_SPEC_COMMON "%(asm_cpu) \
 %{,assembler|,assembler-with-cpp: %{mregnames} %{mno-regnames}} \
-%{v:-V} %{Qy:} %{!Qn:-Qy} \
+%{Qy:} %{!Qn:-Qy} \
 %{mlittle} %{mlittle-endian} %{mbig} %{mbig-endian}"
 
 #undef SUBSUBTARGET_EXTRA_SPECS
index 3f46c2cf27fe82b876b76c36b3ae6bfcb5665560..0f9290169f66aa4a3116472db7e0e2c08cea0f17 100644 (file)
@@ -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} %{Ym,*} %{Yd,*} \
+ %{Qy:} %{!Qn:-Qy} %{Ym,*} %{Yd,*} \
  %{mrelocatable} %{mrelocatable-lib} %{fpic:-K PIC} %{fPIC:-K PIC} -mbig"
 
 #undef  LIB_SPEC
index 3aef75164df48eb79ff9d2dedc2691a8e4ab1f47..ece43eedc24a935c8355a0c2e59f460d1360c379 100644 (file)
@@ -55,7 +55,7 @@ along with GCC; see the file COPYING3.  If not see
 
 #undef ASM_SPEC
 #define ASM_SPEC "\
-%{v:-V} -s %{fpic|fPIC|fpie|fPIE:-K PIC} \
+-s %{fpic|fPIC|fpie|fPIE:-K PIC} \
 %{mlittle-endian:-EL} \
 %(asm_cpu) %(asm_arch) \
 "
index 74b513cad40b4696a9e72ccf93f35d8c2703b35f..9d756df2704eea17b84494d134692358afe00609 100644 (file)
@@ -63,7 +63,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 
 #ifdef USE_GAS
 #define SVR4_ASM_SPEC \
-  "%{v:-V}"
+  ""
 #else
 #define SVR4_ASM_SPEC \
   "%{v:-V} %{Qy:} %{!Qn:-Qy} %{Ym,*} %{Yd,*}"
index 90b1c717666984ed13c45b338d4c677623c8709b..0e8364fdfa6654d83ff199fe5f7392b17759aa1a 100644 (file)
@@ -43,8 +43,7 @@ along with GCC; see the file COPYING3.  If not see
 
 #undef ASM_SPEC
 #define ASM_SPEC \
- "%{v} \
-  %{mtext-section-literals:--text-section-literals} \
+ "%{mtext-section-literals:--text-section-literals} \
   %{mno-text-section-literals:--no-text-section-literals} \
   %{mtarget-align:--target-align} \
   %{mno-target-align:--no-target-align} \
index 7ac9e027be83a48eb49066c8ed50c42885c5be72..fb9f4539ebd4f7eeea0252a1546c6087cdc3d5da 100644 (file)
@@ -35,8 +35,7 @@ along with GCC; see the file COPYING3.  If not see
 
 #undef ASM_SPEC
 #define ASM_SPEC \
- "%{v} \
-  %{mtext-section-literals:--text-section-literals} \
+ "%{mtext-section-literals:--text-section-literals} \
   %{mno-text-section-literals:--no-text-section-literals} \
   %{mtarget-align:--target-align} \
   %{mno-target-align:--no-target-align} \