]> git.ipfire.org Git - thirdparty/gcc.git/blob - gnattools/ChangeLog
Update ChangeLog and version files for release
[thirdparty/gcc.git] / gnattools / ChangeLog
1 2023-05-08 Release Manager
2
3 * GCC 12.3.0 released.
4
5 2023-04-26 Eric Botcazou <ebotcazou@adacore.com>
6
7 * configure.ac (TOOLS_TARGET_PAIRS): Remove obsolete settings.
8 (EXTRA_GNATTOOLS): Likewise.
9 * configure: Regenerate.
10
11 2022-08-19 Release Manager
12
13 * GCC 12.2.0 released.
14
15 2022-05-06 Release Manager
16
17 * GCC 12.1.0 released.
18
19 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
20
21 PR other/102663
22 * Makefile.in: Add dummy install-dvi target.
23
24 2021-05-07 Bob Duff <duff@adacore.com>
25
26 * Makefile.in (GENERATED_FILES_FOR_TOOLS): New variable.
27 ($(GCC_DIR)/stamp-tools): Walk it for the first copy operation.
28
29 2018-11-19 Alexandre Oliva <oliva@adacore.com>
30
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.
35
36 2018-11-06 Eric Botcazou <ebotcazou@adacore.com>
37
38 PR ada/81878
39 Revert
40 2018-10-29 Tamar Christina <tamar.christina@arm.com>
41
42 PR ada/81878
43 * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
44
45 2017-08-17 Richard Biener <rguenther@suse.de>
46
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.
51
52 2018-10-31 Joseph Myers <joseph@codesourcery.com>
53
54 PR bootstrap/82856
55 * configure.ac: Remove AC_PREREQ.
56 * configure: Regenerate.
57
58 2018-10-29 Tamar Christina <tamar.christina@arm.com>
59
60 PR ada/81878
61 * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
62
63 2017-08-17 Richard Biener <rguenther@suse.de>
64
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.
69
70 2016-05-16 Eric Botcazou <ebotcazou@adacore.com>
71
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.
76
77 2016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
78
79 PR bootstrap/70173
80 * Makefile.in (distclean): Also delete config.cache .
81
82 2015-12-06 Eric Botcazou <ebotcazou@adacore.com>
83
84 PR ada/50048
85 * Makefile.in (ftop_srcdir): New variable.
86 (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
87
88 2015-06-08 John Marino <gnugcc@marino.st>
89
90 * configure.ac (*-*-dragonfly*): New configuration.
91 * configure: Regenerate.
92
93 2014-02-23 Eric Botcazou <ebotcazou@adacore.com>
94
95 * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
96
97 2014-01-27 Eric Botcazou <ebotcazou@adacore.com>
98
99 * configure.ac (*-*-lynxos*): Delete.
100 * configure: Regenerate.
101
102 2013-12-12 Eric Botcazou <ebotcazou@adacore.com>
103 Iain Sandoe <iain@codesourcery.com>
104
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.
115
116 2013-12-04 Eric Botcazou <ebotcazou@adacore.com>
117
118 PR ada/59382
119 * configure.ac (target parameterization): Rewrite.
120 * configure: Regenerate.
121
122 2013-09-01 Eric Botcazou <ebotcazou@adacore.com>
123 Iain Sandoe <iain@codesourcery.com>
124
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.
130
131 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
132
133 * configure.ac (mips-sgi-irix*): Remove.
134 * configure: Regenerate.
135
136 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
137
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.
145
146 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
147
148 PR target/39150
149 * configure.ac (*86-*-solaris2*): Also accept
150 x86_64-*-solaris2.1[0-9]*.
151 * configure: Regenerate.
152
153 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
154
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.
160
161 2010-01-09 Simon Wright <simon@pushface.org>
162
163 PR ada/42659
164 * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
165 * configure: Regenerate.
166
167 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
168
169 * configure.ac (AC_PREREQ): Bump to 2.64.
170
171 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
172
173 * configure: Regenerate.
174
175 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
176
177 * Makefile.in (AUTOCONF, configure_deps): New variables.
178 ($(srcdir)/configure): Use them.
179
180 2009-05-18 Bechir Zalila <bechir.zalila@gmail.com>
181
182 PR ada/40166
183 * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
184 target specific sources.
185
186 2009-04-10 Arnaud Charlet <charlet@adacore.com>
187
188 * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
189
190 2009-04-09 Jakub Jelinek <jakub@redhat.com>
191
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.
196
197 2009-02-26 Andreas Schwab <schwab@suse.de>
198
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.
203
204 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
205
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.
214
215 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
216
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.
225
226 2008-07-30 Laurent Guerby <laurent@guerby.net>
227
228 PR ada/5911
229 * gnattools/Makefile.in: Replace stamp-gnatlib by
230 stamp-gnatlib-rts.
231
232 2008-06-26 Chris Proctor <chrisp_42@bigpond.com>
233
234 * configure.ac, configure: Fix target specific pairs.
235
236 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
237
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.
242
243 2008-06-07 Joseph Myers <joseph@codesourcery.com>
244
245 * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
246 * configure: Regenerate.
247
248 2008-05-20 Arnaud Charlet <charlet@adacore.com>
249
250 * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
251 in gcc/ada/Makefile.in
252
253 2008-05-13 Arnaud Charlet <charlet@adacore.com>
254
255 PR ada/31808
256 * Makefile.in (gnattools-cross): Do not build vxaddr2line
257
258 2008-04-05 Arnaud Charlet <charlet@adacore.com>
259
260 * Makefile.in: Remove handling of gnatbl.
261
262 2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
263
264 PR ada/34284
265 * configure.ac: Added a missing switch case for *86-*-darwin*
266 when defining the value of TOOLS_TARGET_PAIRS.
267
268 * configure: Regenerated.
269
270 2007-06-06 Arnaud Charlet <charlet@adacore.com>
271
272 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
273 gcc/ada/Makefile.in.
274
275 * configure: Regenerated.
276
277 2007-04-30 Arnaud Charlet <charlet@adacore.com>
278
279 PR ada/28953
280 * Makefile.in: No longer build gprmake
281
282 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
283
284 * Makefile.in: Add dummy install-pdf target.
285
286 2007-02-11 Andreas Schwab <schwab@suse.de>
287
288 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
289 gcc/ada/Makefile.in.
290 * configure: Regenerated.
291
292 2007-01-23 Richard Guenther <rguenther@suse.de>
293
294 PR bootstrap/30541
295 * Makefile.in (STAGE_PREFIX): Do not define.
296
297 2006-10-10 Brooks Moses <bmoses@stanford.edu>
298
299 * Makefile.in: Added empty "pdf" target.
300
301 2006-06-03 Carlos O'Donell <carlos@codesourcery.com>
302
303 * Makefile.in: Add html and install-html targets.
304
305 2005-03-09 Arnaud Charlet <charlet@adacore.com>
306
307 * Makefile.in: Fix incorrect use of ' in shell command
308
309 2005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
310
311 * Makefile.in: Remove use of cc_set_by_configure; just use
312 plain old CC from the top level in this case.
313
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.
318
319 2004-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
320
321 * Makefile.in: Reinstate stamp-gnatlib check.
322
323 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
324
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.
333
334 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
335
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.
340
341 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
342
343 * Makefile.in, configure.ac: Remove libada-specific targets and
344 variables.
345 * configure: Regenerate.
346 * New directory, cloned from libada.
347
348 Copyright 2004-2018 Free Software Foundation, Inc.
349
350 This ChangeLog is free software; the Free Software Foundation gives
351 unlimited permission to copy, distribute, and modify it.