* 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.
This commit is contained in:
parent
f133a597e4
commit
bbb053fd78
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue