diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-02-26 01:06:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-02-26 01:06:05 +0000 |
commit | 4f72518358f9c217d00b8655cae01ad6bf77d9fa (patch) | |
tree | 2a3120a10d54d481695c794f68fe7f1f92573048 /sysdeps/libm-i387 | |
parent | 655fe3107058017a6d4e618be03b91b119457354 (diff) | |
download | glibc-4f72518358f9c217d00b8655cae01ad6bf77d9fa.tar glibc-4f72518358f9c217d00b8655cae01ad6bf77d9fa.tar.gz glibc-4f72518358f9c217d00b8655cae01ad6bf77d9fa.tar.bz2 glibc-4f72518358f9c217d00b8655cae01ad6bf77d9fa.zip |
update from main archive 970226
Diffstat (limited to 'sysdeps/libm-i387')
-rw-r--r-- | sysdeps/libm-i387/e_acoshf.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/libm-i387/e_acoshf.S b/sysdeps/libm-i387/e_acoshf.S index a4f50ba7ac..8aa78957e2 100644 --- a/sysdeps/libm-i387/e_acoshf.S +++ b/sysdeps/libm-i387/e_acoshf.S @@ -1,5 +1,5 @@ /* ix87 specific implementation of arcsinh. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -42,7 +42,7 @@ limit: .double 0.29 .text ENTRY(__ieee754_acoshf) - movl 8(%esp), %ecx + movl 4(%esp), %ecx cmpl $0x3f800000, %ecx jl 5f // < 1 => invalid fldln2 // log(2) |