svn commit: trunk/uClibc/libm/i386

aldot at uclibc.org aldot at uclibc.org
Fri Apr 4 10:04:42 UTC 2008


Author: aldot
Date: 2008-04-04 03:04:41 -0700 (Fri, 04 Apr 2008)
New Revision: 21634

Log:
- use a 16bit value for fnstsw as required by newer binutils.


Modified:
   trunk/uClibc/libm/i386/ftestexcept.c


Changeset:
Modified: trunk/uClibc/libm/i386/ftestexcept.c
===================================================================
--- trunk/uClibc/libm/i386/ftestexcept.c	2008-04-04 07:24:15 UTC (rev 21633)
+++ trunk/uClibc/libm/i386/ftestexcept.c	2008-04-04 10:04:41 UTC (rev 21634)
@@ -24,7 +24,7 @@
 int
 fetestexcept (int excepts)
 {
-  int temp;
+  short temp;
   int xtemp = 0;
 
   /* Get current exceptions.  */




More information about the uClibc-cvs mailing list