https://sourceware.org/bugzilla/show_bug.cgi?id=33426
Bug ID: 33426
Summary: Undefined hidden TLS symbol is marked as NOTYPE
Product: binutils
Version: 2.46 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
CC: jsm28 at gcc dot gnu.org, shorne at gmail dot com
Target Milestone: ---
Target: or1k
[hjl@gnu-zen4-1 gas]$ cat /tmp/y.s
.text
l.movhi r27, tpoffha(__libc_tsd_CTYPE_B)
.hidden __libc_tsd_CTYPE_B
[hjl@gnu-zen4-1 gas]$ ./as-new -o y.o /tmp/y.s
[hjl@gnu-zen4-1 gas]$ readelf -sW y.o | grep __libc_tsd_CTYPE_B
4: 00000000 0 NOTYPE GLOBAL HIDDEN UND __libc_tsd_CTYPE_B
[hjl@gnu-zen4-1 gas]$
--
You are receiving this mail because:
You are on the CC list for the bug.