https://sourceware.org/bugzilla/show_bug.cgi?id=32022
--- Comment #16 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9e0840deed38b0a52a895c0abd3d5b0adacbc8a5 commit 9e0840deed38b0a52a895c0abd3d5b0adacbc8a5 Author: H.J. Lu <hjl.to...@gmail.com> Date: Tue Sep 24 05:02:22 2024 +0800 x86: Enable TLS relocation check only for ELF Since TLS relocation check is ELF specific, enable it only for ELF. PR gas/32022 * config/tc-i386.c (x86_tls_error_type): Define only if OBJ_MAYBE_ELF or OBJ_ELF is defined. (x86_check_tls_relocation): Likewise. (x86_report_tls_error): Likewise. (i386_assemble): Check TLS relocations only if OBJ_MAYBE_ELF or OBJ_ELF is defined. (md_show_usage): Output -mtls-check= only if OBJ_MAYBE_ELF or OBJ_ELF is defined. Signed-off-by: H.J. Lu <hjl.to...@gmail.com> -- You are receiving this mail because: You are on the CC list for the bug.