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.18-277-gcb8f956


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  cb8f9562a53b54ffbcc0b4ba4a6ac5e56b05beb2 (commit)
       via  5b60c59de550dc359ef08f1584e2f574b804041f (commit)
      from  b86835ca92a1942ed08d8b5ee47498e711feaddb (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=cb8f9562a53b54ffbcc0b4ba4a6ac5e56b05beb2

commit cb8f9562a53b54ffbcc0b4ba4a6ac5e56b05beb2
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Oct 9 19:23:05 2013 +0000

    soft-fp: Remove trailing semicolon from _FP_FRAC_DISASSEMBLE_4.

diff --git a/ChangeLog b/ChangeLog
index 9565708..00ba832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-09  Joseph Myers  <joseph@codesourcery.com>
+
+	* soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
+	semicolon.  From Linux kernel.
+
 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
 
 	* soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
diff --git a/soft-fp/op-4.h b/soft-fp/op-4.h
index f16870d..7fccbd5 100644
--- a/soft-fp/op-4.h
+++ b/soft-fp/op-4.h
@@ -683,7 +683,7 @@ do {						\
     X##_f[1] = (rsize <= _FP_W_TYPE_SIZE ? 0 : r >> _FP_W_TYPE_SIZE);	\
     X##_f[2] = (rsize <= 2*_FP_W_TYPE_SIZE ? 0 : r >> 2*_FP_W_TYPE_SIZE); \
     X##_f[3] = (rsize <= 3*_FP_W_TYPE_SIZE ? 0 : r >> 3*_FP_W_TYPE_SIZE); \
-  } while (0);
+  } while (0)
 
 #define _FP_FRAC_COPY_4_1(D, S)			\
 do {						\

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5b60c59de550dc359ef08f1584e2f574b804041f

commit 5b60c59de550dc359ef08f1584e2f574b804041f
Author: Adam Buchbinder <adam.buchbinder@gmail.com>
Date:   Wed Oct 9 19:20:48 2013 +0000

    soft-fp: fix typo in comment.

diff --git a/ChangeLog b/ChangeLog
index d423483..9565708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
+
+	* soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
+
 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
 
 	[BZ #156]
diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h
index bed1e21..75ea352 100644
--- a/soft-fp/op-common.h
+++ b/soft-fp/op-common.h
@@ -46,7 +46,7 @@
    : !(_FP_FRAC_HIGH_##fs(X) & _FP_QNANBIT_SH_##fs))
 
 /*
- * Finish truely unpacking a native fp value by classifying the kind
+ * Finish truly unpacking a native fp value by classifying the kind
  * of fp value and normalizing both the exponent and the fraction.
  */
 

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

Summary of changes:
 ChangeLog           |    9 +++++++++
 soft-fp/op-4.h      |    2 +-
 soft-fp/op-common.h |    2 +-
 3 files changed, 11 insertions(+), 2 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]