From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26724 invoked by alias); 14 Dec 2005 00:39:59 -0000 Received: (qmail 26717 invoked by uid 22791); 14 Dec 2005 00:39:59 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.200) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Dec 2005 00:39:58 +0000 Received: by zproxy.gmail.com with SMTP id x3so1832207nzd for ; Tue, 13 Dec 2005 16:39:55 -0800 (PST) Received: by 10.36.251.67 with SMTP id y67mr765508nzh; Tue, 13 Dec 2005 16:39:54 -0800 (PST) Received: by 10.37.2.6 with HTTP; Tue, 13 Dec 2005 16:39:54 -0800 (PST) Message-ID: <8f2776cb0512131639p69f7ef20yb774c0d08b044581@mail.gmail.com> Date: Thu, 15 Dec 2005 14:48:00 -0000 From: Jim Blandy To: gdb-patches@sourceware.org Subject: Re: RFA: contribute Renesas M32C sim In-Reply-To: <20051213224722.GA14462@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051009201500.GD7107@nevyn.them.org> <200512132243.jBDMh6MN025311@greed.delorie.com> <20051213224722.GA14462@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00222.txt.bz2 The (unposted) code I've got currently reads: /* Indicate which sorts of prefixes are allowed for the current opcode. */ void prefix (src_allowed, dest_allowed, index_bytewidth) { /* At the moment, we don't do anything with this information. We just wanted to get the information entered in some machine-readable form while we were going through all the opcodes. */ }