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