https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121457
--- Comment #4 from Sam James <sjames at gcc dot gnu.org> --- WFM, thanks! @@ -8836,9 +8791,9 @@ #define HAVE_AS_IX86_REP_LOCK_PREFIX 1 #define HAVE_AS_IX86_UD2 1 #define HAVE_AS_IX86_TLSLDMPLT 0 -#define HAVE_AS_IX86_TLSLDM 0 +#define HAVE_AS_IX86_TLSLDM 1 #define HAVE_AS_IX86_GOT32X 1 -#define HAVE_AS_R_X86_64_CODE_6_GOTTPOFF 0 +#define HAVE_AS_R_X86_64_CODE_6_GOTTPOFF 1 #define HAVE_AS_GOTOFF_IN_DATA 1 #define HAVE_AS_IX86_TLS_GET_ADDR_GOT 1 #define HAVE_AS_DWARF2_DEBUG_LINE 1 I didn't check Solaris.