From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21221 invoked by alias); 6 Feb 2008 03:25:54 -0000 Received: (qmail 21211 invoked by uid 22791); 6 Feb 2008 03:25:53 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Feb 2008 03:25:26 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m163POAk014265; Tue, 5 Feb 2008 22:25:24 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [10.11.254.111]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m163POgA025890; Tue, 5 Feb 2008 22:25:24 -0500 Received: from greed.delorie.com (vpn-14-4.rdu.redhat.com [10.11.14.4]) by post-office.corp.redhat.com (8.13.8/8.13.8) with ESMTP id m163PN94032266; Tue, 5 Feb 2008 22:25:24 -0500 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.8/8.13.8) with ESMTP id m163PNJu001645; Tue, 5 Feb 2008 22:25:23 -0500 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id m163PNrZ001642; Tue, 5 Feb 2008 22:25:23 -0500 Date: Wed, 06 Feb 2008 03:25:00 -0000 Message-Id: <200802060325.m163PNrZ001642@greed.delorie.com> From: DJ Delorie To: hp@bitrange.com CC: gdb-patches@sourceware.org In-reply-to: <20080205214541.U96204@dair.pair.com> (message from Hans-Peter Nilsson on Tue, 5 Feb 2008 21:53:07 -0500 (EST)) Subject: Re: FAIL: v850 divh.cgs (Re: [v850 sim] Fix div, shift, sat, bsh opcodes, add initial testsuite) References: <200802060040.m160eC0X030643@greed.delorie.com> <20080205214541.U96204@dair.pair.com> 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/msg00121.txt.bz2 > Maybe you already know it, Nope, new to me. > Perhaps the code isn't 64-bit-clean? Maybe. I'll hunt up a 64 bit machine and see. Thanks!