From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6020 invoked by alias); 23 May 2009 09:26:49 -0000 Received: (qmail 6012 invoked by uid 22791); 23 May 2009 09:26:47 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 23 May 2009 09:26:41 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KK300200BEKRV00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Sat, 23 May 2009 12:26:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.115.215]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KK300LFDBKCQBB0@i_mtaout2.012.net.il>; Sat, 23 May 2009 12:26:37 +0300 (IDT) Date: Sat, 23 May 2009 09:26:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] More problems with language in printing symbols In-reply-to: <20090520213953.GA13846@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83my94tbjn.fsf@gnu.org> References: <83d4a9q9e5.fsf@gnu.org> <83ab5dq67f.fsf@gnu.org> <833ab3r9g2.fsf@gnu.org> <20090520213953.GA13846@adacore.com> X-IsSubscribed: yes 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: 2009-05/txt/msg00501.txt.bz2 > Date: Wed, 20 May 2009 14:39:53 -0700 > From: Joel Brobecker > Cc: gdb-patches@sourceware.org > > > Here's a patch that implements 2 ideas: it uses language_minimal for > > the "_globals_" pseudo-file, > > Great minds think alike - I was going to suggest the same thing :-). > > > 2009-05-17 Eli Zaretskii > > > > * symmisc.c (dump_symtab): Switch the current language to > > the language of the symtab we are dumping only if the symtab's > > language is neither language_auto nor language_unknown. > > > > * coffread.c (coff_symtab_read): Set language_minimal as the > > language for the "_globals_" pseudo-file. > > Both changes look OK to me. Thanks, committed.