From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5024 invoked by alias); 29 Aug 2007 22:08:18 -0000 Received: (qmail 5015 invoked by uid 22791); 29 Aug 2007 22:08:17 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 29 Aug 2007 22:08:13 +0000 Received: (qmail 27145 invoked from network); 29 Aug 2007 22:08:11 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 29 Aug 2007 22:08:11 -0000 To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: RFA: Delete broken and unused HPUXHPPA code References: <200708291835.l7TIZ2Th015104@brahms.sibelius.xs4all.nl> From: Jim Blandy Date: Wed, 29 Aug 2007 22:08:00 -0000 In-Reply-To: <200708291835.l7TIZ2Th015104@brahms.sibelius.xs4all.nl> (Mark Kettenis's message of "Wed, 29 Aug 2007 20:35:02 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2007-08/txt/msg00533.txt.bz2 Mark Kettenis writes: >> From: Jim Blandy >> Date: Wed, 29 Aug 2007 11:06:04 -0700 >> >> The #ifdef block this patch deletes contains unbalanced parenthesis; >> it wouldn't compile. The mistake was introduced by this change: >> >> 2005-02-10 Andrew Cagney >> >> Mark up all error and warning messages. >> >> Since nobody has noticed it, it's clear that nobody has compiled this >> code with HPUXHPPA defined for two and a half years. The block of >> code itself dates from GDB's prehistory. This is the only "HPUXHPPA" >> block in all of GDB. >> >> Can we delete the code? >> >> gdb/ChangeLog: >> 2007-08-29 Jim Blandy >> >> * breakpoint.c (watch_command_1): Remove '#ifdef HPUXHPPA' block; >> this code has not been compiled for two years. > > Go for it. Committed, thanks. :)