From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20499 invoked by alias); 7 Dec 2009 21:42:29 -0000 Received: (qmail 20491 invoked by uid 22791); 7 Dec 2009 21:42:29 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS 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; Mon, 07 Dec 2009 21:42:25 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB7LgMIQ020586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 7 Dec 2009 16:42:22 -0500 Received: from greed.delorie.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nB7LgLVA031405 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Dec 2009 16:42:22 -0500 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1] (may be forged)) by greed.delorie.com (8.14.3/8.14.3) with ESMTP id nB7LgLBO003388; Mon, 7 Dec 2009 16:42:21 -0500 Received: (from dj@localhost) by greed.delorie.com (8.14.3/8.14.3/Submit) id nB7LgL1a003385; Mon, 7 Dec 2009 16:42:21 -0500 Date: Mon, 07 Dec 2009 21:42:00 -0000 Message-Id: <200912072142.nB7LgL1a003385@greed.delorie.com> From: DJ Delorie To: Daniel Jacobowitz CC: gdb-patches@sourceware.org In-reply-to: <20091207212849.GA455@caradoc.them.org> (message from Daniel Jacobowitz on Mon, 7 Dec 2009 16:28:49 -0500) Subject: Re: [RFC] Add support for Renesas RX architecture References: <20091203161906.7f7a6c06@redhat.com> <20091204173837.GD2891@adacore.com> <20091207133912.3e97099d@redhat.com> <20091207205641.GA30964@caradoc.them.org> <200912072120.nB7LKksp002963@greed.delorie.com> <20091207212849.GA455@caradoc.them.org> 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: 2009-12/txt/msg00106.txt.bz2 > I took a look. It's a little opaque (I don't suppose there's > documentation on what opc2c does somewhere), but I get the drift. Not really, I took it out of the m32c simulator. I'm hoping to find time to adapt the m32c opcodes to use it instead of cgen (cgen wasn't a good fit for a variable-length isa), I'd have to write docs at that point.