fix assembler compilation on MacOS

This commit is contained in:
cathugger
2023-01-14 14:37:41 +00:00
parent 309b86fd59
commit 68928c4984
2 changed files with 8 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
#ifndef __APPLE__
.section .rodata .section .rodata
#else
.const
#endif
.globl CRYPTO_NAMESPACE(batch_REDMASK51) .globl CRYPTO_NAMESPACE(batch_REDMASK51)
.globl CRYPTO_NAMESPACE(batch_121666_213) .globl CRYPTO_NAMESPACE(batch_121666_213)

View File

@@ -1,4 +1,8 @@
#ifndef __APPLE__
.section .rodata .section .rodata
#else
.const
#endif
.globl CRYPTO_NAMESPACE(121666) .globl CRYPTO_NAMESPACE(121666)
.globl CRYPTO_NAMESPACE(MU0) .globl CRYPTO_NAMESPACE(MU0)