aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2003-05-07 18:07:53 +0000
committerJason Merrill <jason@redhat.com>2003-05-07 18:07:53 +0000
commit7108c5dc79b72e614bec4f130170343d0311d904 (patch)
tree12a8a72b93b880a0be4bc95b78f474f0b76c2c45 /libiberty/config.in
parent208c2cd6cbe53878d1853bef936cf92e3de3b533 (diff)
downloadfsf-binutils-gdb-7108c5dc79b72e614bec4f130170343d0311d904.zip
fsf-binutils-gdb-7108c5dc79b72e614bec4f130170343d0311d904.tar.gz
fsf-binutils-gdb-7108c5dc79b72e614bec4f130170343d0311d904.tar.bz2
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.
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 1cc6d61..14ab379 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