Update ChangeLog and version files for release
[official-gcc.git] / libada / ChangeLog
blob6a950729892836833e505afa8d3279421691808c
1 2018-01-25  Release Manager
3         * GCC 7.3.0 released.
5 2017-08-14  Release Manager
7         * GCC 7.2.0 released.
9 2017-06-01  Eric Botcazou  <ebotcazou@adacore.com>
11         PR ada/80921
12         * configure.ac (default_gnatlib_target): Remove bogus condition.
13         (have_getipinfo): Tweak.
14         * configure: Regenerate.
16 2017-05-02  Release Manager
18         * GCC 7.1.0 released.
20 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
22         PR other/79046
23         * configure.ac: Add GCC_BASE_VER.
24         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
25         version from BASE-VER file.
26         * configure: Regenerate.
28 2017-01-04  Alan Modra  <amodra@gmail.com>
30         * Makefile.in (configure_deps): Update and order as per
31         configure.ac sinclude.
32         * configure: Regenerate.
34 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
36         Update copyright years.
38 2016-11-15  Matthias Klose  <doko@ubuntu.com>
40         * configure: Regenerate.
42 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
44         * configure: Remove SH5 support.
46 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
48         Update copyright years.
50 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
51             Iain Sandoe  <iain@codesourcery.com>
53         PR target/65351
54         * configure: Regenerate.
56 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
57             Iain Sandoe  <iain@codesourcery.com>
59         PR target/65351
60         * configure: Regenerate.
62 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
64         Update copyright years.
66 2014-08-12  Joel Sherrill  <joel.sherrill@oarcorp.com>
68         * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
70 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
72         Update copyright years
74 2013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
76         * configure: Regenerate.
78 2013-03-27  Kai Tietz  <ktietz@redhat.com>
80         * configure: Regenerated.
82 2013-02-13  Kai Tietz  <ktietz@redhat.com>
84         PR target/52122
85         * Makefile.in (LN_S_RECURSIVE): New.
86         (adainclude, adalib): Use LN_S_RECURSIVE for copy.
88 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
90         Update copyright years.
92 2012-06-11  Olivier Hainque  <hainque@adacore.com>
94         * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
96 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
98         * configure: Regenerate.
100 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
102         * configure: Regenerate.
104 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
106         * Makefile.in: Change dependency on oscons to depend on the generator
107         tool.
109 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
111         * Makefile.in (LOOSE_WARN): Delete.
112         (GCC_WARN_CFLAGS): Likewise.
113         (WARN_CFLAGS): Likewise.
114         (GNATLIBFLAGS): Add -nostdinc.
115         (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
116         (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
117         * configure.ac (warn_cflags): Delete.
118         * configure: Regenerate.
120 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
122         * configure.ac: Include ../config/picflag.m4.
123         (GCC_PICFLAG): Call it.
124         Substitute.
125         * configure: Regenerate.
126         * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
127         (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
128         (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
129         Don't include $(GCC_DIR)/libgcc.mvars.
131 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
133         PR other/46202
134         * Makefile.in (install-strip): New phony target.
135         (check, installcheck, info, dvi, pdf, html, install)
136         (install-info, install-pdf, install-html, mostlyclean)
137         (clean, distclean, maintainer-clean): Mark phony.
139 2009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
141         * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
142         (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
143         * configure.ac: Include config/unwind_ipinfo.m4.
144         Check for _Unwind_GetIPInfo.
145         * configure: Regenerate.
147 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
149         PR ada/41122
150         * configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
151         call to AC_PROG_CC.
152         * configure: Regenerate.
153         * Makefile.in: Substitute AWK.
155 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
157         * configure.ac (AC_PREREQ): Bump to 2.64.
159 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
161         * configure: Regenerate.
163 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
165         * Makefile.in (AUTOCONF, configure_deps): New variables.
166         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
168 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
170         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
172 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
174         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
175         * configure: Regenerate.
177 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
179         * Makefile.in: Change copyright header to refer to version
180         3 of the GNU General Public License and to point readers at the
181         COPYING3 file and the FSF's license web page.
182         * configure.ac: Likewise.
184 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
186         * Makefile.in (ADA_RTS_DIR): Define.
187         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
189 2008-09-21  Laurent Guerby  <laurent@guerby.net>
190             Paolo Bonzini  <bonzini@gnu.org>
192         PR ada/5911
193         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
194         multilib handling.
195         * configure.ac: Add multilib handling.
196         * configure: Regenerate.
198 2008-08-29  Laurent Guerby  <laurent@guerby.net>
200         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
201         avoid conflicts. Factor more flags to pass.
202         (libsubdir): New variable.
203         (install-gnatlib): New target.
205 2008-08-28  Laurent Guerby  <laurent@guerby.net>
207         * configure: Regenerate.
209 2008-08-06  Thomas Quinot  <quinot@adacore.com>
211         * Makefile.in: generate s-oscons.ads again, previous change was
212         unneeded.
214 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
216         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
217         oscons.
219 2008-08-06  Thomas Quinot  <quinot@adacore.com>
221         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
223 2008-08-05  Thomas Quinot  <quinot@adacore.com>
225         * Makefile.in (gnatlib*): Now depend on oscons target.
226         (oscons): New target.
228 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
230         * configure.ac (warn_cflags): Substitute.
231         * configure: Regenerate.
232         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
233         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
234         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
235         they were unused.
236         (libada-mk): Do not include.  Include libgcc.mvars instead.
237         (tmake_file): Remove, do not include.
238         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
239         * configure: Regenerate.
241 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
243         * configure.ac: move sinclude of acx.m4 before AC_INIT,
244         also sinclude override.m4.
245         * Makefile.in ($(srcdir)/configure): Update dependencies.
246         * configure: Regenerate.
248 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
250         * Makefile.in: Add dummy install-pdf target.
252 2007-01-23  Richard Guenther  <rguenther@suse.de>
254         PR bootstrap/30541
255         * Makefile.in (STAGE_PREFIX): Do not define.
256         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
258 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
260         PR bootstrap/29802
261         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
262         * configure: Regenerate.
263         * Makefile.in: Replace host_subdir.
265 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
267         * Makefile.in: Add dummy "pdf" target.
269 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
271         * Makefile.in: Add install-html target.
273 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
275         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
277 2005-04-27  James E Wilson  <wilson@specifixinc.com>
279         * Makefile.in (html): New.
281 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
283         PR bootstrap/17383
284         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
286 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
288         * Makefile.in: Add stamp file for building libada, to avoid
289         duplicate builds every time all-gnattools is called.
291 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
293         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
294         here.
296 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
298         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
299         _TARGET.
300         * configure: Regenerate.
302 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
304         * configure.ac, Makefile.in: Remove gnattools-specific code
305         (see gnattools directory).
306         * Makefile.in: Remove dead rts-* targets.
307         * configure: Regenerate.
309 2004-05-25  Daniel Jacobowitz  <drow@false.org>
311         * Makefile.in: Add .NOEXPORT.
313 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
315         * Makefile.in: Put back merge of some targets to avoid code duplication.
316         Remove at the same obsolete variable GNATLIBLDFLAGS.
318 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
320         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
321         correctly.
322         * configure: Regenerate.
324 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
326         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
327         over error-prone Make abuse.  Remove temporary debug code.
328         (gnatlib-zcx): New target.
329         (gnattools): Split into gnattools-native, gnattools-cross, to fix
330         previous bug; select which on the basis of default_gnattools_target.
331         (ada.all.cross): Merged with gnattools-cross target.
332         * configure.ac: Set default_gnattools_target.
333         * configure: Regenerate.
335 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
337         * Makefile.in: Fix errors introduced in previous change (in particular,
338         errors when building gnattools were ignored).
339         Code clean up and simplification.
340         update comments.
341         Remove temporary debug code introduced by mistake in previous check in.
342         Prefer GNU Make syntax over complex and error-prone sh syntax.
343         (gnatlib-zcx): New target.
344         (ada.all.cross): Merged with gnattools-cross target.
346 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
348         * configure.ac: It's gnatlib-plain in the Makefile, not
349         gnatlib-simple; make configure match.
350         * configure: Regenerate.
352 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
354         * Makefile.in: Call gcc/ada/Makefile directly, not through the
355         intermediary of gcc/Makefile.  Incorporate all necessary parts of
356         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
357         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
358         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
359         to build in configure.ac, not here.
360         * configure.ac: Provide Makefile.in with the new information it needs,
361         such as GCC's tmake_file and xmake_file.
362         * configure: Regenerate.
364 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
366         * configure.in: Rename file to ...
367         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
368         * configure: Regenerate.
370 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
372         PR ada/14350
373         * configure.in: Remove hardcoded gcc version.
375         * configure: Regenerated.
377 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
379         * Makefile.in (gnattools): Depend on gnatlib.
381 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
383         PR ada/6637, PR ada/5911
384         * configure.in, Makefile.in, configure: Merge with libada-branch
386 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
388         PR ada/6637, PR ada/5911
389         * configure.in: Add support for --enable/disable-shared
390         * Makefile.in: Add initial, simple support for gnatlib/gnattools
391         for native and cross configurations.
392         * configure: Regenerate
394 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
396         * configure.in: Make --enable-maintainer-mode work.
397         * configure: Regenerate.
399         * Makefile.in, configure.in: New files.
400         * configure: Generate.
402         * New directory, new ChangeLog.
404 Copyright (C) 2003-2017 Free Software Foundation, Inc.
406 This ChangeLog is free software; the Free Software Foundation gives
407 unlimited permission to copy, distribute, and modify it.