summaryrefslogtreecommitdiff
path: root/src/mesa/x86/x86_xform3.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/x86/x86_xform3.S')
-rw-r--r--src/mesa/x86/x86_xform3.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/x86/x86_xform3.S b/src/mesa/x86/x86_xform3.S
index 6bdec6aa74..747e2f4d28 100644
--- a/src/mesa/x86/x86_xform3.S
+++ b/src/mesa/x86/x86_xform3.S
@@ -1,4 +1,4 @@
-/* $Id: x86_xform3.S,v 1.3 2005/01/04 14:33:47 brianp Exp $ */
+/* $Id: x86_xform3.S,v 1.4 2006/04/17 18:58:24 krh Exp $ */
/*
* Mesa 3-D graphics library
@@ -638,3 +638,7 @@ LLBL(x86_p3_ir_done):
POP_L( EDI )
POP_L( ESI )
RET
+
+#if defined (__ELF__) && defined (__linux__)
+ .section .note.GNU-stack,"",%progbits
+#endif