summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-02-21 19:38:39 -0500
committerMike Frysinger <vapier@gentoo.org>2011-02-21 19:50:53 -0500
commitb3144c7169fe374b74172b55dfa547290b20fa9f (patch)
tree57ef755d8ef7c350f9be96dd12463489e2c8e4c3 /libc/sysdeps/linux/bfin
parent0f4516e32c3a2186e6b6f074cfc6a57bde90e9cc (diff)
bfin: add missing GNU-stack markings to __longjmp
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/sysdeps/linux/bfin')
-rw-r--r--libc/sysdeps/linux/bfin/__longjmp.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/bfin/__longjmp.S b/libc/sysdeps/linux/bfin/__longjmp.S
index 673cd30e8..b2fafbb25 100644
--- a/libc/sysdeps/linux/bfin/__longjmp.S
+++ b/libc/sysdeps/linux/bfin/__longjmp.S
@@ -105,3 +105,5 @@ ___longjmp:
.size ___longjmp,.-___longjmp
libc_hidden_def(__longjmp)
+
+.section .note.GNU-stack,"",%progbits