Mercurial > libavcodec.hg
changeset 12014:e21223172ca8 libavcodec
ARM: (mostly) whitespace cosmetics
author | mru |
---|---|
date | Tue, 29 Jun 2010 14:48:41 +0000 |
parents | 2ae70e2c31a4 |
children | b9bbf46b3623 |
files | arm/asm.S |
diffstat | 1 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/arm/asm.S Tue Jun 29 14:43:11 2010 +0000 +++ b/arm/asm.S Tue Jun 29 14:48:41 2010 +0000 @@ -26,37 +26,37 @@ # define ELF @ #endif - .macro require8, val=1 +.macro require8 val=1 ELF .eabi_attribute 24, \val - .endm +.endm - .macro preserve8, val=1 +.macro preserve8 val=1 ELF .eabi_attribute 25, \val - .endm +.endm - .macro function name, export=0 - .macro endfunc +.macro function name, export=0 + .macro endfunc ELF .size \name, . - \name .endfunc .purgem endfunc - .endm -.if \export + .endm + .if \export .global EXTERN_ASM\name EXTERN_ASM\name: -.endif + .endif ELF .type \name, %function .func \name \name: - .endm +.endm - .macro movrel rd, val +.macro movrel rd, val #if HAVE_ARMV6T2 && !CONFIG_PIC movw \rd, #:lower16:\val movt \rd, #:upper16:\val #else ldr \rd, =\val #endif - .endm +.endm #if HAVE_VFP_ARGS .eabi_attribute 28, 1