This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix function name in scalbln_test call to END


On 05/14/2013 05:21 PM, Joseph S. Myers wrote:
libm-test.inc:scalbln_test used the wrong function name in the call to
END, meaning that any ulps would have been attributed to the wrong
function.  This patch fixes the function name used.  Tested x86_64 and
x86.

I consider this an obvious patch.

Thanks,
Andreas

2013-05-14  Joseph Myers  <joseph@codesourcery.com>

	* math/libm-test.inc (scalbln_test): Correct function name in END
	call.

diff --git a/math/libm-test.inc b/math/libm-test.inc
index 8a3d41b..82b7d8b 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -13317,7 +13317,7 @@ scalbln_test (void)

    START (scalbln);
    RUN_TEST_LOOP_fl_f (scalbln, scalbln_test_data, );
-  END (scalbn);
+  END (scalbln);
  }





--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]