2006-04-08 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 8 Apr 2006 22:57:22 +0000 (22:57 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 8 Apr 2006 22:57:22 +0000 (22:57 +0000)
commitcb878726df95ae9effe3b5b06a519bf2f2786226
treebe50e49bc285bc8cee79690a5aecdfbcd903add9
parent07c5f590ae27c60e498282c40414f6c77dccc39a
2006-04-08  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/2513
* elf32-i386.c (GOT_TLS_MASK): New macro for tls_type.
(GOT_TLS_IE_IE): Likewise.
(GOT_TLS_IE_GD): Likewise.
(GOT_TLS_IE_MASK): Likewise.
(elf_i386_check_relocs): For global symbols, set GOT_TLS_IE_GD
and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE
respectively.
(allocate_dynrelocs): If both GOT_TLS_IE_IE and GOT_TLS_IE_GD
are set, treat tls_type as GOT_TLS_IE_BOTH.
(elf_i386_relocate_section): Likewise.
bfd/ChangeLog
bfd/elf32-i386.c
This page took 0.025015 seconds and 4 git commands to generate.