diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-08 22:51:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-08 22:51:49 +0000 |
commit | 7fec2c59fb17cc646d42574e2afd782fa4cb3cf8 (patch) | |
tree | 0abca19fe35e42e222b7871af7608aa76ba3ce14 /gdb/config/sh | |
parent | 8983bd8343754a6b8b34a0a56e66c5fe03eb4ca3 (diff) | |
download | gdb-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/sh')
-rw-r--r-- | gdb/config/sh/tm-sh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index 6ae6085..dfd96c1 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???*/ |