aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/h8300
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-08 22:51:49 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-08 22:51:49 +0000
commit7fec2c59fb17cc646d42574e2afd782fa4cb3cf8 (patch)
tree0abca19fe35e42e222b7871af7608aa76ba3ce14 /gdb/config/h8300
parent8983bd8343754a6b8b34a0a56e66c5fe03eb4ca3 (diff)
downloadgdb-7fec2c59fb17cc646d42574e2afd782fa4cb3cf8.zip
gdb-7fec2c59fb17cc646d42574e2afd782fa4cb3cf8.tar.gz
gdb-7fec2c59fb17cc646d42574e2afd782fa4cb3cf8.tar.bz2
2003-06-08 Andrew Cagney <cagney@redhat.com>
Deprecate BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT and REMOTE_BREAKPOINT. * remote.c: Update. * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT): Update. (DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Update. * config/m68k/tm-sun3.h: Update. * config/m68k/tm-m68klynx.h: Update. * config/h8300/tm-h8300.h (DEPRECATED_REMOTE_BREAKPOINT): Update.
Diffstat (limited to 'gdb/config/h8300')
-rw-r--r--gdb/config/h8300/tm-h8300.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h
index 736e0f8..e560c64 100644
--- a/gdb/config/h8300/tm-h8300.h
+++ b/gdb/config/h8300/tm-h8300.h
@@ -32,7 +32,7 @@ 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 */