Merge remote branch 'origin/opengl-es-v2'
[mesa.git] / src / mesa / x86 / 3dnow_xform2.S
index 98c1522015dec921da5201148a4d5f5fe15687c2..2988fb7bfd3d21f876d2b6bd889d0cfbcea34dcb 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: 3dnow_xform2.S,v 1.3 2005/01/04 14:33:47 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -25,6 +24,7 @@
  */
 
 #ifdef USE_3DNOW_ASM
+#include "assyntax.h"
 #include "matypes.h"
 #include "xform_args.h"
 
@@ -471,3 +471,7 @@ LLBL( G3TPIR_4 ):
     POP_L     ( ESI )
     RET
 #endif
+       
+#if defined (__ELF__) && defined (__linux__)
+       .section .note.GNU-stack,"",%progbits
+#endif