12013-05-31  Release Manager
2
3	* GCC 4.8.1 released.
4
52013-03-22  Release Manager
6
7	* GCC 4.8.0 released.
8
92013-02-13  Kai Tietz  <ktietz@redhat.com>
10
11	PR target/52122
12	* Makefile.in (LN_S_RECURSIVE): New.
13	(adainclude, adalib): Use LN_S_RECURSIVE for copy.
14
152013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
16
17	Update copyright years.
18
192012-06-11  Olivier Hainque  <hainque@adacore.com>
20
21	* Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
22
232012-01-22  Douglas B Rupp  <rupp@gnat.com>
24
25	* configure: Regenerate.
26
272012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28
29	* configure: Regenerate.
30
312011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
32
33	* Makefile.in: Change dependency on oscons to depend on the generator
34	tool.
35
362011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
37
38	* Makefile.in (LOOSE_WARN): Delete.
39	(GCC_WARN_CFLAGS): Likewise.
40	(WARN_CFLAGS): Likewise.
41	(GNATLIBFLAGS): Add -nostdinc.
42	(GNATLIBCFLAGS_FOR_C): Add -W -Wall.
43	(LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
44	* configure.ac (warn_cflags): Delete.
45	* configure: Regenerate.
46
472011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
48
49	* configure.ac: Include ../config/picflag.m4.
50	(GCC_PICFLAG): Call it.
51	Substitute.
52	* configure: Regenerate.
53	* Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
54	(GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
55	(LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
56	Don't include $(GCC_DIR)/libgcc.mvars.
57
582010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
59
60	PR other/46202
61	* Makefile.in (install-strip): New phony target.
62	(check, installcheck, info, dvi, pdf, html, install)
63	(install-info, install-pdf, install-html, mostlyclean)
64	(clean, distclean, maintainer-clean): Mark phony.
65
662009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
67
68	* Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
69	(LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
70	* configure.ac: Include config/unwind_ipinfo.m4.
71	Check for _Unwind_GetIPInfo.
72	* configure: Regenerate.
73
742009-08-30  Paolo Bonzini  <bonzini@gnu.org>
75
76	PR ada/41122
77	* configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
78	call to AC_PROG_CC.
79	* configure: Regenerate.
80	* Makefile.in: Substitute AWK.
81
822009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
83
84	* configure.ac (AC_PREREQ): Bump to 2.64.
85
862009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
87
88	* configure: Regenerate.
89
902009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
91
92	* Makefile.in (AUTOCONF, configure_deps): New variables.
93	($(srcdir)/configure)): Use them.  Also depend on multi.m4.
94
952009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
96
97	* configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
98
992009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
100
101	* configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
102	* configure: Regenerate.
103
1042009-04-09  Jakub Jelinek  <jakub@redhat.com>
105
106	* Makefile.in: Change copyright header to refer to version
107	3 of the GNU General Public License and to point readers at the
108	COPYING3 file and the FSF's license web page.
109	* configure.ac: Likewise.
110
1112009-04-06  Laurent GUERBY  <laurent@guerby.net>
112
113        * Makefile.in (ADA_RTS_DIR): Define.
114        * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
115
1162008-09-21  Laurent Guerby  <laurent@guerby.net>
117            Paolo Bonzini  <bonzini@gnu.org>
118
119	PR ada/5911
120	* Makefile.in (all, install, mostlyclean, clean, distclean): Add
121	multilib handling.
122	* configure.ac: Add multilib handling.
123	* configure: Regenerate.
124
1252008-08-29  Laurent Guerby  <laurent@guerby.net>
126
127	* Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
128	avoid conflicts. Factor more flags to pass.
129	(libsubdir): New variable.
130	(install-gnatlib): New target.
131
1322008-08-28  Laurent Guerby  <laurent@guerby.net>
133
134	* configure: Regenerate.
135
1362008-08-06  Thomas Quinot  <quinot@adacore.com>
137
138	* Makefile.in: generate s-oscons.ads again, previous change was
139	unneeded.
140
1412008-08-06  Samuel Tardieu  <sam@rfc1149.net>
142
143	* Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
144	oscons.
145
1462008-08-06  Thomas Quinot  <quinot@adacore.com>
147
148	* Makefile.in: Now generate s-oscons-$(THREAD_KIND).
149
1502008-08-05  Thomas Quinot  <quinot@adacore.com>
151
152	* Makefile.in (gnatlib*): Now depend on oscons target.
153	(oscons): New target.
154
1552008-08-01  Paolo Bonzini  <bonzini@gnu.org>
156
157	* configure.ac (warn_cflags): Substitute.
158	* configure: Regenerate.
159	* Makefile.in (libdir, WARN_CFLAGS): Substitute.
160	(GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
161	(ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
162	they were unused.
163	(libada-mk): Do not include.  Include libgcc.mvars instead.
164	(tmake_file): Remove, do not include.
165	(FLAGS_TO_PASS): Pass dummy values for exeext and CC.
166	* configure: Regenerate.
167
1682008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
169
170	* configure.ac: move sinclude of acx.m4 before AC_INIT,
171	also sinclude override.m4.
172	* Makefile.in ($(srcdir)/configure): Update dependencies.
173	* configure: Regenerate.
174
1752007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
176
177	* Makefile.in: Add dummy install-pdf target.
178
1792007-01-23  Richard Guenther  <rguenther@suse.de>
180
181	PR bootstrap/30541
182	* Makefile.in (STAGE_PREFIX): Do not define.
183	(FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
184
1852006-11-16  Paolo Bonzini  <bonzini@gnu.org>
186
187	PR bootstrap/29802
188	* configure.ac: Call GCC_TOPLEV_SUBDIRS.
189	* configure: Regenerate.
190	* Makefile.in: Replace host_subdir.
191
1922006-10-16  Brooks Moses  <bmoses@stanford.edu>
193
194	* Makefile.in: Add dummy "pdf" target.
195
1962006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
197
198	* Makefile.in: Add install-html target.
199
2002005-12-05  Paolo Bonzini  <bonzini@gnu.org>
201
202	* Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
203
2042005-04-27  James E Wilson  <wilson@specifixinc.com>
205
206	* Makefile.in (html): New.
207
2082005-02-28  Paolo Bonzini  <bonzini@gnu.org>
209
210	PR bootstrap/17383
211	* Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
212
2132004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
214
215	* Makefile.in: Add stamp file for building libada, to avoid
216	duplicate builds every time all-gnattools is called.
217
2182004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
219
220	* Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
221	here.
222
2232004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
224
225	* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
226	_TARGET.
227	* configure: Regenerate.
228
2292004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
230
231	* configure.ac, Makefile.in: Remove gnattools-specific code
232	(see gnattools directory).
233	* Makefile.in: Remove dead rts-* targets.
234	* configure: Regenerate.
235
2362004-05-25  Daniel Jacobowitz  <drow@false.org>
237
238	* Makefile.in: Add .NOEXPORT.
239
2402004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
241
242	* Makefile.in: Put back merge of some targets to avoid code duplication.
243	Remove at the same obsolete variable GNATLIBLDFLAGS.
244
2452004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
246
247	* configure.ac: Fix stupid brain-fade; set default_gnattools_target
248	correctly.
249	* configure: Regenerate.
250
2512004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
252
253	* Makefile.in: Revert most of Arnaud's last change.  Prefer anything
254	over error-prone Make abuse.  Remove temporary debug code.
255	(gnatlib-zcx): New target.
256	(gnattools): Split into gnattools-native, gnattools-cross, to fix
257	previous bug; select which on the basis of default_gnattools_target.
258	(ada.all.cross): Merged with gnattools-cross target.
259	* configure.ac: Set default_gnattools_target.
260	* configure: Regenerate.
261
2622004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
263
264	* Makefile.in: Fix errors introduced in previous change (in particular,
265	errors when building gnattools were ignored).
266	Code clean up and simplification.
267	update comments.
268	Remove temporary debug code introduced by mistake in previous check in.
269	Prefer GNU Make syntax over complex and error-prone sh syntax.
270	(gnatlib-zcx): New target.
271	(ada.all.cross): Merged with gnattools-cross target.
272
2732004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
274
275	* configure.ac: It's gnatlib-plain in the Makefile, not
276	gnatlib-simple; make configure match.
277	* configure: Regenerate.
278
2792004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
280
281	* Makefile.in: Call gcc/ada/Makefile directly, not through the
282	intermediary of gcc/Makefile.  Incorporate all necessary parts of
283	rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
284	targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
285	configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
286	to build in configure.ac, not here.
287	* configure.ac: Provide Makefile.in with the new information it needs,
288	such as GCC's tmake_file and xmake_file.
289	* configure: Regenerate.
290
2912004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
292
293	* configure.in: Rename file to ...
294	* configure.ac: .. to this. Bump AC_PREREQ to 2.59.
295	* configure: Regenerate.
296
2972003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
298
299	PR ada/14350
300	* configure.in: Remove hardcoded gcc version.
301
302	* configure: Regenerated.
303
3042004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
305
306	* Makefile.in (gnattools): Depend on gnatlib.
307
3082003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
309
310	PR ada/6637, PR ada/5911
311	* configure.in, Makefile.in, configure: Merge with libada-branch
312
3132003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
314
315	PR ada/6637, PR ada/5911
316	* configure.in: Add support for --enable/disable-shared
317	* Makefile.in: Add initial, simple support for gnatlib/gnattools
318	for native and cross configurations.
319	* configure: Regenerate
320
3212003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
322
323	* configure.in: Make --enable-maintainer-mode work.
324	* configure: Regenerate.
325
326	* Makefile.in, configure.in: New files.
327	* configure: Generate.
328
329	* New directory, new ChangeLog.
330
331Copyright (C) 2003-2013 Free Software Foundation, Inc.
332
333This ChangeLog is free software; the Free Software Foundation gives
334unlimited permission to copy, distribute, and modify it.
335