From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29133 invoked by alias); 2 Dec 2013 14:10:41 -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 29122 invoked by uid 89); 2 Dec 2013 14:10:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_05,RDNS_NONE 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 14:10:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 972071167C5; Mon, 2 Dec 2013 09:11:08 -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 O0ELpbwqwxJR; Mon, 2 Dec 2013 09:11:08 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 329241167D8; Mon, 2 Dec 2013 09:11:08 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 289F6E13F6; Mon, 2 Dec 2013 18:10:17 +0400 (RET) Date: Mon, 02 Dec 2013 14:10: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: <20131202141017.GW3114@adacore.com> References: <007101ceebd1$3d2bb590$b78320b0$@muller@ics-cnrs.unistra.fr> <20131202033043.GP3114@adacore.com> <006401ceef4b$83db3510$8b919f30$@muller@ics-cnrs.unistra.fr> <20131202113646.GV3114@adacore.com> <000001ceef67$6414ae70$2c3e0b50$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001ceef67$6414ae70$2c3e0b50$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-12/txt/msg00036.txt.bz2 > But could you elaborate onto why you are unsure about the patch? > What is bothering you? Sure. I may have expressed myself poorly. The patch wasn't obvious, and I didn't have time to look into it more closely. So if I were the one reviewing it, I'd need a small chunk of free time to really understand it well, and double-check its possible unwanted side-effects. Maybe someone else, who is more familiar with objfiles et al, might find it easier to review. -- Joel