* 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:
Tom Tromey
2010-03-10 18:27:00 +00:00
parent ccefe4c44c
commit e38df1d074
7 changed files with 29 additions and 31 deletions

View File

@@ -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 */