Only use .size in ARM assembly when targeting ELF

This fixes compilation on mingw32ce

Originally committed as revision 22437 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö 2010-03-10 21:39:58 +00:00
parent d9427e848e
commit 18c31f6ff8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ ELF .eabi_attribute 25, \val
.macro function name, export=0
.macro endfunc
.size \name, . - \name
ELF .size \name, . - \name
.endfunc
.purgem endfunc
.endm