intel: Bump driver date to reflect status as final Q4 driver RC
[mesa.git] / src / mesa / x86 / x86_cliptest.S
index f4038a583ae290f1ac5065d338db7f1fe33da32c..e413aee61ed42ddf139436d3bd42ff5f8acd1b08 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: x86_cliptest.S,v 1.11 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 "clip_args.h"
 
@@ -401,3 +401,7 @@ LLBL(ctp4_np_finish):
        POP_L( ESI )
 
        RET
+       
+#if defined (__ELF__) && defined (__linux__)
+       .section .note.GNU-stack,"",%progbits
+#endif