Re: [libav-devel] [PATCH] x86inc: Clear __SECT__

2015-05-27 Thread Timothy Gu
On Tue, May 26, 2015 at 01:18:34AM +0200, Luca Barbato wrote: > > Looks nicer indeed. > > lu Ping. Timothy ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] x86inc: Clear __SECT__

2015-05-25 Thread Luca Barbato
On 26/05/15 01:00, Timothy Gu wrote: This commit silences warning(s) like: libavcodec/x86/fft.asm:93: warning: section flags ignored on section redeclaration The cause of this warning is that because `struc` and `endstruc` attempts to revert to the previous section state [1]. The sect

[libav-devel] [PATCH] x86inc: Clear __SECT__

2015-05-25 Thread Timothy Gu
This commit silences warning(s) like: libavcodec/x86/fft.asm:93: warning: section flags ignored on section redeclaration The cause of this warning is that because `struc` and `endstruc` attempts to revert to the previous section state [1]. The section state is stored in the macro __SECT__