aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r--gdb/infcmd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c
index 38cb1b6..2cdc394 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");
}
}