bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/19353] ld-new: internal error in relocate_tls, at ../../binuti


From: shenhan at google dot com
Subject: [Bug gold/19353] ld-new: internal error in relocate_tls, at ../../binutils/gold/aarch64.cc:7418
Date: Fri, 08 Jan 2016 01:09:19 +0000

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.


reply via email to

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