From owner-cvs-all Thu Oct 31 15: 6:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D4B637B401; Thu, 31 Oct 2002 15:06:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5577243E75; Thu, 31 Oct 2002 15:06:42 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9VN5KmV027644; Thu, 31 Oct 2002 15:05:20 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9VN5K8W027643; Thu, 31 Oct 2002 15:05:20 -0800 (PST) Message-Id: <200210312305.g9VN5K8W027643@repoman.freebsd.org> From: Archie Cobbs Date: Thu, 31 Oct 2002 15:05:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/gen infinity.c src/lib/libc/i386/gen infinity.c src/lib/libc/ia64/gen infinity.c src/lib/libc/sparc64/gen infinity.c src/lib/msun/src math.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/10/31 15:05:20 PST Modified files: lib/libc/alpha/gen infinity.c lib/libc/i386/gen infinity.c lib/libc/ia64/gen infinity.c lib/libc/sparc64/gen infinity.c lib/msun/src math.h Log: Re-apply the previously backed-out commit that fixes the problem where HUGE_VAL is not properly aligned on some architectures. The previous fix now works because the two versions of 'math.h' (include/math.h and lib/msun/src/math.h) have since been merged into one. PR: bin/43544 Revision Changes Path 1.6 +1 -1 src/lib/libc/alpha/gen/infinity.c 1.9 +1 -1 src/lib/libc/i386/gen/infinity.c 1.5 +1 -1 src/lib/libc/ia64/gen/infinity.c 1.6 +1 -1 src/lib/libc/sparc64/gen/infinity.c 1.20 +5 -2 src/lib/msun/src/math.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message