Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2002 15:08:09 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10375 for review
Message-ID:  <200204272208.g3RM89871527@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204272208.g3RM89871527>