From 9745ba070f5b6bf073f52b34e4fff563bb7b9457 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 9 Jun 1993 01:28:54 +0000 Subject: [PATCH] Doc fix re dependencies --- gdb/ChangeLog | 4 ++++ gdb/dwarfread.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6926a4cfb..f24ac9fd85 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com) + + * symtab.h, dwarfread.c: Doc fix re dependencies. + Tue Jun 8 17:54:09 1993 Rob Savoye (rob@rtl.cygnus.com) * serial.c (serial_close): If scb is NULL, don't try to close diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index b9872229e1..1e7a6d0a37 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -24,7 +24,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ FIXME: Figure out how to get the frame pointer register number in the execution environment of the target. Remove R_FP kludge -FIXME: Add generation of dependencies list to partial symtab code. +FIXME: Do we need to generate dependencies in partial symtabs? +(Perhaps we don't need to). FIXME: Resolve minor differences between what information we put in the partial symbol table and what dbxread puts in. For example, we don't yet -- 2.34.1