Skip to content
Snippets Groups Projects
Commit 18c31f6f authored by Martin Storsjö's avatar Martin Storsjö
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ELF .eabi_attribute 25, \val ...@@ -36,7 +36,7 @@ ELF .eabi_attribute 25, \val
.macro function name, export=0 .macro function name, export=0
.macro endfunc .macro endfunc
.size \name, . - \name ELF .size \name, . - \name
.endfunc .endfunc
.purgem endfunc .purgem endfunc
.endm .endm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment