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 /include/ChangeLog | |
parent | 54350d487d9a5b2c4f8af39fd4c3517dbd5fb832 (diff) | |
download | gcc-5cc5a0d00d1029843f58d42743c5c97aee40b75a.zip gcc-5cc5a0d00d1029843f58d42743c5c97aee40b75a.tar.gz gcc-5cc5a0d00d1029843f58d42743c5c97aee40b75a.tar.bz2 |
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 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 51d2fc2..2e839fa 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2003-05-07 Jason Merrill <jason@redhat.com> + + * hashtab.h (burtle_hash): Prototype. + (burtle_hash_object): New macro. + 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * ansidecl.h (ATTRIBUTE_NONNULL, ATTRIBUTE_NULL_PRINTF, |