diff arm/asm.S @ 12105:d6e87496883b libavcodec

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.
author mru
date Wed, 07 Jul 2010 20:09:41 +0000
parents b9bbf46b3623
children 036603a63c51
line wrap: on
line diff
--- a/arm/asm.S	Wed Jul 07 20:09:37 2010 +0000
+++ b/arm/asm.S	Wed Jul 07 20:09:41 2010 +0000
@@ -40,6 +40,7 @@
         .endfunc
         .purgem endfunc
     .endm
+        .text
     .if \export
         .global EXTERN_ASM\name
 EXTERN_ASM\name: