From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8884 invoked by alias); 6 Nov 2018 17:35:38 -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 8811 invoked by uid 89); 6 Nov 2018 17:35:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 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=simulator X-HELO: mail-wm1-f42.google.com Received: from mail-wm1-f42.google.com (HELO mail-wm1-f42.google.com) (209.85.128.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Nov 2018 17:35:25 +0000 Received: by mail-wm1-f42.google.com with SMTP id p2-v6so12919767wmc.2 for ; Tue, 06 Nov 2018 09:35:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=from:to:cc:subject:date:message-id; bh=zRUmBr+UygLwZPNrkkQdqK6Wni+JZnHzs2DIHPcB2Yo=; b=MuYSG4mdGtoYbTIZocela1C40Q2MPlc/y6+LrHyTNKSy5SowQIRHwKIVoGDmsQyIJL j9u1vNROYXkvDHr4QzfxYrDQb06SQJe5rIlZzMMbbJGkgD6R2wuCmdrkWen2UoW9GsuR 91KuFf2kULa7E1FMrXzF4wwKscpkK8oKsII+pAsbzjsxyCqxbHeW15ZZOrgx4zURQldp t35AdZ0HbUh9gdpP69omPeRX/zMAROfOYAgj6RxtPLlPK7RhCVwMetpOxFGs1MqGMAEQ qKVCK3/4+bApCKDAPjOhbRLUtxMxzXUsGyZEGhi0OkNMvqiyFapaVaRAybi9FXd3nHOf 0SdA== Return-Path: Received: from localhost (host81-148-252-35.range81-148.btcentralplus.com. [81.148.252.35]) by smtp.gmail.com with ESMTPSA id z18-v6sm15060764wru.83.2018.11.06.09.35.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Nov 2018 09:35:22 -0800 (PST) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: vapier@gentoo.org, Andrew Burgess Subject: [PATCH 0/2] Allow use of out-of-tree CGEN source Date: Tue, 06 Nov 2018 17:35:00 -0000 Message-Id: X-IsSubscribed: yes X-SW-Source: 2018-11/txt/msg00061.txt.bz2 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