From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- math/e_hypotl.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 math/e_hypotl.c (limited to 'math/e_hypotl.c') diff --git a/math/e_hypotl.c b/math/e_hypotl.c deleted file mode 100644 index 07df22e..0000000 --- a/math/e_hypotl.c +++ /dev/null @@ -1,14 +0,0 @@ -#include -#include -#include - -long double -__ieee754_hypotl (long double x, long double y) -{ - fputs ("__ieee754_hypotl not implemented\n", stderr); - __set_errno (ENOSYS); - return 0.0; -} - -stub_warning (__ieee754_hypotl) -#include -- cgit v1.1