From 496aad105815ba8b2e1d1137e7c486e93d98d1a1 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 1 May 2009 14:51:02 +0000 Subject: [PATCH] fix a small bug in binutils 2.19.1 * http://sourceware.org/bugzilla/show_bug.cgi?id=7093 SVN-Revision: 15538 --- .../patches/2.19.1/111-pr7093.elf32-arm.c.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch diff --git a/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch new file mode 100644 index 0000000000..41d6aaaaf2 --- /dev/null +++ b/toolchain/binutils/patches/2.19.1/111-pr7093.elf32-arm.c.patch @@ -0,0 +1,13 @@ +--- a/bfd/elf32-arm.c ++++ b/bfd/elf32-arm.c +@@ -4621,6 +4621,10 @@ + Elf_Internal_Shdr *hdr; + unsigned int i, localsyms; + ++ /* 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; + -- 2.30.2