From bac718a6270c531c3a2a334a4231f9fe244e3577 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 27 Mar 2007 19:11:11 +0000 Subject: * 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. --- gdb/config/sh/tm-sh.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/config') 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???*/ -- cgit v1.1