xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Thu Mar 16 18:26:14 UTC 2017


 hw/xfree86/sdksyms.sh |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 5b5ba7dc3d544868035b7088e9aac62eb2511e10
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Mar 16 14:19:37 2017 -0400

    Revert "sdksyms: Tighten up the symbols we add to the magic table"
    
    Enough people are reporting build issues pointing at this commit that
    it's not worth the benefit.
    
    This reverts commit 3dad57b121fdf001e75fffa7e3007a9a0a154f67.

diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh
index 767ce2181..cb2e5616b 100755
--- a/hw/xfree86/sdksyms.sh
+++ b/hw/xfree86/sdksyms.sh
@@ -356,10 +356,6 @@ BEGIN {
            n = 1;
         }
 
-        # only match _X_EXPORT
-        if ($n !~ /^(__attribute__..visibility..default|__global)/)
-            next;
-
 	# skip attribute, if any
 	while ($n ~ /^(__attribute__|__global)/ ||
 	    # skip modifiers, if any


More information about the xorg-commit mailing list