projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ar71xx: fix image generation for TL-WR741ND/TL-WR841ND-v5
[openwrt.git]
/
toolchain
/
binutils
/
patches
/
2.20
/
111-pr7093.elf32-arm.c.patch
1
--- a/bfd/elf32-arm.c
2
+++ b/bfd/elf32-arm.c
3
@@ -5511,6 +5511,10 @@ bfd_elf32_arm_init_maps (bfd *abfd)
4
if (! is_arm_elf (abfd))
5
return;
6
7
+ /* PR 7093: Make sure that we are dealing with an arm elf binary. */
8
+ if (! is_arm_elf (abfd))
9
+ return;
10
+
11
if ((abfd->flags & DYNAMIC) != 0)
12
return;
13
This page took
0.04283 seconds
and
5
git commands to generate.