aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-05-13 21:03:23 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-05-13 21:03:23 +0000
commitbbb053fd7869a4260cce22d73de947cc4b5ef27d (patch)
treea8e1d176244f0b7a96abd3177af45bb429442f4c
parentf133a597e48d6c22b57a5c90f0c6f6059b2e3bc3 (diff)
downloadfsf-binutils-gdb-bbb053fd7869a4260cce22d73de947cc4b5ef27d.zip
fsf-binutils-gdb-bbb053fd7869a4260cce22d73de947cc4b5ef27d.tar.gz
fsf-binutils-gdb-bbb053fd7869a4260cce22d73de947cc4b5ef27d.tar.bz2
* dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),
mdebugread.c (struct symloc), hpread.c (struct symloc), xcoffread.c (struct symloc): Fix inaccurate comment introduced 20 Apr 1995.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/xcoffread.c5
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e65fb18..3384381 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,8 +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.
+ mdebugread.c (struct symloc), hpread.c (struct symloc),
+ xcoffread.c (struct symloc): Fix inaccurate comment introduced
+ 20 Apr 1995.
Sat May 13 13:34:18 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 7d6bab6..fec6b4e 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -95,9 +95,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* This is output from LD. */
#define N_SETV 0x1C /* Pointer to set vector in data area. */
-/* 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 {