diff options
author | Stan Shebs <shebs@codesourcery.com> | 2008-07-22 02:10:14 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2008-07-22 02:10:14 +0000 |
commit | cfd8ab242a3fcae371bdd4cd83c9a59b36fcfd51 (patch) | |
tree | 6e8a83729fbfb9dbd9a1ef245989997385428c74 /gdb/doc | |
parent | 21963d0e69b12fea8bd05a53ee72cc5e920b848d (diff) | |
download | gdb-cfd8ab242a3fcae371bdd4cd83c9a59b36fcfd51.zip gdb-cfd8ab242a3fcae371bdd4cd83c9a59b36fcfd51.tar.gz gdb-cfd8ab242a3fcae371bdd4cd83c9a59b36fcfd51.tar.bz2 |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5378fdb..7d1efb2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-07-21 Stan Shebs <stan@codesourcery.com> + + * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code + instead of IN_SOLIB_DYNSYM_RESOLVE_CODE. + 2008-07-21 Tom Tromey <tromey@redhat.com> * observer.texi (GDB Observers): Remove obsolete comment. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e94ebb3..23d5816 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3825,8 +3825,8 @@ final `return from function call' instruction. Define this function to return nonzero if the program is stopped in the trampoline that returns from a shared library. -@item IN_SOLIB_DYNSYM_RESOLVE_CODE (@var{pc}) -@findex IN_SOLIB_DYNSYM_RESOLVE_CODE +@item target_so_ops.in_dynsym_resolve_code (@var{pc}) +@findex in_dynsym_resolve_code Define this to return nonzero if the program is stopped in the dynamic linker. |