From 55f3aaff8c2a31288f9dde795b63b95d04fca341 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 4 Jun 1996 06:56:47 +0000 Subject: * sysdeps/libm-i387/s_finite.S: Use `setne' instead of `setnel'. --- ChangeLog | 2 +- po/es.mo | Bin 15682 -> 21852 bytes po/ko.mo | Bin 15682 -> 18129 bytes sysdeps/libm-i387/s_finite.S | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) 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) -- cgit v1.2.3-70-g09d2