summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-01-10 06:07:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-01-10 06:07:18 +0000
commit4ab0ffdb843d71257571cf5b134b8b8b0a7c66c8 (patch)
tree63958aba353c7ed1ccac21e94634b13e5672a077 /testsuites/libtests
parent2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4ab0ffdb843d71257571cf5b134b8b8b0a7c66c8.tar.bz2
2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* math/domath.in: Fix typo in printf. * math/domath.c, math/domathf.c, math/domathl.c: Regenerate. * math/math.scn: Regenerate.
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/ChangeLog6
-rw-r--r--testsuites/libtests/math/domath.c2
-rw-r--r--testsuites/libtests/math/domath.in2
-rw-r--r--testsuites/libtests/math/domathf.c2
-rw-r--r--testsuites/libtests/math/domathl.c2
-rw-r--r--testsuites/libtests/math/math.scn4
6 files changed, 12 insertions, 6 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 2624d28b9a..55ce1b94f5 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,11 @@
2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * math/domath.in: Fix typo in printf.
+ * math/domath.c, math/domathf.c, math/domathl.c: Regenerate.
+ * math/math.scn: Regenerate.
+
+2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.ac: Use ac_cv_header_complex_h.
2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/testsuites/libtests/math/domath.c b/testsuites/libtests/math/domath.c
index 71227df506..2137d34d67 100644
--- a/testsuites/libtests/math/domath.c
+++ b/testsuites/libtests/math/domath.c
@@ -264,7 +264,7 @@ domath (void)
fprintf( stdout, "tanh : %f\n", f1);
f1 = tgamma (2.1);
- fprintf( stdout, "tanh : %f\n", f1);
+ fprintf( stdout, "tgamma : %f\n", f1);
f1 = trunc (3.5);
fprintf( stdout, "trunc : %f\n", f1);
diff --git a/testsuites/libtests/math/domath.in b/testsuites/libtests/math/domath.in
index fd1bd5d005..a41038744e 100644
--- a/testsuites/libtests/math/domath.in
+++ b/testsuites/libtests/math/domath.in
@@ -264,7 +264,7 @@ domath@FSUFFIX@ (void)
fprintf( stdout, "tanh@FSUFFIX@ : %f\n", f1);
f1 = tgamma@FSUFFIX@(2.1);
- fprintf( stdout, "tanh@FSUFFIX@ : %f\n", f1);
+ fprintf( stdout, "tgamma@FSUFFIX@ : %f\n", f1);
f1 = trunc@FSUFFIX@(3.5);
fprintf( stdout, "trunc@FSUFFIX@ : %f\n", f1);
diff --git a/testsuites/libtests/math/domathf.c b/testsuites/libtests/math/domathf.c
index 60c479f6ea..6d99ae1883 100644
--- a/testsuites/libtests/math/domathf.c
+++ b/testsuites/libtests/math/domathf.c
@@ -264,7 +264,7 @@ domathf (void)
fprintf( stdout, "tanhf : %f\n", f1);
f1 = tgammaf(2.1);
- fprintf( stdout, "tanhf : %f\n", f1);
+ fprintf( stdout, "tgammaf : %f\n", f1);
f1 = truncf(3.5);
fprintf( stdout, "truncf : %f\n", f1);
diff --git a/testsuites/libtests/math/domathl.c b/testsuites/libtests/math/domathl.c
index 91991af6ec..06a73809ad 100644
--- a/testsuites/libtests/math/domathl.c
+++ b/testsuites/libtests/math/domathl.c
@@ -264,7 +264,7 @@ domathl (void)
fprintf( stdout, "tanhl : %Lf\n", f1);
f1 = tgammal(2.1);
- fprintf( stdout, "tanhl : %Lf\n", f1);
+ fprintf( stdout, "tgammal : %Lf\n", f1);
f1 = truncl(3.5);
fprintf( stdout, "truncl : %Lf\n", f1);
diff --git a/testsuites/libtests/math/math.scn b/testsuites/libtests/math/math.scn
index 120e61e1ba..48cacac8bb 100644
--- a/testsuites/libtests/math/math.scn
+++ b/testsuites/libtests/math/math.scn
@@ -75,7 +75,7 @@ sinh : 0.868671
sqrt : 3.000000
tan : 1.000000
tanh : 0.655794
-tanh : 1.046486
+tgamma : 1.046486
trunc : 3.000000
y0 : 0.228084
y1 : -0.621136
@@ -156,7 +156,7 @@ sinhf : 0.868671
sqrtf : 3.000000
tanf : 1.000000
tanhf : 0.655794
-tanhf : 1.046486
+tgammaf : 1.046486
truncf : 3.000000
y0f : 0.228084
y1f : -0.621136