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

Han Shen <shenhan at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shenhan at google dot com

--- Comment #4 from Han Shen <shenhan at google dot com> ---
Hi, Kristof, I was able to reproduce case 2 (but not 1).

In gold, tls_segment is never created in layout.cc, so comes the assertion. In
call_once.o, there is the tls symbol _ZSt15__once_callable, however there is no
sections that has bit elfcpp::SHF_TLS turned on, and tls_segment is only
created if there is at least one sectoin with SHF_TLS bit.

So, Cary, shall we create the tls_segment whenever the Scanner encounters a tls
symbol?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to