r166601 - in /trunk/lto-plugin: ChangeLog confi...
davek@gcc.gnu.org
davek@gcc.gnu.org
Thu Nov 11 13:34:00 GMT 2010
Author: davek
Date: Thu Nov 11 13:33:59 2010
New Revision: 166601
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166601
Log:
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.
Modified:
trunk/lto-plugin/ChangeLog
trunk/lto-plugin/config.h.in
trunk/lto-plugin/configure
trunk/lto-plugin/configure.ac
trunk/lto-plugin/lto-plugin.c
More information about the Gcc-cvs
mailing list