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:
Ramana Radhakrishnan 2011-06-22 16:06:00 +00:00
parent 1ee4023ae3
commit 9ec0c93690
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"),