From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8270 invoked by alias); 7 Jan 2014 16:38:07 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 8259 invoked by uid 89); 7 Jan 2014 16:38:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f53.google.com Received: from mail-qa0-f53.google.com (HELO mail-qa0-f53.google.com) (209.85.216.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 07 Jan 2014 16:38:06 +0000 Received: by mail-qa0-f53.google.com with SMTP id cm18so244696qab.40 for ; Tue, 07 Jan 2014 08:38:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Qy2196IKWtPcyKtyScO5HEUwFGNxpP2i86maIq508aM=; b=b2BjiO7zkCxzTW4YyNl3fPZi6lpX5FzoRzXG+t8XiqnmbLJf/ZRFgRedBmlQDEFpNt /vK5s8NwQYvLimqtX4OmZ4KOeixnFwO5W/5RHpeDnckR8xauKt6jTD5OzqUuARSs6KFM FVfHSThxa1FKxRlfMvQhtsM7sRattQFKqbO+E9qSyte9E5Pqymr6a9tc4UoTI2dmT/3D 0KuB2W0tYU5dc9FoyGRAa3ZTtlgIAFuNW6khV0hXuSj7W72sHDTSOpvnv+onPyyF31Tq GqPtGK9Y0ihtObe6JcafNSZSsSV9XEjrBtZs/zA3dE1LdekbrVIAf8faUOJvwOWiM/hE HXIw== X-Gm-Message-State: ALoCoQlcttnOQJekWOa2UyPXxvTMJmoUgYapkxWz+oCzJNwEaao4uH1NZEME3ZFzjuKcqwhY/lgF MIME-Version: 1.0 X-Received: by 10.224.129.138 with SMTP id o10mr96619927qas.13.1389112683954; Tue, 07 Jan 2014 08:38:03 -0800 (PST) Received: by 10.140.80.43 with HTTP; Tue, 7 Jan 2014 08:38:03 -0800 (PST) In-Reply-To: <1389111810-10851-1-git-send-email-marcus.shawcroft@linaro.org> References: <1389111810-10851-1-git-send-email-marcus.shawcroft@linaro.org> Date: Tue, 07 Jan 2014 16:38:00 -0000 Message-ID: Subject: Re: [PATCH] [AArch64] Fix FP_ROUNDMODE. From: Marcus Shawcroft To: libc-ports Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-01/txt/msg00024.txt.bz2 On 7 January 2014 16:23, Marcus Shawcroft wrote: > [BZ #16387] Fix FP_ROUNDMODE to extract the correct bits from FPCR. Committed. > ... and I've cherry-pick'd this to 2.18 /Marcus