From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17409 invoked by alias); 30 Aug 2008 07:55:42 -0000 Received: (qmail 17400 invoked by uid 22791); 30 Aug 2008 07:55:41 -0000 X-Spam-Check-By: sourceware.org Received: from smtp1.dnsmadeeasy.com (HELO smtp1.dnsmadeeasy.com) (205.234.170.134) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 30 Aug 2008 07:54:47 +0000 Received: from smtp1.dnsmadeeasy.com (localhost [127.0.0.1]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP id 46E57320953 for ; Sat, 30 Aug 2008 07:54:49 +0000 (UTC) X-Authenticated-Name: js.dnsmadeeasy X-Transit-System: In case of SPAM please contact abuse@dnsmadeeasy.com Received: from avtrex.com (unknown [173.8.135.205]) by smtp1.dnsmadeeasy.com (Postfix) with ESMTP for ; Sat, 30 Aug 2008 07:54:49 +0000 (UTC) Received: from silver64.hq2.avtrex.com ([192.168.7.227]) by avtrex.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 30 Aug 2008 00:54:44 -0700 Message-ID: <48B8FCC3.50801@avtrex.com> Date: Sat, 30 Aug 2008 07:55:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [Patch] MIPS: Preliminary linux hardware watch register support. References: <48B63A15.1010107@avtrex.com> In-Reply-To: <48B63A15.1010107@avtrex.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00667.txt.bz2 David Daney wrote: > 2008-08-27 David Daney > > * config/mips/linux.mh (NAT_FILE): Change to nm-linux.h. > * config/mips/nm-linux.h: New file. The patch inadvertently omitted config/mips/nm-linux.h. That file is unchanged from this version of the patch: http://sourceware.org/ml/gdb-patches/2008-04/msg00642.html In any event I am testing a much improved patch that I will post within the next few days. David Daney