Update ChangeLog and version files for release
[official-gcc.git] / gnattools / ChangeLog
blobb57d12aab2831bac570933931217bb1ee1019205
1 2016-08-22  Release Manager
3         * GCC 6.2.0 released.
5 2016-04-27  Release Manager
7         * GCC 6.1.0 released.
9 2016-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
11         PR bootstrap/70173
12         * Makefile.in (distclean): Also delete config.cache .
14 2015-12-06  Eric Botcazou  <ebotcazou@adacore.com>
16         PR ada/50048
17         * Makefile.in (ftop_srcdir): New variable.
18         (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
20 2015-06-08  John Marino  <gnugcc@marino.st>
22         * configure.ac (*-*-dragonfly*): New configuration.
23         * configure: Regenerate.
25 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
27         * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
29 2014-01-27  Eric Botcazou  <ebotcazou@adacore.com>
31         * configure.ac (*-*-lynxos*): Delete.
32         * configure: Regenerate.
34 2013-12-12  Eric Botcazou  <ebotcazou@adacore.com>
35             Iain Sandoe  <iain@codesourcery.com>
37         PR ada/55946
38         * Makefile.in (host): Define.
39         (host_alias): Likewise.
40         (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
41         (GNATMAKE_FOR_HOST): Define.
42         (GNATLINK_FOR_HOST): Likewise.
43         (GNATBIND_FOR_HOST): Likewise.
44         (GNATLS_FOR_HOST): Likewise.
45         (RTS_DIR): Move around and use GNATLS_FOR_HOST.
46         (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
48 2013-12-04  Eric Botcazou  <ebotcazou@adacore.com>
50         PR ada/59382
51         * configure.ac (target parameterization): Rewrite.
52         * configure: Regenerate.
54 2013-09-01  Eric Botcazou  <ebotcazou@adacore.com>
55             Iain Sandoe  <iain@codesourcery.com>
57         PR ada/58239
58         * Makefile.in (CXX_LFLAGS): New.
59         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
60         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
61         (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
63 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
65         * configure.ac (mips-sgi-irix*): Remove.
66         * configure: Regenerate.
68 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
70         * Makefile.in (LOOSE_WARN): Delete.
71         (GCC_WARN_CFLAGS): Set to -W -Wall.
72         (TOOLS_FLAGS_TO_PASS_1): Delete.
73         (TOOLS_FLAGS_TO_PASS_1re): Rename into...
74         (TOOLS_FLAGS_TO_PASS_RE): ...this.
75         (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
76         (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
78 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
80         PR target/39150
81         * configure.ac (*86-*-solaris2*): Also accept
82         x86_64-*-solaris2.1[0-9]*.
83         * configure: Regenerate.
85 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
87         PR other/46202
88         * Makefile.in (install-strip): New phony target.
89         (check, installcheck, info, dvi, pdf, html, install)
90         (install-info, install-pdf, install-html, mostlyclean)
91         (clean, distclean, maintainer-clean): Mark phony.
93 2010-01-09  Simon Wright  <simon@pushface.org>
95         PR ada/42659
96         * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
97         * configure: Regenerate.
99 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
101         * configure.ac (AC_PREREQ): Bump to 2.64.
103 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
105         * configure: Regenerate.
107 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
109         * Makefile.in (AUTOCONF, configure_deps): New variables.
110         ($(srcdir)/configure): Use them.
112 2009-05-18  Bechir Zalila  <bechir.zalila@gmail.com>
114         PR ada/40166
115         * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
116         target specific sources.
118 2009-04-10  Arnaud Charlet  <charlet@adacore.com>
120         * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
122 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
124         * Makefile.in: Change copyright header to refer to version
125         3 of the GNU General Public License and to point readers at the
126         COPYING3 file and the FSF's license web page.
127         * configure.ac: Likewise.
129 2009-02-26  Andreas Schwab  <schwab@suse.de>
131         PR ada/39172
132         * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
133         (INCLUDES_FOR_SUBDIR): Adjust.
134         (ADA_INCLUDES_FOR_SUBDIR): Adjust.
136 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
138         * configure.ac (warn_cflags): Substitute.
139         * configure: Regenerate.
140         * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
141         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
142         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
143         (libsubdir): Remove.
144         (libada-mk): Do not include.  Include libgcc.mvars instead.
145         (xmake_file): Remove, do not include.
147 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
149         * configure.ac (x_ada_cflags): Remove.
150         (ADA_CFLAGS): Substitute.
151         * configure: Regenerate.
152         * Makefile.in (ADA_CFLAGS): Substitute.
153         (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
154         (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
155         TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
156         Pass ADA_CFLAGS.
158 2008-07-30  Laurent Guerby  <laurent@guerby.net>
160         PR ada/5911
161         * gnattools/Makefile.in: Replace stamp-gnatlib by
162         stamp-gnatlib-rts.
164 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
166         * configure.ac, configure: Fix target specific pairs.
168 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
170         * configure.ac: move sinclude of acx.m4 before AC_INIT,
171         also sinclude override.m4.
172         * Makefile.in ($(srcdir)/configure): Update dependencies.
173         * configure: Regenerate.
175 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
177         * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
178         * configure: Regenerate.
180 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
182         * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
183         in gcc/ada/Makefile.in
185 2008-05-13  Arnaud Charlet  <charlet@adacore.com>
187         PR ada/31808
188         * Makefile.in (gnattools-cross): Do not build vxaddr2line
190 2008-04-05  Arnaud Charlet  <charlet@adacore.com>
192         * Makefile.in: Remove handling of gnatbl.
194 2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>
196         PR ada/34284
197         * configure.ac: Added a missing switch case for *86-*-darwin*
198         when defining the value of TOOLS_TARGET_PAIRS.
200         * configure: Regenerated.
202 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
204         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
205         gcc/ada/Makefile.in.
207         * configure: Regenerated.
209 2007-04-30  Arnaud Charlet  <charlet@adacore.com>
211         PR ada/28953
212         * Makefile.in: No longer build gprmake
214 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
216         * Makefile.in: Add dummy install-pdf target.
218 2007-02-11  Andreas Schwab  <schwab@suse.de>
220         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
221         gcc/ada/Makefile.in.
222         * configure: Regenerated.
224 2007-01-23  Richard Guenther  <rguenther@suse.de>
226         PR bootstrap/30541
227         * Makefile.in (STAGE_PREFIX): Do not define.
229 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
231         * Makefile.in: Added empty "pdf" target.
233 2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>
235         * Makefile.in: Add html and install-html targets.
237 2005-03-09  Arnaud Charlet  <charlet@adacore.com>
239         * Makefile.in: Fix incorrect use of ' in shell command
241 2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
243         * Makefile.in: Remove use of cc_set_by_configure; just use
244         plain old CC from the top level in this case.
246 2005-01-30  Nathanael Nerode  <neroden@gcc.gnu.org>
247         Merge from mainline at tag libada-gnattools-merge-20050129:
248         * configure.ac: Changes propagated from gcc/ada/Makefile.in.
249         * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
251 2004-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
253         * Makefile.in: Reinstate stamp-gnatlib check.
255 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
257         * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
258         gcc/ada/configure.ac into gnattools-native and gnattools-cross
259         targets, collecting flags as appropriate from here,
260         gcc/ada/Makefile.in, gcc/ada/configure.ac, etc.  Attempt to retain
261         identical behavior.
262         * configure.ac: Add necessary configure bits from
263         gcc/ada/configure.ac.
264         * configure: Regenerate.
266 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
268         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
269         _TARGET.  Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
270         ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
271         * configure: Regenerate.
273 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
275         * Makefile.in, configure.ac: Remove libada-specific targets and
276         variables.
277         * configure: Regenerate.
278         * New directory, cloned from libada.
280 Copyright 2004, 2005 Free Software Foundation, Inc.
282 This ChangeLog is free software; the Free Software Foundation gives
283 unlimited permission to copy, distribute, and modify it.