From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3052 invoked by alias); 22 Sep 2003 00:52:41 -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 2613 invoked from network); 22 Sep 2003 00:52:40 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Sep 2003 00:52:40 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h8M0qc103452 for ; Sun, 21 Sep 2003 20:52:38 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h8M0qaD23474; Sun, 21 Sep 2003 20:52:36 -0400 Received: from [192.168.0.2] (vpn26-2.sfbay.redhat.com [172.16.26.2]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h8M0qaw32427; Sun, 21 Sep 2003 17:52:36 -0700 Subject: Patch: fix gdbint.texinfo typos From: Anthony Green To: gdb-patches@sources.redhat.com Cc: kettenis@gnu.org Content-Type: text/plain Organization: Red Hat, Inc. Message-Id: <1064191955.3570.199.camel@escape> Mime-Version: 1.0 Date: Mon, 22 Sep 2003 00:52:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00453.txt.bz2 The last commit to gdbint.texinfo broke the build. I've just checked in this obvious fix. 2003-09-21 Anthony Green * gdbint.texinfo (Target Architecture Definition): Fix typos. Index: gdb/doc/gdbint.texinfo =================================================================== RCS file: /cvs/uberbaum/gdb/doc/gdbint.texinfo,v retrieving revision 1.165 diff -c -u -p -r1.165 gdbint.texinfo --- gdb/doc/gdbint.texinfo 21 Sep 2003 19:23:15 -0000 1.165 +++ gdb/doc/gdbint.texinfo 22 Sep 2003 00:47:31 -0000 @@ -3693,8 +3693,8 @@ pushing them on the stack. function argument of type @var{type} is passed by reference instead of value. -This method replaces @code{DEPRECTAED_REG_STRUCT_HAS_ADDR} -(@pxref{DEPRECATED_REG_STRUCT_ADDR}). +This method replaces @code{DEPRECATED_REG_STRUCT_HAS_ADDR} +(@pxref{DEPRECATED_REG_STRUCT_HAS_ADDR}). @item PROCESS_LINENUMBER_HOOK @findex PROCESS_LINENUMBER_HOOK -- Anthony Green Red Hat, Inc.