aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@apple.com>2004-08-31 00:29:04 +0000
committerAndrew Pinski <apinski@apple.com>2004-08-31 00:29:04 +0000
commit514990c0657be1cbcb4e2456996f1a7ef8213d78 (patch)
treea163328f7fe038e4d6f4871e51c5cd9cf77f18b7 /gcc/config.in
parent27dc2f19b434d3d6d26e9fc810095cbcb710377a (diff)
2004-08-30 Andrew Pinski <apinski@apple.com>
PR rtl-opt/13987 * config.host (use_long_long_for_widest_fast_int): New, default is off. (ia64-*-hpux*): Enable use_long_long_for_widest_fast_int. * configure.ac: If use_long_long_for_widest_fast_int, then define USE_LONG_LONG_FOR_WIDEST_FAST_INT. * configure: Regenerate. * config.in: Regenerate. * hwint.h (HOST_WIDEST_FAST_INT, HOST_BITS_PER_WIDEST_FAST_INT): New: widest integer type supported efficiently in hardware for the host. * sbitmap.h (SBITMAP_ELT_BITS): Define based on HOST_BITS_PER_WIDEST_FAST_INT. (SBITMAP_ELT_TYPE): Define based on HOST_WIDEST_FAST_INT. * hard-reg-set.h (HARD_REG_ELT_TYPE): Define based on HOST_WIDEST_FAST_INT instead of HOST_WIDE_INT. (HARD_REG_SET_LONGS): Likewise. (UHOST_BITS_PER_WIDE_INT): Likewise. Change the checks for the fast cases to be based on HOST_BITS_PER_WIDES_FAST_INT instead of HOST_BITS_PER_WIDE_INT. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@86816 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index a104c6739c3..f169e6dfdb1 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -576,6 +576,10 @@
/* Define if gcc should use -lunwind. */
#undef USE_LIBUNWIND_EXCEPTIONS
+/* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
+ still efficiently supported by the host hardware. */
+#undef USE_LONG_LONG_FOR_WIDEST_FAST_INT
+
/* Define if location_t is fileline integer cookie. */
#undef USE_MAPPED_LOCATION