From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31669 invoked by alias); 28 Sep 2007 22:43:56 -0000 Received: (qmail 31658 invoked by uid 22791); 28 Sep 2007 22:43:55 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 28 Sep 2007 22:43:53 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l8SMhpmL019624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 28 Sep 2007 18:43:51 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8SMho4L016942 for ; Fri, 28 Sep 2007 18:43:50 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l8SMhoS0008726 for ; Fri, 28 Sep 2007 18:43:50 -0400 Message-ID: <46FD8332.5050400@redhat.com> Date: Fri, 28 Sep 2007 22:43:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: frysk Subject: tag cagney_20070928_pre_rereg Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00411.txt.bz2 FYI, I'm changing frysk.proc.Isa* and co to refer to constant objects (e.g., frysk.isa.IA32Registers.EAX) instead of strings (e.g., "eax") where pratical. Doing this will flush out a number of cases where registers are being refered to using different names (e.g., "fop" vs "foo"). As a "just in case", I've dropped the tag cagney_20070928_pre_rereg to identify the start of the more significant changes; and provide a revert anchor. Andrew