summaryrefslogtreecommitdiffstats
path: root/gdb/config/sh
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/sh
parent8983bd8343754a6b8b34a0a56e66c5fe03eb4ca3 (diff)
downloadppe42-binutils-7fec2c59fb17cc646d42574e2afd782fa4cb3cf8.tar.gz
ppe42-binutils-7fec2c59fb17cc646d42574e2afd782fa4cb3cf8.zip
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/sh')
-rw-r--r--gdb/config/sh/tm-sh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h
index 6ae6085d9b..dfd96c139d 100644
--- a/gdb/config/sh/tm-sh.h
+++ b/gdb/config/sh/tm-sh.h
@@ -27,7 +27,7 @@
#define REGISTER_TYPE long /* used in standalone.c */
-#define BIG_REMOTE_BREAKPOINT { 0xc3, 0x20 } /* Used in remote.c */
-#define LITTLE_REMOTE_BREAKPOINT { 0x20, 0xc3 } /* Used in remote.c */
+#define DEPRECATED_BIG_REMOTE_BREAKPOINT { 0xc3, 0x20 } /* Used in remote.c */
+#define DEPRECATED_LITTLE_REMOTE_BREAKPOINT { 0x20, 0xc3 } /* Used in remote.c */
/*#define NOP {0x20, 0x0b}*/ /* Who uses this???*/
OpenPOWER on IntegriCloud