From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1247 invoked by alias); 29 Aug 2007 18:27:25 -0000 Received: (qmail 1239 invoked by uid 22791); 29 Aug 2007 18:27:24 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 29 Aug 2007 18:27:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 461752A9CF0; Wed, 29 Aug 2007 14:22:32 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id yT0FeTsS0YiI; Wed, 29 Aug 2007 14:22:32 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0F5982A9CDB; Wed, 29 Aug 2007 14:22:32 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C9847E7B58; Wed, 29 Aug 2007 11:22:29 -0700 (PDT) Date: Wed, 29 Aug 2007 18:27:00 -0000 From: Joel Brobecker To: Jim Blandy Cc: gdb-patches@sourceware.org Subject: Re: RFA: Delete broken and unused HPUXHPPA code Message-ID: <20070829182229.GE3795@adacore.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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/msg00515.txt.bz2 > 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. I can see in the ChangeLog that the HPUXHPPA define was actually defined in one of the nm files. It's not defined anywhere anymore so it's another argument in favor of the fact that it's not used anymore. > 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. -- Joel