]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 13 May 1995 21:00:17 +0000 (21:00 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 13 May 1995 21:00:17 +0000 (21:00 +0000)
mdebugread.c (struct symloc), hpread.c (struct symloc): Fix error
in 20 Apr 1995 cleanup of comments.

gdb/ChangeLog
gdb/dwarfread.c
gdb/hpread.c
gdb/mdebugread.c

index f56511dcc009ec1a30bd32374c5a7f895388cf2d..e65fb184b5bc290141f6df783895ccc62d5d4ddf 100644 (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.
index 23f0a003061f4391421edead76f6b4a2b5986e70..8c13087095f1b032e8c287a19584cbec01ccd0e4 100644 (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"
index 05a659a54b90bd0b9fcdd7461a903801e54d21ce..7b366505dc24e4f72168769b501fbc873a77ff59 100644 (file)
@@ -100,9 +100,8 @@ struct hpread_symfile_info
   else \
     *NAMEP = (SYM)->dsfile.name + VT (OBJFILE)
 \f
-/* 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
 {
index 9499f665cd1f6d8079044b6340f63d2eb2416ecf..f2e00457ab984cc7c4f926a1f039d1d03f4feac7 100644 (file)
@@ -98,9 +98,8 @@ typedef struct mips_extra_func_info {
 #define ECOFF_REG_TO_REGNUM(num) (num)
 #endif
 \f
-/* 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
 {