mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
aarch64: use MACH-O const data asm directive in const macro
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user