summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/string/bzero.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/amd64/string/bzero.S')
-rw-r--r--lib/libc/amd64/string/bzero.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/amd64/string/bzero.S b/lib/libc/amd64/string/bzero.S
index 0de67d3..cf46a2a 100644
--- a/lib/libc/amd64/string/bzero.S
+++ b/lib/libc/amd64/string/bzero.S
@@ -42,3 +42,5 @@ L1: movq %rsi,%rcx /* zero remainder by bytes */
ret
END(bzero)
+
+ .section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud