1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 19:38:26 -06:00

MacOSX: various changes for assembly files build. Don't use 32-bit assembly code of SHA-512 since it is not compatible with PIE configuration of OSX compiler (absolute addressing used)

This commit is contained in:
Mounir IDRASSI
2017-06-26 16:53:12 +02:00
parent e8bafa6a37
commit 3d8260d3d3
13 changed files with 36 additions and 42 deletions

View File

@@ -312,7 +312,7 @@ movq %r8, %rdx;
.endif
ret;
.ifndef WINABI
.ifndef __YASM__
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif