From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14208 invoked by alias); 15 May 2017 21:11:52 -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 14191 invoked by uid 89); 15 May 2017 21:11:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=HX-PHP-Originating-Script:rcube.php, tomorrow, you! X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 May 2017 21:11:50 +0000 Received: by simark.ca (Postfix, from userid 33) id 4CE691E4A3; Mon, 15 May 2017 17:11:51 -0400 (EDT) To: Joel Brobecker Subject: Re: GDB 7.99.91 available for testing X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 15 May 2017 21:11:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <20170504194442.63AAF60B72@joel.gnat.com> References: <20170504194442.63AAF60B72@joel.gnat.com> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.5 X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00323.txt.bz2 On 2017-05-04 15:44, Joel Brobecker wrote: > Hello, > > I have just finished creating the gdb-7.99.91 pre-release. > It is available for download at the following location: > > ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-7.99.91.tar.xz > > A gzip'ed version is also available: gdb-7.99.91.tar.gz. > > Please give it a test if you can and report any problems you might > find. > > On behalf of all the GDB contributors, thank you! Hi Joel, Somebody reported on IRC that the command "tty" (an alias for "set inferior-tty") didn't work anymore. git bisect found one of my commits as the culprit: b593ecca856860a8b38deb808493bba4beef3aee Makefiles: Flatten and sort file lists This is likely due to the _initialize functions being called in a different order. I think this should block the 8.0 release. I'll have time to investigate this tonight or tomorrow. Thanks, Simon