This is the mail archive of the gdb-patches@sources.redhat.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]
Other format: [Raw text]

Re: [RFA] First step towards multi-arching solib.c


On Fri, 29 Apr 2005 16:46:53 +0200 (CEST)
Mark Kettenis <mark.kettenis@xs4all.nl> wrote:

> 	* solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB) 
> 	(TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK) 
> 	(TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS) 
> 	(TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): Remove defines.
> 	* solib.c (solib_data): New variable.
> 	(solib_init, solib_ops): New functions.
> 	(solib_open, solib_map_sections, free_so, update_solib_list)
> 	(solib_add, clear_solib, solib_create_inferior_hook)
> 	(in_solib_dynsym_resolve_code): Call architecture-dependent code
> 	using solib_ops.
> 	(_initialize_solib): Register SOLIB_DATA.

Okay.  Thanks for working on this.

Kevin


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