From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7702 invoked by alias); 8 Oct 2004 09:02:33 -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 7690 invoked from network); 8 Oct 2004 09:02:32 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sourceware.org with SMTP; 8 Oct 2004 09:02:32 -0000 Received: from zaretski (pns03-208-187.inter.net.il [80.230.208.187]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id DUV37232 (AUTH halo1); Fri, 8 Oct 2004 11:02:29 +0200 (IST) Date: Fri, 08 Oct 2004 09:02:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-ID: <01c4ad15$Blat.v2.2.2$37944980@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <41642FDB.8090603@gnu.org> (message from Andrew Cagney on Wed, 06 Oct 2004 13:48:11 -0400) Subject: Re: [patch/rfc] Deprecate sym_private, obj_private, and sym_stab_info Reply-to: Eli Zaretskii References: <41632DA5.9080508@gnu.org> <01c4ab97$Blat.v2.2.2$87f7ec80@zahav.net.il> <41642E83.8030207@gnu.org> <41642FDB.8090603@gnu.org> X-SW-Source: 2004-10/txt/msg00141.txt.bz2 > Date: Wed, 06 Oct 2004 13:48:11 -0400 > From: Andrew Cagney > Cc: Eli Zaretskii , gdb-patches@sources.redhat.com > > >> 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. > > > > > > Check for calls to objfile_data. mips-tdep.c, for instance, uses it. The basic pattern is the same as per-arch data. > > PS: I'll add this as a comment. Thanks.