mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 12:03:28 +01:00
Windows: fix compilation error of assembly files after latest changes on Linux.
This commit is contained in:
parent
5d0321291f
commit
78803703e6
@ -312,8 +312,9 @@ movq %r8, %rdx;
|
|||||||
.endif
|
.endif
|
||||||
ret;
|
ret;
|
||||||
|
|
||||||
|
.ifndef WINABI
|
||||||
#if defined(__linux__) && defined(__ELF__)
|
#if defined(__linux__) && defined(__ELF__)
|
||||||
.section .note.GNU-stack,"",%progbits
|
.section .note.GNU-stack,"",%progbits
|
||||||
#endif
|
#endif
|
||||||
|
.endif
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
.ifndef WINABI
|
||||||
%ifidn __OUTPUT_FORMAT__,elf
|
%ifidn __OUTPUT_FORMAT__,elf
|
||||||
section .note.GNU-stack noalloc noexec nowrite progbits
|
section .note.GNU-stack noalloc noexec nowrite progbits
|
||||||
%endif
|
%endif
|
||||||
@ -7,4 +8,4 @@ section .note.GNU-stack noalloc noexec nowrite progbits
|
|||||||
%ifidn __OUTPUT_FORMAT__,elf64
|
%ifidn __OUTPUT_FORMAT__,elf64
|
||||||
section .note.GNU-stack noalloc noexec nowrite progbits
|
section .note.GNU-stack noalloc noexec nowrite progbits
|
||||||
%endif
|
%endif
|
||||||
|
.endif
|
Loading…
Reference in New Issue
Block a user