summaryrefslogtreecommitdiff
path: root/libc/sysdeps/powerpc/powerpc64/fpu/s_fma.S
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2010-10-22 00:19:23 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2010-10-22 00:19:23 +0000
commit362c8265449ccbe244cf34c4a55d9bf2e6d36d64 (patch)
treec1856abcbb0288fd55e5b66a2628dac9f839460a /libc/sysdeps/powerpc/powerpc64/fpu/s_fma.S
parent9a13037b9f1354b7405124e83087b72c4c44d388 (diff)
Merge changes between r11760 and r11842 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@11843 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/powerpc/powerpc64/fpu/s_fma.S')
-rw-r--r--libc/sysdeps/powerpc/powerpc64/fpu/s_fma.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/sysdeps/powerpc/powerpc64/fpu/s_fma.S b/libc/sysdeps/powerpc/powerpc64/fpu/s_fma.S
new file mode 100644
index 000000000..d40695c63
--- /dev/null
+++ b/libc/sysdeps/powerpc/powerpc64/fpu/s_fma.S
@@ -0,0 +1,5 @@
+#include <math_ldbl_opt.h>
+#include <sysdeps/powerpc/fpu/s_fma.S>
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+compat_symbol (libm, __fma, fmal, GLIBC_2_1)
+#endif