summaryrefslogtreecommitdiff
path: root/sysdeps/sparc/sparc32/fpu/s_fabsl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc/sparc32/fpu/s_fabsl.c')
-rw-r--r--sysdeps/sparc/sparc32/fpu/s_fabsl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc32/fpu/s_fabsl.c b/sysdeps/sparc/sparc32/fpu/s_fabsl.c
new file mode 100644
index 0000000000..3c03b92828
--- /dev/null
+++ b/sysdeps/sparc/sparc32/fpu/s_fabsl.c
@@ -0,0 +1,8 @@
+#include <math.h>
+#include <math_ldbl_opt.h>
+
+long double __fabsl (long double x)
+{
+ return __builtin_fabsl (x);
+}
+long_double_symbol (libm, __fabsl, fabsl);