bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/19796] dynamic relocation missing simbol


From: rafael.espindola at gmail dot com
Subject: [Bug ld/19796] dynamic relocation missing simbol
Date: Thu, 10 Mar 2016 14:35:23 +0000

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

Rafael Ávila de Espíndola <rafael.espindola at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Rafael Ávila de Espíndola <rafael.espindola at gmail dot 
com> ---
(In reply to Rafael Ávila de Espíndola from comment #2)
> How does the dynamic handle this?
> 
> A R_X86_64_TPOFF64 with no symbol is just the start of the thread block of
> the dso it is in?

Answering my own question by looking at musl:

tls_val = def.sym ? def.sym->st_value : 0; 

So ld.bfd is just producing a more optimized version of what gold is producing.

Sorry for the noise.

-- 
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]