diff options
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 9499f66..f2e0045 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -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 { |