gcc/lto-plugin
Dave Korn d19e0f01a1 re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC)
PR bootstrap/46397
	PR bootstrap/46362
	* configure.ac: Add AC_TYPE_INT64_T test.
	* config.h.in: Regenerate.
	* configure: Likewise.
	* lto-plugin.c (debug): Use char not bool.
	(nop): Likewise.
	(check_1): Rename from check, and use int not bool for gate argument.
	(check): Macro wrapper for the above to coerce gate argument into
	boolean-valued integer in case it has pointer type.
	(parse_table_entry): Use 0 not false.
	(claim_file_handler): Avoid use of PRIx64 by splitting 64-bit size
	into two 32-bit parts and printing as hex ints.

From-SVN: r166601
2010-11-11 13:33:59 +00:00
..
ChangeLog re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC) 2010-11-11 13:33:59 +00:00
Makefile.am re PR lto/46273 (Failed to bootstrap) 2010-11-03 09:14:32 +00:00
Makefile.in re PR lto/46273 (Failed to bootstrap) 2010-11-03 09:14:32 +00:00
aclocal.m4 Update to Automake 1.11.1. 2010-04-02 18:18:06 +00:00
config.h.in re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC) 2010-11-11 13:33:59 +00:00
configure re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC) 2010-11-11 13:33:59 +00:00
configure.ac re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC) 2010-11-11 13:33:59 +00:00
lto-plugin.c re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC) 2010-11-11 13:33:59 +00:00
lto-symtab.c Merge lto branch into trunk. 2009-10-03 17:10:11 -04:00