From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15624 invoked by alias); 14 Mar 2007 00:45:48 -0000 Received: (qmail 15607 invoked by uid 22791); 14 Mar 2007 00:45:48 -0000 X-Spam-Check-By: sourceware.org Received: from are.twiddle.net (HELO are.twiddle.net) (64.81.246.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Mar 2007 00:45:38 +0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.13.8/8.13.6) with ESMTP id l2E0jaFw008339 for ; Tue, 13 Mar 2007 17:45:36 -0700 Received: (from rth@localhost) by are.twiddle.net (8.13.8/8.13.8/Submit) id l2E0jaJZ008338 for libc-hacker@sourceware.org; Tue, 13 Mar 2007 17:45:36 -0700 Date: Wed, 14 Mar 2007 00:45:00 -0000 From: Richard Henderson To: libc-hacker@sourceware.org Subject: [rfa] ldbl-128 missing long-double-fcts Message-ID: <20070314004536.GA8310@twiddle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00014.txt.bz2 Before Steve pointed me at the extra Implies files, I was testing alpha without backward compatibility with 64-bit long double, and in the process I discovered that using plain ldbl-128 doesn't work. Ok? r~ Index: sysdeps/ieee754/ldbl-128/Makefile =================================================================== RCS file: sysdeps/ieee754/ldbl-128/Makefile diff -N sysdeps/ieee754/ldbl-128/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ sysdeps/ieee754/ldbl-128/Makefile 14 Mar 2007 00:43:17 -0000 @@ -0,0 +1 @@ +long-double-fcts = yes