1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 03:04:25 +03:00
openwrt-xburst/toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch
kaloz b0c913d609 [toolchain/binutils]: add binutils 2.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25567 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-18 09:52:19 +00:00

14 lines
314 B
Diff

--- 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;