This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: consistently use symbol accessors


> 2008-09-16  Tom Tromey  <tromey@redhat.com>
> 
> 	* symtab.c (find_pc_sect_psymtab): Use MSYMBOL_TYPE.
> 	(find_pc_sect_symtab): Likewise.
> 	* symmisc.c (dump_msymbols): Use MSYMBOL_TYPE.
> 	* solib-som.c (som_solib_desire_dynamic_linker_symbols): Use
> 	MSYMBOL_TYPE, not SYMBOL_TYPE.
> 	* parse.c (write_exp_msymbol): Use MSYMBOL_TYPE.
> 	* objc-lang.c (find_methods): Use MSYMBOL_TYPE.
> 	* minsyms.c (lookup_minimal_symbol_by_pc_section_1): Use
> 	MSYMBOL_TYPE.
> 	* m2-exp.y (yylex): Use SYMBOL_CLASS.

Thanks for doing this! This is OK. (and good catch for the SYMBOL_TYPE
vs MSYMBOL_TYPE confusion).


:REVIEWMAIL:
-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]