PR binutils/13476
authorDave Anglin <dave.anglin@nrc.ca>
Sun, 11 Dec 2011 15:42:10 +0000 (15:42 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Sun, 11 Dec 2011 15:42:10 +0000 (15:42 +0000)
commit143bb59922e6bbeba29288fd5ac216f594c565dd
tree3bbfe3dc3698048c543042c832796154d54c943f
parentd3fbdd8686ccab8af8839c2c4468cc3ba6e210ae
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