From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22802 invoked by alias); 13 Dec 2013 11:04:26 -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 22789 invoked by uid 89); 13 Dec 2013 11:04:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 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 (AES256-SHA encrypted) ESMTPS; Fri, 13 Dec 2013 11:04:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 466D3116812; Fri, 13 Dec 2013 06:05:01 -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 Xgq-sJy9UlcP; Fri, 13 Dec 2013 06:05:01 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 23091116762; Fri, 13 Dec 2013 06:05:01 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 70423E07DF; Fri, 13 Dec 2013 12:04:20 +0100 (CET) Date: Fri, 13 Dec 2013 11:04:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA] nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing Message-ID: <20131213110420.GA3255@adacore.com> References: <529E361B.7070807@redhat.com> <20131205105437.GE3175@adacore.com> <52A073CC.3050009@redhat.com> <20131209113333.GC4011@adacore.com> <20131210105624.GA14056@adacore.com> <52A719F1.6060906@redhat.com> <52A71DDC.2080908@redhat.com> <20131212181843.GB3528@adacore.com> <87ob4lzpuf.fsf@fleche.redhat.com> <52AADC1D.9060207@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52AADC1D.9060207@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-12/txt/msg00523.txt.bz2 > Not speaking for or against the plan, but I don't recall that the > current restriction was based on directory structure. With > ACX_CONFIGURE_DIR, we can build libiberty within gdbserver's build > dir, like we do gnulib (see below), so it seems that's a non-issue > (even if that was is not the cleanest). Rather, the main issue was > that libiberty won't build out of the box on some of the gdbserver > targets, like Windows CE and Lynx, IIRC. CE is probably already > broken for a while, so it's fine with me to not have it block such a > change. The patch only configures libiberty without building it, but going into that build subdirectory and doing "make", I get a libiberty.a archive for both ppc-lynx178 and x86-lynx5. So, if CE is not a blocker, I think we could go ahead. But this would really only be used by Windows, though, so delay for after the branch? -- Joel