Module Name:    xsrc
Committed By:   snj
Date:           Sat Feb 14 08:14:01 UTC 2015

Modified Files:
        xsrc/external/mit/MesaLib/dist/src/mapi [netbsd-7]: entry.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #514):
        external/mit/MesaLib/dist/src/mapi/entry.c: revision 1.2
disable the use of 32 bit x86 asm code here, it (like the 64 bit code),
does not work on netbsd and probably needs an x86 guru to fix.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.2 -r1.1.1.1.2.3 \
    xsrc/external/mit/MesaLib/dist/src/mapi/entry.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/MesaLib/dist/src/mapi/entry.c
diff -u xsrc/external/mit/MesaLib/dist/src/mapi/entry.c:1.1.1.1.2.2 xsrc/external/mit/MesaLib/dist/src/mapi/entry.c:1.1.1.1.2.3
--- xsrc/external/mit/MesaLib/dist/src/mapi/entry.c:1.1.1.1.2.2	Mon Jan  5 20:59:09 2015
+++ xsrc/external/mit/MesaLib/dist/src/mapi/entry.c	Sat Feb 14 08:14:01 2015
@@ -39,7 +39,7 @@
 #define ENTRY_CURRENT_TABLE_GET U_STRINGIFY(u_current_get_table_internal)
 #endif
 
-#if defined(USE_X86_ASM) && defined(__GNUC__)
+#if defined(USE_X86_ASM) && defined(__GNUC__) && !defined(__NetBSD__)
 #   ifdef GLX_USE_TLS
 #      include "entry_x86_tls.h"
 #   else                 

Reply via email to