about summary refs log tree commit diff
path: root/sysdeps/m68k
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2018-03-16 14:25:41 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2018-03-16 14:25:41 +0000
commit22679b2c33aae0211f631cd1d01c1ae1e8575fdf (patch)
treec0da7eee61c04c8670355804263078879f624002 /sysdeps/m68k
parent700593fdd7aef1e36cfa8bad969faab76a6facda (diff)
downloadglibc-22679b2c33aae0211f631cd1d01c1ae1e8575fdf.tar.gz
glibc-22679b2c33aae0211f631cd1d01c1ae1e8575fdf.tar.xz
glibc-22679b2c33aae0211f631cd1d01c1ae1e8575fdf.zip
Revert m68k __ieee754_sqrt change
Revert m68k __ieee754_sqrt change as it causes a build failure in one
m68k configuration.  m68k-linux-gnu now passes again.

	* sysdeps/m68k/m680x0/fpu/mathimpl.h (__ieee754_sqrt): Revert previous
	commit.
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r--sysdeps/m68k/m680x0/fpu/mathimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/mathimpl.h b/sysdeps/m68k/m680x0/fpu/mathimpl.h
index d39094cccb..848f9cffaa 100644
--- a/sysdeps/m68k/m680x0/fpu/mathimpl.h
+++ b/sysdeps/m68k/m680x0/fpu/mathimpl.h
@@ -30,6 +30,7 @@ __inline_mathop	(__ieee754_exp10, tentox,)
 __inline_mathop	(__ieee754_log10, log10,)
 __inline_mathop	(__ieee754_log2, log2,)
 __inline_mathop	(__ieee754_log, logn,)
+__inline_mathop	(__ieee754_sqrt, sqrt,)
 __inline_mathop	(__ieee754_atanh, atanh,)
 
 __m81_defun (double, __ieee754_remainder, (double __x, double __y),)