2011-06-22 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
* elf32-arm.c (elf32_arm_final_link_relocate): Allow R_ARM_TLS_LE32 for PIE.
This commit is contained in:
parent
1ee4023ae3
commit
9ec0c93690
@ -1,3 +1,8 @@
|
||||
2011-06-22 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
|
||||
|
||||
* elf32-arm.c (elf32_arm_final_link_relocate): Allow R_ARM_TLS_LE32
|
||||
for PIE.
|
||||
|
||||
2011-06-22 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* elflink.c (_bfd_elf_merge_symbol): Allow type changes for
|
||||
|
@ -9454,7 +9454,7 @@ elf32_arm_final_link_relocate (reloc_howto_type * howto,
|
||||
}
|
||||
|
||||
case R_ARM_TLS_LE32:
|
||||
if (info->shared)
|
||||
if (info->shared && !info->pie)
|
||||
{
|
||||
(*_bfd_error_handler)
|
||||
(_("%B(%A+0x%lx): R_ARM_TLS_LE32 relocation not permitted in shared object"),
|
||||
|
Loading…
Reference in New Issue
Block a user