summaryrefslogtreecommitdiff
path: root/gdb/config/h8300/tm-h8300.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/h8300/tm-h8300.h')
-rw-r--r--gdb/config/h8300/tm-h8300.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h
index 4e600575045..e560c644c8d 100644
--- a/gdb/config/h8300/tm-h8300.h
+++ b/gdb/config/h8300/tm-h8300.h
@@ -28,10 +28,11 @@
GDB_TARGET_IS_H8300 in remote-e7000.c */
extern int h8300hmode;
extern int h8300smode;
+extern int h8300sxmode;
#define GDB_TARGET_IS_H8300
/* Needed for remote.c */
-#define REMOTE_BREAKPOINT { 0x57, 0x30} /* trapa #3 */
+#define DEPRECATED_REMOTE_BREAKPOINT { 0x57, 0x30} /* trapa #3 */
/* Needed for remote-hms.c */
#define CCR_REGNUM 8
/* Needed for remote-e7000.c */