Update ChangeLog and version files for release
[official-gcc.git] / gnattools / ChangeLog
blobc346a0e1cf108bc18655d595aed886d5b9672ecb
1 2023-05-08  Release Manager
3         * GCC 12.3.0 released.
5 2023-04-26  Eric Botcazou  <ebotcazou@adacore.com>
7         * configure.ac (TOOLS_TARGET_PAIRS): Remove obsolete settings.
8         (EXTRA_GNATTOOLS): Likewise.
9         * configure: Regenerate.
11 2022-08-19  Release Manager
13         * GCC 12.2.0 released.
15 2022-05-06  Release Manager
17         * GCC 12.1.0 released.
19 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
21         PR other/102663
22         * Makefile.in: Add dummy install-dvi target.
24 2021-05-07  Bob Duff  <duff@adacore.com>
26         * Makefile.in (GENERATED_FILES_FOR_TOOLS): New variable.
27         ($(GCC_DIR)/stamp-tools): Walk it for the first copy operation.
29 2018-11-19  Alexandre Oliva <oliva@adacore.com>
31         PR ada/81878
32         * configure.ac (default_gnattools_target): Do not mistake
33         just-built host tools as native in cross-back toolchains.
34         * configure: Rebuilt.
36 2018-11-06  Eric Botcazou  <ebotcazou@adacore.com>
38         PR ada/81878
39         Revert
40         2018-10-29  Tamar Christina  <tamar.christina@arm.com>
42         PR ada/81878
43         * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
45         2017-08-17  Richard Biener  <rguenther@suse.de>
47         PR ada/81878
48         * Makefile.in (CXX_LFLAGS): Remove.
49         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
50         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
52 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
54         PR bootstrap/82856
55         * configure.ac: Remove AC_PREREQ.
56         * configure: Regenerate.
58 2018-10-29  Tamar Christina  <tamar.christina@arm.com>
60         PR ada/81878
61         * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
63 2017-08-17  Richard Biener  <rguenther@suse.de>
65         PR ada/81878
66         * Makefile.in (CXX_LFLAGS): Remove.
67         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
68         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
70 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
72         * configure.ac: Add ACX_NONCANONICAL_HOST.
73         * configure: Regenerate.
74         * Makefile.in: Replace host_alias with host_noncanonical.
75         (gnattools-cross): Do not rename the tools.
77 2016-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
79         PR bootstrap/70173
80         * Makefile.in (distclean): Also delete config.cache .
82 2015-12-06  Eric Botcazou  <ebotcazou@adacore.com>
84         PR ada/50048
85         * Makefile.in (ftop_srcdir): New variable.
86         (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
88 2015-06-08  John Marino  <gnugcc@marino.st>
90         * configure.ac (*-*-dragonfly*): New configuration.
91         * configure: Regenerate.
93 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
95         * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
97 2014-01-27  Eric Botcazou  <ebotcazou@adacore.com>
99         * configure.ac (*-*-lynxos*): Delete.
100         * configure: Regenerate.
102 2013-12-12  Eric Botcazou  <ebotcazou@adacore.com>
103             Iain Sandoe  <iain@codesourcery.com>
105         PR ada/55946
106         * Makefile.in (host): Define.
107         (host_alias): Likewise.
108         (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
109         (GNATMAKE_FOR_HOST): Define.
110         (GNATLINK_FOR_HOST): Likewise.
111         (GNATBIND_FOR_HOST): Likewise.
112         (GNATLS_FOR_HOST): Likewise.
113         (RTS_DIR): Move around and use GNATLS_FOR_HOST.
114         (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
116 2013-12-04  Eric Botcazou  <ebotcazou@adacore.com>
118         PR ada/59382
119         * configure.ac (target parameterization): Rewrite.
120         * configure: Regenerate.
122 2013-09-01  Eric Botcazou  <ebotcazou@adacore.com>
123             Iain Sandoe  <iain@codesourcery.com>
125         PR ada/58239
126         * Makefile.in (CXX_LFLAGS): New.
127         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
128         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
129         (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
131 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
133         * configure.ac (mips-sgi-irix*): Remove.
134         * configure: Regenerate.
136 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
138         * Makefile.in (LOOSE_WARN): Delete.
139         (GCC_WARN_CFLAGS): Set to -W -Wall.
140         (TOOLS_FLAGS_TO_PASS_1): Delete.
141         (TOOLS_FLAGS_TO_PASS_1re): Rename into...
142         (TOOLS_FLAGS_TO_PASS_RE): ...this.
143         (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
144         (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
146 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
148         PR target/39150
149         * configure.ac (*86-*-solaris2*): Also accept
150         x86_64-*-solaris2.1[0-9]*.
151         * configure: Regenerate.
153 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
155         PR other/46202
156         * Makefile.in (install-strip): New phony target.
157         (check, installcheck, info, dvi, pdf, html, install)
158         (install-info, install-pdf, install-html, mostlyclean)
159         (clean, distclean, maintainer-clean): Mark phony.
161 2010-01-09  Simon Wright  <simon@pushface.org>
163         PR ada/42659
164         * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
165         * configure: Regenerate.
167 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
169         * configure.ac (AC_PREREQ): Bump to 2.64.
171 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
173         * configure: Regenerate.
175 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
177         * Makefile.in (AUTOCONF, configure_deps): New variables.
178         ($(srcdir)/configure): Use them.
180 2009-05-18  Bechir Zalila  <bechir.zalila@gmail.com>
182         PR ada/40166
183         * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
184         target specific sources.
186 2009-04-10  Arnaud Charlet  <charlet@adacore.com>
188         * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
190 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
192         * Makefile.in: Change copyright header to refer to version
193         3 of the GNU General Public License and to point readers at the
194         COPYING3 file and the FSF's license web page.
195         * configure.ac: Likewise.
197 2009-02-26  Andreas Schwab  <schwab@suse.de>
199         PR ada/39172
200         * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
201         (INCLUDES_FOR_SUBDIR): Adjust.
202         (ADA_INCLUDES_FOR_SUBDIR): Adjust.
204 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
206         * configure.ac (warn_cflags): Substitute.
207         * configure: Regenerate.
208         * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
209         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
210         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
211         (libsubdir): Remove.
212         (libada-mk): Do not include.  Include libgcc.mvars instead.
213         (xmake_file): Remove, do not include.
215 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
217         * configure.ac (x_ada_cflags): Remove.
218         (ADA_CFLAGS): Substitute.
219         * configure: Regenerate.
220         * Makefile.in (ADA_CFLAGS): Substitute.
221         (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
222         (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
223         TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
224         Pass ADA_CFLAGS.
226 2008-07-30  Laurent Guerby  <laurent@guerby.net>
228         PR ada/5911
229         * gnattools/Makefile.in: Replace stamp-gnatlib by
230         stamp-gnatlib-rts.
232 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
234         * configure.ac, configure: Fix target specific pairs.
236 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
238         * configure.ac: move sinclude of acx.m4 before AC_INIT,
239         also sinclude override.m4.
240         * Makefile.in ($(srcdir)/configure): Update dependencies.
241         * configure: Regenerate.
243 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
245         * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
246         * configure: Regenerate.
248 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
250         * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
251         in gcc/ada/Makefile.in
253 2008-05-13  Arnaud Charlet  <charlet@adacore.com>
255         PR ada/31808
256         * Makefile.in (gnattools-cross): Do not build vxaddr2line
258 2008-04-05  Arnaud Charlet  <charlet@adacore.com>
260         * Makefile.in: Remove handling of gnatbl.
262 2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>
264         PR ada/34284
265         * configure.ac: Added a missing switch case for *86-*-darwin*
266         when defining the value of TOOLS_TARGET_PAIRS.
268         * configure: Regenerated.
270 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
272         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
273         gcc/ada/Makefile.in.
275         * configure: Regenerated.
277 2007-04-30  Arnaud Charlet  <charlet@adacore.com>
279         PR ada/28953
280         * Makefile.in: No longer build gprmake
282 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
284         * Makefile.in: Add dummy install-pdf target.
286 2007-02-11  Andreas Schwab  <schwab@suse.de>
288         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
289         gcc/ada/Makefile.in.
290         * configure: Regenerated.
292 2007-01-23  Richard Guenther  <rguenther@suse.de>
294         PR bootstrap/30541
295         * Makefile.in (STAGE_PREFIX): Do not define.
297 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
299         * Makefile.in: Added empty "pdf" target.
301 2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>
303         * Makefile.in: Add html and install-html targets.
305 2005-03-09  Arnaud Charlet  <charlet@adacore.com>
307         * Makefile.in: Fix incorrect use of ' in shell command
309 2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
311         * Makefile.in: Remove use of cc_set_by_configure; just use
312         plain old CC from the top level in this case.
314 2005-01-30  Nathanael Nerode  <neroden@gcc.gnu.org>
315         Merge from mainline at tag libada-gnattools-merge-20050129:
316         * configure.ac: Changes propagated from gcc/ada/Makefile.in.
317         * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
319 2004-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
321         * Makefile.in: Reinstate stamp-gnatlib check.
323 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
325         * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
326         gcc/ada/configure.ac into gnattools-native and gnattools-cross
327         targets, collecting flags as appropriate from here,
328         gcc/ada/Makefile.in, gcc/ada/configure.ac, etc.  Attempt to retain
329         identical behavior.
330         * configure.ac: Add necessary configure bits from
331         gcc/ada/configure.ac.
332         * configure: Regenerate.
334 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
336         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
337         _TARGET.  Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
338         ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
339         * configure: Regenerate.
341 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
343         * Makefile.in, configure.ac: Remove libada-specific targets and
344         variables.
345         * configure: Regenerate.
346         * New directory, cloned from libada.
348 Copyright 2004-2018 Free Software Foundation, Inc.
350 This ChangeLog is free software; the Free Software Foundation gives
351 unlimited permission to copy, distribute, and modify it.