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/doc/ChangeLog | 6 ++++++ gdb/doc/gdbint.texinfo | 12 ------------ 2 files changed, 6 insertions(+), 12 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 61d0708..95f6ecf 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2007-03-27 Ulrich Weigand + + * gdbint.texinfo (Target Conditionals): Remove mention of + DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT, + and DEPRECATED_LITTLE_REMOTE_BREAKPOINT. + 2007-03-27 Brooks Moses * Makefile.in: Add "pdfdir" installation diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index e0017ad..3cdd1a10 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3321,18 +3321,6 @@ Similar to BREAKPOINT, but used for bi-endian targets. @code{BIG_BREAKPOINT} and @code{LITTLE_BREAKPOINT} have been deprecated in favor of @code{BREAKPOINT_FROM_PC}. -@item DEPRECATED_REMOTE_BREAKPOINT -@itemx DEPRECATED_LITTLE_REMOTE_BREAKPOINT -@itemx DEPRECATED_BIG_REMOTE_BREAKPOINT -@findex DEPRECATED_BIG_REMOTE_BREAKPOINT -@findex DEPRECATED_LITTLE_REMOTE_BREAKPOINT -@findex DEPRECATED_REMOTE_BREAKPOINT -Specify the breakpoint instruction sequence for a remote target. -@code{DEPRECATED_REMOTE_BREAKPOINT}, -@code{DEPRECATED_BIG_REMOTE_BREAKPOINT} and -@code{DEPRECATED_LITTLE_REMOTE_BREAKPOINT} have been deprecated in -favor of @code{BREAKPOINT_FROM_PC} (@pxref{BREAKPOINT_FROM_PC}). - @item BREAKPOINT_FROM_PC (@var{pcptr}, @var{lenptr}) @findex BREAKPOINT_FROM_PC @anchor{BREAKPOINT_FROM_PC} Use the program counter to determine the -- cgit v1.1