From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15887 invoked by alias); 12 Aug 2008 16:52:14 -0000 Received: (qmail 15876 invoked by uid 22791); 12 Aug 2008 16:52:14 -0000 X-Spam-Check-By: sourceware.org Received: from igw1.br.ibm.com (HELO igw1.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Aug 2008 16:50:58 +0000 Received: from mailhub3.br.ibm.com (mailhub3 [9.18.232.110]) by igw1.br.ibm.com (Postfix) with ESMTP id E552D32C0B9 for ; Tue, 12 Aug 2008 13:22:02 -0300 (BRT) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m7CGouft4018352 for ; Tue, 12 Aug 2008 13:50:56 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m7CGooRX018926 for ; Tue, 12 Aug 2008 13:50:50 -0300 Received: from [9.18.238.102] (dyn531835.br.ibm.com [9.18.238.102]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m7CGooNN017718 for ; Tue, 12 Aug 2008 13:50:50 -0300 Subject: [doc] fix reference to section in the gdb internals From: Thiago Jung Bauermann To: gdb-patches ml Content-Type: text/plain Date: Tue, 12 Aug 2008 16:52:00 -0000 Message-Id: <1218559809.8044.5.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00317.txt.bz2 Hi, This patch fixes a @ref which for some reason points to the chapter containing the referred section, instead of the section itself. Obvious, perhaps? Also a quick test of the patch tracker... :ADDPATCH gdb-internals: -- []'s Thiago Jung Bauermann IBM Linux Technology Center 2008-08-12 Thiago Jung Bauermann * gdbint.texinfo (Raw and Virtual Register Representations): Fix reference to the "Using Different Register and Memory Data Representation" section. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 23e3d25..fc2f255 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3159,8 +3159,8 @@ type = int * @@short @emph{Maintainer note: This section is pretty much obsolete. The functionality described here has largely been replaced by -pseudo-registers and the mechanisms described in @ref{Target -Architecture Definition, , Using Different Register and Memory Data +pseudo-registers and the mechanisms described in @ref{Register and +Memory Data, , Using Different Register and Memory Data Representations}. See also @uref{http://www.gnu.org/software/gdb/bugs/, Bug Tracking Database} and @uref{http://sources.redhat.com/gdb/current/ari/, ARI Index} for more