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