From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5732 invoked by alias); 23 May 2006 00:21:17 -0000 Received: (qmail 5724 invoked by uid 22791); 23 May 2006 00:21:16 -0000 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; Tue, 23 May 2006 00:21:14 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4N0LCcl016220; Mon, 22 May 2006 20:21:12 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k4N0LCdu013265; Mon, 22 May 2006 20:21:12 -0400 Received: from localhost.localdomain (vpn50-91.rdu.redhat.com [172.16.50.91]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id k4N0LBkN015073; Mon, 22 May 2006 20:21:12 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id k4N0LBPc024221; Mon, 22 May 2006 17:21:11 -0700 Date: Tue, 23 May 2006 00:25:00 -0000 From: Kevin Buettner To: mark@codesourcery.com Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Fix MT MAC register access Message-ID: <20060522172111.089d1d69@ironwood.lan> In-Reply-To: <200604120326.k3C3QAZN000703@sethra.codesourcery.com> References: <200604120326.k3C3QAZN000703@sethra.codesourcery.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.6.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 2006-05/txt/msg00446.txt.bz2 On Tue, 11 Apr 2006 20:26:10 -0700 Mark Mitchell wrote: > 2006-04-11 Mark Mitchell > > * mt-tdep.c (mt_gdb_regnums): Define > MT_COPRO_PSEUDOREG_MAC_REGNUM. > (mt_register_name): Use it. > (mt_copro_register_type): Likewise. > (mt_register_type): Likewise. > (mt_pseudo_register_read): Likewise. Read the MAC register, not > the coprocessor register. > (mt_pseudo_register_write): Likewise. Okay. (Sorry for the late response on this one.) Kevin