From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3107 invoked by alias); 1 Dec 2004 03:21:31 -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 3089 invoked from network); 1 Dec 2004 03:21:26 -0000 Received: from unknown (HELO priv-edtnes27.telusplanet.net) (199.185.220.223) by sourceware.org with SMTP; 1 Dec 2004 03:21:26 -0000 Received: from takamaka.act-europe.fr ([142.179.108.108]) by priv-edtnes27.telusplanet.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041201032126.YYOG16341.priv-edtnes27.telusplanet.net@takamaka.act-europe.fr> for ; Tue, 30 Nov 2004 20:21:26 -0700 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id D8BCC47DA6; Tue, 30 Nov 2004 19:21:25 -0800 (PST) Date: Wed, 01 Dec 2004 03:21:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA/tru64] Compute bfd_section for minimal symbols Message-ID: <20041201032125.GH1204@adacore.com> References: <20041110180139.GL649@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041110180139.GL649@gnat.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-12/txt/msg00004.txt.bz2 Ping? http://sources.redhat.com/ml/gdb-patches/2004-11/msg00201.html On Wed, Nov 10, 2004 at 10:01:39AM -0800, Joel Brobecker wrote: > 2004-11-10 Joel Brobecker > > * mdebugread.c (record_minimal_symbol): New procedure. > (parse_partial_symbols): Use record_minimal_symbol to record > the new minimal symbols instead of prim_record_minimal_symbol > and prim_record_minimal_symbol_and_info. -- Joel