Made changes to shared library support and added more of the support needed

for AIX/IA-64.
This commit is contained in:
Kevin Buettner 2001-02-22 03:01:27 +00:00
parent 33d01f331b
commit d7fa2ae254
15 changed files with 471 additions and 22 deletions

View file

@ -186,13 +186,9 @@ extern char *solib_address (CORE_ADDR); /* solib.c */
#define PC_SOLIB(addr) solib_address (addr)
#ifdef SVR4_SHARED_LIBS
/* Return 1 if PC lies in the dynamic symbol resolution code of the
SVR4 run time loader. */
run time loader. */
#define IN_SOLIB_DYNSYM_RESOLVE_CODE(pc) in_svr4_dynsym_resolve_code (pc)
#define IN_SOLIB_DYNSYM_RESOLVE_CODE(pc) in_solib_dynsym_resolve_code (pc)
extern int in_svr4_dynsym_resolve_code (CORE_ADDR);
#endif
extern int in_solib_dynsym_resolve_code (CORE_ADDR); /* solib.c */