From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3739 invoked by alias); 6 Feb 2008 03:01:17 -0000 Received: (qmail 3729 invoked by uid 22791); 6 Feb 2008 03:01:16 -0000 X-Spam-Check-By: sourceware.org Received: from dair.pair.com (HELO dair.pair.com) (209.68.1.49) by sourceware.org (qpsmtpd/0.31) with SMTP; Wed, 06 Feb 2008 03:00:59 +0000 Received: (qmail 11615 invoked by uid 20157); 6 Feb 2008 02:53:07 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Feb 2008 02:53:07 -0000 Date: Wed, 06 Feb 2008 03:01:00 -0000 From: Hans-Peter Nilsson To: DJ Delorie cc: gdb-patches@sourceware.org Subject: FAIL: v850 divh.cgs (Re: [v850 sim] Fix div, shift, sat, bsh opcodes, add initial testsuite) In-Reply-To: <200802060040.m160eC0X030643@greed.delorie.com> Message-ID: <20080205214541.U96204@dair.pair.com> References: <200802060040.m160eC0X030643@greed.delorie.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 2008-02/txt/msg00120.txt.bz2 On Tue, 5 Feb 2008, DJ Delorie wrote: > This patch corrects some sim errors relative to the documentation, and > clarifies some opcodes based on information from NEC. It also adds an > initial testsuite framework, with tests for the changed opcodes. Maybe you already know it, though I saw no note about it in your message; my autotester sees on a x86_64 host on F 8: Running /tmp/hpautotest-sim/src/sim/testsuite/sim/v850/allinsns.exp ... FAIL: v850 divh.cgs (execution) sim.log just says: Executing on host: v850-elf-ld divh.cgs.o -o divh.cgs.x (timeout = 300) /tmp/hpautotest-sim/v850-elf/sim/v850/run divh.cgs.x fail FAIL: v850 divh.cgs (execution) Perhaps the code isn't 64-bit-clean? brgds, H-P