fix a small bug in binutils 2.19.1 * http://sourceware.org/bugzilla/show_bug.cgi...
authorGabor Juhos <juhosg@openwrt.org>
Fri, 1 May 2009 14:51:02 +0000 (14:51 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 1 May 2009 14:51:02 +0000 (14:51 +0000)
SVN-Revision: 15538

toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch [new file with mode: 0644]

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 (file)
index 0000000..41d6aaa
--- /dev/null
@@ -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;