From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125987 invoked by alias); 12 Jun 2017 18:26:35 -0000 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 Received: (qmail 125974 invoked by uid 89); 12 Jun 2017 18:26:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Hx-languages-length:273 X-HELO: mail-wr0-f174.google.com Received: from mail-wr0-f174.google.com (HELO mail-wr0-f174.google.com) (209.85.128.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Jun 2017 18:26:33 +0000 Received: by mail-wr0-f174.google.com with SMTP id v111so107931558wrc.3 for ; Mon, 12 Jun 2017 11:26:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=OCPx+mpZkO0BklS9S18TohlcBuLq+NOSlv1kthszbPk=; b=U6yMLf0LAZrCIVB9Cos5pu+Txh1tx4mjS1/sHZsyEwiV8gxW1RnBw2iteKr0TswKn+ RWZDch5NRKKXXc2PFfu1kzwASrU7pOdG/MHnqY1/y6i27j/nidFZEt6r5L6MZkFXcori OhWkAw/HBDkjn5eWKQ3mNSbVcmUL5CNU71CWtWgPZiIi4/IujhMRCykSyyayBWEuIyhC lRiWaIsc9YDIH5jiwzooxhSNgHUMFX4yWUlyqNLhsPbOalr1CoIjDA+pyWtAvCQxUUt0 LHJV9jtKFI1bEz9UhuwjJrOrp+DvBnCbxaISCXCsIEFt+w1128BgQH7ISRr72SIPLOWr +ubg== X-Gm-Message-State: AKS2vOzBjLj4yB50/xx/yEclUB6mg4DNCzMhxq/kI9sKV0K8i0neHo4k v46rw0vETcMLhVeYP4abkg== X-Received: by 10.28.145.74 with SMTP id t71mr1525587wmd.38.1497291995384; Mon, 12 Jun 2017 11:26:35 -0700 (PDT) Received: from [192.168.0.102] ([37.189.166.198]) by smtp.gmail.com with ESMTPSA id e131sm1088778wmd.28.2017.06.12.11.26.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Jun 2017 11:26:34 -0700 (PDT) Subject: Re: Power/AltiVec question (Re: [RFA 0/5] improve printing of 128 bit ints) To: Tom Tromey References: <20170602193651.3173-1-tom@tromey.com> <87y3t24kja.fsf@pokyo> <0760241c-7347-26a7-950f-2341c4807f10@redhat.com> <87h8zl46mp.fsf@pokyo> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <22fe09f8-5875-4a0b-e139-4954b127edb3@redhat.com> Date: Mon, 12 Jun 2017 18:26:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <87h8zl46mp.fsf@pokyo> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg00351.txt.bz2 On 06/12/2017 03:34 PM, Tom Tromey wrote: > Here's an updated version of patch #2 from the series. > With this the series tests cleanly on the buildbot. Thanks. Looks good. Thanks, Pedro Alves