Root/
| 1 | --- a/bfd/elf32-arm.c |
| 2 | +++ b/bfd/elf32-arm.c |
| 3 | @@ -4621,6 +4621,10 @@ |
| 4 | Elf_Internal_Shdr *hdr; |
| 5 | unsigned int i, localsyms; |
| 6 | |
| 7 | + /* PR 7093: Make sure that we are dealing with an arm elf binary. */ |
| 8 | + if (! is_arm_elf (abfd)) |
| 9 | + return; |
| 10 | + |
| 11 | if ((abfd->flags & DYNAMIC) != 0) |
| 12 | return; |
| 13 | |
| 14 |
