* 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.
This commit is contained in:
Jim Kingdon 1995-05-13 21:00:17 +00:00
parent fe5d4b85ae
commit f133a597e4
4 changed files with 12 additions and 9 deletions

View File

@ -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 <kingdon@deneb.cygnus.com>
* rs6000-tdep.c (find_toc_address): Revise comment.

View File

@ -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"

View File

@ -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
{

View File

@ -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
{