[FFmpeg-cvslog] r24095 - trunk/libavcodec/arm/asm.S
mru
subversion
Wed Jul 7 22:09:41 CEST 2010
Author: mru
Date: Wed Jul 7 22:09:41 2010
New Revision: 24095
Log:
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.
Modified:
trunk/libavcodec/arm/asm.S
Modified: trunk/libavcodec/arm/asm.S
==============================================================================
--- trunk/libavcodec/arm/asm.S Wed Jul 7 22:09:37 2010 (r24094)
+++ trunk/libavcodec/arm/asm.S Wed Jul 7 22:09:41 2010 (r24095)
@@ -40,6 +40,7 @@ ELF .size \name, . - \name
.endfunc
.purgem endfunc
.endm
+ .text
.if \export
.global EXTERN_ASM\name
EXTERN_ASM\name:
More information about the ffmpeg-cvslog
mailing list