mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* xcoffread.c (xcoff_start_psymtab): Update.
(xcoff_end_psymtab): Update. * psymtab.c (allocate_psymtab): Remove dead code. * psympriv.h (struct partial_symtab) <read_symtab_private>: Now void*. * mdebugread.c (parse_partial_symbols): Update. (new_psymtab): Likewise. * dwarf2read.c (process_psymtab_comp_unit): Update. (psymtab_to_symtab_1): Update. * dbxread.c (start_psymtab): Update. (end_psymtab): Likewise.
This commit is contained in:
@@ -140,10 +140,9 @@ struct partial_symtab
|
||||
/* Information that lets read_symtab() locate the part of the symbol table
|
||||
that this psymtab corresponds to. This information is private to the
|
||||
format-dependent symbol reading routines. For further detail examine
|
||||
the various symbol reading modules. Should really be (void *) but is
|
||||
(char *) as with other such gdb variables. (FIXME) */
|
||||
the various symbol reading modules. */
|
||||
|
||||
char *read_symtab_private;
|
||||
void *read_symtab_private;
|
||||
|
||||
/* Non-zero if the symtab corresponding to this psymtab has been readin */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user