Made changes to shared library support and added more of the support needed
for AIX/IA-64.
This commit is contained in:
parent
33d01f331b
commit
d7fa2ae254
15 changed files with 471 additions and 22 deletions
10
gdb/solib.h
10
gdb/solib.h
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue