2009-08-02 H.J. Lu <hongjiu.lu@intel.com>
commitdbf02c371dc6282a5ab78d4dabe846b15ef70d47
authorH.J. Lu <hjl@lucon.org>
Sun, 2 Aug 2009 23:55:49 +0000 (2 23:55 +0000)
committerH.J. Lu <hjl@lucon.org>
Sun, 2 Aug 2009 23:55:49 +0000 (2 23:55 +0000)
treede916f777b77e034ca1649b819e462528ce8be6f
parent4dfe0d94139d9fb331679f1d17cfe0a789b5a502
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