diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-19 19:37:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-19 19:37:43 +0000 |
commit | cf440ae7169f9095ea2089269d894a8a60de3161 (patch) | |
tree | 5434501d72a17a16464fa06570da644fbaa655c5 /toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch | |
parent | 9659e20d57ecfa80e858be6246c5558739a1f492 (diff) | |
download | upstream-cf440ae7169f9095ea2089269d894a8a60de3161.tar.gz upstream-cf440ae7169f9095ea2089269d894a8a60de3161.tar.bz2 upstream-cf440ae7169f9095ea2089269d894a8a60de3161.zip |
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 <florian@openwrt.org>
SVN-Revision: 34265
Diffstat (limited to 'toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch')
-rw-r--r-- | toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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; - |