1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28: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

@@ -161,8 +161,8 @@
retl
.endif
.ifndef WINABI
.ifndef __YASM__
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
.section .note.GNU-stack,"",%progbits
#endif
.endif