Merge remote branch 'origin/nvc0'
[mesa.git] / src / mesa / x86 / sse_xform1.S
index 1795c4cf86b93340f1a743b9b0a5fb26c1bb1108..4aa9de607c346872ad2c2294330c0c0de7cd2d26 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: sse_xform1.S,v 1.3 2005/01/04 14:33:47 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -32,6 +31,7 @@
   */
 
 #ifdef USE_SSE_ASM
+#include "assyntax.h"
 #include "matypes.h"
 #include "xform_args.h"
 
@@ -440,3 +440,7 @@ LLBL(K_GTP13P3DR_finish):
        RET
 #undef FRAME_OFFSET
 #endif
+       
+#if defined (__ELF__) && defined (__linux__)
+       .section .note.GNU-stack,"",%progbits
+#endif