diff options
author | Fred Fish <fnf@specifix.com> | 1991-11-15 03:41:42 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-11-15 03:41:42 +0000 |
commit | 5a5a3b0fb3e327324895ab3abdb6bb98e93f6c32 (patch) | |
tree | 876fa170cf609a87a6f5349077762c585bf8bc7e /gdb | |
parent | a7446af61b18b09f1b217838a1f22d152975c009 (diff) | |
download | gdb-5a5a3b0fb3e327324895ab3abdb6bb98e93f6c32.zip gdb-5a5a3b0fb3e327324895ab3abdb6bb98e93f6c32.tar.gz gdb-5a5a3b0fb3e327324895ab3abdb6bb98e93f6c32.tar.bz2 |
Add compact_misc_function_vector() to compact out duplicate entries in
the misc function vector. See comments in the source for why this is
necessary.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0496791..e51c468 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Thu Nov 14 19:27:30 1991 Fred Fish (fnf at cygnus.com) + * symfile.c: Add function compact_misc_function_vector() to + remove duplicate misc function vector entries. See comments + in source for why this is necessary/desirable. + * dwarfread.c: Add misc function type parameter to internal record_misc_function(). Remove calls to init_misc_bunches() and condense_misc_bunches(), these are now done in elfread.c. |