texenvprogram: fix for ARB_draw_buffers.
[mesa.git] / src / mesa / x86 / sse_xform4.S
index aef62b00aa85c0a5a4cf089bb76effa2c1149de9..fb1fa741c017c29c6aacb601f7cf80350c9fb8bb 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: sse_xform4.S,v 1.3 2005/01/04 14:33:47 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -25,6 +24,7 @@
  */
 
 #ifdef USE_SSE_ASM
+#include "assyntax.h"
 #include "matypes.h"
 #include "xform_args.h"
 
@@ -229,3 +229,7 @@ LLBL( sse_identity_done ):
        POP_L( ESI )
        RET
 #endif
+       
+#if defined (__ELF__) && defined (__linux__)
+       .section .note.GNU-stack,"",%progbits
+#endif