aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-11-09 12:07:16 +0000
committerMark Kettenis <kettenis@gnu.org>2003-11-09 12:07:16 +0000
commitdea0c52f825dd14c6608c86e38a948d22115cd38 (patch)
treefa706dfaad281b4c3502f178f63796150df83ae7 /gdb/infrun.c
parent292da8136c57a208bf9bde712a3952198994edd3 (diff)
downloadgdb-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.c4
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).