From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 325 invoked by alias); 6 Oct 2004 11:30:12 -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 32748 invoked from network); 6 Oct 2004 11:30:11 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 6 Oct 2004 11:30:11 -0000 Received: from zaretski ([80.230.143.237]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CTL59632 (AUTH halo1); Wed, 6 Oct 2004 13:30:06 +0200 (IST) Date: Wed, 06 Oct 2004 11:30:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c4ab97$Blat.v2.2.2$87f7ec80@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <41632DA5.9080508@gnu.org> (message from Andrew Cagney on Tue, 05 Oct 2004 19:26:29 -0400) Subject: Re: [patch/rfc] Deprecate sym_private, obj_private, and sym_stab_info Reply-to: Eli Zaretskii References: <41632DA5.9080508@gnu.org> X-SW-Source: 2004-10/txt/msg00113.txt.bz2 > Date: Tue, 05 Oct 2004 19:26:29 -0400 > From: Andrew Cagney > > These have all been superseeded by Mark's per-objfile data pointers. Can you or someone else please show an example of how to convert the deprecated code to using the per-objfile data pointers, or point to a message in the archives that includes such examples? TIA, and sorry if this information was already posted and I missed it. > 2004-10-05 Andrew Cagney > > * objfiles.h (struct objfile): Rename obj_private to > deprecated_obj_private, sym_private to deprecated_sym_private, and > sym_stab_info to deprecated_sym_stab_info. > * gdb-stabs.h: Update. > * elfread.c: Update. > * dbxread.c: Update. > * coffread.c: Update. > * xcoffread.c: Update. > * symfile.c: Update. > * somread.c: Update. > * nlmread.c: Update. > * mdebugread.c: Update. > * hpread.c: Update. > * coffread.c: Update. For some reason, coffread.c appears twice in this log entry, which is probably a typo.