From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5257 invoked by alias); 13 Dec 2002 16:50:39 -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 5249 invoked from network); 13 Dec 2002 16:50:35 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 13 Dec 2002 16:50:35 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id AF4DF3E87; Fri, 13 Dec 2002 11:50:29 -0500 (EST) Message-ID: <3DFA0FD5.6010209@redhat.com> Date: Fri, 13 Dec 2002 08:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] fix compilation error in hppa-tdep.c (hppa_pop_frame) References: <20021213144023.GZ25575@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00418.txt.bz2 > I just checked the following patch in to fix a small compilation error... > > 2002-12-13 Joel Brobecker > > * hppa-tdep.c (hppa_pop_frame): Fix a compilation error introduced > in the previous prototype change to set_momentary_breakpoint. > Oops, thanks! What are the odds of getting --target=hppa-elf (a minimal hppa target) building? That should stop me breaking the HPPA in this way. Andrew