aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/libbid/ChangeLog
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-23 14:27:55 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-23 14:27:55 +0000
commit8c1faadbb3f2d0bde9680983f1616a60183a3861 (patch)
tree5f173c9800d941b37a345050cd6afd29394d04d5 /libgcc/config/libbid/ChangeLog
parentaef9f8a4ca79b78968415051799b059956d9c689 (diff)
Remove redundant tests
PR libgcc/61685 * bid128_fma.c (rounding_correction): Remove redundant tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212942 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config/libbid/ChangeLog')
-rw-r--r--libgcc/config/libbid/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/config/libbid/ChangeLog b/libgcc/config/libbid/ChangeLog
index 9405a3a2a8d..9d07810b9e5 100644
--- a/libgcc/config/libbid/ChangeLog
+++ b/libgcc/config/libbid/ChangeLog
@@ -1,3 +1,8 @@
+2014-07-23 Marius Cornea <marius.cornea@intel.com>
+
+ PR libgcc/61685
+ * bid128_fma.c (rounding_correction): Remove redundant tests.
+
2014-06-10 Uros Bizjak <ubizjak@gmail.com>
* bid128_div.c (BID128_FUNCTION_ARG2): Remove unused variable 'Ql'.