From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6783 invoked by alias); 25 Dec 2004 10:03:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6659 invoked from network); 25 Dec 2004 10:03:21 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 25 Dec 2004 10:03:21 -0000 Received: from zaretski (tony04-53-55.inter.net.il [80.230.53.55]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DKB85841 (AUTH halo1); Sat, 25 Dec 2004 12:03:16 +0200 (IST) Date: Sat, 25 Dec 2004 10:20:00 -0000 From: "Eli Zaretskii" To: Mark Kettenis Message-ID: <01c4ea68$Blat.v2.2.2$e9ac5460@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <200412242258.iBOMwEcH022315@elgar.sibelius.xs4all.nl> (message from Mark Kettenis on Fri, 24 Dec 2004 23:58:14 +0100 (CET)) Subject: Re: [COMMIT] HP-UX hardware watchpoint fallout Reply-to: Eli Zaretskii References: <200412242258.iBOMwEcH022315@elgar.sibelius.xs4all.nl> X-SW-Source: 2004-12/txt/msg00439.txt.bz2 > Date: Fri, 24 Dec 2004 23:58:14 +0100 (CET) > From: Mark Kettenis > > from Mark Kettenis > > * target.h (TARGET_DISABLE_HW_WATCHPOINTS) > (TARGET_ENABLE_HW_WATCHPOINTS): Remove macros. Thanks. Please also remove their documentation from gdbint.texinfo. (In general, when a macro is removed from target.h, one should search gdbint.texinfo for that macro.) TIA