From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27752 invoked by alias); 25 Sep 2009 02:09:32 -0000 Received: (qmail 27742 invoked by uid 22791); 25 Sep 2009 02:09:31 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from nschwmtas06p.mx.bigpond.com (HELO nschwmtas06p.mx.bigpond.com) (61.9.189.152) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Sep 2009 02:09:27 +0000 Received: from nschwotgx02p.mx.bigpond.com ([121.209.33.16]) by nschwmtas06p.mx.bigpond.com with ESMTP id <20090925020924.UHLV22839.nschwmtas06p.mx.bigpond.com@nschwotgx02p.mx.bigpond.com> for ; Fri, 25 Sep 2009 02:09:24 +0000 Received: from bubble.grove.modra.org ([121.209.33.16]) by nschwotgx02p.mx.bigpond.com with ESMTP id <20090925020924.ZVGH4842.nschwotgx02p.mx.bigpond.com@bubble.grove.modra.org> for ; Fri, 25 Sep 2009 02:09:24 +0000 Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 16679170C394; Fri, 25 Sep 2009 11:39:24 +0930 (CST) Date: Fri, 25 Sep 2009 02:09:00 -0000 From: Alan Modra To: cgen@sourceware.org Subject: m32r cgen errors Message-ID: <20090925020923.GF18973@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150205.4ABC2654.00EB,ss=1,fgs=0 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/msg00099.txt.bz2 Fixes the following error. OK to apply? cgen -s /src/binutils-current/opcodes/../cgen/cgen-opc.scm -s /src/binutils-current/opcodes/../cgen -v -f opinst -m all -a /src/binutils-current/opcodes/../cpu/m32r.cpu -OPC /src/binutils-current/opcodes/../cpu/m32r.opc -H tmp-26602-desc.h1 -C tmp-26602-desc.c1 -O tmp-26602-opc.h1 -P tmp-26602-opc.c1 -L tmp-26602-ibld.in1 -A tmp-26602-asm.in1 -D tmp-26602-dis.in1 -Q tmp-26602-opinst.c1 Setting option `opinst' to "". Loading cpu description /src/binutils-current/opcodes/../cpu/m32r.cpu ... machs: all isas: all options: opinst trace: diags: Including file /src/binutils-current/opcodes/../cpu/simplify.inc ... ERROR: In procedure list: ERROR: end of file in /src/binutils-current/opcodes/../cpu/m32r.cpu make[5]: *** [run-cgen] Error 1 * m32r.cpu (stb-plus): Typo fix. Index: cpu/m32r.cpu =================================================================== RCS file: /cvs/src/src/cpu/m32r.cpu,v retrieving revision 1.6 diff -u -p -r1.6 m32r.cpu --- cpu/m32r.cpu 23 Sep 2009 22:30:55 -0000 1.6 +++ cpu/m32r.cpu 25 Sep 2009 02:06:11 -0000 @@ -2108,7 +2108,7 @@ (sequence ((WI new-src2)) (set new-src2 src2) (set (mem QI new-src2) src1) - (set src2 (add new-src2 (const 1))) + (set src2 (add new-src2 (const 1)))) ((m32rx (unit u-store) (unit u-exec (in dr src2) (out dr src2) (cycles 0))) (m32r2 (unit u-store) -- Alan Modra Australia Development Lab, IBM