Date: Thu, 31 Oct 2002 15:05:20 -0800 (PST) From: Archie Cobbs <archie@FreeBSD.org> 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 Message-ID: <200210312305.g9VN5K8W027643@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210312305.g9VN5K8W027643>