From 5a5a3b0fb3e327324895ab3abdb6bb98e93f6c32 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 15 Nov 1991 03:41:42 +0000 Subject: [PATCH] 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. --- gdb/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0496791611e..e51c468e3e7 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. -- 2.30.2