Suppress -fstack-protector warning on hppa.
[official-gcc.git] / gnattools / ChangeLog
blob67950648e82e434b1d621ba25843e3d19f9d31dd
1 2022-08-31  Martin Liska  <mliska@suse.cz>
3         * configure.ac: Remove deprecated ports.
4         * configure: Regenerate.
6 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
8         PR other/102663
9         * Makefile.in: Add dummy install-dvi target.
11 2021-05-07  Bob Duff  <duff@adacore.com>
13         * Makefile.in (GENERATED_FILES_FOR_TOOLS): New variable.
14         ($(GCC_DIR)/stamp-tools): Walk it for the first copy operation.
16 2018-11-19  Alexandre Oliva <oliva@adacore.com>
18         PR ada/81878
19         * configure.ac (default_gnattools_target): Do not mistake
20         just-built host tools as native in cross-back toolchains.
21         * configure: Rebuilt.
23 2018-11-06  Eric Botcazou  <ebotcazou@adacore.com>
25         PR ada/81878
26         Revert
27         2018-10-29  Tamar Christina  <tamar.christina@arm.com>
29         PR ada/81878
30         * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
32         2017-08-17  Richard Biener  <rguenther@suse.de>
34         PR ada/81878
35         * Makefile.in (CXX_LFLAGS): Remove.
36         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
37         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
39 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
41         PR bootstrap/82856
42         * configure.ac: Remove AC_PREREQ.
43         * configure: Regenerate.
45 2018-10-29  Tamar Christina  <tamar.christina@arm.com>
47         PR ada/81878
48         * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
50 2017-08-17  Richard Biener  <rguenther@suse.de>
52         PR ada/81878
53         * Makefile.in (CXX_LFLAGS): Remove.
54         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
55         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
57 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
59         * configure.ac: Add ACX_NONCANONICAL_HOST.
60         * configure: Regenerate.
61         * Makefile.in: Replace host_alias with host_noncanonical.
62         (gnattools-cross): Do not rename the tools.
64 2016-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
66         PR bootstrap/70173
67         * Makefile.in (distclean): Also delete config.cache .
69 2015-12-06  Eric Botcazou  <ebotcazou@adacore.com>
71         PR ada/50048
72         * Makefile.in (ftop_srcdir): New variable.
73         (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
75 2015-06-08  John Marino  <gnugcc@marino.st>
77         * configure.ac (*-*-dragonfly*): New configuration.
78         * configure: Regenerate.
80 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
82         * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
84 2014-01-27  Eric Botcazou  <ebotcazou@adacore.com>
86         * configure.ac (*-*-lynxos*): Delete.
87         * configure: Regenerate.
89 2013-12-12  Eric Botcazou  <ebotcazou@adacore.com>
90             Iain Sandoe  <iain@codesourcery.com>
92         PR ada/55946
93         * Makefile.in (host): Define.
94         (host_alias): Likewise.
95         (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
96         (GNATMAKE_FOR_HOST): Define.
97         (GNATLINK_FOR_HOST): Likewise.
98         (GNATBIND_FOR_HOST): Likewise.
99         (GNATLS_FOR_HOST): Likewise.
100         (RTS_DIR): Move around and use GNATLS_FOR_HOST.
101         (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
103 2013-12-04  Eric Botcazou  <ebotcazou@adacore.com>
105         PR ada/59382
106         * configure.ac (target parameterization): Rewrite.
107         * configure: Regenerate.
109 2013-09-01  Eric Botcazou  <ebotcazou@adacore.com>
110             Iain Sandoe  <iain@codesourcery.com>
112         PR ada/58239
113         * Makefile.in (CXX_LFLAGS): New.
114         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
115         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
116         (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
118 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
120         * configure.ac (mips-sgi-irix*): Remove.
121         * configure: Regenerate.
123 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
125         * Makefile.in (LOOSE_WARN): Delete.
126         (GCC_WARN_CFLAGS): Set to -W -Wall.
127         (TOOLS_FLAGS_TO_PASS_1): Delete.
128         (TOOLS_FLAGS_TO_PASS_1re): Rename into...
129         (TOOLS_FLAGS_TO_PASS_RE): ...this.
130         (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
131         (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
133 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
135         PR target/39150
136         * configure.ac (*86-*-solaris2*): Also accept
137         x86_64-*-solaris2.1[0-9]*.
138         * configure: Regenerate.
140 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
142         PR other/46202
143         * Makefile.in (install-strip): New phony target.
144         (check, installcheck, info, dvi, pdf, html, install)
145         (install-info, install-pdf, install-html, mostlyclean)
146         (clean, distclean, maintainer-clean): Mark phony.
148 2010-01-09  Simon Wright  <simon@pushface.org>
150         PR ada/42659
151         * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
152         * configure: Regenerate.
154 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
156         * configure.ac (AC_PREREQ): Bump to 2.64.
158 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
160         * configure: Regenerate.
162 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
164         * Makefile.in (AUTOCONF, configure_deps): New variables.
165         ($(srcdir)/configure): Use them.
167 2009-05-18  Bechir Zalila  <bechir.zalila@gmail.com>
169         PR ada/40166
170         * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
171         target specific sources.
173 2009-04-10  Arnaud Charlet  <charlet@adacore.com>
175         * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
177 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
179         * Makefile.in: Change copyright header to refer to version
180         3 of the GNU General Public License and to point readers at the
181         COPYING3 file and the FSF's license web page.
182         * configure.ac: Likewise.
184 2009-02-26  Andreas Schwab  <schwab@suse.de>
186         PR ada/39172
187         * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
188         (INCLUDES_FOR_SUBDIR): Adjust.
189         (ADA_INCLUDES_FOR_SUBDIR): Adjust.
191 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
193         * configure.ac (warn_cflags): Substitute.
194         * configure: Regenerate.
195         * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
196         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
197         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
198         (libsubdir): Remove.
199         (libada-mk): Do not include.  Include libgcc.mvars instead.
200         (xmake_file): Remove, do not include.
202 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
204         * configure.ac (x_ada_cflags): Remove.
205         (ADA_CFLAGS): Substitute.
206         * configure: Regenerate.
207         * Makefile.in (ADA_CFLAGS): Substitute.
208         (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
209         (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
210         TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
211         Pass ADA_CFLAGS.
213 2008-07-30  Laurent Guerby  <laurent@guerby.net>
215         PR ada/5911
216         * gnattools/Makefile.in: Replace stamp-gnatlib by
217         stamp-gnatlib-rts.
219 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
221         * configure.ac, configure: Fix target specific pairs.
223 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
225         * configure.ac: move sinclude of acx.m4 before AC_INIT,
226         also sinclude override.m4.
227         * Makefile.in ($(srcdir)/configure): Update dependencies.
228         * configure: Regenerate.
230 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
232         * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
233         * configure: Regenerate.
235 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
237         * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
238         in gcc/ada/Makefile.in
240 2008-05-13  Arnaud Charlet  <charlet@adacore.com>
242         PR ada/31808
243         * Makefile.in (gnattools-cross): Do not build vxaddr2line
245 2008-04-05  Arnaud Charlet  <charlet@adacore.com>
247         * Makefile.in: Remove handling of gnatbl.
249 2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>
251         PR ada/34284
252         * configure.ac: Added a missing switch case for *86-*-darwin*
253         when defining the value of TOOLS_TARGET_PAIRS.
255         * configure: Regenerated.
257 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
259         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
260         gcc/ada/Makefile.in.
262         * configure: Regenerated.
264 2007-04-30  Arnaud Charlet  <charlet@adacore.com>
266         PR ada/28953
267         * Makefile.in: No longer build gprmake
269 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
271         * Makefile.in: Add dummy install-pdf target.
273 2007-02-11  Andreas Schwab  <schwab@suse.de>
275         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
276         gcc/ada/Makefile.in.
277         * configure: Regenerated.
279 2007-01-23  Richard Guenther  <rguenther@suse.de>
281         PR bootstrap/30541
282         * Makefile.in (STAGE_PREFIX): Do not define.
284 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
286         * Makefile.in: Added empty "pdf" target.
288 2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>
290         * Makefile.in: Add html and install-html targets.
292 2005-03-09  Arnaud Charlet  <charlet@adacore.com>
294         * Makefile.in: Fix incorrect use of ' in shell command
296 2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
298         * Makefile.in: Remove use of cc_set_by_configure; just use
299         plain old CC from the top level in this case.
301 2005-01-30  Nathanael Nerode  <neroden@gcc.gnu.org>
302         Merge from mainline at tag libada-gnattools-merge-20050129:
303         * configure.ac: Changes propagated from gcc/ada/Makefile.in.
304         * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
306 2004-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
308         * Makefile.in: Reinstate stamp-gnatlib check.
310 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
312         * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
313         gcc/ada/configure.ac into gnattools-native and gnattools-cross
314         targets, collecting flags as appropriate from here,
315         gcc/ada/Makefile.in, gcc/ada/configure.ac, etc.  Attempt to retain
316         identical behavior.
317         * configure.ac: Add necessary configure bits from
318         gcc/ada/configure.ac.
319         * configure: Regenerate.
321 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
323         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
324         _TARGET.  Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
325         ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
326         * configure: Regenerate.
328 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
330         * Makefile.in, configure.ac: Remove libada-specific targets and
331         variables.
332         * configure: Regenerate.
333         * New directory, cloned from libada.
335 Copyright 2004-2018 Free Software Foundation, Inc.
337 This ChangeLog is free software; the Free Software Foundation gives
338 unlimited permission to copy, distribute, and modify it.