From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122855 invoked by alias); 6 Jul 2016 13:23:15 -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 122844 invoked by uid 89); 6 Jul 2016 13:23:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=adaexp, ada.exp, UD:ada.exp, morning 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; Wed, 06 Jul 2016 13:23:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 84190116BD2; Wed, 6 Jul 2016 09:23:02 -0400 (EDT) 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 a5UUNMKe0-49; Wed, 6 Jul 2016 09:23:02 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4D476116B47; Wed, 6 Jul 2016 09:23:02 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AC367428F4; Wed, 6 Jul 2016 06:23:00 -0700 (PDT) Date: Wed, 06 Jul 2016 13:23:00 -0000 From: Joel Brobecker To: Simon Marchi Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: gdbserver/ada testing broken Message-ID: <20160706132300.GL3295@adacore.com> References: <1462538104-19109-1-git-send-email-palves@redhat.com> <1462538104-19109-32-git-send-email-palves@redhat.com> <5772DBCA.4090802@ericsson.com> <813555f3-c917-cd95-6d41-3ec64cad2cf6@redhat.com> <14e113dd-0488-79d0-6cde-82cdb1562793@redhat.com> <20160705163611.GJ3295@adacore.com> <577BEC10.9040605@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <577BEC10.9040605@ericsson.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-07/txt/msg00098.txt.bz2 Hi Simon, > I posted this patch this morning, I should have CC'ed you: > https://sourceware.org/ml/gdb-patches/2016-07/msg00068.html > > I think it solves it. I think you are right, and in the way that I was leaning towards. I got confused when I first saw the patch, as the meat of the patch in lib/ada.exp was kind of obscured because it is at the end after a number of changes I couldn't really understand (because I hadn't seen the part in ada.exp). I didn't think it would be so easy. That looks pretty good to me, and indeed, now that everything is done in the "outputs" directory, that should solve the issue of in-tree builds. Go ahead, and push. Thanks for the fix! -- Joel