* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81029 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libiberty/ChangeLog 14 additions, 0 deletionslibiberty/ChangeLog
- libiberty/config.in 3 additions, 0 deletionslibiberty/config.in
- libiberty/configure 202 additions, 65 deletionslibiberty/configure
- libiberty/configure.ac 35 additions, 1 deletionlibiberty/configure.ac
- libiberty/hashtab.c 171 additions, 62 deletionslibiberty/hashtab.c
Loading
Please register or sign in to comment