mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:27:30 +02:00
db4a8bc7c1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25552 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
330 B
Diff
14 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;
|
|
|