diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-15 23:07:44 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-06-18 09:37:46 -0400 |
commit | f57a3bca61357a599be99552aaa6084bd8276682 (patch) | |
tree | 57b759b9dcff9a0af002b351cefd0f954a22e57c /libdecnumber/ChangeLog | |
parent | b0f49e3fd776bd64d55c76f001f353c1327d3001 (diff) | |
download | gdb-f57a3bca61357a599be99552aaa6084bd8276682.zip gdb-f57a3bca61357a599be99552aaa6084bd8276682.tar.gz gdb-f57a3bca61357a599be99552aaa6084bd8276682.tar.bz2 |
libdecnumber: Sync with GCC
Diffstat (limited to 'libdecnumber/ChangeLog')
-rw-r--r-- | libdecnumber/ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index ba4f42b..7edd6bf 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -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. |