aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/libbid/ChangeLog
diff options
context:
space:
mode:
authorMarius Cornea <marius.cornea@intel.com>2014-07-23 14:27:55 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2014-07-23 07:27:55 -0700
commit0f8f303baf802039d252319d331b03ed7b212740 (patch)
tree5f173c9800d941b37a345050cd6afd29394d04d5 /libgcc/config/libbid/ChangeLog
parentc97191482168429744cf44bc2690eacce4fa6a31 (diff)
downloadgcc-0f8f303baf802039d252319d331b03ed7b212740.zip
gcc-0f8f303baf802039d252319d331b03ed7b212740.tar.gz
gcc-0f8f303baf802039d252319d331b03ed7b212740.tar.bz2
Remove redundant tests
PR libgcc/61685 * bid128_fma.c (rounding_correction): Remove redundant tests. From-SVN: r212942
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 9405a3a..9d07810 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'.