aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-24 10:06:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-24 10:06:55 +0000
commit1d42b9b8617e25cd3efdc73ad6018982bd8d90a8 (patch)
tree9a26aee51e61151dedca13f6f522020dd310a989 /toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch
parent7c11754589fca13abb7fc73e73c1e53312e92bad (diff)
downloadupstream-1d42b9b8617e25cd3efdc73ad6018982bd8d90a8.tar.gz
upstream-1d42b9b8617e25cd3efdc73ad6018982bd8d90a8.tar.bz2
upstream-1d42b9b8617e25cd3efdc73ad6018982bd8d90a8.zip
binutils: remove version 2.20.1 (only used by avr32)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch')
-rw-r--r--toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch
deleted file mode 100644
index 76aa343725..0000000000
--- a/toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/bfd/elf32-arm.c
-+++ b/bfd/elf32-arm.c
-@@ -5511,6 +5511,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;
-