This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.17-664-ge414d74


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e414d745eee93c16787c2b30cb47b83592267d43 (commit)
      from  d9c2a0fd2c4809392e579e988ce98ff68842df9f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e414d745eee93c16787c2b30cb47b83592267d43

commit e414d745eee93c16787c2b30cb47b83592267d43
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue May 14 19:12:54 2013 +0000

    Fix function name in scalbln_test call to END.

diff --git a/ChangeLog b/ChangeLog
index 8763870..c6aec9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/libm-test.inc (scalbln_test): Correct function name in END
+	call.
+
 	* math/libm-test.inc (struct test_f_f1_data): Add comment.
 	(RUN_TEST_LOOP_fI_f1): New macro.
 	(frexp_test_data): New variable.
diff --git a/math/libm-test.inc b/math/libm-test.inc
index 425d9d5..191f403 100644
--- a/math/libm-test.inc
+++ b/math/libm-test.inc
@@ -13333,7 +13333,7 @@ scalbln_test (void)
 
   START (scalbln);
   RUN_TEST_LOOP_fl_f (scalbln, scalbln_test_data, );
-  END (scalbn);
+  END (scalbln);
 }
 
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |    3 +++
 math/libm-test.inc |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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