patch: fix soft-fp FP_EX_UNDERFLOW

Aldy Hernandez aldyh@redhat.com
Mon May 26 21:28:00 GMT 2003


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



More information about the Libc-alpha mailing list