Mesa (master): mapi: Mark TLS symbols as optional in glapi-symbols.txt

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 5 18:25:46 UTC 2020


Module: Mesa
Branch: master
Commit: a725899c3f8b1c6e9f2c9a922b4eba7b37a4b100
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a725899c3f8b1c6e9f2c9a922b4eba7b37a4b100

Author: Kristian H. Kristensen <hoegsberg at google.com>
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 <eric at engestrom.ch>
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



More information about the mesa-commit mailing list