mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* elf32-arm.c (elf32_arm_final_link_relocate): Only test for
stubs in stub_bfd.
This commit is contained in:
parent
94d4433aa6
commit
ca6b5f82a5
@ -1,3 +1,8 @@
|
||||
2013-02-06 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* elf32-arm.c (elf32_arm_final_link_relocate): Only test for
|
||||
stubs in stub_bfd.
|
||||
|
||||
2013-02-06 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
|
||||
|
@ -8229,7 +8229,8 @@ elf32_arm_final_link_relocate (reloc_howto_type * howto,
|
||||
".tls_vars") == 0)
|
||||
&& ((r_type != R_ARM_REL32 && r_type != R_ARM_REL32_NOI)
|
||||
|| !SYMBOL_CALLS_LOCAL (info, h))
|
||||
&& (!strstr (input_section->name, STUB_SUFFIX))
|
||||
&& !(input_bfd == globals->stub_bfd
|
||||
&& strstr (input_section->name, STUB_SUFFIX))
|
||||
&& (h == NULL
|
||||
|| ELF_ST_VISIBILITY (h->other) == STV_DEFAULT
|
||||
|| h->root.type != bfd_link_hash_undefweak)
|
||||
|
Loading…
Reference in New Issue
Block a user