diff options
author | DJ Delorie <dj@redhat.com> | 2003-03-12 17:28:10 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-03-12 17:28:10 +0000 |
commit | 2336e177169b6a339fdada43bc3d1ce8173290cd (patch) | |
tree | d0992296c1cf63c906e2e0dde456e02243ef23dd /libiberty/ChangeLog | |
parent | 8bedc05091d9d4874d382a6c66b7845133f7b5ea (diff) | |
download | gdb-2336e177169b6a339fdada43bc3d1ce8173290cd.zip gdb-2336e177169b6a339fdada43bc3d1ce8173290cd.tar.gz gdb-2336e177169b6a339fdada43bc3d1ce8173290cd.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 99ac6ec..a45e537 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,13 @@ 2003-12-03 Jan Hubicka <jh@suse.cz> + * hashtab.c (htab_expand): Fix warning. + + * hashtab.c (htab_expand): Compute the size of hashtable based + on the number of elements actually used. + (htab_traverse): Call htab_expand when table is too empty. + +2003-12-03 Jan Hubicka <jh@suse.cz> + * hashtab.c (htab_expand): Compute the size of hashtable based on the number of elements actually used. (htab_traverse): Call htab_expand when table is too empty. |