From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59422 invoked by alias); 8 Aug 2019 20:38:20 -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 59414 invoked by uid 89); 8 Aug 2019 20:38:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: gateway31.websitewelcome.com Received: from gateway31.websitewelcome.com (HELO gateway31.websitewelcome.com) (192.185.143.35) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Aug 2019 20:38:19 +0000 Received: from cm14.websitewelcome.com (cm14.websitewelcome.com [100.42.49.7]) by gateway31.websitewelcome.com (Postfix) with ESMTP id BE6B3235A3 for ; Thu, 8 Aug 2019 15:38:17 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id vpAvhpRrS2qH7vpAvhptex; Thu, 08 Aug 2019 15:38:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=gZDo6O2SCIn08e1iIE6jnKwhqiNLnQRkT5xqmXa9KRE=; b=D9Sl+CqUH0x/jrsWq13jrnaI82 CCevCGTW1Q+/mxF0s9n28/OZLsIFjoawjPUf5AIzhUpLyoQUIFjr2d9YQU2P4eLP4vaSF6k+620DZ bxRZGUYUAcfiyMehyWxVkyPIg; Received: from 97-122-178-82.hlrn.qwest.net ([97.122.178.82]:56830 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hvpAv-0033sx-59; Thu, 08 Aug 2019 15:38:17 -0500 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH 8/8] Require readline 7 or newer References: <20190806204334.13441-1-tom@tromey.com> <20190806204334.13441-9-tom@tromey.com> <91cf16b4-343b-1d47-ab5c-c8f2127cd4db@redhat.com> <87o910ehgf.fsf@tromey.com> <7720ad7b-f2dd-400f-b20a-ed99b902be7c@redhat.com> Date: Thu, 08 Aug 2019 20:38:00 -0000 In-Reply-To: <7720ad7b-f2dd-400f-b20a-ed99b902be7c@redhat.com> (Pedro Alves's message of "Thu, 8 Aug 2019 12:29:09 +0100") Message-ID: <87ftmbe6ko.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-08/txt/msg00213.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> On 8/7/19 11:30 PM, Tom Tromey wrote: >> --- a/gdb/NEWS >> +++ b/gdb/NEWS >> @@ -299,6 +299,11 @@ maint show test-options-completion-result >> Using another implementation of the make program or an earlier version of >> GNU make to build GDB or GDBserver is not supported. >> >> +* Building GDB and GDBserver now requires GNU readline >= 7.0. Pedro> Actually, the "and GDBserver" part is incorrect, since GDBserver Pedro> does not depend on readline. Better remove that IMO, lest someone Pedro> mistakenly thinks that building gdbserver (without building gdb) Pedro> now requires readline. Oops, bad cut-and-paste. I fixed this. Tom