From: Jim Kingdon Date: Tue, 20 Jul 1993 21:15:45 +0000 (+0000) Subject: * symtab.c (find_line_symtab): New function, to deal with multiple X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f29b5686e4a4c65e50905fe193c40b372f6bc7f3;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b061b2ebe6a..77f7dc052fa 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.