Merge remote branch 'origin/opengl-es-v2'
[mesa.git] / src / mesa / x86 / x86_xform4.S
index 61b303ad31bab5828c36f84c3b6de38a1ff4b389..97a841138ee06494a53bcd31a84db3b47e5c0365 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: x86_xform4.S,v 1.3 2005/01/04 14:33:47 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -30,6 +29,7 @@
  * in there will break the build on some platforms.
  */
 
+#include "assyntax.h"
 #include "matypes.h"
 #include "xform_args.h"
 
@@ -671,3 +671,7 @@ LLBL(x86_p4_ir_done):
        POP_L( EDI )
        POP_L( ESI )
        RET
+       
+#if defined (__ELF__) && defined (__linux__)
+       .section .note.GNU-stack,"",%progbits
+#endif