From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30642 invoked by alias); 14 Jan 2011 19:52:44 -0000 Received: (qmail 30634 invoked by uid 22791); 14 Jan 2011 19:52:43 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Jan 2011 19:52:38 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6C17A2BAC40; Fri, 14 Jan 2011 14:52:36 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iAV80qCNLflj; Fri, 14 Jan 2011 14:52:36 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 599932BAC36; Fri, 14 Jan 2011 14:52:36 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id A46D91459AD; Fri, 14 Jan 2011 14:52:35 -0500 (EST) Date: Fri, 14 Jan 2011 19:53:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA/commit] Fix printing of wide characters (Ada and C) Message-ID: <20110114195235.GU2504@adacore.com> References: <1294960709-13047-1-git-send-email-brobecker@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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-01/txt/msg00345.txt.bz2 > Joel> * ada-valprint. (ada_printchar): Use the correct type length > Joel> in call to ada_emit_char. > Joel> * c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR. > > It looks good to me. I think it should go on the 7.2 branch as well. Thanks! Patch checked in HEAD, and I'm retesting on 7.2 before checking in... I expect to commit them on the branch in a bit, if all goes well. -- Joel