[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r24213 - in /fsf/trunk/libc: ChangeLog soft-fp/op-4.h soft-fp/op-common.h
- To: commits@xxxxxxxxxx
- Subject: [Commits] r24213 - in /fsf/trunk/libc: ChangeLog soft-fp/op-4.h soft-fp/op-common.h
- From: eglibc@xxxxxxxxxx
- Date: Thu, 10 Oct 2013 00:01:56 -0000
Author: eglibc
Date: Thu Oct 10 00:01:55 2013
New Revision: 24213
Log:
Import glibc-mainline for 2013-10-10
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/soft-fp/op-4.h
fsf/trunk/libc/soft-fp/op-common.h
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Thu Oct 10 00:01:55 2013
@@ -1,3 +1,12 @@
+2013-10-09 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
+ semicolon. From Linux kernel.
+
+2013-10-09 Adam Buchbinder <adam.buchbinder@xxxxxxxxx>
+
+ * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
+
2013-10-08 Yogesh Chaudhari <mr.yogesh@xxxxxxxxx>
[BZ #156]
Modified: fsf/trunk/libc/soft-fp/op-4.h
==============================================================================
--- fsf/trunk/libc/soft-fp/op-4.h (original)
+++ fsf/trunk/libc/soft-fp/op-4.h Thu Oct 10 00:01:55 2013
@@ -683,7 +683,7 @@
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 { \
Modified: fsf/trunk/libc/soft-fp/op-common.h
==============================================================================
--- fsf/trunk/libc/soft-fp/op-common.h (original)
+++ fsf/trunk/libc/soft-fp/op-common.h Thu Oct 10 00:01:55 2013
@@ -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.
*/
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits