summaryrefslogtreecommitdiff
path: root/src/mesa/x86/x86_xform4.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/x86/x86_xform4.S')
-rw-r--r--src/mesa/x86/x86_xform4.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/x86/x86_xform4.S b/src/mesa/x86/x86_xform4.S
index 61b303ad31..def3c1ceb9 100644
--- a/src/mesa/x86/x86_xform4.S
+++ b/src/mesa/x86/x86_xform4.S
@@ -1,4 +1,4 @@
-/* $Id: x86_xform4.S,v 1.3 2005/01/04 14:33:47 brianp Exp $ */
+/* $Id: x86_xform4.S,v 1.4 2006/04/17 18:58:24 krh Exp $ */
/*
* Mesa 3-D graphics library
@@ -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