diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-03-08 11:07:15 -0300 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-03-08 11:07:15 -0300 |
commit | edf66e57fc2bac083ecc9756a5fe47f9041ed3bb (patch) | |
tree | 1284213b3bbc2e818076eb7775a235498dd66a3e /sysdeps/powerpc/Implies | |
parent | 6d9145d817e570cd986bb088cf2af0bf51ac7dde (diff) | |
download | glibc-edf66e57fc2bac083ecc9756a5fe47f9041ed3bb.tar.gz glibc-edf66e57fc2bac083ecc9756a5fe47f9041ed3bb.tar.xz glibc-edf66e57fc2bac083ecc9756a5fe47f9041ed3bb.zip |
PowerPC: unify math_ldbl.h implementations
This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h.
Diffstat (limited to 'sysdeps/powerpc/Implies')
-rw-r--r-- | sysdeps/powerpc/Implies | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/powerpc/Implies b/sysdeps/powerpc/Implies index 7ccf9a7c4a..78dba9510c 100644 --- a/sysdeps/powerpc/Implies +++ b/sysdeps/powerpc/Implies @@ -1,4 +1,5 @@ # On PowerPC we use the IBM extended long double format. ieee754/ldbl-128ibm +ieee754/ldbl-opt ieee754/dbl-64 ieee754/flt-32 |