changeset 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 2a6873ee2fc9
children 17a110bfdeb6
files arm/asm.S
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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: