summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-19 02:09:59 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-19 02:09:59 +0000
commit0aa409cc4d5952758e1576c2cdf0a71a626e5e96 (patch)
tree833af2329072275f3d93bad811b4b680e8097c91 /toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch
parent1c0fd705a61e72e315c96bec639b34ecc1c33494 (diff)
add a binutils variant based on a binutils snapshot and codesourcery g++ enhancements (compiles, but fails to link the kernel)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18060 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch13
1 files changed, 13 insertions, 0 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
new file mode 100644
index 000000000..80fc0c9a3
--- /dev/null
+++ b/toolchain/binutils/patches/2.19.1+cs/111-pr7093.elf32-arm.c.patch
@@ -0,0 +1,13 @@
+--- 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;
+