comparison libdecnumber/ChangeLog @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 2017-05-29 Sylvestre Ledru <sylvestre@debian.org>
2
3 * bid/bid2dpd_dpd2bid.c (_bid_to_dpd32): Fix whitespace.
4 (_dpd_to_bid32): Simplify identical code on multiple branches.
5 Fix whitespace.
6 (_bid_to_dpd64, _dpd_to_bid64): Likewise.
7 (_bid_to_dpd128, _dpd_to_bid128): Likewise.
8
9 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
10
11 * decCommon.c (decFloatFromPackedChecked): Fix typo in comment.
12 * decNumber.c (decNumberPower, decMultiplyOp): Likewise.
13
14 2017-01-08 Jakub Jelinek <jakub@redhat.com>
15
16 PR bootstrap/79003
17 * Makefile.in (CFLAGS, CPPFLAGS, LDFLAGS): Remove -fno-lto.
18 (NOLTO_FLAGS): New variable.
19 (ALL_CFLAGS): Use it.
20 * configure.ac (nolto_flags): New ACX_PROG_CC_WARNING_OPTS,
21 check for whether -fno-lto works.
22 * configure: Regenerated.
23
24 2017-01-06 Martin Liska <mliska@suse.cz>
25
26 PR bootstrap/79003
27 * Makefile.in: Add -fno-lto to {C,CPP,LD}FLAGS.
28
29 2017-01-01 Jakub Jelinek <jakub@redhat.com>
30
31 Update copyright years.
32
33 2016-11-15 Matthias Klose <doko@ubuntu.com>
34
35 * configure: Regenerate.
36
37 2016-01-04 Jakub Jelinek <jakub@redhat.com>
38
39 Update copyright years.
40
41 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
42
43 * configure: Regenerated.
44
45 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
46
47 * aclocal.m4: Regenerated with automake-1.11.6.
48
49 2015-01-05 Jakub Jelinek <jakub@redhat.com>
50
51 Update copyright years.
52
53 2014-11-11 David Malcolm <dmalcolm@redhat.com>
54
55 * ChangeLog.jit: New.
56
57 2014-01-23 Marek Polacek <polacek@redhat.com>
58
59 PR c/59871
60 * decNumberLocal.h (UBFROMUS, UBFROMUI): Remove last argument.
61
62 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
63
64 Update copyright years
65
66 2013-10-15 David Malcolm <dmalcolm@redhat.com>
67
68 * Makefile.in (PICFLAG): New.
69 (ALL_CFLAGS): Add PICFLAG.
70 * configure.ac: Add --enable-host-shared, setting up new
71 PICFLAG variable.
72 * configure: Regenerate.
73
74 2013-07-09 Simon Baldwin <simonb@google.com>
75
76 * configure.ac: Add AC_CONFIG_AUX_DIR.
77 * configure: Regenerated.
78
79 2013-03-27 Kai Tietz <ktietz@redhat.com>
80
81 * configure: Regenerated.
82
83 2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
84
85 Update copyright years.
86
87 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
88
89 * configure: Regenerate.
90
91 2011-12-20 Andreas Schwab <schwab@linux-m68k.org>
92
93 * configure: Regenerate.
94
95 2011-12-19 Andreas Schwab <schwab@linux-m68k.org>
96
97 * configure: Regenerate.
98
99 2011-04-20 Jim Meyering <meyering@redhat.com>
100
101 * decNumber.c (decNumberFromString): Remove useless
102 if-before-free test.
103 (decNumberCompareTotalMag, decNumberExp, decNumberFMA): Likewise.
104 (decNumberLn, decNumberLog10, decNumberPower): Likewise.
105 (decNumberReduce, decNumberSquareRoot, decAddOp): Likewise.
106 (decDivideOp, NEEDTWO, decExpOp, LN2): Likewise.
107
108 2011-03-28 Mike Frysinger <vapier@gentoo.org>
109
110 * .gitignore: New file.
111
1 2010-11-24 Nathan Froyd <froydnj@codesourcery.com> 112 2010-11-24 Nathan Froyd <froydnj@codesourcery.com>
2 113
3 * dconfig.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete. 114 * dconfig.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
4 (WORDS_BIG_ENDIAN): Define based on value of __FLOAT_WORD_ORDER__. 115 (WORDS_BIG_ENDIAN): Define based on value of __FLOAT_WORD_ORDER__.
5 116
560 * decContext.c, decContext.h: Likewise. 671 * decContext.c, decContext.h: Likewise.
561 * decUtility.c, decUtility.h: Likewise. 672 * decUtility.c, decUtility.h: Likewise.
562 * decNumber.c, decNumber.h, decNumberLocal.h: Likewise. 673 * decNumber.c, decNumber.h, decNumberLocal.h: Likewise.
563 * decDPD.h: Likewise. 674 * decDPD.h: Likewise.
564 * decLibrary.c, decRound.c: Likewise. 675 * decLibrary.c, decRound.c: Likewise.
676
677 Copyright (C) 2005-2017 Free Software Foundation, Inc.
678
679 Copying and distribution of this file, with or without modification,
680 are permitted in any medium without royalty provided the copyright
681 notice and this notice are preserved.