This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix bootstrap on non-ifunc capable targets (i386)


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  <andreast@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]