diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-27 17:10:07 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-27 17:10:07 +0000 |
commit | 44109858d6da1226c5a461ded62eb043c311f8f3 (patch) | |
tree | 14266ba8c54052b56789938ae15882d061451a22 /libiberty/ChangeLog | |
parent | b0d535b8b41f804bb2651c279ce61f6b99ea781e (diff) | |
download | gcc-44109858d6da1226c5a461ded62eb043c311f8f3.tar.gz |
PR rtl-optimization/28071
* hashtab.c (htab_empty): Clear out n_deleted/n_elements;
downsize the hashtable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115779 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 00c3089f8c7..745a2f4f971 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2006-07-27 Jan Hubicka <jh@suse.cz> + + PR rtl-optimization/28071 + * hashtab.c (htab_empty): Clear out n_deleted/n_elements; + downsize the hashtable. + 2006-07-04 Peter O'Gorman <peter@pogma.com> * Makefile.in: chmod 644 before ranlib during install. |