From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56397 invoked by alias); 8 Aug 2019 11:29:14 -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 56388 invoked by uid 89); 8 Aug 2019 11:29:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: mail-wm1-f65.google.com Received: from mail-wm1-f65.google.com (HELO mail-wm1-f65.google.com) (209.85.128.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Aug 2019 11:29:13 +0000 Received: by mail-wm1-f65.google.com with SMTP id f72so2041401wmf.5 for ; Thu, 08 Aug 2019 04:29:13 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id p13sm21430191wrw.90.2019.08.08.04.29.10 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Thu, 08 Aug 2019 04:29:10 -0700 (PDT) Subject: Re: [PATCH 8/8] Require readline 7 or newer To: Tom Tromey References: <20190806204334.13441-1-tom@tromey.com> <20190806204334.13441-9-tom@tromey.com> <91cf16b4-343b-1d47-ab5c-c8f2127cd4db@redhat.com> <87o910ehgf.fsf@tromey.com> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <7720ad7b-f2dd-400f-b20a-ed99b902be7c@redhat.com> Date: Thu, 08 Aug 2019 11:29:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <87o910ehgf.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-08/txt/msg00195.txt.bz2 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. Actually, the "and GDBserver" part is incorrect, since GDBserver does not depend on readline. Better remove that IMO, lest someone mistakenly thinks that building gdbserver (without building gdb) now requires readline. Thanks, Pedro Alves