mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 12:36:01 -07:00
Merge pull request #60 from mrueg/master
Add stackmarkings to stream_salsa20_amd64_xmm6.s
This commit is contained in:
commit
63413db427
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#if defined(__amd64) || defined(__amd64__) || defined(__x86_64__)
|
#if defined(__amd64) || defined(__amd64__) || defined(__x86_64__)
|
||||||
|
|
||||||
.text
|
.text
|
||||||
@ -945,3 +944,7 @@ add $64,%rsi
|
|||||||
jmp ._bytesbetween1and255
|
jmp ._bytesbetween1and255
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__linux__) && defined(__ELF__)
|
||||||
|
.section .note.GNU-stack,"",%progbits
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user