diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-05 20:52:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-05 20:52:44 +0000 |
commit | c2e1b8f216005f2bf9ad0813c9eb28e896b9630e (patch) | |
tree | 5137504e472f66b0b576af88785198fb31cd4992 /gdb/infcmd.c | |
parent | 87647bb0c7edc3274f99f3173a325eece2d2af06 (diff) | |
download | ppe42-binutils-c2e1b8f216005f2bf9ad0813c9eb28e896b9630e.tar.gz ppe42-binutils-c2e1b8f216005f2bf9ad0813c9eb28e896b9630e.zip |
2002-11-05 Andrew Cagney <ac131313@redhat.com>
* infcmd.c (default_print_registers_info): Do not call
PRINT_REGISTER_HOOK.
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 38cb1b69a4..2cdc394351 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -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"); } } |