aboutsummaryrefslogtreecommitdiff
path: root/stand/libsa/i386/_setjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'stand/libsa/i386/_setjmp.S')
-rw-r--r--stand/libsa/i386/_setjmp.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/stand/libsa/i386/_setjmp.S b/stand/libsa/i386/_setjmp.S
index 95b0ea8037f5..a1bd8d55834b 100644
--- a/stand/libsa/i386/_setjmp.S
+++ b/stand/libsa/i386/_setjmp.S
@@ -32,7 +32,6 @@
#if defined(LIBC_RCS) && !defined(lint)
.text
- .asciz "$FreeBSD$"
#endif /* LIBC_RCS and not lint */
/*
@@ -75,3 +74,5 @@ ENTRY(_longjmp)
1: movl %ecx,0(%esp)
ret
END(_longjmp)
+
+ .section .note.GNU-stack,"",%progbits