summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-04 06:56:47 +0000
committerRoland McGrath <roland@gnu.org>1996-06-04 06:56:47 +0000
commit55f3aaff8c2a31288f9dde795b63b95d04fca341 (patch)
tree10b5308ca810947c3cabd3da7c28206c35c21570
parentfa00327fbf80bd0928c0c4babc6680ff1c9f3584 (diff)
* sysdeps/libm-i387/s_finite.S: Use `setne' instead of `setnel'.
-rw-r--r--ChangeLog2
-rw-r--r--po/es.mobin15682 -> 21852 bytes
-rw-r--r--po/ko.mobin15682 -> 18129 bytes
-rw-r--r--sysdeps/libm-i387/s_finite.S2
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 <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>.
diff --git a/po/es.mo b/po/es.mo
index 66df3757f5..2560d634ae 100644
--- a/po/es.mo
+++ b/po/es.mo
Binary files differ
diff --git a/po/ko.mo b/po/ko.mo
index 66df3757f5..d0461239c2 100644
--- a/po/ko.mo
+++ b/po/ko.mo
Binary files 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)