aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin/config.h.in
diff options
context:
space:
mode:
authorDave Korn <dave.korn.cygwin@gmail.com>2010-11-11 13:33:59 +0000
committerDave Korn <davek@gcc.gnu.org>2010-11-11 13:33:59 +0000
commitd19e0f01a118a6cf518ba9ca98a0835688303d1d (patch)
tree513e7c529763f24b384625eb562c6b0c1840cae3 /lto-plugin/config.h.in
parenta16e07c6822d6b68ecbcab07205e015363dcd4e7 (diff)
downloadgcc-d19e0f01a118a6cf518ba9ca98a0835688303d1d.zip
gcc-d19e0f01a118a6cf518ba9ca98a0835688303d1d.tar.gz
gcc-d19e0f01a118a6cf518ba9ca98a0835688303d1d.tar.bz2
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
Diffstat (limited to 'lto-plugin/config.h.in')
-rw-r--r--lto-plugin/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/lto-plugin/config.h.in b/lto-plugin/config.h.in
index d7750f1..9c99e88 100644
--- a/lto-plugin/config.h.in
+++ b/lto-plugin/config.h.in
@@ -75,6 +75,10 @@
#define below would cause a syntax error. */
#undef _UINT64_T
+/* Define to the type of a signed integer type of width exactly 64 bits if
+ such a type exists and the standard includes do not define it. */
+#undef int64_t
+
/* Define to the type of an unsigned integer type of width exactly 64 bits if
such a type exists and the standard includes do not define it. */
#undef uint64_t