From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9011 invoked by alias); 8 Nov 2012 21:26:47 -0000 Received: (qmail 8971 invoked by uid 22791); 8 Nov 2012 21:26:46 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f41.google.com (HELO mail-pb0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Nov 2012 21:26:40 +0000 Received: by mail-pb0-f41.google.com with SMTP id rq2so2469753pbb.0 for ; Thu, 08 Nov 2012 13:26:39 -0800 (PST) Received: by 10.68.136.67 with SMTP id py3mr28157713pbb.40.1352409999773; Thu, 08 Nov 2012 13:26:39 -0800 (PST) Received: from pebble.twiddle.home (m942036d0.tmodns.net. [208.54.32.148]) by mx.google.com with ESMTPS id qt3sm13980609pbb.32.2012.11.08.13.26.38 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Nov 2012 13:26:39 -0800 (PST) Message-ID: <509C238C.9080503@twiddle.net> Date: Thu, 08 Nov 2012 21:26:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1 MIME-Version: 1.0 To: "Joseph S. Myers" CC: Marcus Shawcroft , libc-ports@sourceware.org Subject: Re: Fwd: [PATCH 1/2] AArch64 glibc port References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-11/txt/msg00033.txt.bz2 On 2012-11-08 10:14, Joseph S. Myers wrote: > * The soft-fp change for correct underflow handling (GCC's soft-fp will > then need updating), revised as I suggested then will need posting to > libc-alpha. Don't forget that the linux kernel has another copy of soft-fp, used for kernel fp emulation in some architectures. Fixes ought to be propagated there as well. r~