From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54184 invoked by alias); 26 Nov 2018 15:17:40 -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 54166 invoked by uid 89); 26 Nov 2018 15:17:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*RU:sk:host86-, Hx-spam-relays-external:sk:host86-, H*r:sk:host86-, Hx-languages-length:1501 X-HELO: mail-wr1-f67.google.com Received: from mail-wr1-f67.google.com (HELO mail-wr1-f67.google.com) (209.85.221.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Nov 2018 15:17:36 +0000 Received: by mail-wr1-f67.google.com with SMTP id c14so13687197wrr.0 for ; Mon, 26 Nov 2018 07:17:36 -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=b43w1kC29rjS7XIRJPQtJ4vj1V+NWenMHVio/DIyDsM=; b=fDUJJ32awSTRE/KIT22yVnGCu6t4lVsKr0RHCINR0f6Zbr9vW8CBB3kpO1Sp1mTAv4 x/RpVI/UvUB6MtcR4ugyTHqu1NVTZYMzxKs+IfAXNVGsG5DRRxL6bi83wjRnD+idbE7S ap0GtE2RmHhLgtlnuVlwPVsH/bJxx4qOwiDfZIsHBzMuFytjAXmmgNvDylxAUA341+Tk l0DghGXq8BnRmZhL1WxjbNyW4115OQl/M1w0f63MAAuGN2sXhhK7lDvL9G9CEc4NKEQw bciwvb0IMlFXFKaodnSNWd4RwAlTIhfllPg9FL4wGNxHYQH+/I+LE7Chh4ybErRJ4E1E i4Aw== Return-Path: Received: from localhost (host86-156-236-171.range86-156.btcentralplus.com. [86.156.236.171]) by smtp.gmail.com with ESMTPSA id w9sm1402940wme.47.2018.11.26.07.17.32 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 26 Nov 2018 07:17:32 -0800 (PST) Date: Mon, 26 Nov 2018 15:17:00 -0000 From: Andrew Burgess To: gdb-patches@sourceware.org Cc: vapier@gentoo.org Subject: Re: [PATCH 0/2] Allow use of out-of-tree CGEN source Message-ID: <20181126151731.GB2834@embecosm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Fortune: No guts, no glory. 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/msg00438.txt.bz2 Ping! Thanks, Andrew * Andrew Burgess [2018-11-06 17:35:16 +0000]: > This is a reposting of a patch that I originally sent only to the > binutils mailing list here: > > https://sourceware.org/ml/binutils/2018-10/msg00172.html > > As has been pointed out to me the correct place for simulator patches > is the gdb mailing list. > > There's a second patch in this series now, this fixes the cris > simulator build when using out of tree cgen. > > The binutils part of the patch is unchanged from the original > submission so I'm considering that pre-approved. > > Thanks, > Andrew > > > -- > > Andrew Burgess (2): > sim/opcodes: Allow use of out of tree cgen source directory > sim/cris: Fix references to cgen cpu directory > > opcodes/ChangeLog | 6 ++++++ > opcodes/configure | 18 ++++++++++++++---- > opcodes/configure.ac | 18 ++++++++++++++---- > sim/ChangeLog | 12 ++++++++++++ > sim/common/acinclude.m4 | 20 +++++++++++++++----- > sim/cris/ChangeLog | 5 +++++ > sim/cris/Makefile.in | 18 ++++++++---------- > sim/cris/configure | 20 +++++++++++++++----- > sim/frv/configure | 20 +++++++++++++++----- > sim/iq2000/configure | 20 +++++++++++++++----- > sim/lm32/configure | 20 +++++++++++++++----- > sim/m32r/configure | 20 +++++++++++++++----- > sim/or1k/configure | 20 +++++++++++++++----- > sim/sh64/configure | 20 +++++++++++++++----- > 14 files changed, 179 insertions(+), 58 deletions(-) > > -- > 2.14.5 >