This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [gold patch] Fix problem with x86_64 TLS optimization when code is reordered
- From: Ian Lance Taylor <iant at google dot com>
- To: Cary Coutant <ccoutant at google dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Tue, 14 Sep 2010 14:37:49 -0700
- Subject: Re: [gold patch] Fix problem with x86_64 TLS optimization when code is reordered
- References: <AANLkTimaYAya+9NOC0c1sqD3mhU0573JBcKsnL4g6SXa@mail.gmail.com>
Cary Coutant <ccoutant@google.com> writes:
> * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
> (Target_x86_64::Relocate::relocate_tls): Replace check for
> saw_tls_block_reloc_ with test for executable section.
This is OK.
Thanks.
Ian