From: Jim Kingdon Date: Sat, 13 May 1995 21:00:17 +0000 (+0000) Subject: * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc), X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f133a597e48d6c22b57a5c90f0c6f6059b2e3bc3;p=binutils-gdb.git * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc), mdebugread.c (struct symloc), hpread.c (struct symloc): Fix error in 20 Apr 1995 cleanup of comments. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f56511dcc00..e65fb184b5b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Sat May 13 13:55:04 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc), + mdebugread.c (struct symloc), hpread.c (struct symloc): Fix error + in 20 Apr 1995 cleanup of comments. + Sat May 13 13:34:18 1995 Jim Kingdon * rs6000-tdep.c (find_toc_address): Revise comment. diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 23f0a003061..8c13087095f 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -342,9 +342,8 @@ static CORE_ADDR baseaddr; /* Add to each symbol value */ only used to pass one value (baseaddr) at the moment. */ static struct section_offsets *base_section_offsets; -/* Each partial symbol table entry contains a pointer to private data for the - sym_read function to use when expanding a partial symbol table entry - to a full symbol table entry. */ +/* We put a pointer to this structure in the read_symtab_private field + of the psymtab. */ struct dwfinfo { /* Always the absolute file offset to the start of the ".debug" diff --git a/gdb/hpread.c b/gdb/hpread.c index 05a659a54b9..7b366505dc2 100644 --- a/gdb/hpread.c +++ b/gdb/hpread.c @@ -100,9 +100,8 @@ struct hpread_symfile_info else \ *NAMEP = (SYM)->dsfile.name + VT (OBJFILE) -/* Each partial symbol table entry contains a pointer to private data for the - sym_read function to use when expanding a partial symbol table entry - to a full symbol table entry. */ +/* We put a pointer to this structure in the read_symtab_private field + of the psymtab. */ struct symloc { diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 9499f665cd1..f2e00457ab9 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -98,9 +98,8 @@ typedef struct mips_extra_func_info { #define ECOFF_REG_TO_REGNUM(num) (num) #endif -/* Each partial symbol table entry contains a pointer to private data for the - sym_read function to use when expanding a partial symbol table entry - to a full symbol table entry. */ +/* We put a pointer to this structure in the read_symtab_private field + of the psymtab. */ struct symloc {