aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-01-14 18:39:49 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-01-14 18:39:49 +0000
commit37e9e71d88d93a98fa96282938bc0c8d657e4087 (patch)
tree07b8033f308d04168ebc4ced170e96a3f49b2a06 /gcc
parent47524032e09b875c3e32ee01445dcb58ad77ad1b (diff)
downloadgcc-37e9e71d88d93a98fa96282938bc0c8d657e4087.zip
gcc-37e9e71d88d93a98fa96282938bc0c8d657e4087.tar.gz
gcc-37e9e71d88d93a98fa96282938bc0c8d657e4087.tar.bz2
* config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
From-SVN: r168798
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/arm/linux-elf.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e442407..fce3b22 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-14 Joseph Myers <joseph@codesourcery.com>
+
+ * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Remove %{b}.
+
2011-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (gcc_cv_ld_static_dynamic): Solaris 2 ld always
diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h
index 7318e3c..6cdc006 100644
--- a/gcc/config/arm/linux-elf.h
+++ b/gcc/config/arm/linux-elf.h
@@ -1,6 +1,6 @@
/* Definitions for ARM running Linux-based GNU systems using ELF
Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2008, 2009, 2010
+ 2005, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
Contributed by Philip Blundell <philb@gnu.org>
@@ -65,7 +65,6 @@
#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
#define LINUX_TARGET_LINK_SPEC "%{h*} %{version:-v} \
- %{b} \
%{static:-Bstatic} \
%{shared:-shared} \
%{symbolic:-Bsymbolic} \