From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 954 invoked by alias); 5 May 2006 22:40:17 -0000 Received: (qmail 942 invoked by uid 22791); 5 May 2006 22:40:16 -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; Fri, 05 May 2006 22:40:12 +0000 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.60) (envelope-from ) id 1Fc8xs-00046y-7r; Fri, 05 May 2006 15:40:00 -0700 Date: Fri, 05 May 2006 22:40:00 -0000 Message-Id: <20060505.153956.87978473.davem@davemloft.net> To: drow@false.org Cc: gdb-patches@sources.redhat.com, mark.kettenis@xs4all.nl Subject: Re: [PATCH]: Use core regset when possible in linux-nat.c From: "David S. Miller" In-Reply-To: <20060505201426.GT31029@nevyn.them.org> References: <20060408203437.GC18707@nevyn.them.org> <20060408.145433.61007752.davem@davemloft.net> <20060505201426.GT31029@nevyn.them.org> X-Mailer: Mew version 4.2.53 on Emacs 21.4 / Mule 5.0 (SAKAKI) 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/msg00116.txt.bz2 From: Daniel Jacobowitz Date: Fri, 5 May 2006 16:14:26 -0400 > On Sat, Apr 08, 2006 at 02:54:33PM -0700, David S. Miller wrote: > > 2006-04-08 David S. Miller > > > > * linux-nat.c (linux_nat_do_thread_registers): Use the > > regset_from_core_section infrastructure if the target > > supports it. > > * Makefile.in: Update dependencies. > > This looks perfect. Thanks for revising it; this patch is OK. Committed, thanks for reviewing.