From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95066 invoked by alias); 2 May 2016 23:50:46 -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 95033 invoked by uid 89); 2 May 2016 23:50:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=replying, HX-Received:10.66.72.198, HTo:U*cgen, H*Ad:U*cgen X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pa0-f65.google.com Received: from mail-pa0-f65.google.com (HELO mail-pa0-f65.google.com) (209.85.220.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 02 May 2016 23:50:44 +0000 Received: by mail-pa0-f65.google.com with SMTP id i5so216294pag.3; Mon, 02 May 2016 16:50:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:date:to:subject:in-reply-to:message-id :references:user-agent:mime-version; bh=/3pnSQyaAWZR0PxSWnxUhTzCyaHeUqYRo39zeBnXicE=; b=NqG82AJmA+nvc41uVUUpWXAiSRT+YrbN/7OTJlV/G0BolWzVxjQIO+mmrFo4//937V 2r3sAOEyXpe6EprM7w1JbUa7JwaG4/ahXJy3djkaLaXPvIozquhfLIXc1PDVx2IzG7tQ FmlOIhy0uW9izmKV9IqfzKlJrNjcjs7yHMj/YVAv6Ezsx4nW7AWR2ZBCIfrKGT9FLU3k rlqfQJ4KXe8b8GgIOHoATmakn8OKUJRoanILxIR733ytJyuE1CXq4AUZtEcC8cn6/FZM 0p0WAy1nLVcnQVYsBSPrvkEc1DPiUioVmx0An4QK01AOtxRnQt2PDiQzeJM3EZAoMVGa LJCQ== X-Gm-Message-State: AOPr4FVMNfZuFkPNk2xsKgtKs3wiZSb+iUv558DHsNCWohcmj0BrjGTL8olmziZPyWszhg== X-Received: by 10.66.72.198 with SMTP id f6mr56627832pav.60.1462233042703; Mon, 02 May 2016 16:50:42 -0700 (PDT) Received: from lianli.shorne-pla.net (z154.211-19-70.ppp.wakwak.ne.jp. [211.19.70.154]) by smtp.gmail.com with ESMTPSA id t14sm554979pfj.12.2016.05.02.16.50.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 May 2016 16:50:42 -0700 (PDT) From: Stafford Horne X-Google-Original-From: Stafford Horne Date: Mon, 02 May 2016 23:50:00 -0000 To: Stafford Horne , cgen@sourceware.org, gdb-patches@sourceware.org, openrisc@lists.librecores.org Subject: Re: [PATCH] cgen: sim: Updates to sim files to match gdb types In-Reply-To: <20160502182904.GJ26300@vapier.lan> Message-ID: References: <1462069082-8756-1-git-send-email-shorne@gmail.com> <20160501190301.GC26300@vapier.lan> <20160502182904.GJ26300@vapier.lan> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-SW-Source: 2016-q2/txt/msg00008.txt.bz2 (Replying second time without the crazy text/html) sorry about that. On Mon, 2 May 2016, Mike Frysinger wrote: > On 01 May 2016 15:03, Mike Frysinger wrote: >> On 01 May 2016 11:18, Stafford Horne wrote: >>> The types like MACH and MODEL have changes to SIM_MACH and SIM_MODEL >>> make updates to match these changes. This way people dont have to >>> manually update the generated files in GDB. >>> >>> I am from openrisc and working on getting the openrisc sim and gdb patches >>> ready for submitting to upstream. This was required to get the sim build to >>> work. >> >> looks fine to me (since i did make those changes in the sim), but i'm not >> a cgen committer. > > i talked to Frank and i'll pick this up. Thank you > cgen is still using the CVS tree right ? Yes, as far as I know I can only find cgen in cvs. This patch is based on the nightly release from 20160401 (I didn't have a cvs client on my machine) so it should apply find against current CVS. Let me know if you have any issues.