diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-18 09:52:19 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-18 09:52:19 +0000 |
commit | 57be27f340588b609c374510d1114f054ac53274 (patch) | |
tree | 42c8f3d8bfe876ce3121dcd033adaf2c16dcaf47 /toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch | |
parent | 3e974e67b2bd1a00d8e4194cf0b6957c59d5e629 (diff) | |
download | upstream-57be27f340588b609c374510d1114f054ac53274.tar.gz upstream-57be27f340588b609c374510d1114f054ac53274.tar.bz2 upstream-57be27f340588b609c374510d1114f054ac53274.zip |
add binutils 2.21
SVN-Revision: 25567
Diffstat (limited to 'toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch')
-rw-r--r-- | toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch b/toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch new file mode 100644 index 0000000000..7d6cb7ba71 --- /dev/null +++ b/toolchain/binutils/patches/2.21/111-pr7093.elf32-arm.c.patch @@ -0,0 +1,13 @@ +--- a/bfd/elf32-arm.c ++++ b/bfd/elf32-arm.c +@@ -5631,6 +5631,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; + |