From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117585 invoked by alias); 18 Oct 2017 20:54:52 -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 117251 invoked by uid 89); 18 Oct 2017 20:54:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-it0-f66.google.com Received: from mail-it0-f66.google.com (HELO mail-it0-f66.google.com) (209.85.214.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Oct 2017 20:54:50 +0000 Received: by mail-it0-f66.google.com with SMTP id j140so7514421itj.1 for ; Wed, 18 Oct 2017 13:54:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=sRAT9CSfCkK2stG4YA8K3PDIY6+HPAlF2gw46998+VU=; b=YYsl//VmoiHsf164er7UHoLb1/aEAzxJ8iEU/hRkSJfs70W9AyOMTEtxDFY7ADcwiv RR0LdQmQGxDRFiJ4dRK6/U1FUsQ7iJYlJYixGMbTo1doOKxEYO5p10WVT+AXxl7UPmCR 4XooT8OJN/1fYwWbSwuGEXTBMfHbFbmUvJcEe5Z8+usMxB2ldGuraEuYvhy6/0w1NK5I gTL4VYxFxyCOjk1ODmz0Gg+kjOy1t3fjsfvtJ+NTEPbRFOJ82CbAEHroByR1mbFRAkuz L9qOeLBfyASAIG1kghTHe6PtMRR/+5lOGw0lnNzt0Th5onh/Q+yQxLmIsXtqSHT+ZV/4 Kj1Q== X-Gm-Message-State: AMCzsaWX1EgT4hM9pYrjL73dbZ3U5x4a4omeq/dqwGDbCGSHKFbizZnE g+F0bCvpNdayawcdIUizML3s9JlJkf60OL7HgGiqew== X-Google-Smtp-Source: ABhQp+Q6GGM0y8wVS9U/MYH8bJFZ1Q48mFFuol/BOqTFMQgZ5A40cmZ37JfxyLXi7z1g7TxoeomnWq4oM1oqVd0ETvc= X-Received: by 10.36.61.133 with SMTP id n127mr11767546itn.106.1508360088161; Wed, 18 Oct 2017 13:54:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.13.5 with HTTP; Wed, 18 Oct 2017 13:54:07 -0700 (PDT) In-Reply-To: <20171018204150.GB2694@lianli.shorne-pla.net> References: <001a114f5b1a3f96ef055bd80203@google.com> <20171018204150.GB2694@lianli.shorne-pla.net> From: "Doug Evans via gdb-patches" Reply-To: Doug Evans Date: Wed, 18 Oct 2017 20:54:00 -0000 Message-ID: Subject: Re: [PATCH v6 6/6] sim: testsuite: add testsuite for or1k sim To: Stafford Horne Cc: GDB patches , Simon Marchi , Mike Frysinger , Openrisc , Peter Gavin Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00582.txt.bz2 On Wed, Oct 18, 2017 at 1:41 PM, Stafford Horne wrote: > On Wed, Oct 18, 2017 at 08:23:12PM +0000, Doug Evans wrote: >> Stafford Horne writes: >> > From: Peter Gavin >> > >> > This is the testsuite for the or1k sim, it tests running many of the >> > basic architecture instructions on the openrisc sim. >> > >> > sim/testsuite/sim/or1k/ChangeLog: >> > >> > 2017-10-04 Peter Gavin >> > Stafford Horne >> > >> > * add.S: New file. >> > * alltests.exp: New file. >> > * and.S: New file. >> > * basic.S: New file. >> > * div.S: New file. >> > * ext.S: New file. >> > * find.S: New file. >> > * flag.S: New file. >> > * fpu.S: New file. >> > * jump.S: New file. >> > * load.S: New file. >> > * mac.S: New file. >> > * mfspr.S: New file. >> > * mul.S: New file. >> > * or.S: New file. >> > * or1k-asm-test-env.h: New file. >> > * or1k-asm-test-helpers.h: New file. >> > * or1k-asm-test.h: New file. >> > * or1k-asm.h: New file. >> > * or1k-test.ld: New file. >> > * ror.S: New file. >> > * shift.S: New file. >> > * spr-defs.h: New file. >> > * sub.S: New file. >> > * xor.S: New file. >> > >> > sim/testsuite/ChangeLog: >> > >> > 2017-01-20 Stafford Horne >> > Peter Gavin >> > >> > * testsuite/configure: Regenerated. >> >> Missing change to testsuite/configure.tgt? > > I dont think there is a testsuite/configure.tgt. The configure.ac sources > ../configure.tgt. That is from 3/6. Maybe we could argue that the > testsuite/configure regen goes into that patch, but I think it makes sense > here. Righto. The patch is fine. I missed the change in 3/6.