* sysdeps/libm-i387/s_finite.S: Use setne' instead of setnel'.

This commit is contained in:
Roland McGrath 1996-06-04 06:56:47 +00:00
parent fa00327fbf
commit 55f3aaff8c
4 changed files with 2 additions and 2 deletions

View File

@ -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>.

BIN
po/es.mo

Binary file not shown.

BIN
po/ko.mo

Binary file not shown.

View 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)