From owner-p4-projects Sat Apr 27 15: 8:17 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9F5BB37B417; Sat, 27 Apr 2002 15:08:10 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F92F37B404 for ; Sat, 27 Apr 2002 15:08:09 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3RM89871527 for perforce@freebsd.org; Sat, 27 Apr 2002 15:08:09 -0700 (PDT) (envelope-from jake@freebsd.org) Date: Sat, 27 Apr 2002 15:08:09 -0700 (PDT) Message-Id: <200204272208.g3RM89871527@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jake@freebsd.org using -f From: Jake Burkholder Subject: PERFORCE change 10375 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10375 Change 10375 by jake@jake_sparc64 on 2002/04/27 15:08:08 Add code to emulate operations on long doubles. GCC generates calls to these functions when configured without HARD_QUAD or with the -msoft-quad-float flag. It sometimes has problems with long doubles otherwise. Affected files ... ... //depot/projects/sparc64/lib/libc/sparc64/fpu/Makefile.inc#5 edit ... //depot/projects/sparc64/lib/libc/sparc64/fpu/fpu_qp.c#1 add Differences ... ==== //depot/projects/sparc64/lib/libc/sparc64/fpu/Makefile.inc#5 (text+ko) ==== @@ -5,4 +5,4 @@ CFLAGS+= -I${.CURDIR}/sparc64/sys SRCS+= fpu.c fpu_add.c fpu_compare.c fpu_div.c fpu_explode.c fpu_implode.c \ - fpu_mul.c fpu_reg.S fpu_sqrt.c fpu_subr.c + fpu_mul.c fpu_qp.c fpu_reg.S fpu_sqrt.c fpu_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message