From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4859 invoked by alias); 24 Aug 2004 19:58:55 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4822 invoked from network); 24 Aug 2004 19:58:54 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 24 Aug 2004 19:58:54 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7OJwiS2018378 for ; Tue, 24 Aug 2004 15:58:54 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7OJwha13492; Tue, 24 Aug 2004 15:58:43 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7842A2BA0; Tue, 24 Aug 2004 15:57:35 -0400 (EDT) Message-ID: <412B9DAF.5060300@gnu.org> Date: Tue, 24 Aug 2004 19:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040801 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [obish] Garbage collect deprecated fp/pc/sp functions References: <4112410C.3020708@gnu.org> <2719-Fri06Aug2004113037+0300-eliz@gnu.org> In-Reply-To: <2719-Fri06Aug2004113037+0300-eliz@gnu.org> Content-Type: multipart/mixed; boundary="------------010609080902030807000704" X-SW-Source: 2004-08/txt/msg00668.txt.bz2 This is a multi-part message in MIME format. --------------010609080902030807000704 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 664 >>> Date: Thu, 05 Aug 2004 10:15:40 -0400 >>> From: Andrew Cagney >>> >>> Index: doc/ChangeLog >>> 2004-08-05 Andrew Cagney >>> >>> * gdbint.texinfo (Target Architecture Definition): Delete >>> reference to deprecated_read_fp. > > > This part is approved, but please insert the missing comma > > >>> +@code{write_pc} and @code{read_sp}. For most targets, these may be > > ^ here > > P.S. I'm not sure that removing obsolete code is ``obish''. Forgot to follow up. Here it's not so much obsolete as dead -> nothing we're concerned with calls it. I've tweaked the doco per the attached. Andrew --------------010609080902030807000704 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 845 2004-08-24 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Add missing comma. Index: gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.220 diff -p -u -r1.220 gdbint.texinfo --- gdbint.texinfo 21 Aug 2004 09:37:20 -0000 1.220 +++ gdbint.texinfo 24 Aug 2004 19:57:09 -0000 @@ -3816,7 +3816,7 @@ Number of bits in a short integer; defau @findex read_sp @findex read_fp @anchor{TARGET_READ_SP} These change the behavior of @code{read_pc}, -@code{write_pc} and @code{read_sp}. For most targets, these may be +@code{write_pc}, and @code{read_sp}. For most targets, these may be left undefined. @value{GDBN} will call the read and write register functions with the relevant @code{_REGNUM} argument. --------------010609080902030807000704--