12021-06-01  Release Manager
2
3	* GCC 9.4.0 released.
4
52020-03-12  Release Manager
6
7	* GCC 9.3.0 released.
8
92019-08-12  Release Manager
10
11	* GCC 9.2.0 released.
12
132019-05-03  Release Manager
14
15	* GCC 9.1.0 released.
16
172019-01-01  Jakub Jelinek  <jakub@redhat.com>
18
19	Update copyright years.
20
212018-12-11  Eric Botcazou  <ebotcazou@adacore.com>
22
23	PR ada/88429
24	* configure.ac (default_gnatlib_target): Set to gnatlib instead of
25	gnatlib-plain if --disable-shared.
26	* configure: Regenerate.
27	* Makefile.in (all): Replace gnatlib prerequisite with libada.
28	(ADA_RTS_SUBDIR): Delete.
29	(libada): New target, renamed from...
30	(gnatlib): ...this.  Merge with other library targets.
31	(gnatlib-plain): Delete.
32	(install-gnatlib): Rename to...
33	(install-libada): ...this.
34	(install): Replace install-gnatlib prerequisite with install-libada.
35
362018-10-31  Joseph Myers  <joseph@codesourcery.com>
37
38	PR bootstrap/82856
39	* configure.ac: Remove AC_PREREQ.
40	* configure: Regenerate.
41
422018-04-18  David Malcolm  <dmalcolm@redhat.com>
43
44	PR jit/85384
45	* configure: Regenerate.
46
472018-01-03  Jakub Jelinek  <jakub@redhat.com>
48
49	Update copyright years.
50
512017-06-01  Eric Botcazou  <ebotcazou@adacore.com>
52
53	PR ada/80921
54	* configure.ac (default_gnatlib_target): Remove bogus condition.
55	(have_getipinfo): Tweak.
56	* configure: Regenerate.
57
582017-05-22  Eric Botcazou  <ebotcazou@adacore.com>
59
60	* configure.ac: Add check for sys/capability.h header.
61	(have_capability): New substitution.
62	* configure: Regenerate.
63	* Makefile.in (GNATLIBCFLAGS_FOR_C): Add @have_capability@.
64
652017-01-17  Jakub Jelinek  <jakub@redhat.com>
66
67	PR other/79046
68	* configure.ac: Add GCC_BASE_VER.
69	* Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
70	version from BASE-VER file.
71	* configure: Regenerate.
72
732017-01-04  Alan Modra  <amodra@gmail.com>
74
75	* Makefile.in (configure_deps): Update and order as per
76	configure.ac sinclude.
77	* configure: Regenerate.
78
792017-01-01  Jakub Jelinek  <jakub@redhat.com>
80
81	Update copyright years.
82
832016-11-15  Matthias Klose  <doko@ubuntu.com>
84
85	* configure: Regenerate.
86
872016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
88
89	* configure: Remove SH5 support.
90
912016-01-04  Jakub Jelinek  <jakub@redhat.com>
92
93	Update copyright years.
94
952015-04-10  Jakub Jelinek  <jakub@redhat.com>
96	    Iain Sandoe  <iain@codesourcery.com>
97
98	PR target/65351
99	* configure: Regenerate.
100
1012015-04-07  Jakub Jelinek  <jakub@redhat.com>
102	    Iain Sandoe  <iain@codesourcery.com>
103
104	PR target/65351
105	* configure: Regenerate.
106
1072015-01-05  Jakub Jelinek  <jakub@redhat.com>
108
109	Update copyright years.
110
1112014-08-12  Joel Sherrill  <joel.sherrill@oarcorp.com>
112
113	* Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
114
1152014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
116
117	Update copyright years
118
1192013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
120
121	* configure: Regenerate.
122
1232013-03-27  Kai Tietz  <ktietz@redhat.com>
124
125	* configure: Regenerated.
126
1272013-02-13  Kai Tietz  <ktietz@redhat.com>
128
129	PR target/52122
130	* Makefile.in (LN_S_RECURSIVE): New.
131	(adainclude, adalib): Use LN_S_RECURSIVE for copy.
132
1332013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
134
135	Update copyright years.
136
1372012-06-11  Olivier Hainque  <hainque@adacore.com>
138
139	* Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
140
1412012-01-22  Douglas B Rupp  <rupp@gnat.com>
142
143	* configure: Regenerate.
144
1452012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
146
147	* configure: Regenerate.
148
1492011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
150
151	* Makefile.in: Change dependency on oscons to depend on the generator
152	tool.
153
1542011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
155
156	* Makefile.in (LOOSE_WARN): Delete.
157	(GCC_WARN_CFLAGS): Likewise.
158	(WARN_CFLAGS): Likewise.
159	(GNATLIBFLAGS): Add -nostdinc.
160	(GNATLIBCFLAGS_FOR_C): Add -W -Wall.
161	(LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
162	* configure.ac (warn_cflags): Delete.
163	* configure: Regenerate.
164
1652011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
166
167	* configure.ac: Include ../config/picflag.m4.
168	(GCC_PICFLAG): Call it.
169	Substitute.
170	* configure: Regenerate.
171	* Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
172	(GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
173	(LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
174	Don't include $(GCC_DIR)/libgcc.mvars.
175
1762010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
177
178	PR other/46202
179	* Makefile.in (install-strip): New phony target.
180	(check, installcheck, info, dvi, pdf, html, install)
181	(install-info, install-pdf, install-html, mostlyclean)
182	(clean, distclean, maintainer-clean): Mark phony.
183
1842009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
185
186	* Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
187	(LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
188	* configure.ac: Include config/unwind_ipinfo.m4.
189	Check for _Unwind_GetIPInfo.
190	* configure: Regenerate.
191
1922009-08-30  Paolo Bonzini  <bonzini@gnu.org>
193
194	PR ada/41122
195	* configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
196	call to AC_PROG_CC.
197	* configure: Regenerate.
198	* Makefile.in: Substitute AWK.
199
2002009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
201
202	* configure.ac (AC_PREREQ): Bump to 2.64.
203
2042009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
205
206	* configure: Regenerate.
207
2082009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
209
210	* Makefile.in (AUTOCONF, configure_deps): New variables.
211	($(srcdir)/configure)): Use them.  Also depend on multi.m4.
212
2132009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
214
215	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
216
2172009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
218
219	* configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
220	* configure: Regenerate.
221
2222009-04-09  Jakub Jelinek  <jakub@redhat.com>
223
224	* Makefile.in: Change copyright header to refer to version
225	3 of the GNU General Public License and to point readers at the
226	COPYING3 file and the FSF's license web page.
227	* configure.ac: Likewise.
228
2292009-04-06  Laurent GUERBY  <laurent@guerby.net>
230
231	* Makefile.in (ADA_RTS_DIR): Define.
232	* Makefile.in (gnatlib-*): Link adainclude and adalib to it.
233
2342008-09-21  Laurent Guerby  <laurent@guerby.net>
235	    Paolo Bonzini  <bonzini@gnu.org>
236
237	PR ada/5911
238	* Makefile.in (all, install, mostlyclean, clean, distclean): Add
239	multilib handling.
240	* configure.ac: Add multilib handling.
241	* configure: Regenerate.
242
2432008-08-29  Laurent Guerby  <laurent@guerby.net>
244
245	* Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
246	avoid conflicts. Factor more flags to pass.
247	(libsubdir): New variable.
248	(install-gnatlib): New target.
249
2502008-08-28  Laurent Guerby  <laurent@guerby.net>
251
252	* configure: Regenerate.
253
2542008-08-06  Thomas Quinot  <quinot@adacore.com>
255
256	* Makefile.in: generate s-oscons.ads again, previous change was
257	unneeded.
258
2592008-08-06  Samuel Tardieu  <sam@rfc1149.net>
260
261	* Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
262	oscons.
263
2642008-08-06  Thomas Quinot  <quinot@adacore.com>
265
266	* Makefile.in: Now generate s-oscons-$(THREAD_KIND).
267
2682008-08-05  Thomas Quinot  <quinot@adacore.com>
269
270	* Makefile.in (gnatlib*): Now depend on oscons target.
271	(oscons): New target.
272
2732008-08-01  Paolo Bonzini  <bonzini@gnu.org>
274
275	* configure.ac (warn_cflags): Substitute.
276	* configure: Regenerate.
277	* Makefile.in (libdir, WARN_CFLAGS): Substitute.
278	(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
279	(ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
280	they were unused.
281	(libada-mk): Do not include.  Include libgcc.mvars instead.
282	(tmake_file): Remove, do not include.
283	(FLAGS_TO_PASS): Pass dummy values for exeext and CC.
284	* configure: Regenerate.
285
2862008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
287
288	* configure.ac: move sinclude of acx.m4 before AC_INIT,
289	also sinclude override.m4.
290	* Makefile.in ($(srcdir)/configure): Update dependencies.
291	* configure: Regenerate.
292
2932007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
294
295	* Makefile.in: Add dummy install-pdf target.
296
2972007-01-23  Richard Guenther  <rguenther@suse.de>
298
299	PR bootstrap/30541
300	* Makefile.in (STAGE_PREFIX): Do not define.
301	(FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
302
3032006-11-16  Paolo Bonzini  <bonzini@gnu.org>
304
305	PR bootstrap/29802
306	* configure.ac: Call GCC_TOPLEV_SUBDIRS.
307	* configure: Regenerate.
308	* Makefile.in: Replace host_subdir.
309
3102006-10-16  Brooks Moses  <bmoses@stanford.edu>
311
312	* Makefile.in: Add dummy "pdf" target.
313
3142006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
315
316	* Makefile.in: Add install-html target.
317
3182005-12-05  Paolo Bonzini  <bonzini@gnu.org>
319
320	* Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
321
3222005-04-27  James E Wilson  <wilson@specifixinc.com>
323
324	* Makefile.in (html): New.
325
3262005-02-28  Paolo Bonzini  <bonzini@gnu.org>
327
328	PR bootstrap/17383
329	* Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
330
3312004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
332
333	* Makefile.in: Add stamp file for building libada, to avoid
334	duplicate builds every time all-gnattools is called.
335
3362004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
337
338	* Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
339	here.
340
3412004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
342
343	* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
344	_TARGET.
345	* configure: Regenerate.
346
3472004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
348
349	* configure.ac, Makefile.in: Remove gnattools-specific code
350	(see gnattools directory).
351	* Makefile.in: Remove dead rts-* targets.
352	* configure: Regenerate.
353
3542004-05-25  Daniel Jacobowitz  <drow@false.org>
355
356	* Makefile.in: Add .NOEXPORT.
357
3582004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
359
360	* Makefile.in: Put back merge of some targets to avoid code duplication.
361	Remove at the same obsolete variable GNATLIBLDFLAGS.
362
3632004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
364
365	* configure.ac: Fix stupid brain-fade; set default_gnattools_target
366	correctly.
367	* configure: Regenerate.
368
3692004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
370
371	* Makefile.in: Revert most of Arnaud's last change.  Prefer anything
372	over error-prone Make abuse.  Remove temporary debug code.
373	(gnatlib-zcx): New target.
374	(gnattools): Split into gnattools-native, gnattools-cross, to fix
375	previous bug; select which on the basis of default_gnattools_target.
376	(ada.all.cross): Merged with gnattools-cross target.
377	* configure.ac: Set default_gnattools_target.
378	* configure: Regenerate.
379
3802004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
381
382	* Makefile.in: Fix errors introduced in previous change (in particular,
383	errors when building gnattools were ignored).
384	Code clean up and simplification.
385	update comments.
386	Remove temporary debug code introduced by mistake in previous check in.
387	Prefer GNU Make syntax over complex and error-prone sh syntax.
388	(gnatlib-zcx): New target.
389	(ada.all.cross): Merged with gnattools-cross target.
390
3912004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
392
393	* configure.ac: It's gnatlib-plain in the Makefile, not
394	gnatlib-simple; make configure match.
395	* configure: Regenerate.
396
3972004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
398
399	* Makefile.in: Call gcc/ada/Makefile directly, not through the
400	intermediary of gcc/Makefile.  Incorporate all necessary parts of
401	rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
402	targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
403	configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
404	to build in configure.ac, not here.
405	* configure.ac: Provide Makefile.in with the new information it needs,
406	such as GCC's tmake_file and xmake_file.
407	* configure: Regenerate.
408
4092004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
410
411	* configure.in: Rename file to ...
412	* configure.ac: .. to this. Bump AC_PREREQ to 2.59.
413	* configure: Regenerate.
414
4152003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
416
417	PR ada/14350
418	* configure.in: Remove hardcoded gcc version.
419
420	* configure: Regenerated.
421
4222004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
423
424	* Makefile.in (gnattools): Depend on gnatlib.
425
4262003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
427
428	PR ada/6637, PR ada/5911
429	* configure.in, Makefile.in, configure: Merge with libada-branch
430
4312003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
432
433	PR ada/6637, PR ada/5911
434	* configure.in: Add support for --enable/disable-shared
435	* Makefile.in: Add initial, simple support for gnatlib/gnattools
436	for native and cross configurations.
437	* configure: Regenerate
438
4392003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
440
441	* configure.in: Make --enable-maintainer-mode work.
442	* configure: Regenerate.
443
444	* Makefile.in, configure.in: New files.
445	* configure: Generate.
446
447	* New directory, new ChangeLog.
448
449Copyright (C) 2003-2019 Free Software Foundation, Inc.
450
451This ChangeLog is free software; the Free Software Foundation gives
452unlimited permission to copy, distribute, and modify it.
453