summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2009-02-17 13:50:31 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2009-02-17 13:50:31 +0000
commit974645cefa39f9f92b74fa91ce78c5b67fbc434c (patch)
tree225bfd966c4ebad2fb9d00cb9c2c1e90d5ef0803
parent7197c4696d8de478aa749d59bf1be17cfe748cfc (diff)
downloadgcc-974645cefa39f9f92b74fa91ce78c5b67fbc434c.tar.gz
* config/soft-fp/double.h: Update from glibc CVS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144229 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/soft-fp/double.h7
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d58002070a8..0c0c9f0b0f6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-17 Uros Bizjak <ubizjak@gmail.com>
+
+ * config/soft-fp/double.h: Update from glibc CVS.
+
2009-02-17 Richard Guenther <rguenther@suse.de>
PR tree-optimization/39207
diff --git a/gcc/config/soft-fp/double.h b/gcc/config/soft-fp/double.h
index b012d9d51be..1cde3308bac 100644
--- a/gcc/config/soft-fp/double.h
+++ b/gcc/config/soft-fp/double.h
@@ -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)