]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - libdecnumber/ChangeLog
libdecnumber: Sync with GCC
[thirdparty/binutils-gdb.git] / libdecnumber / ChangeLog
index ba4f42b50ff53e2eae069444389a852ad67c9913..7edd6bfb6576401e2ca84e706d24193aaf049def 100644 (file)
@@ -1,3 +1,53 @@
+2018-02-19  Martin Liska  <mliska@suse.cz>
+
+       PR c/81272
+       * decNumber.c (decCompareOp): Do not use bit and
+       for conjunction of predicates.
+
+2018-01-03  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2017-05-29  Sylvestre Ledru  <sylvestre@debian.org>
+
+       * bid/bid2dpd_dpd2bid.c (_bid_to_dpd32): Fix whitespace.
+       (_dpd_to_bid32): Simplify identical code on multiple branches.
+       Fix whitespace.
+       (_bid_to_dpd64, _dpd_to_bid64): Likewise.
+       (_bid_to_dpd128, _dpd_to_bid128): Likewise.
+
+2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
+
+       * decCommon.c (decFloatFromPackedChecked): Fix typo in comment.
+       * decNumber.c (decNumberPower, decMultiplyOp): Likewise.
+
+2017-01-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/79003
+       * Makefile.in (CFLAGS, CPPFLAGS, LDFLAGS): Remove -fno-lto.
+       (NOLTO_FLAGS): New variable.
+       (ALL_CFLAGS): Use it.
+       * configure.ac (nolto_flags): New ACX_PROG_CC_WARNING_OPTS,
+       check for whether -fno-lto works.
+       * configure: Regenerated.
+
+2017-01-06  Martin Liska  <mliska@suse.cz>
+
+       PR bootstrap/79003
+       * Makefile.in: Add -fno-lto to {C,CPP,LD}FLAGS.
+
+2017-01-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
+2016-11-15  Matthias Klose  <doko@ubuntu.com>
+
+       * configure: Regenerate.
+
+2016-01-04  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.