aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-30 07:54:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-30 07:54:37 +0000
commite12995bc2f7c60191940f7bf6375eeb336f5bd4d (patch)
tree702cc7be9eb7d94e298af1b2778c33c54c914938 /toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch
parent2640d86b61f0ce9f82f770090ee28eafb1f89ae5 (diff)
downloadmaster-187ad058-e12995bc2f7c60191940f7bf6375eeb336f5bd4d.tar.gz
master-187ad058-e12995bc2f7c60191940f7bf6375eeb336f5bd4d.tar.bz2
master-187ad058-e12995bc2f7c60191940f7bf6375eeb336f5bd4d.zip
binutils: remove some unused obsolete versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37093 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch')
-rw-r--r--toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch
deleted file mode 100644
index 45765deeca..0000000000
--- a/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/bfd/elf32-arm.c
-+++ b/bfd/elf32-arm.c
-@@ -4621,6 +4621,10 @@ bfd_elf32_arm_init_maps (bfd *abfd)
- Elf_Internal_Shdr *hdr;
- unsigned int i, localsyms;
-
-+ /* 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;
-