tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr
[mesa.git] / src / mesa / x86 / sse_normal.S
index 07d831b8b69f2178776a73be6c49d22120774453..a8c0d38c7e828ebc8dc6c74a7c7cad6cb320c637 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: sse_normal.S,v 1.5 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 "norm_args.h"
 
@@ -255,3 +255,7 @@ LLBL(K_G3TNNRR_finish):
        RET
 #undef FRAME_OFFSET
 #endif
+       
+#if defined (__ELF__) && defined (__linux__)
+       .section .note.GNU-stack,"",%progbits
+#endif