Commit 8b923865 authored by mstorsjo's avatar mstorsjo

Only use .size in ARM assembly when targeting ELF

This fixes compilation on mingw32ce


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22437 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fad82ca2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment