This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: RFA: solib.c: Clean fix to get rid of severe Solaris 2.7 sparc regressions



Okay, I've got this merged with my changes.

> 2000-03-09  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
> 
> 	* solib.c (SOLIB_EXTRACT_ADDRESS):  New macro to extract addresses
> 	from solib structures. Use it throughout solib.c, get rid of all
> 	CORE_ADDR casts.
> 	(struct so_list):  Change type of lmaddr to CORE_ADDR.
> 	(first_link_map_member):  Change return value type to CORE_ADDR,
> 	update callers.
> 	(solib_add_common_symbols):  Change parameter type to CORE_ADDR,
> 	update callers.
> 	(open_symbol_file_object, find_solib):  Change type of lm variable
> 	to CORE_ADDR.


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