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/sparc-tdep.c | |
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/sparc-tdep.c')
-rw-r--r-- | gdb/sparc-tdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/sparc-tdep.c b/gdb/sparc-tdep.c index b8a014f..3fe4dfc 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 |