aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2003-05-07 14:07:58 -0400
committerJason Merrill <jason@gcc.gnu.org>2003-05-07 14:07:58 -0400
commit5cc5a0d00d1029843f58d42743c5c97aee40b75a (patch)
tree44f4d6fd3046412557aa8c248e6d948fe847e7be /libiberty/config.in
parent54350d487d9a5b2c4f8af39fd4c3517dbd5fb832 (diff)
hashtab.c (burtle_hash): New fn.
libiberty/ * hashtab.c (burtle_hash): New fn. * configure.in: Add AC_C_BIGENDIAN_CROSS. * aclocal.m4: Include accross.m4. * configure, config.in: Regenerate. include/ * hashtab.h (burtle_hash): Prototype. (burtle_hash_object): New macro. From-SVN: r66565
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 1cc6d6132e5..14ab3793c5c 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -291,6 +291,16 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+/* whether byteorder is bigendian */
+#undef WORDS_BIGENDIAN
+
+/* Define if the host machine stores words of multi-word integers in
+ big-endian order. */
+#undef HOST_WORDS_BIG_ENDIAN
+
+/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
+#undef BYTEORDER
+
/* Define if errno must be declared even when <errno.h> is included. */
#undef NEED_DECLARATION_ERRNO