This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
patch: fix soft-fp FP_EX_UNDERFLOW
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: libc-alpha at sources dot redhat dot com
- Cc: Richard Henderson <rth at redhat dot com>
- Date: Mon, 26 May 2003 15:59:50 -0400
- Subject: patch: fix soft-fp FP_EX_UNDERFLOW
Small typo; should be pretty obvious.
Ok?
2003-05-26 Aldy Hernandez <aldyh@redhat.com>
* soft-fp.h (FP_EX_UNDERFLOW): Define to 0.
Index: soft-fp.h
===================================================================
RCS file: /cvs/glibc/libc/soft-fp/soft-fp.h,v
retrieving revision 1.5
diff -c -p -r1.5 soft-fp.h
*** soft-fp.h 1 Nov 2002 21:49:27 -0000 1.5
--- soft-fp.h 26 May 2003 19:53:00 -0000
***************
*** 55,61 ****
#define FP_EX_OVERFLOW 0
#endif
#ifndef FP_EX_UNDERFLOW
! #define FP_EX_UNDERFLOW
#endif
#ifndef FP_EX_DIVZERO
#define FP_EX_DIVZERO 0
--- 55,61 ----
#define FP_EX_OVERFLOW 0
#endif
#ifndef FP_EX_UNDERFLOW
! #define FP_EX_UNDERFLOW 0
#endif
#ifndef FP_EX_DIVZERO
#define FP_EX_DIVZERO 0