mirror of
https://github.com/neocturne/fastd.git
synced 2025-05-15 04:35:08 +02:00
Mark assembler files as not needing executable stack
This commit is contained in:
parent
29560ff76a
commit
f983154677
4 changed files with 20 additions and 0 deletions
|
@ -4821,3 +4821,8 @@ add $64,%rsi
|
|||
|
||||
# qhasm: goto bytesbetween1and255
|
||||
jmp ._bytesbetween1and255
|
||||
|
||||
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
|
|
|
@ -5076,3 +5076,8 @@ add $64,%esi
|
|||
|
||||
# qhasm: goto bytesbetween1and255
|
||||
jmp ._bytesbetween1and255
|
||||
|
||||
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
|
|
|
@ -4821,3 +4821,8 @@ add $64,%rsi
|
|||
|
||||
# qhasm: goto bytesbetween1and255
|
||||
jmp ._bytesbetween1and255
|
||||
|
||||
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
|
|
|
@ -5076,3 +5076,8 @@ add $64,%esi
|
|||
|
||||
# qhasm: goto bytesbetween1and255
|
||||
jmp ._bytesbetween1and255
|
||||
|
||||
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue