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
This commit is contained in:
Måns Rullgård 2010-07-07 20:09:41 +00:00
parent 108ac7f290
commit 278caa6ad3

View File

@ -40,6 +40,7 @@ ELF .size \name, . - \name
.endfunc
.purgem endfunc
.endm
.text
.if \export
.global EXTERN_ASM\name
EXTERN_ASM\name: