diff options
author | Jason Merrill <jason@redhat.com> | 2003-05-07 18:07:53 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2003-05-07 18:07:53 +0000 |
commit | 7108c5dc79b72e614bec4f130170343d0311d904 (patch) | |
tree | 12a8a72b93b880a0be4bc95b78f474f0b76c2c45 /libiberty/config.in | |
parent | 208c2cd6cbe53878d1853bef936cf92e3de3b533 (diff) | |
download | gdb-7108c5dc79b72e614bec4f130170343d0311d904.zip gdb-7108c5dc79b72e614bec4f130170343d0311d904.tar.gz 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.in | 10 |
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 |