From owner-freebsd-amd64@FreeBSD.ORG Thu Feb 2 09:33:39 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 0D72316A420; Thu, 2 Feb 2006 09:33:39 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98E7943D45; Thu, 2 Feb 2006 09:33:38 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [83.242.61.219] (219-61-242-83.dip.h-tel.de [83.242.61.219]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id A8C7A300068D; Thu, 2 Feb 2006 10:33:35 +0100 (CET) Message-ID: <43E1D1E9.3000302@mail.uni-mainz.de> Date: Thu, 02 Feb 2006 10:33:29 +0100 From: "O. Hartmann" User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org, freebsd-stable@freebsd.org Content-Type: multipart/mixed; boundary="------------010809030804050606080304" X-Virus-Scanned: by amavisd-new at uni-mainz.de X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 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 09:33:39 -0000 This is a multi-part message in MIME format. --------------010809030804050606080304 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 --------------010809030804050606080304--