Date: Sun, 10 Mar 2002 19:18:17 -0800 (PST) From: Thomas Moestl <tmm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/fpu fpu.c fpu_compare.c fpu_emu.h fpu_extern.h Message-ID: <200203110318.g2B3IHK47282@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tmm 2002/03/10 19:18:17 PST Modified files: lib/libc/sparc64/fpu fpu.c fpu_compare.c fpu_emu.h fpu_extern.h Log: Fix some bugs that would prevent %fsr to be set correctly, and add support for fcmp and fcmpe instructions with a condition code specification other than %fcc0. This (primarily the first part) seems to fix a lot of problems that people were seeing, e.g. perl and gawk failures. Reported and analyzed by: wollman Revision Changes Path 1.2 +5 -4 src/lib/libc/sparc64/fpu/fpu.c 1.2 +18 -2 src/lib/libc/sparc64/fpu/fpu_compare.c 1.2 +1 -1 src/lib/libc/sparc64/fpu/fpu_emu.h 1.2 +1 -1 src/lib/libc/sparc64/fpu/fpu_extern.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?200203110318.g2B3IHK47282>