aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-05-01 14:51:02 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-05-01 14:51:02 +0000
commit2aa7aef9523436806e87a48ff5647636e2dd7a41 (patch)
tree0da71a1c4cbde0afaab6d8e6d39db15824aca99d /toolchain/binutils/patches
parent98850bbf64cb4ab2016bfdd3877f633e5d8a0bd8 (diff)
downloadupstream-2aa7aef9523436806e87a48ff5647636e2dd7a41.tar.gz
upstream-2aa7aef9523436806e87a48ff5647636e2dd7a41.tar.bz2
upstream-2aa7aef9523436806e87a48ff5647636e2dd7a41.zip
[toolchain] fix a small bug in binutils 2.19.1
* http://sourceware.org/bugzilla/show_bug.cgi?id=7093 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15538 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches')
-rw-r--r--toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch
new file mode 100644
index 0000000000..41d6aaaaf2
--- /dev/null
+++ b/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch
@@ -0,0 +1,13 @@
+--- a/bfd/elf32-arm.c
++++ b/bfd/elf32-arm.c
+@@ -4621,6 +4621,10 @@
+ Elf_Internal_Shdr *hdr;
+ unsigned int i, localsyms;
+
++ /* PR 7093: Make sure that we are dealing with an arm elf binary. */
++ if (! is_arm_elf (abfd))
++ return;
++
+ if ((abfd->flags & DYNAMIC) != 0)
+ return;
+