From 7108c5dc79b72e614bec4f130170343d0311d904 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 7 May 2003 18:07:53 +0000 Subject: 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. --- libiberty/config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libiberty/config.in') 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 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 is included. */ #undef NEED_DECLARATION_ERRNO -- cgit v1.1