https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881
--- Comment #46 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- > Note that there is no indirection on the offset for TARGET_WIN32_TLS so it's > similar to TLS_MODEL_LOCAL_EXEC rather than to TLS_MODEL_INITIAL_EXEC. It's more of a TLS_MODEL_LOCAL_DYNAMIC model in the end, but I think we'd rather keep the implementation separate for the sake of clarify.