https://sourceware.org/bugzilla/show_bug.cgi?id=4928
Alan Modra changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
--- Additional Comments From hjl at lucon dot org 2007-08-16 13:29 ---
(In reply to comment #3)
> Subject: Re: Linker should check code sequence before TLS
> optimization
>
> On Thu, Aug 16, 2007 at 01:08:34PM -, hjl at lucon dot org wrote:
> > 1. Those sequences may not be op
--- Additional Comments From drow at false dot org 2007-08-16 13:19 ---
Subject: Re: Linker should check code sequence before TLS
optimization
On Thu, Aug 16, 2007 at 01:08:34PM -, hjl at lucon dot org wrote:
> 1. Those sequences may not be optimal in all cases. If compiler
--- Additional Comments From hjl at lucon dot org 2007-08-16 13:08 ---
1. Those sequences may not be optimal in all cases. If compiler knows
those optimizations won't be performed, it can generate better sequence.
But sometimes compiler may be wrong and we wind up with code sequences
whic
--- Additional Comments From jakub at redhat dot com 2007-08-16 08:47
---
Which compilers violate the TLS ABI? tls.pdf clearly says that the sequences
are not optional, if you use the corresponding relocations, you must use them
only in the listed sequences.
--
What|Rem