From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5659 invoked by alias); 4 Sep 2013 16:55:41 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 5581 invoked by uid 89); 4 Sep 2013 16:55:40 -0000 Received: from mail-ie0-f172.google.com (HELO mail-ie0-f172.google.com) (209.85.223.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 04 Sep 2013 16:55:40 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f172.google.com Received: by mail-ie0-f172.google.com with SMTP id c10so1212835ieb.31 for ; Wed, 04 Sep 2013 09:55:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=6q6mBt6AhFohmxn0RVcjDj7L0Cypk0VVYPpGeL5sIiY=; b=P5ckKuFThWHmGqw1mxheWG8zYHyH+u+glCdgy6BncZijpP1ChIt8/ShhUltRCo9i4p cSrROIcQGIsCl4+4jcLRJjf8qntB0p2kg0hJ1bUx29sGmgMzry/0kvGrw9EYO4n1qSAc C+Qt8veg8hktHOw88HC4QNnijzxa4khz9pM5/0zRg6Pf44/BAJZYhRr3Gv4m+bs53e1b zBwE59J1Q5LWZp6KTTFkgsu7sH/fzq8b7rDnrjBzTfRhx3XbG7hfYXmsi4yZ0KEeF3oj AfEmKQXjT4YE7A9qV62AuLPcw744xcQgsoEhzEoBuSfSYGomNUGLmwmQ3n4hNTgrwGEh GM3g== X-Gm-Message-State: ALoCoQlQoitL5tVddtYIaX881UrXGVRDIxmzVG7dtP2nmPl+Dwu4A2MFQ2H2FWl78VU6mqxAO9eGENnb5siGtEOTfbhRb8FV6me3q7E9OdqAt2H+Zp/f9dnUSoBTbw4MXaGG22XwUU4dITGSgP50oHoEUvS1xCzy421303Hx2OrL1alizFhBnujQotl6EV1NMOFwHLDSb95a MIME-Version: 1.0 X-Received: by 10.42.254.69 with SMTP id nd5mr2378590icb.22.1378313737505; Wed, 04 Sep 2013 09:55:37 -0700 (PDT) Received: by 10.64.64.161 with HTTP; Wed, 4 Sep 2013 09:55:37 -0700 (PDT) In-Reply-To: References: <8738q4gj7a.fsf@fleche.redhat.com> Date: Wed, 04 Sep 2013 16:55:00 -0000 Message-ID: Subject: Re: A Proposal to Move to Git From: Doug Evans To: Hans-Peter Nilsson Cc: "Joseph S. Myers" , Tom Tromey , GDB Development , Binutils Development Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00003.txt.bz2 On Fri, Aug 30, 2013 at 7:05 PM, Hans-Peter Nilsson wrote: > On Fri, 30 Aug 2013, Joseph S. Myers wrote: > [...] >> As I noted in , cgen >> doesn't appear to use the shared toplevel at all, so if it moves out of >> src, it would just be the cgen directory moving without a copy of anything >> at toplevel; with regard to binutils+gdb, it's just another build tool. > > Still, the work-flow of using it will change (for sure for > cgen-generated binutils and sim files) and the new work-flow of > cgen development (both of and with) will have to be tested and > documented. For sim, that's --enable-cgen-maint which now'll > require an argument. It seems it'd almost work already except > it'd have to live in a subdir called "lib" below the argument > dir, which seems unnecessary. Hi. I didn't understand where "lib" came from so I checked. The location of cgen is defined in src/opcodes/configure.in and src/sim/common/acinclude.m4. [Note to self: IWBN to combine them.] I'm guessing you're referring to this line, in both files: cgendir=${cgen_maint}/lib/cgen}. We can probably change that if it's useful. The current default is src/cgen, for reference sake.