diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-09-12 15:20:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-09-12 15:20:49 +0000 |
commit | f810308bf809b64b4584a12ce896a256171883f5 (patch) | |
tree | 2d35366b22302e8a0cb18d511d8bcffc1cf844e2 /gdb/doc | |
parent | b7ffc4a8d76ab91d1976c5fa72edff803ad28eb1 (diff) | |
download | gdb-f810308bf809b64b4584a12ce896a256171883f5.zip gdb-f810308bf809b64b4584a12ce896a256171883f5.tar.gz gdb-f810308bf809b64b4584a12ce896a256171883f5.tar.bz2 |
2004-09-12 Andrew Cagney <cagney@gnu.org>
* target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
Index: doc/ChangeLog
2004-09-12 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Native Debugging): Delete description of
FILES_INFO_HOOK.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c38340d..2d3035e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-09-12 Andrew Cagney <cagney@gnu.org> + + * gdbint.texinfo (Native Debugging): Delete description of + FILES_INFO_HOOK. + 2004-09-11 Paul Hilfinger <hilfinger@gnat.com> * gdbint.texinfo (User Interface): Change local_hex_string_custom diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index fa0b6c4..bff7d15 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4352,10 +4352,6 @@ Define this if the native-dependent code will provide its own routines @file{infptrace.c} is included in this configuration, the default routines in @file{infptrace.c} are used for these functions. -@item FILES_INFO_HOOK -@findex FILES_INFO_HOOK -(Only defined for Convex.) - @item FP0_REGNUM @findex FP0_REGNUM This macro is normally defined to be the number of the first floating |