diff options
Diffstat (limited to 'gas/doc/internals.texi')
-rw-r--r-- | gas/doc/internals.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index e37da47..e025e88 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1921,8 +1921,10 @@ Creates the hash table control structure. Destroy a hash table. @end deftypefun -@deftypefun @{@} PTR hash_delete (struct hash_control *, const char *) -Deletes entry from the hash table, returns the value it had. +@deftypefun @{@} PTR hash_delete (struct hash_control *, const char *, int) +Deletes entry from the hash table, returns the value it had. If the last +arg is non-zero, free memory allocated for this entry and all entries +allocated more recently than this entry. @end deftypefun @deftypefun @{@} PTR hash_replace (struct hash_control *, const char *, PTR) |