Commit 66eacd55 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'a238b83b'

* commit 'a238b83b':
  aarch64: use MACH-O const data asm directive in const macro
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7fd60d1e a238b83b
......@@ -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