From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24514 invoked by alias); 22 Feb 2012 16:40:26 -0000 Received: (qmail 24201 invoked by uid 22791); 22 Feb 2012 16:40:22 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Feb 2012 16:39:32 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1MGdVOO029173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 22 Feb 2012 11:39:31 -0500 Received: from mesquite.lan (ovpn-113-100.phx2.redhat.com [10.3.113.100]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1MGdTk0005832 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 22 Feb 2012 11:39:31 -0500 Date: Wed, 22 Feb 2012 16:56:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: Simulator testing for sh and sh64 (was: [PATCH] [SH] Prologue skipping if there is none) Message-ID: <20120222093929.7e86fba2@mesquite.lan> In-Reply-To: <87zkca9azw.fsf@schwinge.name> References: <87pqdgciho.fsf@schwinge.name> <20120215075413.1313f7fa@mesquite.lan> <20120215165907.33f2e9a6@mesquite.lan> <8739aad9il.fsf@schwinge.name> <20120216182544.36b41a1b@mesquite.lan> <87zkca9azw.fsf@schwinge.name> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-02/txt/msg00480.txt.bz2 On Wed, 22 Feb 2012 15:52:03 +0100 Thomas Schwinge wrote: > How do you configure the toolchain's components for the sim testing? I use --target=sh-elf . When it comes time to run the tests, do: make check RUNTESTFLAGS="--target_board=sh-sim" > And, any quick suggestion for a sh64 sim testing configuration, too? My > attempt so far only results in a series of SIGILL... I haven't tried this in a while. I'll give it a go and let you know what I find. Kevin