From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31226 invoked by alias); 28 Feb 2007 16:29:44 -0000 Received: (qmail 31218 invoked by uid 22791); 28 Feb 2007 16:29:43 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 28 Feb 2007 16:29:34 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 0618248D02B for ; Wed, 28 Feb 2007 11:29:32 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03029-01-9 for ; Wed, 28 Feb 2007 11:29:31 -0500 (EST) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 9A21448CFAC for ; Wed, 28 Feb 2007 11:29:31 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id EFB08E7972; Wed, 28 Feb 2007 08:29:37 -0800 (PST) Date: Wed, 28 Feb 2007 16:29:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: dw2-producer.exp Message-ID: <20070228162937.GD13140@adacore.com> References: <20070228132328.GA10132@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070228132328.GA10132@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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 X-SW-Source: 2007-02/txt/msg00380.txt.bz2 > Did you mean to put this testcase in gdb.arch? It fails to compile > main.c, since it's in the wrong subdir. Oops, no, I meant it to be in gdb.dwarf2. I just moved them, and I'll do a build to verify that it also works as expected. Thanks for pointing this out to me. -- Joel