[toolchain] fix a small bug in binutils 2.19.1
[openwrt-10.03/.git] / toolchain / binutils / patches / 2.19.1 / 111-pr7093.elf32-arm.c.patch
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