diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-30 07:54:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-30 07:54:37 +0000 |
commit | e12995bc2f7c60191940f7bf6375eeb336f5bd4d (patch) | |
tree | 702cc7be9eb7d94e298af1b2778c33c54c914938 /toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch | |
parent | 2640d86b61f0ce9f82f770090ee28eafb1f89ae5 (diff) | |
download | upstream-e12995bc2f7c60191940f7bf6375eeb336f5bd4d.tar.gz upstream-e12995bc2f7c60191940f7bf6375eeb336f5bd4d.tar.bz2 upstream-e12995bc2f7c60191940f7bf6375eeb336f5bd4d.zip |
binutils: remove some unused obsolete versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37093 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch')
-rw-r--r-- | toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch deleted file mode 100644 index b291aaf73c..0000000000 --- a/toolchain/binutils/patches/2.21.1/111-pr7093.elf32-arm.c.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/bfd/elf32-arm.c -+++ b/bfd/elf32-arm.c -@@ -5637,6 +5637,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; - |