summaryrefslogtreecommitdiff
path: root/toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-03-11 11:50:25 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-03-11 11:50:25 +0000
commit6dfce04b55851097a9f802df52f1e705364f812b (patch)
tree85a1405d0f8fb2c602435bea0e6b63f06bb8ce10 /toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch
parente1863691d9b67e4e449d5725da41abcba95483e4 (diff)
downloadmtk-20170518-6dfce04b55851097a9f802df52f1e705364f812b.zip
mtk-20170518-6dfce04b55851097a9f802df52f1e705364f812b.tar.gz
mtk-20170518-6dfce04b55851097a9f802df52f1e705364f812b.tar.bz2
add binutils-2.20.1
SVN-Revision: 20137
Diffstat (limited to 'toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch')
-rw-r--r--toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch
new file mode 100644
index 0000000..76aa343
--- /dev/null
+++ b/toolchain/binutils/patches/2.20.1/111-pr7093.elf32-arm.c.patch
@@ -0,0 +1,13 @@
+--- 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;
+