mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
Made changes to shared library support and added more of the support needed
for AIX/IA-64.
This commit is contained in:
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 */
|
||||
|
Reference in New Issue
Block a user