diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-15 19:35:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-15 19:35:28 +0000 |
commit | 867f3898e3a95045ee031e4b61e701d479cbbb6f (patch) | |
tree | 7fc1596fd91820062a50b9c5cc53527ba8fc6a1e /gdb/doc | |
parent | f153cc92579ae16559ec7fa5e4c0a180ae1c208b (diff) | |
download | gdb-867f3898e3a95045ee031e4b61e701d479cbbb6f.zip gdb-867f3898e3a95045ee031e4b61e701d479cbbb6f.tar.gz gdb-867f3898e3a95045ee031e4b61e701d479cbbb6f.tar.bz2 |
2003-01-15 Andrew Cagney <ac131313@redhat.com>
* sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
Index: doc/ChangeLog
2003-01-15 Andrew Cagney <ac131313@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
definition of PRINT_REGISTER_HOOK.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9c1892f6..1ff6b57 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-15 Andrew Cagney <ac131313@redhat.com> + + * gdbint.texinfo (Target Architecture Definition): Delete + definition of PRINT_REGISTER_HOOK. + 2003-01-15 Elena Zannoni <ezannoni@redhat.com> (OpenRISC 1000): Fix formatting of command names. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index c3a9394..8a8923f 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 |