From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4285 invoked by alias); 24 Sep 2012 10:25:58 -0000 Received: (qmail 4240 invoked by uid 22791); 24 Sep 2012 10:25:57 -0000 X-SWARE-Spam-Status: No, hits=-8.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Sep 2012 10:25:42 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8OAPbOn014520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 24 Sep 2012 06:25:38 -0400 Received: from spoyarek (spoyarek.pnq.redhat.com [10.65.192.188]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8OAPZs7022324; Mon, 24 Sep 2012 06:25:36 -0400 Date: Mon, 24 Sep 2012 10:25:00 -0000 From: Siddhesh Poyarekar To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Expand variables to accommodate LONGEST enumval Message-ID: <20120924155455.7570b768@spoyarek> In-Reply-To: <20120924101222.GC4146@adacore.com> References: <20120924152250.42bb17fa@spoyarek> <20120924101222.GC4146@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 2012-09/txt/msg00493.txt.bz2 On Mon, 24 Sep 2012 12:12:22 +0200, Joel wrote: > > gdb/ChangeLog: > > > > * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST. > > * p-valprint.c (pascal_type_print_base): Likewise. > > Looks good to me. I am overstepping my bounds a little, but for such > a small change, I think it'll be OK. Thanks, committed. Regards, Siddhesh