Mark Kettenis
66aba65dca
* 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.
2005-04-30 12:59:57 +00:00
Michael Snyder
3636de8b48
2005-01-13 Michael Snyder <msnyder@redhat.com>
...
* solist.h: Whitespace tweaks.
2005-01-14 04:00:06 +00:00
Kevin Buettner
f8766ec100
* solist.h (master_so_list): New function.
...
* solib.c (master_so_list): Likewise.
* solib-svr4.c (enable_break): Iterate over so_list entries
obtained from master list instead of entries obtained directly
via svr4_current_sos().
2004-03-11 17:04:40 +00:00
Kris Warkentin
2610b0bff4
added target specific solib find hook
2003-02-24 19:11:04 +00:00
Andrew Cagney
17732724f3
Update makefile.in dependencies. Add header wrappers.
2001-10-21 19:20:30 +00:00
Nicholas Duffek
fa3b51d224
* solist.h (struct so_list): Document the requirement that
...
current_sos initialize some fields to 0.
2001-05-25 01:27:11 +00:00
Kevin Buettner
b6ba6518e9
Update/correct copyright notices.
2001-03-06 08:22:02 +00:00
Kevin Buettner
d7fa2ae254
Made changes to shared library support and added more of the support needed
...
for AIX/IA-64.
2001-02-22 03:01:27 +00:00
Michael Snyder
e4f7b8c818
2000-11-20 Michael Snyder <msnyder@cleaver.cygnus.com>
...
* solist.h: Declare new function solib_open.
* solib.c (solib_open): New function. Abstracts some of the
code from solib_map_sections, for finding the binary solib file.
(solib_map_sections): Call solib_open.
* solib-svr4.c (enable_break): Call solib_open.
2000-11-21 01:09:54 +00:00
Kevin Buettner
749499cbc4
solib.c relocation improvements
2000-10-30 23:31:17 +00:00
Kevin Buettner
13437d4b4b
Reorganize solib.c.
2000-10-24 20:05:36 +00:00