From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5007 invoked by alias); 2 Dec 2013 11:37:00 -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 4994 invoked by uid 89); 2 Dec 2013 11:36:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from Unknown (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 02 Dec 2013 11:36:58 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 03B9111679A; Mon, 2 Dec 2013 06:37:28 -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 13CNVhM-9jgG; Mon, 2 Dec 2013 06:37:27 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9422B116798; Mon, 2 Dec 2013 06:37:27 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 86F20E0697; Mon, 2 Dec 2013 15:36:46 +0400 (RET) Date: Mon, 02 Dec 2013 11:37:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Fix PR 16201: internal error on a cygwin program linked against a DLL with no .data section Message-ID: <20131202113646.GV3114@adacore.com> References: <007101ceebd1$3d2bb590$b78320b0$@muller@ics-cnrs.unistra.fr> <20131202033043.GP3114@adacore.com> <006401ceef4b$83db3510$8b919f30$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <006401ceef4b$83db3510$8b919f30$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-12/txt/msg00032.txt.bz2 > > Thank you! > I hope that I convinced you that this is a regression, > and that it should thus be included in 7.7! Thanks for the analysis. I didn't really need convincing, just an answer ;-). Can you please add an entry in the release wiki page, then? Without it, you run the risk of us releasing without the patch. https://sourceware.org/gdb/wiki/GDB_7.7_Release Thank you, -- Joel