1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 21:57:08 +03:00
openwrt-xburst/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch

14 lines
294 B
Diff
Raw Normal View History

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