diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-05-13 21:00:17 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-05-13 21:00:17 +0000 |
commit | f133a597e48d6c22b57a5c90f0c6f6059b2e3bc3 (patch) | |
tree | 7fc9ffef5adc38298868e815d676a3db83637234 /gdb/hpread.c | |
parent | fe5d4b85ae03a29f8383f691bd59131e7ff84120 (diff) | |
download | gdb-f133a597e48d6c22b57a5c90f0c6f6059b2e3bc3.zip gdb-f133a597e48d6c22b57a5c90f0c6f6059b2e3bc3.tar.gz gdb-f133a597e48d6c22b57a5c90f0c6f6059b2e3bc3.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/hpread.c')
-rw-r--r-- | gdb/hpread.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/hpread.c b/gdb/hpread.c index 05a659a..7b36650 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 { |