* 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 437648e..90035c3 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 66df375..2560d63 100644 (file)
Binary files a/po/es.mo and b/po/es.mo differ
index 66df375..d046123 100644 (file)
Binary files a/po/ko.mo and b/po/ko.mo differ
index aa01c5e..233155e 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)