From cf440ae7169f9095ea2089269d894a8a60de3161 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 19 Nov 2012 19:37:43 +0000 Subject: binutils: remove 2.21 There is no point in keeping around 2.21 when 2.21.1 which is a bugfix release is there. Signed-off-by: Florian Fainelli SVN-Revision: 34265 --- .../binutils/patches/2.21/111-pr7093.elf32-arm.c.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch (limited to 'toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch') diff --git a/toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch deleted file mode 100644 index 7d6cb7ba71..0000000000 --- a/toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/bfd/elf32-arm.c -+++ b/bfd/elf32-arm.c -@@ -5631,6 +5631,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; - -- cgit v1.2.3