diff options
author | David S. Miller <davem@davemloft.net> | 2010-03-04 01:02:45 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-04 01:02:45 -0800 |
commit | 605277213e41805f45390adb122e6a320d571f6d (patch) | |
tree | 0d37955337867f46d04bad8be8f573efb8363d89 | |
parent | 2e9337f58ab3165b54acd8ebd84577e3a51f79be (diff) | |
download | glibc-605277213e41805f45390adb122e6a320d571f6d.tar.gz glibc-605277213e41805f45390adb122e6a320d571f6d.tar.xz glibc-605277213e41805f45390adb122e6a320d571f6d.zip |
sparc64: Use dbl-64/wordsize-64 math lib code.
* sysdeps/sparc/sparc64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/sparc/sparc64/Implies | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a9e7a04b4f..94220551dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-04 David S. Miller <davem@davemloft.net> + + * sysdeps/sparc/sparc64/Implies: Add ieee754/dbl-64/wordsize-64 entry. + 2010-03-03 David S. Miller <davem@davemloft.net> * math/math_private.h (INSERT_WORDS64): Fix argument order. diff --git a/sysdeps/sparc/sparc64/Implies b/sysdeps/sparc/sparc64/Implies index 01bf14e73f..7abc50efcc 100644 --- a/sysdeps/sparc/sparc64/Implies +++ b/sysdeps/sparc/sparc64/Implies @@ -1,6 +1,7 @@ wordsize-64 # SPARC uses IEEE 754 floating point. ieee754/ldbl-128 +ieee754/dbl-64/wordsize-64 ieee754/dbl-64 ieee754/flt-32 sparc/sparc64/soft-fp |