From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47103 invoked by alias); 27 Nov 2018 20:27:18 -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 47090 invoked by uid 89); 27 Nov 2018 20:27:18 -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=SIM, month X-HELO: mail-wr1-f68.google.com Received: from mail-wr1-f68.google.com (HELO mail-wr1-f68.google.com) (209.85.221.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Nov 2018 20:27:16 +0000 Received: by mail-wr1-f68.google.com with SMTP id v6so24052362wrr.12 for ; Tue, 27 Nov 2018 12:27:16 -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=FdGvun7HdxS9QbyJsCsCQCn2DG60m6ZtbDfNA4jTQ1w=; b=K6Mr91bGWoRFa3O6k2tWclApRSdKZpdUBe21KmHWAPM5S5ui7wnvqYwEgv3ydgozpz q2AtoxuTbdaF+Pja6d2xuvcfKnvq7BJvNtJtoYFlDLJzLrjEzAYrUArqYz5Tc5v4VgMY 7UIIfariyEdfWAY054g2E8n/y/8NaF0wXjNPZzRIOAEAcheY1o6LbWHr95QNpcIHBsUf C7+B1KsWMOnBfaUbpQtHTorTadS7NxByvfYUBus+JRIGE9tv2RmvWuSYiINjHLfayNR3 CSyqanGfTXo6LL1cWi3IMb4elFGoaILnY+iAUon9UcFDIc1BgQ0J/9xgrfFFFl9Wl4Qj fJ1w== Return-Path: Received: from localhost (host86-156-236-171.range86-156.btcentralplus.com. [86.156.236.171]) by smtp.gmail.com with ESMTPSA id j19sm148999wmj.44.2018.11.27.12.27.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Nov 2018 12:27:13 -0800 (PST) Date: Tue, 27 Nov 2018 20:27:00 -0000 From: Andrew Burgess To: Simon Marchi Cc: gdb-patches@sourceware.org, vapier@gentoo.org Subject: Re: [PATCH 1/2] sim/opcodes: Allow use of out of tree cgen source directory Message-ID: <20181127202712.GA18841@embecosm.com> References: <0745ff244d76a8cd8ec7e7b9a53840f3773a139d.1541525137.git.andrew.burgess@embecosm.com> <20181127112112.GC2834@embecosm.com> <6f1e8a0d0901e5c97842fc153f992d3a@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6f1e8a0d0901e5c97842fc153f992d3a@polymtl.ca> X-Fortune: is a surgical war where you go give the foreign troops nose jobs? 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: 2018-11/txt/msg00484.txt.bz2 * Simon Marchi [2018-11-27 14:47:31 -0500]: > On 2018-11-27 06:21, Andrew Burgess wrote: > > Not as far as I can tell. I left it in just in case, but as far as I > > can tell there's no way to "install" CGEN. I'd be happy to drop the > > ../lib/cgen references (the else block) completely, and then validate > > that we have a CGEN source tree or error.... But the above seemed like > > the least invasive change. > > From what I understand from you description, there's no way it could have > been useful... but again, it's not hard to leave it there just to be safe. > It's not my decision anyway :). Right now I more worried that the only SIM maintained hasn't been seen on either the GDB list or the binutils list in months, and despite being included on the to/cc list, hasn't followed up on this mail. Still, it's not been a month yet, so I'm sure it will all work itself out :) > By the way, maybe this should still be sent to binutils for the opcodes > part? I originally posted to the binutils list, and had the opcodes part approved. They pointed out that the sim/ part needed to be posted here. Thanks, Andrew