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/unix | |
parent | 6d9145d817e570cd986bb088cf2af0bf51ac7dde (diff) | |
download | glibc-edf66e57fc2bac083ecc9756a5fe47f9041ed3bb.zip glibc-edf66e57fc2bac083ecc9756a5fe47f9041ed3bb.tar.gz glibc-edf66e57fc2bac083ecc9756a5fe47f9041ed3bb.tar.bz2 |
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/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/Implies | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/Implies b/sysdeps/unix/sysv/linux/powerpc/Implies deleted file mode 100644 index ff27cdb..0000000 --- a/sysdeps/unix/sysv/linux/powerpc/Implies +++ /dev/null @@ -1,4 +0,0 @@ -# Make sure these routines come before ldbl-opt. -ieee754/ldbl-128ibm -# These supply the ABI compatibility for when long double was double. -ieee754/ldbl-opt |