]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{version:-v}.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 14 Jan 2011 18:42:32 +0000 (18:42 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 14 Jan 2011 18:42:32 +0000 (18:42 +0000)
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
%{version:-v}.
* config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.

From-SVN: r168801

gcc/ChangeLog
gcc/config/arm/linux-elf.h
gcc/config/lm32/uclinux-elf.h

index c01cc9e030350a56ba18e4bde06784dede7e44b4..7eb21fb207540bb47c9d2e3dce78faf8528b7ba1 100644 (file)
@@ -1,3 +1,9 @@
+2011-01-14  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove
+       %{version:-v}.
+       * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
+
 2011-01-14  Joseph Myers  <joseph@codesourcery.com>
 
        * config/sparc/sp-elf.h (ASM_SPEC): Remove %{v:-V}.
index 6cdc006d84f9cdbc324ca3feb2ac9b918805202d..81d27bb723c27e45f7b97bb2620de7bace3ca233 100644 (file)
@@ -64,7 +64,7 @@
 
 #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
 
-#define LINUX_TARGET_LINK_SPEC  "%{h*} %{version:-v} \
+#define LINUX_TARGET_LINK_SPEC  "%{h*} \
    %{static:-Bstatic} \
    %{shared:-shared} \
    %{symbolic:-Bsymbolic} \
index c54ea356cd05a611276a0ee14928c9aaf42ebbe2..ce3689b179b7e013fc24a2ca1e1b1e50149c31b0 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for LM32 running Linux-based GNU systems using ELF
    Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2009, 2010 Free Software Foundation, Inc.
+   2009, 2010, 2011 Free Software Foundation, Inc.
    Contributed by Philip Blundell <philb@gnu.org>
 
    This file is part of GCC.
@@ -67,7 +67,7 @@
   "%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s"
 
 #undef  LINK_SPEC
-#define LINK_SPEC "%{h*} %{version:-v} \
+#define LINK_SPEC "%{h*} \
    %{static:-Bstatic} \
    %{shared:-shared} \
    %{symbolic:-Bsymbolic} \