From bb6a587dd383a443ab1b78669870f33cfbc117a2 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 22 Apr 2004 18:39:03 +0000 Subject: merge from gcc --- libiberty/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libiberty/ChangeLog') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ec90d1a395..78e8386617 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,17 @@ +2004-04-22 Richard Henderson + + * 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 * strerror.c: Include config.h, and redefine sys_nerr and -- cgit v1.2.1