From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28284 invoked by alias); 9 Feb 2010 04:13:13 -0000 Received: (qmail 28275 invoked by uid 22791); 9 Feb 2010 04:13:13 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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; Tue, 09 Feb 2010 04:13:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5B1742BAAE2; Mon, 8 Feb 2010 23:13:06 -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 r8a6gXGi7e9T; Mon, 8 Feb 2010 23:13:06 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DE02A2BAAE4; Mon, 8 Feb 2010 23:13:05 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D5A22F59A2; Tue, 9 Feb 2010 08:12:54 +0400 (RET) Date: Tue, 09 Feb 2010 04:13:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org, tromey@redhat.com, Chris Moller Subject: Re: PR11067 patch Message-ID: <20100209041254.GC16325@adacore.com> References: <4B6D70A3.2090208@redhat.com> <201002082232.39279.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201002082232.39279.pedro@codesourcery.com> 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: 2010-02/txt/msg00248.txt.bz2 > If I had a choice, I would make printing enums exactly like: > > $2 = 23 'ENUMERATOR' FWIW, this format seems fine to me. -- Joel