From owner-freebsd-amd64@FreeBSD.ORG Thu Feb 2 11:10:36 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F009F16A420; Thu, 2 Feb 2006 11:10:36 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.178.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86CA043D49; Thu, 2 Feb 2006 11:10:36 +0000 (GMT) (envelope-from ohartman@uni-mainz.de) Received: from [134.93.180.123] (ipamzra.Physik.Uni-Mainz.DE [134.93.180.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate1.zdv.Uni-Mainz.DE (Postfix) with ESMTP id E0BBD3000794; Thu, 2 Feb 2006 12:10:34 +0100 (CET) Message-ID: <43E1E8B0.3030702@uni-mainz.de> Date: Thu, 02 Feb 2006 12:10:40 +0100 From: "O. Hartmann" User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: "O. Hartmann" References: <43E1D1E9.3000302@mail.uni-mainz.de> In-Reply-To: <43E1D1E9.3000302@mail.uni-mainz.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de Cc: freebsd-stable@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: missing fpresetsticky in ieeefp.h X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 11:10:37 -0000 O. Hartmann schrieb: > Hello. > I do not know whether this should be a bug report or not, I will ask > prior to any further action. > > Reading 'man fpresetsticky' show up a man page for FPGETROUND(3) and > tells me the existence of the fpresetsticky routine. > Now take a look into , where this function should be > declared. Nothing, I can not find this routine, it seems to be 'not > available' on my FreeBSD6.1-PRERELEASE AMD64 (no 32Bit compatibility). > > Background is, I try to compile GMT 4.1 and ran into this problem again > (I reveal this error since FBSD 5.4-PRE also on i386). > > If fpresetsticky() isn't available on amd64 anymore, it shouldn't be > mentioned in the manpage. But it seems to me to be a bug, so somebody > should confirm this. > > Or there is a mistake I do all the time, in that case, you should > correct me. > > Thanks for your patience, > Oliver > > P.S. > uname -a tells: > FreeBSD thor.schanze.de 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #36: Wed > Feb 1 21:26:07 CET 2006 > root@thor.schanze.de:/usr/obj/usr/src/sys/THOR amd64 Oh, sorry for the noise, I need to correct the i386 issue. On a FreeBSD 6.1-PRERELEASE box GMT 4.1 compiles without a mess, it seems the fpresetsticky() funtion is only available in anm i386 environment. Commenting out this on a amd64 box solves the problem, but I doubt this will be the right way, although there is no such function available on amd64.