From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31941 invoked by alias); 27 May 2003 14:33:04 -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 31668 invoked from network); 27 May 2003 14:33:00 -0000 Received: from unknown (HELO localhost.localdomain) (207.236.65.94) by sources.redhat.com with SMTP; 27 May 2003 14:33:00 -0000 Received: from localhost.redhat.com ([10.2.246.247]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h4REWs320505 for ; Tue, 27 May 2003 10:32:56 -0400 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CF5542B2F; Tue, 27 May 2003 10:32:44 -0400 (EDT) Message-ID: <3ED3770C.9060706@redhat.com> Date: Tue, 27 May 2003 14:33:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC/RFA] HPUX: Remove (non-useful?) definition of PREPARE_TO_PROCEED References: <20030526211558.GH11123@gnat.com> <20030526220223.GA32360@nevyn.them.org> <20030526231958.GL11123@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00497.txt.bz2 > Would you do me the great favor of retesting with changing >> PREPARE_TO_PROCEED to use generic_prepare_to_proceed instead of >> hppa_prepare_to_proceed? And if no one objects in a few days, commit >> that. Then the rest falls out, since you will have removed one of the >> two remaining specializations of this method. > > > Sure. Here is a new patch, no new regressions. As suggested, will commit > in a few days, if noone objects. > > 2003-05-26 J. Brobecker > > * config/pa/nm-hppah.h (PREPARE_TO_PROCEED): Use the generic > prepare_to_proceed procedure instead of the hppa-specific one. > * hppa-tdep.c (hppa_prepare_to_proceed): Remove, no longer used. I'm not going to object :-) Andrew