Clean up .gitignore files
[mesa.git] / src / mesa / x86 / 3dnow_xform3.S
index bc6fd5a1c6df9283aa2430c682f354dd7ece39dc..a356aaee76ba7129ee259873f3898e1bc70de743 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: 3dnow_xform3.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"
 
@@ -555,3 +555,7 @@ LLBL( G3TPIR_2 ):
     POP_L     ( ESI )
     RET
 #endif
+       
+#if defined (__ELF__) && defined (__linux__)
+       .section .note.GNU-stack,"",%progbits
+#endif