summaryrefslogtreecommitdiff
path: root/gdb/sh64-tdep.c
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2010-07-01 15:36:10 +0000
committerPedro Alves <pedro@codesourcery.com>2010-07-01 15:36:10 +0000
commitba070da6e1eae97792cbf48b9d37ef166b655836 (patch)
treeb75d09132c466c3ca813d27b3dc78326a7cc649b /gdb/sh64-tdep.c
parentbdc421937b948479df956d567c1d1482c4b0c0f3 (diff)
downloadgdb-ba070da6e1eae97792cbf48b9d37ef166b655836.tar.gz
* breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
unnecessary space in string. * filesystem.c (_initialize_filesystem): Ditto. * frame.c (_initialize_frame): Ditto. * infcmd.c (step_once): Ditto. * infrun.c (_initialize_infrun): Ditto. * linux-nat.c (linux_child_follow_fork): Ditto. * maint.c (maintenance_deprecate): Ditto. * memattr.c (_initialize_mem): Ditto. * mips-tdep.c (_initialize_mips_tdep): Ditto. * monitor.c (monitor_open): Ditto. * procfs.c (procfs_xfer_memory): Ditto. * reverse.c (bookmarks_info): Ditto. * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto. * stack.c (_initialize_stack): Ditto. * tracepoint.c (_initialize_tracepoint): Ditto. * xtensa-tdep.c (xtensa_supply_gregset, xtensa_regset_from_core_section): Ditto.
Diffstat (limited to 'gdb/sh64-tdep.c')
-rw-r--r--gdb/sh64-tdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/sh64-tdep.c b/gdb/sh64-tdep.c
index 62675414161..8a64f97eb77 100644
--- a/gdb/sh64-tdep.c
+++ b/gdb/sh64-tdep.c
@@ -1330,13 +1330,13 @@ sh64_show_media_regs (struct frame_info *frame)
int i;
printf_filtered
- ("PC=%s SR=%s \n",
+ ("PC=%s SR=%s\n",
phex (get_frame_register_unsigned (frame,
gdbarch_pc_regnum (gdbarch)), 8),
phex (get_frame_register_unsigned (frame, SR_REGNUM), 8));
printf_filtered
- ("SSR=%s SPC=%s \n",
+ ("SSR=%s SPC=%s\n",
phex (get_frame_register_unsigned (frame, SSR_REGNUM), 8),
phex (get_frame_register_unsigned (frame, SPC_REGNUM), 8));
printf_filtered
@@ -1383,7 +1383,7 @@ sh64_show_compact_regs (struct frame_info *frame)
int i;
printf_filtered
- ("PC=%s \n",
+ ("PC=%s\n",
phex (get_frame_register_unsigned (frame, PC_C_REGNUM), 8));
printf_filtered