Commit 278caa6a authored by Måns Rullgård's avatar Måns Rullgård

ARM: set section to .text in 'function' macro

This ensures code always goes into the .text section and avoids the
need to specify it explicitly after changing sections.

Originally committed as revision 24095 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 108ac7f2
......@@ -40,6 +40,7 @@ ELF .size \name, . - \name
.endfunc
.purgem endfunc
.endm
.text
.if \export
.global EXTERN_ASM\name
EXTERN_ASM\name:
......
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