remove unneeded HIDDEN definition (bug 4956)
This commit is contained in:
@@ -52,18 +52,6 @@ class PrintGenericStubs(gl_XML.gl_print_base):
|
||||
print '#include "assyntax.h"'
|
||||
print '#include "glapioffsets.h"'
|
||||
print ''
|
||||
print "/* If we build with gcc's -fvisibility=hidden flag, we'll need to change"
|
||||
print "* the symbol visibility mode to 'default'."
|
||||
print '*/'
|
||||
print '#if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 303'
|
||||
print '# pragma GCC visibility push(default)'
|
||||
print '# define HIDDEN(x) .hidden x'
|
||||
print '#else'
|
||||
print '# define HIDDEN(x)'
|
||||
print '#endif'
|
||||
print ''
|
||||
print '#ifndef __WIN32__'
|
||||
print ''
|
||||
print '#if defined(STDCALL_API)'
|
||||
print '# if defined(USE_MGL_NAMESPACE)'
|
||||
print '# define GL_PREFIX(n,n2) GLNAME(CONCAT(mgl,n2))'
|
||||
@@ -200,8 +188,6 @@ class PrintGenericStubs(gl_XML.gl_print_base):
|
||||
print ' .long 2,4,20 /* Minimum kernel version w/TLS */'
|
||||
print '3: .p2align 2 /* pad out section */'
|
||||
print '#endif /* GLX_USE_TLS */'
|
||||
print ''
|
||||
print '#endif /* __WIN32__ */'
|
||||
return
|
||||
|
||||
|
||||
|
||||
@@ -29,18 +29,6 @@
|
||||
#include "assyntax.h"
|
||||
#include "glapioffsets.h"
|
||||
|
||||
/* If we build with gcc's -fvisibility=hidden flag, we'll need to change
|
||||
* the symbol visibility mode to 'default'.
|
||||
*/
|
||||
#if defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 303
|
||||
# pragma GCC visibility push(default)
|
||||
# define HIDDEN(x) .hidden x
|
||||
#else
|
||||
# define HIDDEN(x)
|
||||
#endif
|
||||
|
||||
#ifndef __WIN32__
|
||||
|
||||
#if defined(STDCALL_API)
|
||||
# if defined(USE_MGL_NAMESPACE)
|
||||
# define GL_PREFIX(n,n2) GLNAME(CONCAT(mgl,n2))
|
||||
@@ -1165,5 +1153,3 @@ GLNAME(gl_dispatch_functions_end):
|
||||
.long 2,4,20 /* Minimum kernel version w/TLS */
|
||||
3: .p2align 2 /* pad out section */
|
||||
#endif /* GLX_USE_TLS */
|
||||
|
||||
#endif /* __WIN32__ */
|
||||
|
||||
Reference in New Issue
Block a user