[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/32022] Assembler shouldn't accept invalid TLS instructions
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug gas/32022] Assembler shouldn't accept invalid TLS instructions |
Date: |
Mon, 26 Aug 2024 15:06:10 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=32022
--- Comment #12 from H.J. Lu <hjl.tools at gmail dot com> ---
For i386, linker issues an error for invalid TLS instruction sequences
with R_386_TLS_GD, R_386_TLS_LDM, R_386_TLS_IE, R_386_TLS_GOTIE,
R_386_TLS_IE_32, R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL. For x86-64,
they are R_X86_64_TLSGD, R_X86_64_TLSLD, R_X86_64_CODE_4_GOTTPOFF,
R_X86_64_CODE_6_GOTTPOFF, R_X86_64_GOTTPOFF, R_X86_64_CODE_4_GOTPC32_TLSDESC,
R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL.
--
You are receiving this mail because:
You are on the CC list for the bug.