diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-28 07:26:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-28 07:26:07 +0000 |
commit | 95cba52ba46a62830cafc523eda03bbd62f4dc96 (patch) | |
tree | 73979e212e10590bd7ddd90e9006190ac7f160bb /toolchain/binutils/patches/2.20/111-pr7093.elf32-arm.c.patch | |
parent | 5f9f23534b39b32bfdcd405cb8e02d3adffb1f00 (diff) | |
download | upstream-95cba52ba46a62830cafc523eda03bbd62f4dc96.tar.gz upstream-95cba52ba46a62830cafc523eda03bbd62f4dc96.tar.bz2 upstream-95cba52ba46a62830cafc523eda03bbd62f4dc96.zip |
remove support for binutils 2.18 and 2.20
SVN-Revision: 23685
Diffstat (limited to 'toolchain/binutils/patches/2.20/111-pr7093.elf32-arm.c.patch')
-rw-r--r-- | toolchain/binutils/patches/2.20/111-pr7093.elf32-arm.c.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/binutils/patches/2.20/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.20/111-pr7093.elf32-arm.c.patch deleted file mode 100644 index 76aa343725..0000000000 --- a/toolchain/binutils/patches/2.20/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; - |