cgraph.h (FOR_EACH_ALIAS): Avoid shadowing the loop variable.
[official-gcc.git] / gnattools / ChangeLog
blob144cce05964245035fd50f1e87eab877d3805003
1 2018-11-19  Alexandre Oliva <oliva@adacore.com>
3         PR ada/81878
4         * configure.ac (default_gnattools_target): Do not mistake
5         just-built host tools as native in cross-back toolchains.
6         * configure: Rebuilt.
8 2018-11-06  Eric Botcazou  <ebotcazou@adacore.com>
10         PR ada/81878
11         Revert
12         2018-10-29  Tamar Christina  <tamar.christina@arm.com>
14         PR ada/81878
15         * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
17         2017-08-17  Richard Biener  <rguenther@suse.de>
19         PR ada/81878
20         * Makefile.in (CXX_LFLAGS): Remove.
21         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
22         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
24 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
26         PR bootstrap/82856
27         * configure.ac: Remove AC_PREREQ.
28         * configure: Regenerate.
30 2018-10-29  Tamar Christina  <tamar.christina@arm.com>
32         PR ada/81878
33         * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
35 2017-08-17  Richard Biener  <rguenther@suse.de>
37         PR ada/81878
38         * Makefile.in (CXX_LFLAGS): Remove.
39         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
40         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
42 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
44         * configure.ac: Add ACX_NONCANONICAL_HOST.
45         * configure: Regenerate.
46         * Makefile.in: Replace host_alias with host_noncanonical.
47         (gnattools-cross): Do not rename the tools.
49 2016-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
51         PR bootstrap/70173
52         * Makefile.in (distclean): Also delete config.cache .
54 2015-12-06  Eric Botcazou  <ebotcazou@adacore.com>
56         PR ada/50048
57         * Makefile.in (ftop_srcdir): New variable.
58         (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
60 2015-06-08  John Marino  <gnugcc@marino.st>
62         * configure.ac (*-*-dragonfly*): New configuration.
63         * configure: Regenerate.
65 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
67         * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
69 2014-01-27  Eric Botcazou  <ebotcazou@adacore.com>
71         * configure.ac (*-*-lynxos*): Delete.
72         * configure: Regenerate.
74 2013-12-12  Eric Botcazou  <ebotcazou@adacore.com>
75             Iain Sandoe  <iain@codesourcery.com>
77         PR ada/55946
78         * Makefile.in (host): Define.
79         (host_alias): Likewise.
80         (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
81         (GNATMAKE_FOR_HOST): Define.
82         (GNATLINK_FOR_HOST): Likewise.
83         (GNATBIND_FOR_HOST): Likewise.
84         (GNATLS_FOR_HOST): Likewise.
85         (RTS_DIR): Move around and use GNATLS_FOR_HOST.
86         (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
88 2013-12-04  Eric Botcazou  <ebotcazou@adacore.com>
90         PR ada/59382
91         * configure.ac (target parameterization): Rewrite.
92         * configure: Regenerate.
94 2013-09-01  Eric Botcazou  <ebotcazou@adacore.com>
95             Iain Sandoe  <iain@codesourcery.com>
97         PR ada/58239
98         * Makefile.in (CXX_LFLAGS): New.
99         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
100         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
101         (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
103 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
105         * configure.ac (mips-sgi-irix*): Remove.
106         * configure: Regenerate.
108 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
110         * Makefile.in (LOOSE_WARN): Delete.
111         (GCC_WARN_CFLAGS): Set to -W -Wall.
112         (TOOLS_FLAGS_TO_PASS_1): Delete.
113         (TOOLS_FLAGS_TO_PASS_1re): Rename into...
114         (TOOLS_FLAGS_TO_PASS_RE): ...this.
115         (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
116         (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
118 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
120         PR target/39150
121         * configure.ac (*86-*-solaris2*): Also accept
122         x86_64-*-solaris2.1[0-9]*.
123         * configure: Regenerate.
125 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
127         PR other/46202
128         * Makefile.in (install-strip): New phony target.
129         (check, installcheck, info, dvi, pdf, html, install)
130         (install-info, install-pdf, install-html, mostlyclean)
131         (clean, distclean, maintainer-clean): Mark phony.
133 2010-01-09  Simon Wright  <simon@pushface.org>
135         PR ada/42659
136         * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
137         * configure: Regenerate.
139 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
141         * configure.ac (AC_PREREQ): Bump to 2.64.
143 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
145         * configure: Regenerate.
147 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
149         * Makefile.in (AUTOCONF, configure_deps): New variables.
150         ($(srcdir)/configure): Use them.
152 2009-05-18  Bechir Zalila  <bechir.zalila@gmail.com>
154         PR ada/40166
155         * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
156         target specific sources.
158 2009-04-10  Arnaud Charlet  <charlet@adacore.com>
160         * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
162 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
164         * Makefile.in: Change copyright header to refer to version
165         3 of the GNU General Public License and to point readers at the
166         COPYING3 file and the FSF's license web page.
167         * configure.ac: Likewise.
169 2009-02-26  Andreas Schwab  <schwab@suse.de>
171         PR ada/39172
172         * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
173         (INCLUDES_FOR_SUBDIR): Adjust.
174         (ADA_INCLUDES_FOR_SUBDIR): Adjust.
176 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
178         * configure.ac (warn_cflags): Substitute.
179         * configure: Regenerate.
180         * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
181         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
182         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
183         (libsubdir): Remove.
184         (libada-mk): Do not include.  Include libgcc.mvars instead.
185         (xmake_file): Remove, do not include.
187 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
189         * configure.ac (x_ada_cflags): Remove.
190         (ADA_CFLAGS): Substitute.
191         * configure: Regenerate.
192         * Makefile.in (ADA_CFLAGS): Substitute.
193         (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
194         (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
195         TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
196         Pass ADA_CFLAGS.
198 2008-07-30  Laurent Guerby  <laurent@guerby.net>
200         PR ada/5911
201         * gnattools/Makefile.in: Replace stamp-gnatlib by
202         stamp-gnatlib-rts.
204 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
206         * configure.ac, configure: Fix target specific pairs.
208 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
210         * configure.ac: move sinclude of acx.m4 before AC_INIT,
211         also sinclude override.m4.
212         * Makefile.in ($(srcdir)/configure): Update dependencies.
213         * configure: Regenerate.
215 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
217         * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
218         * configure: Regenerate.
220 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
222         * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
223         in gcc/ada/Makefile.in
225 2008-05-13  Arnaud Charlet  <charlet@adacore.com>
227         PR ada/31808
228         * Makefile.in (gnattools-cross): Do not build vxaddr2line
230 2008-04-05  Arnaud Charlet  <charlet@adacore.com>
232         * Makefile.in: Remove handling of gnatbl.
234 2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>
236         PR ada/34284
237         * configure.ac: Added a missing switch case for *86-*-darwin*
238         when defining the value of TOOLS_TARGET_PAIRS.
240         * configure: Regenerated.
242 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
244         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
245         gcc/ada/Makefile.in.
247         * configure: Regenerated.
249 2007-04-30  Arnaud Charlet  <charlet@adacore.com>
251         PR ada/28953
252         * Makefile.in: No longer build gprmake
254 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
256         * Makefile.in: Add dummy install-pdf target.
258 2007-02-11  Andreas Schwab  <schwab@suse.de>
260         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
261         gcc/ada/Makefile.in.
262         * configure: Regenerated.
264 2007-01-23  Richard Guenther  <rguenther@suse.de>
266         PR bootstrap/30541
267         * Makefile.in (STAGE_PREFIX): Do not define.
269 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
271         * Makefile.in: Added empty "pdf" target.
273 2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>
275         * Makefile.in: Add html and install-html targets.
277 2005-03-09  Arnaud Charlet  <charlet@adacore.com>
279         * Makefile.in: Fix incorrect use of ' in shell command
281 2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
283         * Makefile.in: Remove use of cc_set_by_configure; just use
284         plain old CC from the top level in this case.
286 2005-01-30  Nathanael Nerode  <neroden@gcc.gnu.org>
287         Merge from mainline at tag libada-gnattools-merge-20050129:
288         * configure.ac: Changes propagated from gcc/ada/Makefile.in.
289         * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
291 2004-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
293         * Makefile.in: Reinstate stamp-gnatlib check.
295 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
297         * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
298         gcc/ada/configure.ac into gnattools-native and gnattools-cross
299         targets, collecting flags as appropriate from here,
300         gcc/ada/Makefile.in, gcc/ada/configure.ac, etc.  Attempt to retain
301         identical behavior.
302         * configure.ac: Add necessary configure bits from
303         gcc/ada/configure.ac.
304         * configure: Regenerate.
306 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
308         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
309         _TARGET.  Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
310         ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
311         * configure: Regenerate.
313 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
315         * Makefile.in, configure.ac: Remove libada-specific targets and
316         variables.
317         * configure: Regenerate.
318         * New directory, cloned from libada.
320 Copyright 2004-2018 Free Software Foundation, Inc.
322 This ChangeLog is free software; the Free Software Foundation gives
323 unlimited permission to copy, distribute, and modify it.