From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16778 invoked by alias); 3 Aug 2012 20:12:40 -0000 Received: (qmail 16756 invoked by uid 22791); 3 Aug 2012 20:12:38 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from toast.topped-with-meat.com (HELO topped-with-meat.com) (204.197.218.159) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Aug 2012 20:12:24 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id 777F52C0C9; Fri, 3 Aug 2012 13:12:23 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Richard Henderson Cc: libc-alpha@sourceware.org, libc-ports@sourceware.org Subject: Re: [PATCH roland/off64_t] clean up wordsize-64 off_t functions In-Reply-To: Richard Henderson's message of Friday, 3 August 2012 12:58:05 -0700 <501C2D4D.7060203@twiddle.net> References: <20120802172110.E4A912C0DF@topped-with-meat.com> <20120802214648.64D7C2C0AA@topped-with-meat.com> <501C2D4D.7060203@twiddle.net> Message-Id: <20120803201223.777F52C0C9@topped-with-meat.com> Date: Fri, 03 Aug 2012 20:12:00 -0000 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.0 cv=e8d9udV/ c=1 sm=1 a=B1uyGAV3Q-0A:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=14OXPxybAAAA:8 a=APaEfMhIq-_kv4IkmSQA:9 a=CjuIK1q_8ugA:10 a=WkljmVdYkabdwxfqvArNOQ==:117 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-08/txt/msg00034.txt.bz2 > On 2012-08-02 14:46, Roland McGrath wrote: > > I've updated the roland/off64_t branch and I now think it should cover all > > wordsize-64 configurations, but only x86_64 has actually been tested. > > So folks please test on: > > alpha, ia64, mips64, tilegx64, powerpc64, s390x, sparc64 > > No changes on alpha. Did you test roland/off64_t or roland/dirent64? Thanks, Roland