From 496c5ef63dd3b49e9c787d2753cf3fdef7f58d13 Mon Sep 17 00:00:00 2001 From: GregF Date: Tue, 20 Jan 2015 11:51:00 -0700 Subject: icd: Link ICD with -Bsymbolic We were previously linking with -Bsymbolic-functions, but this was not sufficient as it caused glslang virtual function calls to still be linked to rendersystemtest copy of glslang. --- loader/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/README.md b/loader/README.md index 823000de..5e81eee2 100644 --- a/loader/README.md +++ b/loader/README.md @@ -33,5 +33,5 @@ LIBXGL\_LAYER\_NAMES colon separate list of layer names to be activated. Examp - the ICD may or may not implement a dispatch table - ICD entrypoints can be named anything including the offcial xgl name such as xglCreateDevice(). However, beware of inter posing by dynamic OS library loaders if the offical names are used. On Linux, -if offical names are used, the ICD library must be linked with -Bsymbolic-functions +if offical names are used, the ICD library must be linked with -Bsymbolic -- cgit v1.2.3