* elf32-m68k.c (elf_m68k_relocate_section): Allow

R_68K_TLS_LE{8,16,32} for PIE.
This commit is contained in:
Andreas Schwab 2012-03-31 14:27:33 +00:00
parent 3685f77167
commit 3a4ae68123
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-03-31 Andreas Schwab <schwab@linux-m68k.org>
* elf32-m68k.c (elf_m68k_relocate_section): Allow
R_68K_TLS_LE{8,16,32} for PIE.
2012-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* elf64-s390.c: Fix several comments regarding PLT entry

View File

@ -3948,7 +3948,7 @@ elf_m68k_relocate_section (output_bfd, info, input_bfd, input_section,
case R_68K_TLS_LE32:
case R_68K_TLS_LE16:
case R_68K_TLS_LE8:
if (info->shared)
if (info->shared && !info->pie)
{
(*_bfd_error_handler)
(_("%B(%A+0x%lx): R_68K_TLS_LE32 relocation not permitted "