From f30e0cd35eae3bfac07df89db16c04de1a39671d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 20 Oct 1999 03:20:31 +0000 Subject: Update. 1999-10-19 Ulrich Drepper * sysdeps/i386/fpu/s_nextafterl.c: Add __nextafterl and nextafterl aliases. * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Don't handle -Inf special. * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Check for -Inf and return NaN. * math/gen-libm-test.pl: Fix program name in help message. * math/libm-test.inc (check_complex): It's Imaginary, not Complex. * math/libm-test.inc (gamma_test): Result of gamma(-inf) is +inf. * sysdeps/i386/Implies: Correct order of libm directories. --- math/gen-libm-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/gen-libm-test.pl') diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl index 275ba7beaa..7a8c518d3e 100755 --- a/math/gen-libm-test.pl +++ b/math/gen-libm-test.pl @@ -79,7 +79,7 @@ $ulps_file = 'libm-test-ulps'; $output_dir = ''; if ($opt_h) { - print "Usage: generate.pl [OPTIONS]\n"; + print "Usage: gen-libm-test.pl [OPTIONS]\n"; print " -h print this help, then exit\n"; print " -o DIR directory where generated files will be placed\n"; print " -n generate sorted file NewUlps from libm-test-ulps\n"; -- cgit v1.2.3