From 767b6275d7bf9096e3f52348401632e1e58d4896 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 Dec 2000 08:37:38 +0000 Subject: Update. 2000-12-04 Ulrich Drepper * sysdeps/alpha/fpu/bits/mathdef.h: Remove FLT_EVAL_METHOD and DECIMAL_DIG definitions. * sysdeps/arm/fpu/bits/mathdef.h: Likewise * sysdeps/generic/bits/mathdef.h: Likewise * sysdeps/i386/fpu/bits/mathdef.h: Likewise * sysdeps/ia64/fpu/bits/mathdef.h: Likewise * sysdeps/m68k/fpu/bits/mathdef.h: Likewise * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise * sysdeps/sparc/fpu/bits/mathdef.h: Likewise * sysdeps/sh/sh4/fpu/bits/mathdef.h: Likewise * math/test-fenv.c (main): Use return instead of exit to avoid warning. * math/atest-exp.c: Mark local functions as static to avoid warnings. * math/atest-exp2.c: Likewise. * math/atest-sincos.c: Likewise. --- math/atest-sincos.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/atest-sincos.c') diff --git a/math/atest-sincos.c b/math/atest-sincos.c index 9fd474a2b2..b07dea393e 100644 --- a/math/atest-sincos.c +++ b/math/atest-sincos.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Geoffrey Keating , 1997. @@ -43,7 +43,7 @@ static const char cos1[101] = "300240b760e6fa96a94430a52d0e9e43f3450e3b8ff99bc934"; static const char hexdig[] = "0123456789abcdef"; -void +static void print_mpn_hex (const mp_limb_t *x, unsigned size) { char value[size + 1]; @@ -59,7 +59,7 @@ print_mpn_hex (const mp_limb_t *x, unsigned size) fputs (value, stdout); } -void +static void sincosx_mpn (mp1 si, mp1 co, mp1 xx, mp1 ix) { int i; -- cgit v1.2.3