Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-11 | * solist.h (master_so_list): New function. | Kevin Buettner | 1 | -0/+4 | |
* 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(). | |||||
2003-02-24 | added target specific solib find hook | Kris Warkentin | 1 | -0/+8 | |
2001-10-21 | Update makefile.in dependencies. Add header wrappers. | Andrew Cagney | 1 | -0/+5 | |
2001-05-25 | * solist.h (struct so_list): Document the requirement that | Nicholas Duffek | 1 | -1/+3 | |
current_sos initialize some fields to 0. | |||||
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+2 | |
2001-02-22 | Made changes to shared library support and added more of the support needed | Kevin Buettner | 1 | -0/+6 | |
for AIX/IA-64. | |||||
2000-11-21 | 2000-11-20 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 1 | -0/+3 | |
* 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-10-30 | solib.c relocation improvements | Kevin Buettner | 1 | -3/+21 | |
2000-10-24 | Reorganize solib.c. | Kevin Buettner | 1 | -0/+91 | |