From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14207 invoked by alias); 6 Mar 2019 13:28:37 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 14197 invoked by uid 89); 6 Mar 2019 13:28:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=ball, Hx-languages-length:1399, month, H*Ad:U*cgen X-HELO: mail-wr1-f47.google.com Received: from mail-wr1-f47.google.com (HELO mail-wr1-f47.google.com) (209.85.221.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 06 Mar 2019 13:28:36 +0000 Received: by mail-wr1-f47.google.com with SMTP id o17so13418500wrw.3 for ; Wed, 06 Mar 2019 05:28:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Pc3JaSTN1h9dadLtrblM4otZjuOYNM+kqDJxOn3Elzo=; b=RMBRd2J/MYdZ43v3PEUatK2e1cfZ4gaCJ/a/YYssjAPSHQaFGS+KMJKSxMgLY7woqd Cv6jKH2LvFp3sY9q3Thnh/2+Hn3BemkVM4MLXI/CRQEEhiaM8ew7BFVuIujt3OPliqzf BsWJllUxSa3TjtjLSuLKlS5LmDZr3D8ZwlJ77KnPPUgUMMyrH1KGY5JWbQazFYIrrhof 3n6pPpRDa83Oo72RBW0QgiodoF6MyZv2EQKNjHNG5hhDlyJReFpqXACyDLlysGsCk6xL XsMX0aDm6LyesmrQ00tg91j8kdQMt7a5abz840KwZEHWIM5g7y/y63W0oJRiB1gk+l9F OyKw== Return-Path: Received: from localhost (host86-142-70-198.range86-142.btcentralplus.com. [86.142.70.198]) by smtp.gmail.com with ESMTPSA id c67sm1069600wmd.47.2019.03.06.05.28.32 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Mar 2019 05:28:32 -0800 (PST) Date: Wed, 06 Mar 2019 13:28:00 -0000 From: Andrew Burgess To: "Frank Ch. Eigler" Cc: cgen@sourceware.org, nickc@redhat.com Subject: Re: Converting CGEN from CVS to git Message-ID: <20190306132831.GC10887@embecosm.com> References: <20190131195017.GB17699@embecosm.com> <878sywvnqx.fsf@redhat.com> <20190204163344.GA2829@embecosm.com> <20190303223840.GA1576@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190303223840.GA1576@redhat.com> X-Fortune: high pressure system failure X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2019-q1/txt/msg00008.txt.bz2 * Frank Ch. Eigler [2019-03-03 17:38:40 -0500]: > Hi - > > > [...] > > Could we not start in a separate repository, then if we find that > > there is some problem that would be made easier by having the source > > in bintuils-gdb we can do that later? > > > > Part of my motivation for patching binutils-gdb to not require CGEN > > in-tree was a vision of a future where CGEN would exist as a true > > standalone utility that was simply used by binutils (like gcc, flex, > > etc). > > We've dropped the ball on this thread. I'd be happy to look over > someone else's cvs-git conversion for this (src/cgen + src/cpu?), > or try my own. There are no blockers to having it on sourceware. The original thread included links to my attempt at getting this done: The mail is here, this describes the process I went through and some of the choices I made. https://www.sourceware.org/ml/cgen/2019-q1/msg00000.html The link to my conversion is here: git@github.com:T-J-Teru/cgen.git And the scripts I used to make the conversion (if you wanted to build on them at all) are here: git@github.com:T-J-Teru/cgen-2-git.git I would value any feedback you have. I hadn't forgotten this thread, February got pretty busy for me, but I had scheduled some time this month to try and move this forward. I look forward to your feedback. Thanks, Andrew