From f29b5686e4a4c65e50905fe193c40b372f6bc7f3 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Tue, 20 Jul 1993 21:15:45 +0000 Subject: [PATCH] * symtab.c (find_line_symtab): New function, to deal with multiple symtabs with the same name. (find_line_pc{,_range}): Use it. (find_pc_symtab): Add comment about overlapping symtabs. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b061b2ebe6..77f7dc052f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Tue Jul 20 12:53:47 1993 Jim Kingdon (kingdon@deneb.cygnus.com) + + * symtab.c (find_line_symtab): New function, to deal with multiple + symtabs with the same name. + (find_line_pc{,_range}): Use it. + (find_pc_symtab): Add comment about overlapping symtabs. + Mon Jul 19 21:29:14 1993 Fred Fish (fnf@deneb.cygnus.com) * Makefile.in (SFILES): Add nlmread.c. -- 2.34.1