Update ChangeLog and version files for release
[official-gcc.git] / libada / ChangeLog
blob0c230f0dc9d73504b381b24d96ee7991385db126
1 2016-08-22  Release Manager
3         * GCC 6.2.0 released.
5 2016-04-27  Release Manager
7         * GCC 6.1.0 released.
9 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
11         Update copyright years.
13 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
14             Iain Sandoe  <iain@codesourcery.com>
16         PR target/65351
17         * configure: Regenerate.
19 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
20             Iain Sandoe  <iain@codesourcery.com>
22         PR target/65351
23         * configure: Regenerate.
25 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
27         Update copyright years.
29 2014-08-12  Joel Sherrill  <joel.sherrill@oarcorp.com>
31         * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
33 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
35         Update copyright years
37 2013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
39         * configure: Regenerate.
41 2013-03-27  Kai Tietz  <ktietz@redhat.com>
43         * configure: Regenerated.
45 2013-02-13  Kai Tietz  <ktietz@redhat.com>
47         PR target/52122
48         * Makefile.in (LN_S_RECURSIVE): New.
49         (adainclude, adalib): Use LN_S_RECURSIVE for copy.
51 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
53         Update copyright years.
55 2012-06-11  Olivier Hainque  <hainque@adacore.com>
57         * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
59 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
61         * configure: Regenerate.
63 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
65         * configure: Regenerate.
67 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
69         * Makefile.in: Change dependency on oscons to depend on the generator
70         tool.
72 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
74         * Makefile.in (LOOSE_WARN): Delete.
75         (GCC_WARN_CFLAGS): Likewise.
76         (WARN_CFLAGS): Likewise.
77         (GNATLIBFLAGS): Add -nostdinc.
78         (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
79         (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
80         * configure.ac (warn_cflags): Delete.
81         * configure: Regenerate.
83 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
85         * configure.ac: Include ../config/picflag.m4.
86         (GCC_PICFLAG): Call it.
87         Substitute.
88         * configure: Regenerate.
89         * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
90         (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
91         (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
92         Don't include $(GCC_DIR)/libgcc.mvars.
94 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
96         PR other/46202
97         * Makefile.in (install-strip): New phony target.
98         (check, installcheck, info, dvi, pdf, html, install)
99         (install-info, install-pdf, install-html, mostlyclean)
100         (clean, distclean, maintainer-clean): Mark phony.
102 2009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
104         * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
105         (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
106         * configure.ac: Include config/unwind_ipinfo.m4.
107         Check for _Unwind_GetIPInfo.
108         * configure: Regenerate.
110 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
112         PR ada/41122
113         * configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
114         call to AC_PROG_CC.
115         * configure: Regenerate.
116         * Makefile.in: Substitute AWK.
118 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
120         * configure.ac (AC_PREREQ): Bump to 2.64.
122 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
124         * configure: Regenerate.
126 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
128         * Makefile.in (AUTOCONF, configure_deps): New variables.
129         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
131 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
133         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
135 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
137         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
138         * configure: Regenerate.
140 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
142         * Makefile.in: Change copyright header to refer to version
143         3 of the GNU General Public License and to point readers at the
144         COPYING3 file and the FSF's license web page.
145         * configure.ac: Likewise.
147 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
149         * Makefile.in (ADA_RTS_DIR): Define.
150         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
152 2008-09-21  Laurent Guerby  <laurent@guerby.net>
153             Paolo Bonzini  <bonzini@gnu.org>
155         PR ada/5911
156         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
157         multilib handling.
158         * configure.ac: Add multilib handling.
159         * configure: Regenerate.
161 2008-08-29  Laurent Guerby  <laurent@guerby.net>
163         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
164         avoid conflicts. Factor more flags to pass.
165         (libsubdir): New variable.
166         (install-gnatlib): New target.
168 2008-08-28  Laurent Guerby  <laurent@guerby.net>
170         * configure: Regenerate.
172 2008-08-06  Thomas Quinot  <quinot@adacore.com>
174         * Makefile.in: generate s-oscons.ads again, previous change was
175         unneeded.
177 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
179         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
180         oscons.
182 2008-08-06  Thomas Quinot  <quinot@adacore.com>
184         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
186 2008-08-05  Thomas Quinot  <quinot@adacore.com>
188         * Makefile.in (gnatlib*): Now depend on oscons target.
189         (oscons): New target.
191 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
193         * configure.ac (warn_cflags): Substitute.
194         * configure: Regenerate.
195         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
196         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
197         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
198         they were unused.
199         (libada-mk): Do not include.  Include libgcc.mvars instead.
200         (tmake_file): Remove, do not include.
201         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
202         * configure: Regenerate.
204 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
206         * configure.ac: move sinclude of acx.m4 before AC_INIT,
207         also sinclude override.m4.
208         * Makefile.in ($(srcdir)/configure): Update dependencies.
209         * configure: Regenerate.
211 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
213         * Makefile.in: Add dummy install-pdf target.
215 2007-01-23  Richard Guenther  <rguenther@suse.de>
217         PR bootstrap/30541
218         * Makefile.in (STAGE_PREFIX): Do not define.
219         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
221 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
223         PR bootstrap/29802
224         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
225         * configure: Regenerate.
226         * Makefile.in: Replace host_subdir.
228 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
230         * Makefile.in: Add dummy "pdf" target.
232 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
234         * Makefile.in: Add install-html target.
236 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
238         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
240 2005-04-27  James E Wilson  <wilson@specifixinc.com>
242         * Makefile.in (html): New.
244 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
246         PR bootstrap/17383
247         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
249 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
251         * Makefile.in: Add stamp file for building libada, to avoid
252         duplicate builds every time all-gnattools is called.
254 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
256         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
257         here.
259 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
261         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
262         _TARGET.
263         * configure: Regenerate.
265 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
267         * configure.ac, Makefile.in: Remove gnattools-specific code
268         (see gnattools directory).
269         * Makefile.in: Remove dead rts-* targets.
270         * configure: Regenerate.
272 2004-05-25  Daniel Jacobowitz  <drow@false.org>
274         * Makefile.in: Add .NOEXPORT.
276 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
278         * Makefile.in: Put back merge of some targets to avoid code duplication.
279         Remove at the same obsolete variable GNATLIBLDFLAGS.
281 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
283         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
284         correctly.
285         * configure: Regenerate.
287 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
289         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
290         over error-prone Make abuse.  Remove temporary debug code.
291         (gnatlib-zcx): New target.
292         (gnattools): Split into gnattools-native, gnattools-cross, to fix
293         previous bug; select which on the basis of default_gnattools_target.
294         (ada.all.cross): Merged with gnattools-cross target.
295         * configure.ac: Set default_gnattools_target.
296         * configure: Regenerate.
298 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
300         * Makefile.in: Fix errors introduced in previous change (in particular,
301         errors when building gnattools were ignored).
302         Code clean up and simplification.
303         update comments.
304         Remove temporary debug code introduced by mistake in previous check in.
305         Prefer GNU Make syntax over complex and error-prone sh syntax.
306         (gnatlib-zcx): New target.
307         (ada.all.cross): Merged with gnattools-cross target.
309 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
311         * configure.ac: It's gnatlib-plain in the Makefile, not
312         gnatlib-simple; make configure match.
313         * configure: Regenerate.
315 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
317         * Makefile.in: Call gcc/ada/Makefile directly, not through the
318         intermediary of gcc/Makefile.  Incorporate all necessary parts of
319         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
320         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
321         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
322         to build in configure.ac, not here.
323         * configure.ac: Provide Makefile.in with the new information it needs,
324         such as GCC's tmake_file and xmake_file.
325         * configure: Regenerate.
327 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
329         * configure.in: Rename file to ...
330         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
331         * configure: Regenerate.
333 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
335         PR ada/14350
336         * configure.in: Remove hardcoded gcc version.
338         * configure: Regenerated.
340 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
342         * Makefile.in (gnattools): Depend on gnatlib.
344 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
346         PR ada/6637, PR ada/5911
347         * configure.in, Makefile.in, configure: Merge with libada-branch
349 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
351         PR ada/6637, PR ada/5911
352         * configure.in: Add support for --enable/disable-shared
353         * Makefile.in: Add initial, simple support for gnatlib/gnattools
354         for native and cross configurations.
355         * configure: Regenerate
357 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
359         * configure.in: Make --enable-maintainer-mode work.
360         * configure: Regenerate.
362         * Makefile.in, configure.in: New files.
363         * configure: Generate.
365         * New directory, new ChangeLog.
367 Copyright (C) 2003-2016 Free Software Foundation, Inc.
369 This ChangeLog is free software; the Free Software Foundation gives
370 unlimited permission to copy, distribute, and modify it.