]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
freebsd.h (LINK_SPEC): Cut long comment.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 2 Dec 2010 19:40:27 +0000 (19:40 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 2 Dec 2010 19:40:27 +0000 (19:40 +0000)
* config/i386/freebsd.h (LINK_SPEC): Cut long comment.
* config/i386/linux.h (LINK_SPEC): Cut long comment.
* config/i386/netware.h (LINK_SPEC): Remove %{V}.
* config/m32r/linux.h (LINK_SPEC): Cut long comment.
* config/m68k/linux.h (LINK_SPEC): Cut long comment.
* config/sparc/linux.h (LINK_SPEC): Cut long comment.
(ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
* config/sparc/linux64.h (LINK_SPEC): Cut long comment.
(ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
* config/sparc/netbsd-elf.h (ASM_SPEC): Remove %{V} and
%{v:%{!V:-V}}.

From-SVN: r167386

gcc/ChangeLog
gcc/config/i386/freebsd.h
gcc/config/i386/linux.h
gcc/config/i386/netware.h
gcc/config/m32r/linux.h
gcc/config/m68k/linux.h
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h
gcc/config/sparc/netbsd-elf.h

index 64eaa71a7234549469e15f8a7e4352003da25a64..ee54726aa0bbb85712d0a746a9bde23a74639ade 100644 (file)
@@ -1,3 +1,17 @@
+2010-12-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/i386/freebsd.h (LINK_SPEC): Cut long comment.
+       * config/i386/linux.h (LINK_SPEC): Cut long comment.
+       * config/i386/netware.h (LINK_SPEC): Remove %{V}.
+       * config/m32r/linux.h (LINK_SPEC): Cut long comment.
+       * config/m68k/linux.h (LINK_SPEC): Cut long comment.
+       * config/sparc/linux.h (LINK_SPEC): Cut long comment.
+       (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
+       * config/sparc/linux64.h (LINK_SPEC): Cut long comment.
+       (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
+       * config/sparc/netbsd-elf.h (ASM_SPEC): Remove %{V} and
+       %{v:%{!V:-V}}.
+
 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
 
        * gcc.c (trad_capable_cpp, default_compilers): Don't handle
index 1d27044018a2617b77e2d96dd30ea9661debfd9b..f23a4249e28fec7d131f9827860af7a5457d3d5d 100644 (file)
@@ -88,13 +88,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Provide a LINK_SPEC appropriate for FreeBSD.  Here we provide support
    for the special GCC options -static and -shared, which allow us to
    link things in one of these three modes by applying the appropriate
-   combinations of options at link-time. We like to support here for
-   as many of the other GNU linker options as possible. But I don't
-   have the time to search for those flags. I am sure how to add
-   support for -soname shared_object_name. H.J.
-
-   I took out %{v:%{!V:-V}}. It is too much :-(. They can use
-   -Wl,-V.
+   combinations of options at link-time.
 
    When the -shared link option is used a final link is not being
    done.  */
index bb4a72f103be7f60c5f5f4768ab7efa67db57633..a1eca565fcf4869620776f233ac2c0a2a25cb6af 100644 (file)
@@ -85,13 +85,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Provide a LINK_SPEC appropriate for Linux.  Here we provide support
    for the special GCC options -static and -shared, which allow us to
    link things in one of these three modes by applying the appropriate
-   combinations of options at link-time. We like to support here for
-   as many of the other GNU linker options as possible. But I don't
-   have the time to search for those flags. I am sure how to add
-   support for -soname shared_object_name. H.J.
-
-   I took out %{v:%{!V:-V}}. It is too much :-(. They can use
-   -Wl,-V.
+   combinations of options at link-time.
 
    When the -shared link option is used a final link is not being
    done.  */
index 7f90e1dd8141c3c82f5f17a2e07bb1d78331e48d..6eb949e619a8a068aaa72321d16ae7aadcaedcd4 100644 (file)
@@ -31,7 +31,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:%{!V:-V}} \
+#define LINK_SPEC "%{h*} %{v:-V} \
                   %{b} \
                   %{Qy:} %{!Qn:-Qy}"
 
index 9856e81fa2611edd26a53efda8f37abda8492e7d..cb94da4893f0c4db4a1f40552a45f07be9b9b6b1 100644 (file)
 /* Provide a LINK_SPEC appropriate for Linux.  Here we provide support
    for the special GCC options -static and -shared, which allow us to
    link things in one of these three modes by applying the appropriate
-   combinations of options at link-time. We like to support here for
-   as many of the other GNU linker options as possible. But I don't
-   have the time to search for those flags. I am sure how to add
-   support for -soname shared_object_name. H.J.
-
-   I took out %{v:%{!V:-V}}. It is too much :-(. They can use
-   -Wl,-V.
+   combinations of options at link-time.
 
    When the -shared link option is used a final link is not being
    done.  */
index 1d73ee0f4ef95d160cdd69570e7a1822f1af8dfa..6e6ad0c790149786007dc282b40aa2837b47dfc0 100644 (file)
@@ -71,13 +71,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Provide a LINK_SPEC appropriate for GNU/Linux.  Here we provide support
    for the special GCC options -static and -shared, which allow us to
    link things in one of these three modes by applying the appropriate
-   combinations of options at link-time.  We like to support here for
-   as many of the other GNU linker options as possible.  But I don't
-   have the time to search for those flags.  I am sure how to add
-   support for -soname shared_object_name. H.J.
-
-   I took out %{v:%{!V:-V}}.  It is too much :-(.  They can use
-   -Wl,-V.
+   combinations of options at link-time.
 
    When the -shared link option is used a final link is not being
    done.  */
index 2b0bd73ff05bc6ec68e5c1bdf5f2cc75bbbb36ae..97ce5ee0fc18bf461a1df1c80464d1641a47765c 100644 (file)
@@ -70,13 +70,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Provide a LINK_SPEC appropriate for GNU/Linux.  Here we provide support
    for the special GCC options -static and -shared, which allow us to
    link things in one of these three modes by applying the appropriate
-   combinations of options at link-time. We like to support here for
-   as many of the other GNU linker options as possible. But I don't
-   have the time to search for those flags. I am sure how to add
-   support for -soname shared_object_name. H.J.
-
-   I took out %{v:%{!V:-V}}. It is too much :-(. They can use
-   -Wl,-V.
+   combinations of options at link-time.
 
    When the -shared link option is used a final link is not being
    done.  */
@@ -99,8 +93,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 "\
-%{V} \
-%{v:%{!V:-V}} \
 %{!Qn:-Qy} \
 %{n} \
 %{T} \
index 7f413c7feb04d9f98367f5ea0dd1db6674733660..d50094bb6edf21d840cf034de46f8651227882d0 100644 (file)
@@ -96,13 +96,7 @@ along with GCC; see the file COPYING3.  If not see
 /* Provide a LINK_SPEC appropriate for GNU/Linux.  Here we provide support
    for the special GCC options -static and -shared, which allow us to
    link things in one of these three modes by applying the appropriate
-   combinations of options at link-time. We like to support here for
-   as many of the other GNU linker options as possible. But I don't
-   have the time to search for those flags. I am sure how to add
-   support for -soname shared_object_name. H.J.
-
-   I took out %{v:%{!V:-V}}. It is too much :-(. They can use
-   -Wl,-V.
+   combinations of options at link-time.
 
    When the -shared link option is used a final link is not being
    done.  */
@@ -228,8 +222,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 "\
-%{V} \
-%{v:%{!V:-V}} \
 %{!Qn:-Qy} \
 %{n} \
 %{T} \
index ebd0260d55a3844388740830583470cc5b32371e..90f48d0a65aeed9b8b1189997f3bfde251833a86 100644 (file)
@@ -1,6 +1,7 @@
 /* Definitions of target machine for GCC, for ELF on NetBSD/sparc
    and NetBSD/sparc64.
-   Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2007, 2010
+   Free Software Foundation, Inc.
    Contributed by Matthew Green (mrg@eterna.com.au).
 
 This file is part of GCC.
@@ -71,7 +72,7 @@ along with GCC; see the file COPYING3.  If not see
 #define USER_LABEL_PREFIX ""
 
 #undef ASM_SPEC
-#define ASM_SPEC "%{fpic|fPIC|fpie|fPIE:-K PIC} %{V} %{v:%{!V:-V}} \
+#define ASM_SPEC "%{fpic|fPIC|fpie|fPIE:-K PIC} \
 %{mlittle-endian:-EL} \
 %(asm_cpu) %(asm_arch) %(asm_relax)"