X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=toolchain%2Fbinutils%2Fpatches%2F2.19.1%2Bcs%2F111-pr7093.elf32-arm.c.patch;fp=toolchain%2Fbinutils%2Fpatches%2F2.19.1%2Bcs%2F111-pr7093.elf32-arm.c.patch;h=0000000000000000000000000000000000000000;hp=80fc0c9a3965e368cb20830fe35eaeccd50dae9a;hb=95612bcef8dcdc3eccd4b0589ceada865ece6dbd;hpb=4b01d8a7ee70a25b2bc4a332e4c73e2d229845f8 diff --git a/toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch deleted file mode 100644 index 80fc0c9a3..000000000 --- a/toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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; -