From 867f3898e3a95045ee031e4b61e701d479cbbb6f Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 15 Jan 2003 19:35:28 +0000 Subject: [PATCH] 2003-01-15 Andrew Cagney * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK. Index: doc/ChangeLog 2003-01-15 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Delete definition of PRINT_REGISTER_HOOK. --- gdb/ChangeLog | 4 ++++ gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 5 ----- gdb/sparc-tdep.c | 3 +-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index df4a90e7fe..9e9106f74a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-01-15 Andrew Cagney + + * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK. + 2003-01-215 Stephen P. Smith * MAINTAINERS (Stephen P. Smith): Updated email address diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9c1892f632..1ff6b57f21 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-15 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Delete + definition of PRINT_REGISTER_HOOK. + 2003-01-15 Elena Zannoni (OpenRISC 1000): Fix formatting of command names. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index c3a9394d64..8a8923f796 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3652,11 +3652,6 @@ The number of the ``next program counter'' register, if defined. If non-zero, round arguments to a boundary of this many bits before pushing them on the stack. -@item PRINT_REGISTER_HOOK (@var{regno}) -@findex PRINT_REGISTER_HOOK -If defined, this must be a function that prints the contents of the -given register to standard output. - @item PRINT_TYPELESS_INTEGER @findex PRINT_TYPELESS_INTEGER This is an obscure substitute for @code{print_longest} that seems to diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c index b8a014fc13..3fe4dfcf30 100644 --- a/gdb/sparc-tdep.c +++ b/gdb/sparc-tdep.c @@ -1862,8 +1862,7 @@ decode_asi (int val) } } -/* PRINT_REGISTER_HOOK routine. - Pretty print various registers. */ +/* Pretty print various registers. */ /* FIXME: Would be nice if this did some fancy things for 32 bit sparc. */ static void -- 2.34.1