]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
double.h: Update from glibc CVS.
authorUros Bizjak <ubizjak@gmail.com>
Tue, 17 Feb 2009 13:54:43 +0000 (14:54 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 17 Feb 2009 13:54:43 +0000 (14:54 +0100)
* config/soft-fp/double.h: Update from glibc CVS.

From-SVN: r144230

gcc/ChangeLog
gcc/config/soft-fp/double.h

index 0d4f87b72866e31dba6b285ee353bf5014078636..58c89f0248f9da2ce9d4b60e8d522b3a3efe393f 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/soft-fp/double.h: Update from glibc CVS.
+
 2009-02-17  Joseph Myers  <joseph@codesourcery.com>
 
        PR c/35446
index b012d9d51be7d8a9dd4b73a166c216cbaf66e902..1cde3308bacec5cad82ea3fef489ab5010d69d09 100644 (file)
@@ -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 @@ union _FP_UNION_D
 
 #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)