mesa: add new max sample count state
[mesa.git] / src / mesa / x86 / 3dnow_xform4.S
index b4336cd659acb8d56059471747b2ec55b8dac6c5..b2b7c64f23dd1baaee3ed510615eaaf8833bc3dd 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: 3dnow_xform4.S,v 1.4 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"
 
@@ -564,3 +564,7 @@ LLBL( G3TPIR_2 ):
     POP_L     ( ESI )
     RET
 #endif
+       
+#if defined (__ELF__) && defined (__linux__)
+       .section .note.GNU-stack,"",%progbits
+#endif