From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22090 invoked by alias); 25 Feb 2006 01:21:41 -0000 Received: (qmail 22079 invoked by uid 22791); 25 Feb 2006 01:21:41 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 25 Feb 2006 01:21:39 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FCo7p-0000r4-A6 for gdb-patches@sources.redhat.com; Sat, 25 Feb 2006 02:21:33 +0100 Received: from ip127.bb146.pacific.net.hk ([202.64.146.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Feb 2006 02:21:33 +0100 Received: from tausq by ip127.bb146.pacific.net.hk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Feb 2006 02:21:33 +0100 To: gdb-patches@sources.redhat.com From: Randolph Chung Subject: Re: [PATCH] Read arm core files Date: Sat, 25 Feb 2006 04:38:00 -0000 Message-ID: References: <1140001485.3359.12.camel@krypton> <200602151155.k1FBtPsV003683@elgar.sibelius.xs4all.nl> <1140781305.3228.13.camel@krypton> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: <1140781305.3228.13.camel@krypton> 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-02/txt/msg00469.txt.bz2 > 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. For this bit: > Index: cvs-6.4/gdb/arm-linux-tdep.c > =================================================================== > --- cvs-6.4.orig/gdb/arm-linux-tdep.c 2006-02-24 03:22:21.000000000 -0500 > +++ cvs-6.4/gdb/arm-linux-tdep.c 2006-02-24 05:51:21.819726224 -0500 > @@ -33,6 +33,7 @@ > #include "osabi.h" > #include "trad-frame.h" > #include "tramp-frame.h" > +#include "regset.h" I think you need to also modify Makefile.in to add $(regset_h) to the dependency list of arm-linux-tdep.o. randolph