12014-10-30  Release Manager
2
3	* GCC 4.9.2 released.
4
52014-08-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6
7	* Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
8
92014-07-16  Release Manager
10
11	* GCC 4.9.1 released.
12
132014-04-22  Release Manager
14
15	* GCC 4.9.0 released.
16
172014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
18
19	Update copyright years
20
212013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
22
23	* configure: Regenerate.
24
252013-03-27  Kai Tietz  <ktietz@redhat.com>
26
27	* configure: Regenerated.
28
292013-02-13  Kai Tietz  <ktietz@redhat.com>
30
31	PR target/52122
32	* Makefile.in (LN_S_RECURSIVE): New.
33	(adainclude, adalib): Use LN_S_RECURSIVE for copy.
34
352013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
36
37	Update copyright years.
38
392012-06-11  Olivier Hainque  <hainque@adacore.com>
40
41	* Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
42
432012-01-22  Douglas B Rupp  <rupp@gnat.com>
44
45	* configure: Regenerate.
46
472012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48
49	* configure: Regenerate.
50
512011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
52
53	* Makefile.in: Change dependency on oscons to depend on the generator
54	tool.
55
562011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
57
58	* Makefile.in (LOOSE_WARN): Delete.
59	(GCC_WARN_CFLAGS): Likewise.
60	(WARN_CFLAGS): Likewise.
61	(GNATLIBFLAGS): Add -nostdinc.
62	(GNATLIBCFLAGS_FOR_C): Add -W -Wall.
63	(LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
64	* configure.ac (warn_cflags): Delete.
65	* configure: Regenerate.
66
672011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
68
69	* configure.ac: Include ../config/picflag.m4.
70	(GCC_PICFLAG): Call it.
71	Substitute.
72	* configure: Regenerate.
73	* Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
74	(GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
75	(LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
76	Don't include $(GCC_DIR)/libgcc.mvars.
77
782010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
79
80	PR other/46202
81	* Makefile.in (install-strip): New phony target.
82	(check, installcheck, info, dvi, pdf, html, install)
83	(install-info, install-pdf, install-html, mostlyclean)
84	(clean, distclean, maintainer-clean): Mark phony.
85
862009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
87
88	* Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
89	(LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
90	* configure.ac: Include config/unwind_ipinfo.m4.
91	Check for _Unwind_GetIPInfo.
92	* configure: Regenerate.
93
942009-08-30  Paolo Bonzini  <bonzini@gnu.org>
95
96	PR ada/41122
97	* configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
98	call to AC_PROG_CC.
99	* configure: Regenerate.
100	* Makefile.in: Substitute AWK.
101
1022009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
103
104	* configure.ac (AC_PREREQ): Bump to 2.64.
105
1062009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
107
108	* configure: Regenerate.
109
1102009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
111
112	* Makefile.in (AUTOCONF, configure_deps): New variables.
113	($(srcdir)/configure)): Use them.  Also depend on multi.m4.
114
1152009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
116
117	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
118
1192009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
120
121	* configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
122	* configure: Regenerate.
123
1242009-04-09  Jakub Jelinek  <jakub@redhat.com>
125
126	* Makefile.in: Change copyright header to refer to version
127	3 of the GNU General Public License and to point readers at the
128	COPYING3 file and the FSF's license web page.
129	* configure.ac: Likewise.
130
1312009-04-06  Laurent GUERBY  <laurent@guerby.net>
132
133        * Makefile.in (ADA_RTS_DIR): Define.
134        * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
135
1362008-09-21  Laurent Guerby  <laurent@guerby.net>
137            Paolo Bonzini  <bonzini@gnu.org>
138
139	PR ada/5911
140	* Makefile.in (all, install, mostlyclean, clean, distclean): Add
141	multilib handling.
142	* configure.ac: Add multilib handling.
143	* configure: Regenerate.
144
1452008-08-29  Laurent Guerby  <laurent@guerby.net>
146
147	* Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
148	avoid conflicts. Factor more flags to pass.
149	(libsubdir): New variable.
150	(install-gnatlib): New target.
151
1522008-08-28  Laurent Guerby  <laurent@guerby.net>
153
154	* configure: Regenerate.
155
1562008-08-06  Thomas Quinot  <quinot@adacore.com>
157
158	* Makefile.in: generate s-oscons.ads again, previous change was
159	unneeded.
160
1612008-08-06  Samuel Tardieu  <sam@rfc1149.net>
162
163	* Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
164	oscons.
165
1662008-08-06  Thomas Quinot  <quinot@adacore.com>
167
168	* Makefile.in: Now generate s-oscons-$(THREAD_KIND).
169
1702008-08-05  Thomas Quinot  <quinot@adacore.com>
171
172	* Makefile.in (gnatlib*): Now depend on oscons target.
173	(oscons): New target.
174
1752008-08-01  Paolo Bonzini  <bonzini@gnu.org>
176
177	* configure.ac (warn_cflags): Substitute.
178	* configure: Regenerate.
179	* Makefile.in (libdir, WARN_CFLAGS): Substitute.
180	(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
181	(ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
182	they were unused.
183	(libada-mk): Do not include.  Include libgcc.mvars instead.
184	(tmake_file): Remove, do not include.
185	(FLAGS_TO_PASS): Pass dummy values for exeext and CC.
186	* configure: Regenerate.
187
1882008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
189
190	* configure.ac: move sinclude of acx.m4 before AC_INIT,
191	also sinclude override.m4.
192	* Makefile.in ($(srcdir)/configure): Update dependencies.
193	* configure: Regenerate.
194
1952007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
196
197	* Makefile.in: Add dummy install-pdf target.
198
1992007-01-23  Richard Guenther  <rguenther@suse.de>
200
201	PR bootstrap/30541
202	* Makefile.in (STAGE_PREFIX): Do not define.
203	(FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
204
2052006-11-16  Paolo Bonzini  <bonzini@gnu.org>
206
207	PR bootstrap/29802
208	* configure.ac: Call GCC_TOPLEV_SUBDIRS.
209	* configure: Regenerate.
210	* Makefile.in: Replace host_subdir.
211
2122006-10-16  Brooks Moses  <bmoses@stanford.edu>
213
214	* Makefile.in: Add dummy "pdf" target.
215
2162006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
217
218	* Makefile.in: Add install-html target.
219
2202005-12-05  Paolo Bonzini  <bonzini@gnu.org>
221
222	* Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
223
2242005-04-27  James E Wilson  <wilson@specifixinc.com>
225
226	* Makefile.in (html): New.
227
2282005-02-28  Paolo Bonzini  <bonzini@gnu.org>
229
230	PR bootstrap/17383
231	* Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
232
2332004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
234
235	* Makefile.in: Add stamp file for building libada, to avoid
236	duplicate builds every time all-gnattools is called.
237
2382004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
239
240	* Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
241	here.
242
2432004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
244
245	* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
246	_TARGET.
247	* configure: Regenerate.
248
2492004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
250
251	* configure.ac, Makefile.in: Remove gnattools-specific code
252	(see gnattools directory).
253	* Makefile.in: Remove dead rts-* targets.
254	* configure: Regenerate.
255
2562004-05-25  Daniel Jacobowitz  <drow@false.org>
257
258	* Makefile.in: Add .NOEXPORT.
259
2602004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
261
262	* Makefile.in: Put back merge of some targets to avoid code duplication.
263	Remove at the same obsolete variable GNATLIBLDFLAGS.
264
2652004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
266
267	* configure.ac: Fix stupid brain-fade; set default_gnattools_target
268	correctly.
269	* configure: Regenerate.
270
2712004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
272
273	* Makefile.in: Revert most of Arnaud's last change.  Prefer anything
274	over error-prone Make abuse.  Remove temporary debug code.
275	(gnatlib-zcx): New target.
276	(gnattools): Split into gnattools-native, gnattools-cross, to fix
277	previous bug; select which on the basis of default_gnattools_target.
278	(ada.all.cross): Merged with gnattools-cross target.
279	* configure.ac: Set default_gnattools_target.
280	* configure: Regenerate.
281
2822004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
283
284	* Makefile.in: Fix errors introduced in previous change (in particular,
285	errors when building gnattools were ignored).
286	Code clean up and simplification.
287	update comments.
288	Remove temporary debug code introduced by mistake in previous check in.
289	Prefer GNU Make syntax over complex and error-prone sh syntax.
290	(gnatlib-zcx): New target.
291	(ada.all.cross): Merged with gnattools-cross target.
292
2932004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
294
295	* configure.ac: It's gnatlib-plain in the Makefile, not
296	gnatlib-simple; make configure match.
297	* configure: Regenerate.
298
2992004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
300
301	* Makefile.in: Call gcc/ada/Makefile directly, not through the
302	intermediary of gcc/Makefile.  Incorporate all necessary parts of
303	rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
304	targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
305	configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
306	to build in configure.ac, not here.
307	* configure.ac: Provide Makefile.in with the new information it needs,
308	such as GCC's tmake_file and xmake_file.
309	* configure: Regenerate.
310
3112004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
312
313	* configure.in: Rename file to ...
314	* configure.ac: .. to this. Bump AC_PREREQ to 2.59.
315	* configure: Regenerate.
316
3172003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
318
319	PR ada/14350
320	* configure.in: Remove hardcoded gcc version.
321
322	* configure: Regenerated.
323
3242004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
325
326	* Makefile.in (gnattools): Depend on gnatlib.
327
3282003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
329
330	PR ada/6637, PR ada/5911
331	* configure.in, Makefile.in, configure: Merge with libada-branch
332
3332003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
334
335	PR ada/6637, PR ada/5911
336	* configure.in: Add support for --enable/disable-shared
337	* Makefile.in: Add initial, simple support for gnatlib/gnattools
338	for native and cross configurations.
339	* configure: Regenerate
340
3412003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
342
343	* configure.in: Make --enable-maintainer-mode work.
344	* configure: Regenerate.
345
346	* Makefile.in, configure.in: New files.
347	* configure: Generate.
348
349	* New directory, new ChangeLog.
350
351Copyright (C) 2003-2014 Free Software Foundation, Inc.
352
353This ChangeLog is free software; the Free Software Foundation gives
354unlimited permission to copy, distribute, and modify it.
355