toolchain/binutils: building gas for arm-*-uclibc systems requires linking with -lm
[openwrt/openwrt.git] / toolchain / binutils / patches / 2.19.1+cs / 111-pr7093.elf32-arm.c.patch
1 --- a/bfd/elf32-arm.c
2 +++ b/bfd/elf32-arm.c
3 @@ -5476,6 +5476,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