mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-21 23:10:13 +00:00
aarch64: use MACH-O const data asm directive in const macro
This commit is contained in:
parent
ac6b95dbc0
commit
a238b83b13
@ -57,7 +57,11 @@ FUNC .func \name
|
||||
ELF .size \name, . - \name
|
||||
.purgem endconst
|
||||
.endm
|
||||
#ifndef __MACH__
|
||||
.section .rodata
|
||||
#else
|
||||
.const_data
|
||||
#endif
|
||||
.align \align
|
||||
\name:
|
||||
.endm
|
||||
|
Loading…
Reference in New Issue
Block a user