aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sh
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-03-27 19:11:11 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-03-27 19:11:11 +0000
commitbac718a6270c531c3a2a334a4231f9fe244e3577 (patch)
treea73d5425e9535aa7f67499ea86b6ffd986c7210a /gdb/config/sh
parent506c7aa0d5a2920f15435738eae9948f2ba5e6a1 (diff)
downloadgdb-bac718a6270c531c3a2a334a4231f9fe244e3577.zip
gdb-bac718a6270c531c3a2a334a4231f9fe244e3577.tar.gz
gdb-bac718a6270c531c3a2a334a4231f9fe244e3577.tar.bz2
* config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove. * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT. * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint sequence if target_shortname is "remote". doc/ChangeLog: * gdbint.texinfo (Target Conditionals): Remove mention of DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT, and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
Diffstat (limited to 'gdb/config/sh')
-rw-r--r--gdb/config/sh/tm-sh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h
index 54cf739..6bafe67 100644
--- a/gdb/config/sh/tm-sh.h
+++ b/gdb/config/sh/tm-sh.h
@@ -23,7 +23,4 @@
#define NUM_REALREGS 59 /* used in remote-e7000.c which is not multiarched. */
-#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???*/