OSDN Git Service

2009-08-02 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Sun, 2 Aug 2009 23:55:49 +0000 (23:55 +0000)
committerhjl <hjl>
Sun, 2 Aug 2009 23:55:49 +0000 (23:55 +0000)
commit533af5f393a139e61d98d708c1d98dd4eb6e1eaf
tree0299618f9858783995197b0efde974037ba234b6
parent03113fb3b96ec3a1a07c48c38f4915d60403780f
2009-08-02  H.J. Lu  <hongjiu.lu@intel.com>
    Jakub Jelinek  <jakub@redhat.com>

PR ld/6443
* elf32-i386.c (elf_i386_tls_transition): Check executable
instead of shared for TLS when building PIE.
(elf_i386_check_relocs): Likewise.
(elf_i386_allocate_dynrelocs): Likewise.
(elf_i386_relocate_section): Likewise.

* elf64-x86-64.c (elf64_x86_64_tls_transition): Check executable
instead of shared for TLS when building PIE.
(elf64_x86_64_check_relocs): Likewise.
(elf64_x86_64_allocate_dynrelocs): Likewise.
(elf64_x86_64_relocate_section): Likewise.

ld/testsuite/

2009-08-02  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/6443
* ld-i386/i386.exp: Run tlspie1.
* ld-x86-64/x86-64.exp: tlspie1.

* ld-i386/tlspie1.d: New.
* ld-i386/tlspie1.s: Likewise.
* ld-x86-64/tlspie1.d: Likewise.
* ld-x86-64/tlspie1.s: Likewise.
bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c
ld/testsuite/ChangeLog
ld/testsuite/ld-i386/i386.exp
ld/testsuite/ld-i386/tlspie1.d [new file with mode: 0644]
ld/testsuite/ld-i386/tlspie1.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/tlspie1.d [new file with mode: 0644]
ld/testsuite/ld-x86-64/tlspie1.s [new file with mode: 0644]
ld/testsuite/ld-x86-64/x86-64.exp