From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125725 invoked by alias); 9 Mar 2018 10:57:57 -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 125715 invoked by uid 89); 9 Mar 2018 10:57:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Mar 2018 10:57:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E145156130; Fri, 9 Mar 2018 05:57:53 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lSZYTzU+rxmx; Fri, 9 Mar 2018 05:57:53 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B1DC85612E; Fri, 9 Mar 2018 05:57:53 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 0A1D3808D8; Fri, 9 Mar 2018 11:57:52 +0100 (CET) Date: Fri, 09 Mar 2018 10:57:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: Update "gdb --configuration" Message-ID: <20180309105751.ptsfjpaae5vv35ao@adacore.com> References: <838tb1wmrh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <838tb1wmrh.fsf@gnu.org> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-03/txt/msg00193.txt.bz2 Hi Eli, On Fri, Mar 09, 2018 at 12:45:22PM +0200, Eli Zaretskii wrote: > The patch below adds more config information to the text we produce. > OK to commit? > > 2018-03-09 Eli Zaretskii > > * top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK, > and LIBMPFR in the printed configuration. Looks good to me, modulo one tiny think-o below: > +#if HAVE_LIBMPFR > + fprintf_filtered (stream, _("\ > + --with-libmpfr\n\ It's actually --with-mpfr. > +")); > +#else > + fprintf_filtered (stream, _("\ > + --without-libmpfr\n\ Same here. -- Joel