Module: Mesa Branch: master Commit: a725899c3f8b1c6e9f2c9a922b4eba7b37a4b100 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a725899c3f8b1c6e9f2c9a922b4eba7b37a4b100
Author: Kristian H. Kristensen <[email protected]> Date: Wed Jul 29 00:08:46 2020 -0700 mapi: Mark TLS symbols as optional in glapi-symbols.txt Presence of these depends on whether or not we're using ELF TLS. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112> --- src/mapi/shared-glapi/glapi-symbols.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapi/shared-glapi/glapi-symbols.txt b/src/mapi/shared-glapi/glapi-symbols.txt index a30e21bcf67..43d87af2b1e 100644 --- a/src/mapi/shared-glapi/glapi-symbols.txt +++ b/src/mapi/shared-glapi/glapi-symbols.txt @@ -15,6 +15,6 @@ _glapi_set_context _glapi_set_dispatch _glapi_set_nop_handler _glapi_set_warning_func -_glapi_tls_Context -_glapi_tls_Dispatch +(optional) _glapi_tls_Context +(optional) _glapi_tls_Dispatch _glthread_GetID _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
