mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
* soft-fp/soft-fp.h (FP_EX_UNDERFLOW): Define to 0.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-05-26 Aldy Hernandez <aldyh@redhat.com>
|
||||||
|
|
||||||
|
* soft-fp/soft-fp.h (FP_EX_UNDERFLOW): Define to 0.
|
||||||
|
|
||||||
2003-05-28 Roland McGrath <roland@redhat.com>
|
2003-05-28 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/ia64/setcontext.S: Pass fourth argument to
|
* sysdeps/unix/sysv/linux/ia64/setcontext.S: Pass fourth argument to
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/* Software floating-point emulation.
|
/* Software floating-point emulation.
|
||||||
Copyright (C) 1997,1998,1999,2000,2002 Free Software Foundation, Inc.
|
Copyright (C) 1997,1998,1999,2000,2002,2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Richard Henderson (rth@cygnus.com),
|
Contributed by Richard Henderson (rth@cygnus.com),
|
||||||
Jakub Jelinek (jj@ultra.linux.cz),
|
Jakub Jelinek (jj@ultra.linux.cz),
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
#define FP_EX_OVERFLOW 0
|
#define FP_EX_OVERFLOW 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef FP_EX_UNDERFLOW
|
#ifndef FP_EX_UNDERFLOW
|
||||||
#define FP_EX_UNDERFLOW
|
#define FP_EX_UNDERFLOW 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef FP_EX_DIVZERO
|
#ifndef FP_EX_DIVZERO
|
||||||
#define FP_EX_DIVZERO 0
|
#define FP_EX_DIVZERO 0
|
||||||
|
Reference in New Issue
Block a user