From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103341 invoked by alias); 18 Oct 2017 20:42:04 -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 103330 invoked by uid 89); 18 Oct 2017 20:42:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-spam-relays-external:209.85.192.194, H*RU:209.85.192.194 X-HELO: mail-pf0-f194.google.com Received: from mail-pf0-f194.google.com (HELO mail-pf0-f194.google.com) (209.85.192.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Oct 2017 20:41:54 +0000 Received: by mail-pf0-f194.google.com with SMTP id z11so4811669pfk.4 for ; Wed, 18 Oct 2017 13:41:54 -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=dxxE9LG/R0EeutVivq+s861Jud0NmZ0wScr4qcGfd/A=; b=pn8BGYvzz9PRhrxhqrksk4C9CRK02+R1O4RC+koyfBZ9st54cbcF2o6k60VvXAQlC6 +Pmwg2aX8Y5JaO2qN9IDv7X1LmD7NaKPqODOWkc0ZBWbkS7vLB4ZZf9obm/eqnitjTDU 5X2owk1+1scEo0T/ISNcYPoWNKrZ4KV21SLydP41p/cHmgsaDCGXGhVuajZiAjO1N/sQ ky6oAxjb8DR2pg5Azz9wd2lFJWGmXl+vpBBK8lNBrCLq7qc+FQyZDeGUwnDUV0K2o6PU mMV9UVMd9wSiw6ohqalnypEXBo7FDnRP2kOY8r5FiwS80LMjVnFPg8fhwK9cxUm/1WlL 0r4g== X-Gm-Message-State: AMCzsaWAjllZl6pENnGJTL5hce/yERSuUzzgUr6K805BeIErAR6vIgSM WdaMvB2/rXT9l6vduQaULEs= X-Google-Smtp-Source: AOwi7QCPjoFZ0oy7bM2iyfGCc5kLaw5v9klsO9Xn0hCsr1VV3ikQo9Zj/aSZc0DjYzudGCSAkmR1iw== X-Received: by 10.98.137.156 with SMTP id n28mr15931729pfk.93.1508359312690; Wed, 18 Oct 2017 13:41:52 -0700 (PDT) Received: from localhost (g183.61-45-92.ppp.wakwak.ne.jp. [61.45.92.183]) by smtp.gmail.com with ESMTPSA id g24sm25859743pfk.0.2017.10.18.13.41.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 18 Oct 2017 13:41:52 -0700 (PDT) Date: Wed, 18 Oct 2017 20:42:00 -0000 From: Stafford Horne To: Doug Evans Cc: GDB patches , Simon Marchi , Mike Frysinger , Openrisc , Peter Gavin Subject: Re: [PATCH v6 6/6] sim: testsuite: add testsuite for or1k sim Message-ID: <20171018204150.GB2694@lianli.shorne-pla.net> References: <001a114f5b1a3f96ef055bd80203@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001a114f5b1a3f96ef055bd80203@google.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00581.txt.bz2 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. -Stafford