From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11034 invoked by alias); 14 Jun 2011 18:57:17 -0000 Received: (qmail 11025 invoked by uid 22791); 14 Jun 2011 18:57:17 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,TW_BJ,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Jun 2011 18:57:03 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p5EIud70000266; Tue, 14 Jun 2011 20:56:39 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p5EIubLM004495; Tue, 14 Jun 2011 20:56:37 +0200 (CEST) Date: Tue, 14 Jun 2011 18:57:00 -0000 Message-Id: <201106141856.p5EIubLM004495@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: tromey@redhat.com CC: brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: (message from Tom Tromey on Tue, 14 Jun 2011 12:52:59 -0600) Subject: Re: FYI: make current_objfile local to symbol readers References: <201106141752.p5EHqZix005374@glazunov.sibelius.xs4all.nl> <20110614180056.GA5930@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00197.txt.bz2 > From: Tom Tromey > Date: Tue, 14 Jun 2011 12:52:59 -0600 > Tom> No problem, I will rename them. > > Here you go. > > Tom > > 2011-06-14 Tom Tromey > > * coffread.c (coffread_objfile): Rename from current_objfile. > * dbxread.c (dbxread_objfile): Rename from current_objfile. > * mdebugread.c (mdebugread_objfile): Rename from current_objfile. Thanks