]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/libm-i387/s_finite.S: Use `setne' instead of `setnel'.
authorRoland McGrath <roland@gnu.org>
Tue, 4 Jun 1996 06:56:47 +0000 (06:56 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 4 Jun 1996 06:56:47 +0000 (06:56 +0000)
ChangeLog
po/es.mo
po/ko.mo
sysdeps/libm-i387/s_finite.S

index 437648e4d1430ea7c8d294feffd4717f41e64474..90035c3aff690b4a4ab77d27efcccb4348dfea69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 Tue Jun  4 02:25:44 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
-       * sysdeps/libm-i387/s_finite.S: Use %eax instead of %al in setnel insn.
+       * sysdeps/libm-i387/s_finite.S: Use `setne' instead of `setnel'.
 
        * intl/l10nflist.c: Fix conditional on #include <argz.h>.
 
index 66df3757f5def42dd8d1ddbfe809eea945fd8f61..2560d634ae39b610901a83f140b10f98861119d0 100644 (file)
Binary files a/po/es.mo and b/po/es.mo differ
index 66df3757f5def42dd8d1ddbfe809eea945fd8f61..d0461239c2e0473bd142f02a2bea1827faba11ed 100644 (file)
Binary files a/po/ko.mo and b/po/ko.mo differ
index aa01c5ee4588659222a2aaf3bf3d647dd77655b7..233155e4d63f877512b7f3885a48f5bda98eea37 100644 (file)
@@ -11,7 +11,7 @@ ENTRY(__finite)
        movl    8(%esp),%eax
        andl    $0x7ff00000, %eax
        cmpl    $0x7ff00000, %eax
-       setnel  %eax
+       setne   %al
        andl    $0x000000ff, %eax
        ret
 weak_alias (__finite, finite)