From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8418 invoked by alias); 30 Oct 2002 21:09:28 -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 8388 invoked from network); 30 Oct 2002 21:09:26 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 30 Oct 2002 21:09:26 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6A48AD2CC7; Wed, 30 Oct 2002 13:11:20 -0800 (PST) Date: Wed, 30 Oct 2002 13:09:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA/Semi-obvious/5.3?] Fix compilation error in hppa-tdep.c Message-ID: <20021030211120.GM903@gnat.com> References: <20021030080837.GY903@gnat.com> <20021030082803.GA903@gnat.com> <20021030141053.GA20785@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021030141053.GA20785@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2002-10/txt/msg00589.txt.bz2 > > 2002-10-30 Joel Brobecker > > > > * hppa-tdep.c (find_function_in_inferior): Remove this extern, > > as this is already provided by value.h, and was actually causing > > a compilation error due to a conflict in parameter type declaration > > due to a missing const keyword. > > (low_text_segment_addres): Fix a compilation warning. > > Your patch is correct (and that's a serious warning, too... there was > an actual bug there). With two sets of eyes this is OK to commit, > since HP/UX is currently marked as an OBSOLETE candidate. Thank you. I committed the change. I checked the 5.3 branch, it is fine, build-wise. So nothing done there. -- Joel