* i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
authorIan Lance Taylor <ian@airs.com>
Fri, 16 May 2008 20:44:22 +0000 (20:44 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 16 May 2008 20:44:22 +0000 (20:44 +0000)
commit497897f98cc3ae32477afbbf00fd871372a69ce7
tree8dec774b757ecdf7a4a9bb2e81d9407803c40411
parent7c0d47a533c297ddb977c00493133115ef8c23eb
* i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
for TLS_GOTDESC and TLS_DESC_CALL.  Only optimize TLS_LDO_32 if we
know the dynamic type.
* x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
field.  Initialize it in constructor.
(Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
reloc.
gold/ChangeLog
gold/i386.cc
gold/x86_64.cc
This page took 0.024562 seconds and 4 git commands to generate.