From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1425 invoked by alias); 14 Apr 2009 16:31:27 -0000 Received: (qmail 1231 invoked by uid 22791); 14 Apr 2009 16:31:25 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_73,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Apr 2009 16:31:19 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n3EGVHAs029421 for ; Tue, 14 Apr 2009 12:31:17 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3EGVGFI024641 for ; Tue, 14 Apr 2009 12:31:17 -0400 Received: from opsy.redhat.com (vpn-13-66.rdu.redhat.com [10.11.13.66]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3EGVFPa014043; Tue, 14 Apr 2009 12:31:16 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 7A13F378181; Tue, 14 Apr 2009 10:31:14 -0600 (MDT) To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: Configuring gdb_wchar.h References: <8363hboz5x.fsf@gnu.org> <833acbo32k.fsf@gnu.org> From: Tom Tromey Reply-To: tromey@redhat.com Date: Tue, 14 Apr 2009 16:31:00 -0000 In-Reply-To: <833acbo32k.fsf@gnu.org> (Eli Zaretskii's message of "Tue\, 14 Apr 2009 15\:02\:59 +0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-04/txt/msg00262.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: Tom> Please try the appended patch. Eli> It compiles and links okay, thanks. Do you want me to test some Eli> feature(s) to make sure the resulting binary works as expected? Sure. If you have dejagnu, try charset.exp. Otherwise, any use of a string in an expression should exercise the relevant code paths. You could also "set target-charset" and see what gdb thinks is available; if you have libiconv there should be lots of output. Tom