From 108ac7f29091abe0a746d3ab25d5e1e70a8111cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Wed, 7 Jul 2010 20:09:37 +0000
Subject: [PATCH] ARM: hide a .size directive on non-ELF targets

Originally committed as revision 24094 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/arm/fft_neon.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/arm/fft_neon.S b/libavcodec/arm/fft_neon.S
index c90333466d3..72431535d89 100644
--- a/libavcodec/arm/fft_neon.S
+++ b/libavcodec/arm/fft_neon.S
@@ -364,7 +364,7 @@ fft_tab_neon:
         .word fft16384_neon
         .word fft32768_neon
         .word fft65536_neon
-        .size fft_tab_neon, . - fft_tab_neon
+ELF     .size fft_tab_neon, . - fft_tab_neon
 
         .align 4
 pmmp:   .float  +1.0, -1.0, -1.0, +1.0
-- 
GitLab