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