diff options
author | Stan Shebs <shebs@apple.com> | 2008-07-22 02:10:14 +0000 |
---|---|---|
committer | Stan Shebs <shebs@apple.com> | 2008-07-22 02:10:14 +0000 |
commit | 4fbe588018addd37fbf6273117c94de5f6050ba7 (patch) | |
tree | db80b19b2a185ec23390329ad4b37b7e0ee6f53a /gdb/solib-osf.c | |
parent | eca55efaee9dd880de32bc77a580cbd0b7915d97 (diff) | |
download | gdb-4fbe588018addd37fbf6273117c94de5f6050ba7.tar.gz |
Scrub remnants of IN_SOLIB_DYNSYM_RESOLVE_CODE.
* gdbarch.sh: Adjust comment to refer to
in_solib_dynsym_resolve_code().
* gdbarch.h, gdbarch.c: Update.
* solib-osf.c: Ditto.
* infrun.c: Ditto.
(handle_inferior_event): Use in_solib_dynsym_resolve_code
unconditionally.
* config/mips/nm-irix5.h: Remove undef of
IN_SOLIB_DYNSYM_RESOLVE_CODE.
* gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
Diffstat (limited to 'gdb/solib-osf.c')
-rw-r--r-- | gdb/solib-osf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c index 00f1cd278a5..3f9dca4939f 100644 --- a/gdb/solib-osf.c +++ b/gdb/solib-osf.c @@ -606,7 +606,7 @@ osf_in_dynsym_resolve_code (CORE_ADDR pc) for the user: When stepping inside a subprogram located in a shared library, gdb might stop inside the dynamic loader code instead of inside the subprogram itself. See the explanations in infrun.c about - the IN_SOLIB_DYNSYM_RESOLVE_CODE macro for more details. */ + the in_solib_dynsym_resolve_code() function for more details. */ return 0; } |