diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-03-27 19:11:11 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-03-27 19:11:11 +0000 |
commit | bac718a6270c531c3a2a334a4231f9fe244e3577 (patch) | |
tree | a73d5425e9535aa7f67499ea86b6ffd986c7210a /gdb/ChangeLog | |
parent | 506c7aa0d5a2920f15435738eae9948f2ba5e6a1 (diff) | |
download | gdb-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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5a71a4b..22ec62f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2007-03-27 Ulrich Weigand <uweigand@de.ibm.com> + + * 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". + 2007-03-27 Anton Blanchard <anton@samba.org> * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset |