Commit a238b83b authored by Janne Grunau's avatar Janne Grunau

aarch64: use MACH-O const data asm directive in const macro

parent ac6b95db
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment