[Bug ld/4928] Linker should check code sequence before TLS optimization

2022-08-24 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4928 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/4928] Linker should check code sequence before TLS optimization

2007-08-16 Thread hjl at lucon dot org
--- 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

[Bug ld/4928] Linker should check code sequence before TLS optimization

2007-08-16 Thread drow at false dot org
--- 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

[Bug ld/4928] Linker should check code sequence before TLS optimization

2007-08-16 Thread hjl at lucon dot org
--- 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

[Bug ld/4928] Linker should check code sequence before TLS optimization

2007-08-16 Thread jakub at redhat dot com
--- 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