]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-11-05 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Tue, 5 Nov 2002 20:52:44 +0000 (20:52 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 5 Nov 2002 20:52:44 +0000 (20:52 +0000)
       * infcmd.c (default_print_registers_info): Do not call
       PRINT_REGISTER_HOOK.

gdb/ChangeLog
gdb/infcmd.c

index dc5146a444141ff6637ca285dc06c4112b84ad60..a85e6496f2af4071f1f9aa0383df676c79800b00 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-05  Andrew Cagney  <ac131313@redhat.com>
+
+       * infcmd.c (default_print_registers_info): Do not call
+       PRINT_REGISTER_HOOK.
+
 2002-11-05  Andrew Cagney  <ac131313@redhat.com>
 
        * sparc-tdep.c (sparc_print_register_hook): Make static.
index 38cb1b69a4b1532bc703e16134b83b284cbbcebb..2cdc39435191ebf3eaff1bf6641c3673550918e6 100644 (file)
@@ -1663,12 +1663,6 @@ default_print_registers_info (struct gdbarch *gdbarch,
            }
        }
 
-      /* The SPARC wants to print even-numbered float regs as doubles
-         in addition to printing them as floats.  */
-#ifdef PRINT_REGISTER_HOOK
-      PRINT_REGISTER_HOOK (i);
-#endif
-
       fprintf_filtered (file, "\n");
     }
 }