From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11894 invoked by alias); 18 Aug 2009 17:44:57 -0000 Received: (qmail 11884 invoked by uid 22791); 18 Aug 2009 17:44:57 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,FB_WORD1_END_DOLLAR,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f216.google.com (HELO mail-ew0-f216.google.com) (209.85.219.216) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Aug 2009 17:44:51 +0000 Received: by ewy12 with SMTP id 12so3829555ewy.0 for ; Tue, 18 Aug 2009 10:44:48 -0700 (PDT) Received: by 10.210.35.5 with SMTP id i5mr8585805ebi.90.1250617488436; Tue, 18 Aug 2009 10:44:48 -0700 (PDT) Received: from ?192.168.2.99? (cpc2-cmbg8-0-0-cust61.cmbg.cable.ntl.com [82.6.108.62]) by mx.google.com with ESMTPS id 7sm551462eyg.17.2009.08.18.10.44.47 (version=SSLv3 cipher=RC4-MD5); Tue, 18 Aug 2009 10:44:47 -0700 (PDT) Message-ID: <4A8AEBC7.8030604@gmail.com> Date: Tue, 18 Aug 2009 17:44:00 -0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Doug Evans CC: Dave Korn , cgen@sourceware.org Subject: Re: "make gas-test" broken? References: <4A6B1A40.1020405@gmail.com> <4A8AD9F7.30605@sebabeach.org> In-Reply-To: <4A8AD9F7.30605@sebabeach.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00057.txt.bz2 Doug Evans wrote: > Dave Korn wrote: >> Hi, >> >> I figured it was something I was doing wrong in my port, but maybe not; >> seems to happen for any cpu I try, e.g.: > Hi. Yeah, it is broken. Bitrot. > I fixed a few issues, and still have a few more to look into. Thanks Doug, I'm updating my repository and I'll see how it looks later tonight. > btw, here's how I'm testing gas-test. > > bash$ cd src/cgen > bash$ guile > guile> (load "dev.scm") > guile> (load-gtest) > guile> (cload #:arch "../cpu/m32r.cpu") ; replace with path to your cpu > file of course > guile> (cgen-build.sh) > guile> (cgen-all-insn.exp) > > That should run without any errors. Thanks, I'll try that. > Also, to get a backtrace when invoking gas-test from the command line: > > bash$ make gas-test CGENFLAGS='-v -b' Ooh, ta, that'll come in handy. cheers, DaveK