From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1988 invoked by alias); 11 Feb 2002 06:28:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1763 invoked from network); 11 Feb 2002 06:28:03 -0000 Received: from unknown (HELO mms1.broadcom.com) (63.70.210.58) by sources.redhat.com with SMTP; 11 Feb 2002 06:28:03 -0000 Received: from 63.70.210.1 by mms1.broadcom.com with ESMTP (Broadcom MMS-1 SMTP Relay (MMS v4.7)); Sun, 10 Feb 2002 22:27:45 -0800 X-Server-Uuid: 1e1caf3a-b686-11d4-a6a3-00508bfc9ae5 Received: from dt-sj3-118.sj.broadcom.com (dt-sj3-118 [10.21.64.118]) by mail-sj1-5.sj.broadcom.com (8.12.2/8.12.2) with ESMTP id g1B6S2Kf004791; Sun, 10 Feb 2002 22:28:02 -0800 (PST) Received: (from cgd@localhost) by dt-sj3-118.sj.broadcom.com ( 8.9.1/SJ8.9.1) id WAA20955; Sun, 10 Feb 2002 22:28:02 -0800 (PST) To: "Andrew Cagney" cc: gdb-patches@sources.redhat.com Subject: Re: [applied patch] tweak opcode fields. References: <3C6763F9.4070407@cygnus.com> From: cgd@broadcom.com Date: Sun, 10 Feb 2002 22:28:00 -0000 In-Reply-To: "Andrew Cagney"'s message of "Mon, 11 Feb 2002 01:26:01 -0500" Message-ID: X-Mailer: Gnus v5.7/Emacs 20.4 MIME-Version: 1.0 X-WSS-ID: 1079BBEB2791219-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00321.txt.bz2 At Mon, 11 Feb 2002 01:26:01 -0500, Andrew Cagney wrote: > > The rationale for this one is, basically, if the commas delineate the > > same things that the boxes do in the MIPS ISA specs, it's easier to > > verify that the instructions are correct. (no need to count bits, > > etc.) > > BTW, that is where the commas came from. Not surprising (the obvious thing, really), but they didn't match the current delineations in the specs. 8-) chris