You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
314 B
14 lines
314 B
15 years ago
|
--- a/bfd/elf32-arm.c
|
||
|
+++ b/bfd/elf32-arm.c
|
||
|
@@ -5476,6 +5476,10 @@ bfd_elf32_arm_init_maps (bfd *abfd)
|
||
|
if (! is_arm_elf (abfd))
|
||
|
return;
|
||
|
|
||
|
+ /* 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;
|
||
|
|