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_j1l.c | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 math/e_j1l.c (limited to 'math/e_j1l.c') diff --git a/math/e_j1l.c b/math/e_j1l.c deleted file mode 100644 index 656abeb..0000000 --- a/math/e_j1l.c +++ /dev/null @@ -1,25 +0,0 @@ -#include -#include -#include -#include "math_private.h" - -long double -__ieee754_j1l (long double x) -{ - fputs ("__ieee754_j1l not implemented\n", stderr); - __set_errno (ENOSYS); - return 0.0; -} - -stub_warning (j1l) - -long double -__ieee754_y1l (long double x) -{ - fputs ("__ieee754_y1l not implemented\n", stderr); - __set_errno (ENOSYS); - return 0.0; -} - -stub_warning (y1l) -#include -- cgit v1.1