From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16114 invoked by alias); 8 Apr 2006 21:16:38 -0000 Received: (qmail 16105 invoked by uid 22791); 8 Apr 2006 21:16:37 -0000 X-Spam-Check-By: sourceware.org Received: from dsl027-180-168.sfo1.dsl.speakeasy.net (HELO sunset.davemloft.net) (216.27.180.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Apr 2006 21:16:35 +0000 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.60) (envelope-from ) id 1FSKnI-0008S7-Rx; Sat, 08 Apr 2006 14:16:32 -0700 Date: Sat, 08 Apr 2006 21:16:00 -0000 Message-Id: <20060408.141632.04920354.davem@davemloft.net> To: drow@false.org Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Core regset support for Linux/SPARC. From: "David S. Miller" In-Reply-To: <20060408203040.GB18707@nevyn.them.org> References: <20060406.145119.102460789.davem@davemloft.net> <20060408203040.GB18707@nevyn.them.org> 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-04/txt/msg00101.txt.bz2 From: Daniel Jacobowitz Date: Sat, 8 Apr 2006 16:30:40 -0400 > On Thu, Apr 06, 2006 at 02:51:19PM -0700, David S. Miller wrote: > > > > Thankfully the Sparc target layer already had nice generic > > support for this, so it was merely a matter of defining some > > offsets and some small helper stubs. > > Yes indeed. Thanks to Mark for his usual thorough job there :-) Indeed :) > Yes, this looks fine. Thanks. Thanks a lot for reviewing, committed.