]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR bootstrap/46397 (lto-plugin.c does not build on Solaris 10/SPARC)
authorDave Korn <dave.korn.cygwin@gmail.com>
Thu, 11 Nov 2010 13:33:59 +0000 (13:33 +0000)
committerDave Korn <davek@gcc.gnu.org>
Thu, 11 Nov 2010 13:33:59 +0000 (13:33 +0000)
commitd19e0f01a118a6cf518ba9ca98a0835688303d1d
tree513e7c529763f24b384625eb562c6b0c1840cae3
parenta16e07c6822d6b68ecbcab07205e015363dcd4e7
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
lto-plugin/ChangeLog
lto-plugin/config.h.in
lto-plugin/configure
lto-plugin/configure.ac
lto-plugin/lto-plugin.c