From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23860 invoked by alias); 8 Aug 2008 15:32:22 -0000 Received: (qmail 23852 invoked by uid 22791); 8 Aug 2008 15:32:21 -0000 X-Spam-Check-By: sourceware.org Received: from igw1.br.ibm.com (HELO igw1.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Aug 2008 15:31:32 +0000 Received: from mailhub3.br.ibm.com (mailhub3 [9.18.232.110]) by igw1.br.ibm.com (Postfix) with ESMTP id 7754032C07F for ; Fri, 8 Aug 2008 12:02:40 -0300 (BRT) Received: from d24av02.br.ibm.com (d24av02.br.ibm.com [9.18.232.47]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m78FVMjJ5259494 for ; Fri, 8 Aug 2008 12:31:22 -0300 Received: from d24av02.br.ibm.com (loopback [127.0.0.1]) by d24av02.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m78FVFKB030296 for ; Fri, 8 Aug 2008 12:31:16 -0300 Received: from [9.8.15.69] ([9.8.15.69]) by d24av02.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m78FVEZL030248 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Aug 2008 12:31:15 -0300 Subject: Re: [patch-ppc] Hardware watchpoint support for 44x/BookE-based systems From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: Daniel Jacobowitz Cc: Pedro Alves , gdb-patches@sourceware.org In-Reply-To: <20080806194241.GA18144@caradoc.them.org> References: <1217966200.19330.40.camel@gargoyle> <200808061840.04717.pedro@codesourcery.com> <20080806174354.GA11614@caradoc.them.org> <1218046478.21368.5.camel@gargoyle> <20080806194241.GA18144@caradoc.them.org> Content-Type: text/plain Date: Fri, 08 Aug 2008 15:32:00 -0000 Message-Id: <1218209473.24254.20.camel@gargoyle> Mime-Version: 1.0 X-Mailer: Evolution 2.12.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/msg00206.txt.bz2 On Wed, 2008-08-06 at 15:42 -0400, Daniel Jacobowitz wrote: > On Wed, Aug 06, 2008 at 03:14:38PM -0300, Luis Machado wrote: > > On Wed, 2008-08-06 at 13:43 -0400, Daniel Jacobowitz wrote: > > > On Wed, Aug 06, 2008 at 06:40:04PM +0100, Pedro Alves wrote: > > > > Hi Luis, > > > > > > > > On Tuesday 05 August 2008 20:56:39, Luis Machado wrote: > > > > > > > > > * ppc-linux-nat.c: Include "auxv.h" and "elf/common.h". > > > > > > > > This requires a Makefile.in update. > > > > > > > > ( or lobbying for the auto-dependencies patch to go in :-) Hint! Hint! ) > > > > > > It's on top of my list. > > > > So i don't need that fixed, right? :-) > > Please fix it if you commit before that part of the makefile goes away > :-) Thanks, checked in. Luis