diff options
author | DJ Delorie <dj@redhat.com> | 2004-04-22 18:39:03 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-04-22 18:39:03 +0000 |
commit | bb6a587dd383a443ab1b78669870f33cfbc117a2 (patch) | |
tree | 035e4dc50ffb72fa044558d6791ac2e5bc836e5b /libiberty/ChangeLog | |
parent | fcf29e5f0e126c69ecb6ddd54613cc3c56a4a1b2 (diff) | |
download | gdb-bb6a587dd383a443ab1b78669870f33cfbc117a2.zip gdb-bb6a587dd383a443ab1b78669870f33cfbc117a2.tar.gz gdb-bb6a587dd383a443ab1b78669870f33cfbc117a2.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ec90d1a..78e8386 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,17 @@ +2004-04-22 Richard Henderson <rth@redhat.com> + + * hashtab.c: Include limits.h, stdint.h, ansidecl.h. + (CHAR_BIT): Provide default. + (struct prime_ent, prime_tab): New. + (higher_prime_index): Rename from higher_prime_number, return index. + (htab_mod_1): New. + (htab_mod, htab_mod_m2): Use it. + (htab_create_alloc, htab_create_alloc_ex): Store prime index. + (htab_expand): Likewise. + * configure.ac: Check for stdint.h. + (UNSIGNED_64BIT_TYPE): New define and checks to fill it in. + * config.in, configure: Rebuild. + 2004-04-13 Ian Lance Taylor <ian@wasabisystems.com> * strerror.c: Include config.h, and redefine sys_nerr and |