Root/
| 1 | --- a/bfd/elf32-arm.c |
| 2 | +++ b/bfd/elf32-arm.c |
| 3 | @@ -5631,6 +5631,10 @@ bfd_elf32_arm_init_maps (bfd *abfd) |
| 4 | if (! is_arm_elf (abfd)) |
| 5 | return; |
| 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 |
