diff options
author | Daniel Jacobowitz <drow@mvista.com> | 2003-01-26 07:09:41 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2003-01-26 07:09:41 +0000 |
commit | 74828682c7ad2a365bb92249e678f7ff1642ef7c (patch) | |
tree | 6d5596276a7688cce28dd2bf1d38c4f18a80d06c /include/ChangeLog | |
parent | 7890e8f32010931d748d5b60b989ee84e608dfa0 (diff) | |
download | gcc-74828682c7ad2a365bb92249e678f7ff1642ef7c.zip gcc-74828682c7ad2a365bb92249e678f7ff1642ef7c.tar.gz gcc-74828682c7ad2a365bb92249e678f7ff1642ef7c.tar.bz2 |
hashtab.h (htab_alloc_with_arg, [...]): Add new types.
include/
* hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types.
(struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f.
(htab_create_alloc_ex): New prototype.
(htab_set_functions_ex): New prototype.
libiberty/
* hashtab.c (htab_create_alloc_ex): New function.
(hatab_set_functions_ex): New function.
(htab_delete, htab_expand): Support alternate allocation functions.
From-SVN: r61820
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9318821..17519e0 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2003-01-26 Daniel Jacobowitz <drow@mvista.com> + + * hashtab.h (htab_alloc_with_arg, htab_free_with_arg): Add new types. + (struct htab): Add alloc_arg, alloc_with_arg_f, free_with_arg_f. + (htab_create_alloc_ex): New prototype. + (htab_set_functions_ex): New prototype. + 2002-07-17 Geoffrey Keating <geoffk@redhat.com> * splay-tree.h (GTY): Define if undefined. |