From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6930 invoked by alias); 16 Mar 2004 15:05:26 -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 6923 invoked from network); 16 Mar 2004 15:05:25 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 16 Mar 2004 15:05:25 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9CC602B9B; Tue, 16 Mar 2004 10:05:25 -0500 (EST) Message-ID: <405717B5.5000102@gnu.org> Date: Tue, 16 Mar 2004 15:05:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] i386bsd-nat.c s/regno/regnum/g References: <200403161354.i2GDsHA7014704@elgar.kettenis.dyndns.org> In-Reply-To: <200403161354.i2GDsHA7014704@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03.o/txt/msg00351.txt Message-ID: <20040316150500.xajlZxk9QVB5I6NvHsW31Wyr-p4_bCEl1c59pfqDaWU@z> > OK, this is completely silly, but I've decided that a regnum is a > regnum and not a regno, and to keep myself sane, I've renamed all > instances of regno in this file to regnum. Only ~140 to go (look under pedantic :-). Andrew