openwrtv3/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch
Imre Kaloz e01a14ceea fixup the ubicom patch, refresh
SVN-Revision: 25552
2011-02-16 14:05:08 +00:00

13 lines
330 B
Diff

--- a/bfd/elf32-arm.c
+++ b/bfd/elf32-arm.c
@@ -4621,6 +4621,10 @@ bfd_elf32_arm_init_maps (bfd *abfd)
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;