diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-21 11:43:16 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-21 11:43:16 +0000 |
commit | e733d679a016ca5bf230c9f08bdf523f920cb1aa (patch) | |
tree | 31681d52cf3fdb3f51bd25114ece699474b1045b /toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch | |
parent | 3d217da60be837026f3af237bac84e2fdda5c57c (diff) | |
download | mtk-20170518-e733d679a016ca5bf230c9f08bdf523f920cb1aa.zip mtk-20170518-e733d679a016ca5bf230c9f08bdf523f920cb1aa.tar.gz mtk-20170518-e733d679a016ca5bf230c9f08bdf523f920cb1aa.tar.bz2 |
remove the CS variant - broken since it's addition
SVN-Revision: 25648
Diffstat (limited to 'toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch')
-rw-r--r-- | toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch deleted file mode 100644 index 80fc0c9..0000000 --- a/toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/bfd/elf32-arm.c -+++ b/bfd/elf32-arm.c -@@ -5476,6 +5476,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; - |