From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31662 invoked by alias); 5 Oct 2007 20:56:42 -0000 Received: (qmail 31653 invoked by uid 22791); 5 Oct 2007 20:56:41 -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; Fri, 05 Oct 2007 20:56:37 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3964A2AD4F1; Fri, 5 Oct 2007 16:56:35 -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 rhWZM9G9qMm4; Fri, 5 Oct 2007 16:56:35 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C04CF2AD4E2; Fri, 5 Oct 2007 16:56:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 066DEE7B58; Fri, 5 Oct 2007 13:56:29 -0700 (PDT) Date: Fri, 05 Oct 2007 20:56:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [rfc/rft] Remove DEPRECATED_PC_REQUIRED_RUN_BEFORE_USE Message-ID: <20071005205628.GD3570@adacore.com> References: <200710051327.l95DRx9u018639@d12av02.megacenter.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710051327.l95DRx9u018639@d12av02.megacenter.de.ibm.com> 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-10/txt/msg00073.txt.bz2 Hi Ulrich, > ChangeLog: > > * breakpoint.c (breakpoint_sals_to_pc): Do not check for > DEPRECATED_PC_REQUIRED_RUN_BEFORE_USE. > > * config/pa/tm-hppa.h: Delete file. > * config/pa/hppa64.mt: Do not set DEPRECATED_TM_FILE. > * config/pa/hppahpux.mt: Likewise. > * config/pa/hppa.mt: Likewise. > * config/pa/linux.mt: Likewise. > * hppa-tdep.c (hppa_pc_requires_run_before_use): Delete. I ran the testsuite, and found no regression :-). -- Joel