Add stackmarkings to stream_salsa20_amd64_xmm6.s
I'm trying to package libsodium for gentoo and received * !WX --- --- usr/lib64/libsodium.a:stream_salsa20_amd64_xmm6.o According to http://www.gentoo.org/proj/en/hardened/gnu-stack.xml this commit fixes it.
This commit is contained in:
parent
5cb2c0be12
commit
1f4b11d5ab
@ -1,4 +1,3 @@
|
||||
|
||||
#if defined(__amd64) || defined(__amd64__) || defined(__x86_64__)
|
||||
|
||||
.text
|
||||
@ -945,3 +944,7 @@ add $64,%rsi
|
||||
jmp ._bytesbetween1and255
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user