gcc/include
Zack Weinberg ed38f5d5d8 hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
1999-10-23 08:51 -0700  Zack Weinberg  <zack@bitmover.com>

	* hashtab.c (find_hash_table_entry): When returning a
	DELETED_ENTRY slot, change it to EMPTY_ENTRY first.
	(clear_hash_table_slot): New function which deletes an entry
	by its position in the table, not its value.
	(traverse_hash_table): New function which calls a hook
	function for every live entry in the table.

	* hashtab.h: Give hash_table_t a struct tag.  Add prototypes
	for clear_hash_table_slot and traverse_hash_table.  Correct
	prototype of all_hash_table_collisions.

From-SVN: r30138
1999-10-23 15:56:52 +00:00
..
COPYING Initial revision 1997-08-21 18:57:35 -04:00
ChangeLog hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, change it to EMPTY_ENTRY first. 1999-10-23 15:56:52 +00:00
ansidecl.h ansidecl.h (HAVE_GCC_VERSION): New macro. 1999-10-10 13:02:41 +00:00
demangle.h demangle.h: Don't check IN_GCC anymore. 1998-12-14 06:55:07 +00:00
floatformat.h Initial revision 1997-08-21 18:57:35 -04:00
fnmatch.h Update FSF address in copyright header. 1999-01-11 06:53:51 -07:00
getopt.h * getopt.h: Updated from gcc. 1998-09-05 05:17:41 -06:00
hashtab.h hashtab.c (find_hash_table_entry): When returning a DELETED_ENTRY slot, change it to EMPTY_ENTRY first. 1999-10-23 15:56:52 +00:00
libiberty.h libiberty.h (make_temp_file): Add a prototype. 1999-09-25 13:11:17 +00:00
objalloc.h Update FSF address in copyright header. 1999-01-11 06:53:51 -07:00
obstack.h Avoids false positives with -Wcast-qual: 1999-09-01 14:44:56 +00:00
splay-tree.h * splay-tree.h (splay_tree_insert): Return the new node. 1999-08-02 05:54:50 +00:00
symcat.h Sync 1999-04-06 22:24:20 -06:00