This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Handle Initial-Exec to Local-Exec for x32


> This patch handls Handle Initial-Exec to Local-Exec for x32.  OK
> to install?
>
>         PR gold/17809
>         * x86_64.cc (Target_x86_64<size>::Relocate::tls_ie_to_le): Handle
>         x32.

This is OK. Thanks!

When I run the test case from the PR through gold, I get a "TLS
relocation out of range" error for the first instruction, since it
doesn't have a REX prefix, and we'd otherwise try to look at .text -
1. How did you get around that? Do we need to support TLS relocations
on instructions without a REX prefix?

Where is the TLS ABI for x32 documented?

-cary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]