aboutsummaryrefslogtreecommitdiff
path: root/gdb/wince.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/wince.c')
-rw-r--r--gdb/wince.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/wince.c b/gdb/wince.c
index fc07e4f..0e1746d 100644
--- a/gdb/wince.c
+++ b/gdb/wince.c
@@ -833,7 +833,7 @@ wince_software_single_step (enum target_signal ignore,
return;
}
#elif SHx
-/* Hitachi SH architecture instruction encoding masks */
+/* Renesas SH architecture instruction encoding masks */
#define COND_BR_MASK 0xff00
#define UCOND_DBR_MASK 0xe000
@@ -844,7 +844,7 @@ wince_software_single_step (enum target_signal ignore,
#define UCOND_DISP 0x0fff
#define UCOND_REG 0x0f00
-/* Hitachi SH instruction opcodes */
+/* Renesas SH instruction opcodes */
#define BF_INSTR 0x8b00
#define BT_INSTR 0x8900