From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16390 invoked by alias); 23 Aug 2012 10:54:28 -0000 Received: (qmail 16382 invoked by uid 22791); 23 Aug 2012 10:54:27 -0000 X-SWARE-Spam-Status: No, hits=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,MAY_BE_FORGED,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; Thu, 23 Aug 2012 10:54:13 +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 q7NAsCU3018229 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 23 Aug 2012 06:54:12 -0400 Received: from spoyarek (dhcp223-8.pnq.redhat.com [10.65.223.8] (may be forged)) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7NAsAOL001686; Thu, 23 Aug 2012 06:54:11 -0400 Date: Thu, 23 Aug 2012 10:54:00 -0000 From: Siddhesh Poyarekar To: Sergio Durigan Junior Cc: Michael Eager , gdb-patches@sourceware.org Subject: Re: [PATCH 1/3] bitpos: Expand type_field_bitpos to LONGEST and type.length to ULONGEST Message-ID: <20120823162335.13446490@spoyarek> In-Reply-To: References: <20120805005359.2dc3edc0@spoyarek> <501E5C33.1020808@eagerm.com> <20120806083524.08b39f37@spoyarek> 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-08/txt/msg00650.txt.bz2 On Wed, 22 Aug 2012 14:15:39 -0300, Sergio wrote: > > > > struct type * > > lookup_string_range_type (struct type *string_char_type, > > - int low_bound, int high_bound) > > + LONGEST low_bound, LONGEST high_bound) > > { > > struct type *result_type; > > These two functions' prototypes have to be updated on gdbtypes.h. Thanks, I had already fixed this with a follow-up patch submission. Regards, Siddhesh