Skip to content

Commit

Permalink
Merge pull request #60 from mrueg/master
Browse files Browse the repository at this point in the history
Add stackmarkings to stream_salsa20_amd64_xmm6.s
  • Loading branch information
jedisct1 committed Aug 4, 2013
2 parents 5cb2c0b + 1f4b11d commit 63413db
Showing 1 changed file with 4 additions and 1 deletion.
@@ -1,4 +1,3 @@

#if defined(__amd64) || defined(__amd64__) || defined(__x86_64__)

.text
Expand Down Expand Up @@ -945,3 +944,7 @@ add $64,%rsi
jmp ._bytesbetween1and255

#endif

#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif

0 comments on commit 63413db

Please sign in to comment.