From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32233 invoked by alias); 11 Feb 2002 06:26:06 -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 32153 invoked from network); 11 Feb 2002 06:26:04 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.26.18) by sources.redhat.com with SMTP; 11 Feb 2002 06:26:04 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A77EC3CB5; Mon, 11 Feb 2002 01:26:01 -0500 (EST) Message-ID: <3C6763F9.4070407@cygnus.com> Date: Sun, 10 Feb 2002 22:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: cgd@broadcom.com Cc: gdb-patches@sources.redhat.com Subject: Re: [applied patch] tweak opcode fields. References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00320.txt.bz2 > 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. Andrew