summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-08-06 09:53:58 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-08-06 09:53:58 +0000
commit01870142fb36eef34a723b89da88f8007ccc81ef (patch)
treeb73d3f5bd7da1217f915ee61b9d6500e10d9396f /toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch
parent51be98465569784b3c8c327a4873a7e9d1e5184b (diff)
downloadmaster-31e0f0ae-01870142fb36eef34a723b89da88f8007ccc81ef.tar.gz
master-31e0f0ae-01870142fb36eef34a723b89da88f8007ccc81ef.tar.bz2
master-31e0f0ae-01870142fb36eef34a723b89da88f8007ccc81ef.zip
binutils: add binutils 2.21.1
SVN-Revision: 27919
Diffstat (limited to 'toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch')
-rw-r--r--toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch
new file mode 100644
index 0000000000..7d6cb7ba71
--- /dev/null
+++ b/toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch
@@ -0,0 +1,13 @@
+--- a/bfd/elf32-arm.c
++++ b/bfd/elf32-arm.c
+@@ -5631,6 +5631,10 @@ bfd_elf32_arm_init_maps (bfd *abfd)
+ if (! is_arm_elf (abfd))
+ return;
+
++ /* 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;
+