Fix mach compilation again; fold_constant has to be the same section as crc16_t10dif_copy_pmull

Signed-off-by: Taiju Yamada <tyamada@bi.a.u-tokyo.ac.jp>
This commit is contained in:
Taiju Yamada 2022-10-30 18:46:04 +09:00 committed by Pablo de Lara
parent 4be96e2437
commit f1b144bbab
2 changed files with 4 additions and 2 deletions

View File

@ -379,13 +379,14 @@ v_br1 .req v5
.size crc16_t10dif_copy_pmull, .-crc16_t10dif_copy_pmull .size crc16_t10dif_copy_pmull, .-crc16_t10dif_copy_pmull
#endif #endif
ASM_DEF_RODATA
.align 4 .align 4
fold_constant: fold_constant:
.word 0x87e70000 .word 0x87e70000
.word 0x00000000 .word 0x00000000
.word 0x371d0000 .word 0x371d0000
.word 0x00000000 .word 0x00000000
ASM_DEF_RODATA
.shuffle_mask_lanchor = . + 0 .shuffle_mask_lanchor = . + 0
#ifndef __APPLE__ #ifndef __APPLE__
.type shuffle_mask, %object .type shuffle_mask, %object

View File

@ -364,13 +364,14 @@ v_br1 .req v5
.size crc16_t10dif_pmull, .-crc16_t10dif_pmull .size crc16_t10dif_pmull, .-crc16_t10dif_pmull
#endif #endif
ASM_DEF_RODATA
.align 4 .align 4
fold_constant: fold_constant:
.word 0x87e70000 .word 0x87e70000
.word 0x00000000 .word 0x00000000
.word 0x371d0000 .word 0x371d0000
.word 0x00000000 .word 0x00000000
ASM_DEF_RODATA
.shuffle_mask_lanchor = . + 0 .shuffle_mask_lanchor = . + 0
#ifndef __APPLE__ #ifndef __APPLE__
.type shuffle_mask, %object .type shuffle_mask, %object