From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102394 invoked by alias); 2 Aug 2016 15:29:56 -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 102384 invoked by uid 89); 2 Aug 2016 15:29:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=HReply-to:D*org, pdt, PDT X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 02 Aug 2016 15:29:41 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUbdQ-0000Aq-Qv for gdb-patches@sourceware.org; Tue, 02 Aug 2016 11:29:39 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:33554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUbdQ-0000Aa-Ny; Tue, 02 Aug 2016 11:29:36 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2488 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bUbdO-0003sS-Uz; Tue, 02 Aug 2016 11:29:35 -0400 Date: Tue, 02 Aug 2016 15:29:00 -0000 Message-Id: <83lh0fmbot.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker CC: gdb-patches@sourceware.org In-reply-to: <20160801161032.26E1E428A9@joel.gnat.com> (message from Joel Brobecker on Mon, 1 Aug 2016 09:10:32 -0700 (PDT)) Subject: Re: GDB 7.11.90 available for testing Reply-to: Eli Zaretskii References: <20160801161032.26E1E428A9@joel.gnat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00034.txt.bz2 > From: Joel Brobecker > Date: Mon, 1 Aug 2016 09:10:32 -0700 (PDT) > > I have just finished creating the gdb-7.11.90 pre-release. > It is available for download at the following location: > > ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-7.11.90.tar.xz > > A gzip'ed version is also available: gdb-7.11.90.tar.gz. > > Please give it a test if you can and report any problems you might find. Building on MS-Windows natively with MinGW works fine. Two minor comments: . The merge with a newer Readline is still not done, sigh. So I needeed to apply several patches again, to make a useful GDB. . The default compiler is now g++, but "configure --help" still says "--enable-build-with-cxx", which hints that it is by default disabled. I suggest to update the --help text. Thanks.