https://sourceware.org/bugzilla/show_bug.cgi?id=32017
Bug ID: 32017
Summary: Linker failed to check invalid TLS sequence
Product: binutils
Version: 2.44 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
Target: x86-64
[hjl@gnu-tgl-3 tmp]$ cat tlsie5.s
.text
.globl _start
_start:
xorq %rax, foo@GOTTPOFF(%rip), %rax
movq (%rax), %rax
.globl foo
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 100
[hjl@gnu-tgl-3 tmp]$ gcc -c tlsie5.s
[hjl@gnu-tgl-3 tmp]$ ld tlsie5.o
[hjl@gnu-tgl-3 tmp]$
--
You are receiving this mail because:
You are on the CC list for the bug.