OSDN Git Service

PR binutils/13476
authordanglin <danglin>
Sun, 11 Dec 2011 15:42:07 +0000 (15:42 +0000)
committerdanglin <danglin>
Sun, 11 Dec 2011 15:42:07 +0000 (15:42 +0000)
commit85a9c950e9104cb2a69934dc983447b9b41cdf49
tree9d31532dbd7dfd8cb311085c85d4470fbe16abfe
parent77fd0dff8756d76e7be488b3d5ee87444ceb60ce
PR binutils/13476
* elf32-hppa.c (final_link_relocate): Convert R_PARISC_TLS_GD21L,
R_PARISC_TLS_LDM21L and R_PARISC_TLS_IE21L relocations to
R_PARISC_DPREL21L when not doing a shared link.  Likewise convert
R_PARISC_TLS_GD14R, R_PARISC_TLS_LDM14R and R_PARISC_TLS_IE14R to
R_PARISC_DPREL14R.  Handle R_PARISC_TLS_GD21L, R_PARISC_TLS_LDM21L
and R_PARISC_TLS_IE21L with R_PARISC_DLTIND21L.
bfd/ChangeLog
bfd/elf32-hppa.c