diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-11-09 12:07:16 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-11-09 12:07:16 +0000 |
commit | dea0c52f825dd14c6608c86e38a948d22115cd38 (patch) | |
tree | fa706dfaad281b4c3502f178f63796150df83ae7 /gdb/infrun.c | |
parent | 292da8136c57a208bf9bde712a3952198994edd3 (diff) | |
download | gdb-dea0c52f825dd14c6608c86e38a948d22115cd38.zip gdb-dea0c52f825dd14c6608c86e38a948d22115cd38.tar.gz gdb-dea0c52f825dd14c6608c86e38a948d22115cd38.tar.bz2 |
From David S. Miller <davem@redhat.com>:
* gdbarch.sh (SKIP_SOLIB_RESOLVER): New method.
* gdbarch.c, gdbarch.h: Regenerated.
* arch-utils.c (generic_skip_solib_resolver): New function.
* arch-utils.h (generic_skip_solib_resolver): New prototype.
* infrun.c (SKIP_SOLIB_RESOLVER): Don't define.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 3a8e121..6bc22a6 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -153,10 +153,6 @@ static int may_follow_exec = MAY_FOLLOW_EXEC; #define IN_SOLIB_DYNSYM_RESOLVE_CODE(pc) 0 #endif -#ifndef SKIP_SOLIB_RESOLVER -#define SKIP_SOLIB_RESOLVER(pc) 0 -#endif - /* This function returns TRUE if pc is the address of an instruction that lies within the dynamic linker (such as the event hook, or the dld itself). |