+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.
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 { \