diff options
author | Jason Merrill <jason@redhat.com> | 2003-05-07 14:07:58 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2003-05-07 14:07:58 -0400 |
commit | 5cc5a0d00d1029843f58d42743c5c97aee40b75a (patch) | |
tree | 44f4d6fd3046412557aa8c248e6d948fe847e7be /libiberty/aclocal.m4 | |
parent | 54350d487d9a5b2c4f8af39fd4c3517dbd5fb832 (diff) | |
download | gcc-5cc5a0d00d1029843f58d42743c5c97aee40b75a.tar.gz |
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/aclocal.m4')
-rw-r--r-- | libiberty/aclocal.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/aclocal.m4 b/libiberty/aclocal.m4 index 6c5dc6ac64b..a3349f3b08f 100644 --- a/libiberty/aclocal.m4 +++ b/libiberty/aclocal.m4 @@ -1,3 +1,5 @@ +sinclude(../config/accross.m4) + dnl See whether strncmp reads past the end of its string parameters. dnl On some versions of SunOS4 at least, strncmp reads a word at a time dnl but erroneously reads past the end of strings. This can cause |