bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/22978] [2.30, 2.31 Regression] TLS local-dynamic incorrectly lin


From: amodra at gmail dot com
Subject: [Bug ld/22978] [2.30, 2.31 Regression] TLS local-dynamic incorrectly linked on hppa-linux
Date: Thu, 19 Apr 2018 09:42:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22978

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|amodra at gmail dot com            |

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
Well it should have fixed the bug, but we then hit a glibc bug. 
R_PARISC_TLS_DTPOFF32 addend is ignored.  :-(

When generating an executable it is possible to omit both of
R_PARISC_TLS_DTPMOD32 and R_PARISC_TLS_DTPOFF32 dynamic relocs for local tls
symbols, and it's also possible to omit R_PARISC_TLS_DTPOFF32 in shared
libraries for local tls symbols.  So I'm going to have to implement that little
optimisation for hppa..

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]