This is the mail archive of the
binutils-cvs@sources.redhat.com
mailing list for the binutils project.
src/include ChangeLog hashtab.h
- From: drow at sources dot redhat dot com
- To: binutils-cvs at sources dot redhat dot com
- Date: 26 Jan 2003 07:33:29 -0000
- Subject: src/include ChangeLog hashtab.h
CVSROOT: /cvs/src
Module name: src
Changes by: drow@sourceware.org 2003-01-26 07:33:29
Modified files:
include : ChangeLog hashtab.h
Log message:
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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&r1=1.196&r2=1.197
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/hashtab.h.diff?cvsroot=src&r1=1.10&r2=1.11