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.24-655-g76475ea


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  76475eae8fe220b3ea1e253e7f473cb5147d98f1 (commit)
      from  eb1321f291515dae75c83a40c39e775fdd38e97a (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=76475eae8fe220b3ea1e253e7f473cb5147d98f1

commit 76475eae8fe220b3ea1e253e7f473cb5147d98f1
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Jan 20 23:25:13 2017 +0000

    Update README.libm-test.
    
    This patch updates math/README.libm-test to have a more complete and
    up-to-date list of the characters used in TEST_* macros to indicate
    the types of function inputs and outputs.
    
    	* math/README.libm-test: Update list of characters for input and
    	output types.

diff --git a/ChangeLog b/ChangeLog
index d90569f..c600b44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-20  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/README.libm-test: Update list of characters for input and
+	output types.
+
 2017-01-20  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
 
 	* sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
diff --git a/math/README.libm-test b/math/README.libm-test
index 4fa675c..69e2d3f 100644
--- a/math/README.libm-test
+++ b/math/README.libm-test
@@ -117,6 +117,7 @@ parameter.
 
 The accepted parameter types are:
 - "f" for FLOAT
+- "j" for long double.
 - "b" for boolean - just tests if the output parameter evaluates to 0
   or 1 (only for output).
 - "c" for complex.  This parameter needs two values, first the real,
@@ -124,8 +125,15 @@ The accepted parameter types are:
 - "i" for int.
 - "l" for long int.
 - "L" for long long int.
+- "u" for unsigned int.
+- "M" for intmax_t.
+- "U" for uintmax_t.
+- "p" for an argument (described in the previous character) passed
+  through a pointer rather than directly.
 - "F" for the address of a FLOAT (only as input parameter)
 - "I" for the address of an int (only as input parameter)
+- "1" for an additional output (either output through a pointer passed
+  as an argument, or to a global variable such as signgam).
 
 How to read the test output
 ===========================

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

Summary of changes:
 ChangeLog             |    5 +++++
 math/README.libm-test |    8 ++++++++
 2 files changed, 13 insertions(+), 0 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]