From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10542 invoked by alias); 21 May 2012 18:22:49 -0000 Received: (qmail 10522 invoked by uid 22791); 21 May 2012 18:22:48 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,MISSING_HEADERS,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-pz0-f41.google.com (HELO mail-pz0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 May 2012 18:22:35 +0000 Received: by dakp5 with SMTP id p5so7627091dak.0 for ; Mon, 21 May 2012 11:22:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:cc:subject:references:>to:date:in-reply-to:message-id :user-agent:mime-version:content-type:x-gm-message-state; bh=brLwLefqekw7WCKb/lJ+/4wg5aumjEa3eU8jyqdGjCM=; b=OCS4N+tc3laH1O+op9bnTaFkMZLSBo2TbZfT+BD3J3Uqxzlf1hpLMekoRTKnQx5VFz 4XL99yrkMlhCBZvS40RrlHy2JlHk4ESlOQL+r2WY9z2oKswQwBdqjJ8Jja6VBrUfyaLm Z8sxY2UZtRHHLc6ujyfulsfDD/ObdJ8ti6NET4drnYSxWOnES8QgAfdJVNSBkDmHnTTX u0WgdAqE5Q8uMJJVCNmwm1oq5WNEiPZA2OdxDUoh16tpJaeeP14BrI9T7eOfr7v/6taU 6pTdmxsnx8IktooccCVXpj8wuwqAtxD/bzQOzuwQRhzO8A5PxuVCPsWPWNXgRoAfCu31 gMtw== Received: by 10.68.131.38 with SMTP id oj6mr26263401pbb.39.1337624554890; Mon, 21 May 2012 11:22:34 -0700 (PDT) Received: by 10.68.131.38 with SMTP id oj6mr26263357pbb.39.1337624554600; Mon, 21 May 2012 11:22:34 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id d2sm23837157pbw.39.2012.05.21.11.22.33 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 May 2012 11:22:33 -0700 (PDT) From: Ian Lance Taylor Cc: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb-patches@sourceware.org, Jan Kratochvil Subject: Re: [RFA] leb128.h: New file. References: <20120517182920.64FAE2461B2@ruffy.mtv.corp.google.com> >To: Doug Evans Date: Mon, 21 May 2012 18:22:00 -0000 In-Reply-To: (Doug Evans's message of "Mon, 21 May 2012 10:36:13 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQllA8RTCuXvFt9JYtCCoo+WLfQag7V069ExJ3f3WXjkdLSrtdbXrIPfP2gH5v0HXSo2Ym7s/wSASDoGpoUIquzo31K+jaRsmkIAJGtKtL4ciPfE+xbiAwqEPgi/XnSTzjA9J7bXWAfioFCPX64bKu3GjDfb6A== 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-05/txt/msg00784.txt.bz2 Doug Evans writes: > long long (+ unsigned long long) is ok by me. > I could also rename the functions to read_uleb128_to_ull (unsigned > long long) to allow for a day if/when someone wants > read_uleb128_to_uint64. Ok? Sounds good to me. Thanks. Ian