Commit 18c31f6f authored by Martin Storsjö's avatar Martin Storsjö

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
parent d9427e84
......@@ -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