From 01870142fb36eef34a723b89da88f8007ccc81ef Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 6 Aug 2011 09:53:58 +0000 Subject: binutils: add binutils 2.21.1 SVN-Revision: 27919 --- .../binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch (limited to 'toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch') 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; + -- cgit v1.2.3