2003-01-15 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 15 Jan 2003 19:35:28 +0000 (19:35 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 15 Jan 2003 19:35:28 +0000 (19:35 +0000)
* 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.

gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/sparc-tdep.c

index df4a90e7fed5d19ef1001c8f563e4f0b57605bef..9e9106f74a6dcf3a95acbed0e84b3629096d73ab 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
+
 2003-01-215  Stephen P. Smith <ischis2@cox.net>
 
        * MAINTAINERS (Stephen P. Smith): Updated email address
index 9c1892f6325a7ed1cc9fc043515829d5a21381b5..1ff6b57f2138d1c9bf3554358daf593b6d4b3555 100644 (file)
@@ -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.
index c3a9394d64d2b79a8a6d8c0b65c7b1e068254c60..8a8923f79696f455cff1e1a5680626dc447a8dea 100644 (file)
@@ -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
index b8a014fc13d6bfa55785764bd7f8c52297fc43f1..3fe4dfcf30933476b18285701a6c4ba01955e2ec 100644 (file)
@@ -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
This page took 0.036774 seconds and 4 git commands to generate.