Commit a7574a36 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'e3fec3f0'

* commit 'e3fec3f0':
  arm: Add EXTERN_ASM to the .func and .type declarations for exported symbols
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents bf90abe1 e3fec3f0
......@@ -72,11 +72,14 @@ ELF .size \name, . - \name
.align \align
.if \export
.global EXTERN_ASM\name
ELF .type EXTERN_ASM\name, %function
.func EXTERN_ASM\name
EXTERN_ASM\name:
.endif
.else
ELF .type \name, %function
.func \name
\name:
.endif
.endm
.macro const name, align=2
......
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