diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-01-26 07:33:29 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-01-26 07:33:29 +0000 |
commit | 5f9624e37ec6b61e7ee5660ec6b0c5e50875193d (patch) | |
tree | ed6046ae06dc52422a986e3e16541d2de8113843 /include/ChangeLog | |
parent | cad81edc078fdb38096335eaa9dd569ddcd8e473 (diff) | |
download | gdb-5f9624e37ec6b61e7ee5660ec6b0c5e50875193d.zip gdb-5f9624e37ec6b61e7ee5660ec6b0c5e50875193d.tar.gz gdb-5f9624e37ec6b61e7ee5660ec6b0c5e50875193d.tar.bz2 |
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.
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 074814c..fb5ab7c 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. + 2003-01-25 Jakub Jelinek <jakub@redhat.com> * elf/sparc.h: Add TLS relocs. Move R_SPARC_REV32 to 252. |