From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7011 invoked by alias); 22 Sep 2003 21:16:56 -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 6950 invoked from network); 22 Sep 2003 21:16:50 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 22 Sep 2003 21:16:50 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.5) with ESMTP id h8MLGdSK000241; Mon, 22 Sep 2003 23:16:39 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h8MLGd9m000453; Mon, 22 Sep 2003 23:16:39 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id h8MLGdB7000450; Mon, 22 Sep 2003 23:16:39 +0200 (CEST) Date: Mon, 22 Sep 2003 21:16:00 -0000 Message-Id: <200309222116.h8MLGdB7000450@elgar.kettenis.dyndns.org> From: Mark Kettenis To: green@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <1064191955.3570.199.camel@escape> (message from Anthony Green on 21 Sep 2003 17:52:35 -0700) Subject: Re: Patch: fix gdbint.texinfo typos References: <1064191955.3570.199.camel@escape> X-SW-Source: 2003-09/txt/msg00481.txt.bz2 From: Anthony Green Date: 21 Sep 2003 17:52:35 -0700 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. Thanks. I realise I should have done a "make info" in addition to "make dvi". Mark