From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77915 invoked by alias); 11 Jan 2018 18:49:01 -0000 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 Received: (qmail 36132 invoked by uid 89); 11 Jan 2018 18:48:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy= X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 Jan 2018 18:48:22 +0000 Received: from ralph.baldwin.cx (astound-66-234-199-215.ca.astound.net [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id BC06110A8BC; Thu, 11 Jan 2018 13:48:10 -0500 (EST) From: John Baldwin To: Szabolcs Nagy Cc: gdb-patches@sourceware.org, nd@arm.com, Eli Zaretskii Subject: Re: [committed] Fix gdb.texinfo for old makeinfo Date: Thu, 11 Jan 2018 18:49:00 -0000 Message-ID: <22365562.ZFFn68cb90@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <5A575A15.10404@arm.com> References: <5A575A15.10404@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00217.txt.bz2 On Thursday, January 11, 2018 12:35:33 PM Szabolcs Nagy wrote: > With old makeinfo (version 4.13) the changes introduced in > > commit 2d97a5d9d33aea87c3bd02fd1fa417f5d4e1fa05 > Author: John Baldwin > > Document support for 'info proc' on FreeBSD. > > fail to build. > > (committed as obvious) > > gdb/doc/ChangeLog: > > 2018-01-11 Szabolcs Nagy > > * gdb.texinfo (pwd): Fix whitespace. Thanks for fixing this! -- John Baldwin