On 14.11.12 11:51, Uros Bizjak wrote: > Hello! > >> this commit: 193486 broke bootstrap on targets which do not have >> HAVE_GNU_INDIRECT_FUNCTION. >> Ok to commit? > > OK, with appropriate ChangeLog entry and if bootstrapped correctly on > both, IFUNC and non-IFUNC capable target.
Ok, below the foreseen CL. Bootstrap on x86_64-unknown-freebsd10.0 passed, bootstrap on x86_64-unknown-linux-gnu in progress. But passed stage 2 where the break happened on FreeBSD. (unused parameter....) Thanks, Andreas 2012-11-14 Andreas Tobler <andre...@fgznet.ch> * config/i386/i386.c (ix86_get_function_versions_dispatcher): Guard variables with ASM_OUTPUT_TYPE_DIRECTIVE and HAVE_GNU_INDIRECT_FUNCTION where needed.