From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26430 invoked by alias); 17 Dec 2004 07:44: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 26082 invoked from network); 17 Dec 2004 07:43:43 -0000 Received: from unknown (HELO smtp1.wanadoo.fr) (193.252.22.30) by sourceware.org with SMTP; 17 Dec 2004 07:43:43 -0000 Received: from me-wanadoo.net (mail.local.net [127.0.0.1]) by mwinf0108.wanadoo.fr (SMTP Server) with SMTP id 4C8D21C00CE2; Fri, 17 Dec 2004 08:43:43 +0100 (CET) Received: from takamaka.act-europe.fr (AStDenis-103-1-2-184.w81-249.abo.wanadoo.fr [81.249.112.184]) by mwinf0108.wanadoo.fr (SMTP Server) with ESMTP id EA6E21C00CFB; Fri, 17 Dec 2004 08:43:42 +0100 (CET) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 6630847DAD; Fri, 17 Dec 2004 11:43:40 +0400 (RET) Date: Fri, 17 Dec 2004 19:22:00 -0000 From: Joel Brobecker To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/hpux] SEGV when running program using dlopen Message-ID: <20041217074340.GG1146@adacore.com> References: <20041215073206.GM964@adacore.com> <20041215163628.GY29171@tausq.org> <20041215165738.GQ964@adacore.com> <20041215170602.GB29171@tausq.org> <20041217065235.GE1146@adacore.com> <20041217071530.GD2291@tausq.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041217071530.GD2291@tausq.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-12/txt/msg00401.txt.bz2 > can you get rid of the "extern" from: > > (hppa-tdep.c) > > +extern struct minimal_symbol * > > +hppa_lookup_stub_minimal_symbol (const char *name, > > + enum unwind_stub_types stub_type) > > ? > > looks good to me otherwise. Ah, ooops, yes, of course. Checked in. Thanks, -- Joel