On Wed, Jul 10, 2013 at 10:19 AM, Evgeny Gavrin
wrote:
> Is there any way manually disable generation of IFUNC symbols through GCC
> parameters?
Why do you want to do that? Also GCC does not output directly ifunc's
at all, rather the person who write code uses ifuncs.
Thanks,
Andrew
>
> I fo
Is there any way manually disable generation of IFUNC symbols through GCC
parameters?
I found number of in-code conditions to check if IFUNC is supported, but didn't
found the way to force them.
defaults.h hase the following code:
112 #ifndef IFUNC_ASM_TYPE
113 #define IFUNC_ASM_TYPE "gnu_indir