1998-10-30 11:15  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/libm-i387/e_fmod.S: Remove invalid operand size suffix.
	* sysdeps/libm-i387/e_fmodf.S: Likewise.
	* sysdeps/libm-i387/e_fmodl.S: Likewise.
	* sysdeps/libm-i387/s_ilogb.S: Likewise.
	* sysdeps/libm-i387/s_ilogbf.S: Likewise.
	* sysdeps/libm-i387/s_logb.S: Likewise.
	* sysdeps/libm-i387/s_logbf.S: Likewise.
	* sysdeps/libm-i387/s_remquo.S: Likewise.
	* sysdeps/libm-i387/s_remquof.S: Likewise.
	* sysdeps/libm-i387/s_remquol.S: Likewise.
	* sysdeps/libm-i387/s_significand.S: Likewise.
	* sysdeps/libm-i387/s_significandf.S: Likewise.

1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>

	* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
	_llseek.

1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>

	* math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
This commit is contained in:
Ulrich Drepper 1998-10-30 11:17:41 +00:00
parent d4f4d1ca99
commit 0e19d4a310
13 changed files with 36 additions and 21 deletions

View File

@ -1,12 +1,27 @@
1998-10-30 Geoff Keating <geoffk@ozemail.com.au>
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
_llseek.
1998-10-30 Geoff Keating <geoffk@ozemail.com.au>
* math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
1998-10-30 11:15 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-i387/e_fmod.S: Remove invalid operand size suffix.
* sysdeps/libm-i387/e_fmodf.S: Likewise.
* sysdeps/libm-i387/e_fmodl.S: Likewise.
* sysdeps/libm-i387/s_ilogb.S: Likewise.
* sysdeps/libm-i387/s_ilogbf.S: Likewise.
* sysdeps/libm-i387/s_logb.S: Likewise.
* sysdeps/libm-i387/s_logbf.S: Likewise.
* sysdeps/libm-i387/s_remquo.S: Likewise.
* sysdeps/libm-i387/s_remquof.S: Likewise.
* sysdeps/libm-i387/s_remquol.S: Likewise.
* sysdeps/libm-i387/s_significand.S: Likewise.
* sysdeps/libm-i387/s_significandf.S: Likewise.
1998-10-30 Geoff Keating <geoffk@ozemail.com.au>
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
_llseek.
1998-10-30 Geoff Keating <geoffk@ozemail.com.au>
* math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
1998-10-29 Ulrich Drepper <drepper@cygnus.com>
* stdio-common/vfprintf.c (vfprintf): Fix the remaining premature

View File

@ -14,6 +14,6 @@ ENTRY(__ieee754_fmod)
fstsw %ax
sahf
jp 1b
fstpl %st(1)
fstp %st(1)
ret
END (__ieee754_fmod)

View File

@ -15,6 +15,6 @@ ENTRY(__ieee754_fmodf)
fstsw %ax
sahf
jp 1b
fstpl %st(1)
fstp %st(1)
ret
END(__ieee754_fmodf)

View File

@ -16,6 +16,6 @@ ENTRY(__ieee754_fmodl)
fstsw %ax
sahf
jp 1b
fstpl %st(1)
fstp %st(1)
ret
END (__ieee754_fmodl)

View File

@ -11,7 +11,7 @@ ENTRY(__ilogb)
fldl 4(%esp)
fxtract
pushl %eax
fstpl %st
fstp %st
fistpl (%esp)
fwait

View File

@ -11,7 +11,7 @@ ENTRY(__ilogbf)
flds 4(%esp)
fxtract
pushl %eax
fstpl %st
fstp %st
fistpl (%esp)
fwait

View File

@ -10,7 +10,7 @@ RCSID("$NetBSD: s_logb.S,v 1.4 1995/05/09 00:14:30 jtc Exp $")
ENTRY(__logb)
fldl 4(%esp)
fxtract
fstpl %st
fstp %st
ret
END (__logb)
weak_alias (__logb, logb)

View File

@ -10,7 +10,7 @@ RCSID("$NetBSD: s_logbf.S,v 1.3 1995/05/09 00:15:12 jtc Exp $")
ENTRY(__logbf)
flds 4(%esp)
fxtract
fstpl %st
fstp %st
ret
END (__logbf)
weak_alias (__logbf, logbf)

View File

@ -13,7 +13,7 @@ ENTRY(__remquo)
fstsw %ax
sahf
jp 1b
fstpl %st(1)
fstp %st(1)
/* Compute the congruent of the quotient. */
movl %eax, %ecx
shrl $8, %eax

View File

@ -13,7 +13,7 @@ ENTRY(__remquof)
fstsw %ax
sahf
jp 1b
fstpl %st(1)
fstp %st(1)
/* Compute the congruent of the quotient. */
movl %eax, %ecx
shrl $8, %eax

View File

@ -13,7 +13,7 @@ ENTRY(__remquol)
fstsw %ax
sahf
jp 1b
fstpl %st(1)
fstp %st(1)
/* Compute the congruent of the quotient. */
movl %eax, %ecx
shrl $8, %eax

View File

@ -10,7 +10,7 @@ RCSID("$NetBSD: s_significand.S,v 1.4 1995/05/09 00:21:47 jtc Exp $")
ENTRY(__significand)
fldl 4(%esp)
fxtract
fstpl %st(1)
fstp %st(1)
ret
END (__significand)
weak_alias (__significand, significand)

View File

@ -10,7 +10,7 @@ RCSID("$NetBSD: s_significandf.S,v 1.3 1995/05/09 00:24:07 jtc Exp $")
ENTRY(__significandf)
flds 4(%esp)
fxtract
fstpl %st(1)
fstp %st(1)
ret
END (__significandf)
weak_alias (__significandf, significandf)