From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66730 invoked by alias); 18 Oct 2017 20:38:09 -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 66419 invoked by uid 89); 18 Oct 2017 20:38:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f170.google.com Received: from mail-pf0-f170.google.com (HELO mail-pf0-f170.google.com) (209.85.192.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Oct 2017 20:38:07 +0000 Received: by mail-pf0-f170.google.com with SMTP id a8so4812191pfc.0 for ; Wed, 18 Oct 2017 13:38:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=XMGem3LvSouKNjM5qJZ7BzUbWlKRmM8HCFtbIJbT1YE=; b=LA+9EeHxseZx1WchW8D0LfPRqZLKvoWN/36jA4SCUk6Iupr/Lh2GG1/RJ9Gs/8bkxl DiGcZg5QQudtxU54dQquuu2cy+yEGFVHKHCjKf3lixGML8bSEH5E+hCWeM3G1OMb8kWL YrFWUvZUOdxinCkuvKvF2xypIO6omJjhUu+CpH/yiNJg/4I5KFMlGHEjQKE8rvM8InX0 skr9HWv16Jtt1BBw9MmGmYhomtaVGz6YzGYYtwrY7XhCbxiPlyMzW4m0aUJE5AeTEUQ0 r+rjHCMx41C3HtMmJquUHCLoPyGOH6XwIw0aKiEedmuQuoHwdGmLzgJQZ+hsQmkH4NyF 2GSA== X-Gm-Message-State: AMCzsaXE6GxK9RvOTVgXBPRPdT6x9AETgrRww63oKw9+IsOhOtcoeg7S l3YzP/08s0huBMZDBi5OkfsbkcsH X-Google-Smtp-Source: ABhQp+S8+CPzBzk1Ylas8QvL1616Lax8tRvmD7M/zyujXH1V95PUIT+/6btkDwOHb+PDVVotDYUrzw== X-Received: by 10.84.236.70 with SMTP id h6mr5538356pln.166.1508359085995; Wed, 18 Oct 2017 13:38:05 -0700 (PDT) Received: from localhost (g183.61-45-92.ppp.wakwak.ne.jp. [61.45.92.183]) by smtp.gmail.com with ESMTPSA id b2sm19862544pgt.14.2017.10.18.13.38.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 18 Oct 2017 13:38:05 -0700 (PDT) Date: Wed, 18 Oct 2017 20:38:00 -0000 From: Stafford Horne To: Doug Evans Cc: GDB patches , Simon Marchi , Mike Frysinger , Openrisc Subject: Re: [PATCH v6 4/6] sim: or1k: add cgen generated files Message-ID: <20171018203803.GA2694@lianli.shorne-pla.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00580.txt.bz2 On Wed, Oct 18, 2017 at 08:18:43PM +0000, Doug Evans wrote: > Stafford Horne writes: > > These are the simulator files generated by cgen. These are split out > > from the main sim patch to make the patch easier to review and smaller. > > > > sim/ChangeLog: > > > > yyyy-mm-dd Stafford Horne > > Peter Gavin > > > > * or1k/arch.c: Generated. > > * or1k/arch.h: Generated. > > * or1k/cpu.c: Generated. > > * or1k/cpu.h: Generated. > > * or1k/cpuall.h: Generated. > > * or1k/decode.c: Generated. > > * or1k/decode.h: Generated. > > * or1k/model.c: Generated. > > * or1k/sem-switch.c: Generated. > > * or1k/sem.c: Generated. > > LGTM (just generated files). > > Can you confirm these were generated from the current cpu/ork1* files? > I didn't notice any patches for them. Yes, this needed no patches to cpu/or1k*