[PATCH, soft-fp]: Update double.h from glibc CVS

Uros Bizjak ubizjak@gmail.com
Tue Feb 17 14:10:00 GMT 2009


Hello!

Attached patch synchronizes soft-fp from upstream.

2009-02-17  Uros Bizjak  <ubizjak@gmail.com>

	* soft-fp/double.h: Update from glibc CVS.

Tested on x86_64-pc-linux-gnu, committed to mainline SVN and 4.3 branch.

Uros.
-------------- next part --------------
Index: double.h
===================================================================
--- double.h	(revision 144226)
+++ double.h	(working copy)
@@ -1,6 +1,7 @@
 /* Software floating-point emulation.
    Definitions for IEEE Double Precision
-   Copyright (C) 1997,1998,1999,2006,2007 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999, 2006, 2007, 2008, 2009
+   Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson (rth@cygnus.com),
 		  Jakub Jelinek (jj@ultra.linux.cz),
@@ -203,13 +204,13 @@
 
 #define FP_UNPACK_SEMIRAW_D(X,val)	\
   do {					\
-    _FP_UNPACK_RAW_2(1,X,val);		\
+    _FP_UNPACK_RAW_1(D,X,val);		\
     _FP_UNPACK_SEMIRAW(D,1,X);		\
   } while (0)
 
 #define FP_UNPACK_SEMIRAW_DP(X,val)	\
   do {					\
-    _FP_UNPACK_RAW_2_P(1,X,val);	\
+    _FP_UNPACK_RAW_1_P(D,X,val);	\
     _FP_UNPACK_SEMIRAW(D,1,X);		\
   } while (0)
 


More information about the Gcc-patches mailing list