From owner-cvs-all Sun Mar 10 19:18:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5812437B404; Sun, 10 Mar 2002 19:18:17 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B3IHK47282; Sun, 10 Mar 2002 19:18:17 -0800 (PST) (envelope-from tmm) Message-Id: <200203110318.g2B3IHK47282@freefall.freebsd.org> From: Thomas Moestl Date: Sun, 10 Mar 2002 19:18:17 -0800 (PST) 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 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 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