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
oldabi
Måns Rullgård 15 years ago
parent 108ac7f290
commit 278caa6ad3
  1. 1
      libavcodec/arm/asm.S

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

Loading…
Cancel
Save