diff --git a/ChangeLog b/ChangeLog index 437648e4d1..90035c3aff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Tue Jun 4 02:25:44 1996 Roland McGrath - * 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 . diff --git a/po/es.mo b/po/es.mo index 66df3757f5..2560d634ae 100644 Binary files a/po/es.mo and b/po/es.mo differ diff --git a/po/ko.mo b/po/ko.mo index 66df3757f5..d0461239c2 100644 Binary files a/po/ko.mo and b/po/ko.mo differ diff --git a/sysdeps/libm-i387/s_finite.S b/sysdeps/libm-i387/s_finite.S index aa01c5ee45..233155e4d6 100644 --- a/sysdeps/libm-i387/s_finite.S +++ b/sysdeps/libm-i387/s_finite.S @@ -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)