From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8812 invoked by alias); 23 May 2006 00:25:21 -0000 Received: (qmail 8800 invoked by uid 22791); 23 May 2006 00:25:21 -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:25:18 +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 k4N0PG2j017203; Mon, 22 May 2006 20:25:16 -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 k4N0PGlk013964; Mon, 22 May 2006 20:25:16 -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 k4N0PG5d015858; Mon, 22 May 2006 20:25:16 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id k4N0PFda024226; Mon, 22 May 2006 17:25:15 -0700 Date: Tue, 23 May 2006 04:54:00 -0000 From: Kevin Buettner To: mark@codesourcery.com Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: Morpho Technologies register patch Message-ID: <20060522172515.4e23a6cd@ironwood.lan> In-Reply-To: <200604290119.k3T1Jwjm017061@sethra.codesourcery.com> References: <200604290119.k3T1Jwjm017061@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/msg00447.txt.bz2 On Fri, 28 Apr 2006 18:19:58 -0700 Mark Mitchell wrote: > I've now got three patches outstanding: > > http://sources.redhat.com/ml/gdb-patches/2006-04/msg00141.html I've just okayed this one. > http://sources.redhat.com/ml/gdb-patches/2006-04/msg00251.html This one I okayed a while back. Sorry for missing that earlier one. > and this one. > > 2006-04-28 Mark Mitchell > > * gdb/mt-tdep.c (mt_register_name): Correct out-of-range logic to > include additional registers. This is okay too. (I.e., all three of the mt patches are approved.) Kevin