From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4713 invoked by alias); 24 Feb 2006 19:29:16 -0000 Received: (qmail 4703 invoked by uid 22791); 24 Feb 2006 19:29:16 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Feb 2006 19:29:13 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k1OJT0dt032075; Fri, 24 Feb 2006 20:29:00 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k1OJT0Wg008422; Fri, 24 Feb 2006 20:29:00 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k1OJT0ie013339; Fri, 24 Feb 2006 20:29:00 +0100 (CET) Date: Fri, 24 Feb 2006 22:41:00 -0000 Message-Id: <200602241929.k1OJT0ie013339@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: girish@linsyssoft.com CC: rearnsha@arm.com, gdb-patches@sources.redhat.com In-reply-to: <1140781305.3228.13.camel@krypton> (message from Girish Shilamkar on Fri, 24 Feb 2006 17:11:44 +0530) Subject: Re: [PATCH] Read arm core files References: <1140001485.3359.12.camel@krypton> <200602151155.k1FBtPsV003683@elgar.sibelius.xs4all.nl> <1140781305.3228.13.camel@krypton> 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-02/txt/msg00465.txt.bz2 > From: Girish Shilamkar > Date: Fri, 24 Feb 2006 17:11:44 +0530 > > Hi, > Thank you very much, Mark Kettenis and Richard Earnshaw, for your > suggestions. I have modified the patch as per your instructions. Please > let me know if there are more changes to be done. Looks good to me, although I can't really judge the ARM-specific bits. > 2006-02-24 Girish Shilamkar > > * arm-linux-tdep.c (arm_linux_supply_gregset): Supply general purpose > register set to register cache. > (arm_linux_supply_fpregset): Supply floating-point register set to > register cache. > (arm_linux_regset_from_core_section): Return the appropriate register > set for the core section. > * config/arm/linux.mt: Add corelow.o.