]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Oct 1998 11:17:41 +0000 (11:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Oct 1998 11:17:41 +0000 (11:17 +0000)
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.

13 files changed:
ChangeLog
sysdeps/libm-i387/e_fmod.S
sysdeps/libm-i387/e_fmodf.S
sysdeps/libm-i387/e_fmodl.S
sysdeps/libm-i387/s_ilogb.S
sysdeps/libm-i387/s_ilogbf.S
sysdeps/libm-i387/s_logb.S
sysdeps/libm-i387/s_logbf.S
sysdeps/libm-i387/s_remquo.S
sysdeps/libm-i387/s_remquof.S
sysdeps/libm-i387/s_remquol.S
sysdeps/libm-i387/s_significand.S
sysdeps/libm-i387/s_significandf.S

index 25a679d4f6b00bd1992e6bd85fc4d0ad44562194..d80cbb19be550446dfd7b5c4126fa6884caa9e7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 9c780b9791c35cf850dd7719af91fe5a0c8bf3ca..4cf6e9205464a01a65ded93e216f6cffb467b0f3 100644 (file)
@@ -14,6 +14,6 @@ ENTRY(__ieee754_fmod)
        fstsw   %ax
        sahf
        jp      1b
-       fstpl   %st(1)
+       fstp    %st(1)
        ret
 END (__ieee754_fmod)
index fbb0c693e1c7141a3c2b418aaa44d36f4f7cfacb..bbce40976db657c961429d2e5ffd00d48de9e671 100644 (file)
@@ -15,6 +15,6 @@ ENTRY(__ieee754_fmodf)
        fstsw   %ax
        sahf
        jp      1b
-       fstpl   %st(1)
+       fstp    %st(1)
        ret
 END(__ieee754_fmodf)
index f21082e0b4dc84d2e54261f7df2041a09e46bc3b..7ae63a40ab89d2299f796a19c47526a5e9412792 100644 (file)
@@ -16,6 +16,6 @@ ENTRY(__ieee754_fmodl)
        fstsw   %ax
        sahf
        jp      1b
-       fstpl   %st(1)
+       fstp    %st(1)
        ret
 END (__ieee754_fmodl)
index 015fb6f43c6325ec6f902127d391c7d0d2cdbc5b..36fb000c0222289cfbaa7044b65c15219d994722 100644 (file)
@@ -11,7 +11,7 @@ ENTRY(__ilogb)
        fldl    4(%esp)
        fxtract
        pushl   %eax
-       fstpl   %st
+       fstp    %st
 
        fistpl  (%esp)
        fwait
index fd055ab7abe49b29addb1724b2ae3accabf615fb..54f9d4647e029fe39073f5c5fab39b701332759b 100644 (file)
@@ -11,7 +11,7 @@ ENTRY(__ilogbf)
        flds    4(%esp)
        fxtract
        pushl   %eax
-       fstpl   %st
+       fstp    %st
 
        fistpl  (%esp)
        fwait
index 2f1afd40ccbb2742f2844158bc6284f6482e060f..f78c091c8ace1e18a9bb584a4dc19f4af40ad449 100644 (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)
index 0052497272a6bb1a4222ff883c7a26ffd29e2029..91eb3d2925626bc6097f2834eaa76fc3fb5d2f85 100644 (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)
index 252bf2678aad37e80ca9fcf389c208659c225c7c..8ada191771baa58bafc06af384c93e1eba386a0a 100644 (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
index 144eb3034c7dd47c343c8c06b28980f2a3dc6acb..f60aec9c46a1ce2fe2d4443bd7714cc9c091cc23 100644 (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
index 2cbcdf18af151124f4286e633207eb5aa8e57e42..115d6e874bfac3c63ff6ef33ae930831dc98c49f 100644 (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
index 4f8d91fe9de8ecfe08a5b3b234651daf4754bb57..4859b7ed714262f5bdd84079062b8f10c97e9aa6 100644 (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)
index 603e9f029dfb2e3d90d45a505b67e764bc577cfe..3a2de977595fa9e8a5bc7284e302cb420dedb2ef 100644 (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)