Merge commit 'a238b83b13640e3192d7d4aaad2242f13a9a84a1'

* commit 'a238b83b13640e3192d7d4aaad2242f13a9a84a1':
  aarch64: use MACH-O const data asm directive in const macro

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-08-04 04:06:30 +02:00
commit 66eacd5580
1 changed files with 4 additions and 0 deletions

View File

@ -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