2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / libada / ChangeLog
blob3894505f32950d115322ed1c2c90851676fdf1e6
1 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
3         Update copyright years.
5 2017-06-01  Eric Botcazou  <ebotcazou@adacore.com>
7         PR ada/80921
8         * configure.ac (default_gnatlib_target): Remove bogus condition.
9         (have_getipinfo): Tweak.
10         * configure: Regenerate.
12 2017-05-22  Eric Botcazou  <ebotcazou@adacore.com>
14         * configure.ac: Add check for sys/capability.h header.
15         (have_capability): New substitution.
16         * configure: Regenerate.
17         * Makefile.in (GNATLIBCFLAGS_FOR_C): Add @have_capability@.
19 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21         PR other/79046
22         * configure.ac: Add GCC_BASE_VER.
23         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
24         version from BASE-VER file.
25         * configure: Regenerate.
27 2017-01-04  Alan Modra  <amodra@gmail.com>
29         * Makefile.in (configure_deps): Update and order as per
30         configure.ac sinclude.
31         * configure: Regenerate.
33 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
35         Update copyright years.
37 2016-11-15  Matthias Klose  <doko@ubuntu.com>
39         * configure: Regenerate.
41 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
43         * configure: Remove SH5 support.
45 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
47         Update copyright years.
49 2015-04-10  Jakub Jelinek  <jakub@redhat.com>
50             Iain Sandoe  <iain@codesourcery.com>
52         PR target/65351
53         * configure: Regenerate.
55 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
56             Iain Sandoe  <iain@codesourcery.com>
58         PR target/65351
59         * configure: Regenerate.
61 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
63         Update copyright years.
65 2014-08-12  Joel Sherrill  <joel.sherrill@oarcorp.com>
67         * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
69 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
71         Update copyright years
73 2013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
75         * configure: Regenerate.
77 2013-03-27  Kai Tietz  <ktietz@redhat.com>
79         * configure: Regenerated.
81 2013-02-13  Kai Tietz  <ktietz@redhat.com>
83         PR target/52122
84         * Makefile.in (LN_S_RECURSIVE): New.
85         (adainclude, adalib): Use LN_S_RECURSIVE for copy.
87 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
89         Update copyright years.
91 2012-06-11  Olivier Hainque  <hainque@adacore.com>
93         * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
95 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
97         * configure: Regenerate.
99 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
101         * configure: Regenerate.
103 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
105         * Makefile.in: Change dependency on oscons to depend on the generator
106         tool.
108 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
110         * Makefile.in (LOOSE_WARN): Delete.
111         (GCC_WARN_CFLAGS): Likewise.
112         (WARN_CFLAGS): Likewise.
113         (GNATLIBFLAGS): Add -nostdinc.
114         (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
115         (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
116         * configure.ac (warn_cflags): Delete.
117         * configure: Regenerate.
119 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
121         * configure.ac: Include ../config/picflag.m4.
122         (GCC_PICFLAG): Call it.
123         Substitute.
124         * configure: Regenerate.
125         * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
126         (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
127         (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
128         Don't include $(GCC_DIR)/libgcc.mvars.
130 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
132         PR other/46202
133         * Makefile.in (install-strip): New phony target.
134         (check, installcheck, info, dvi, pdf, html, install)
135         (install-info, install-pdf, install-html, mostlyclean)
136         (clean, distclean, maintainer-clean): Mark phony.
138 2009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
140         * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
141         (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
142         * configure.ac: Include config/unwind_ipinfo.m4.
143         Check for _Unwind_GetIPInfo.
144         * configure: Regenerate.
146 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
148         PR ada/41122
149         * configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
150         call to AC_PROG_CC.
151         * configure: Regenerate.
152         * Makefile.in: Substitute AWK.
154 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
156         * configure.ac (AC_PREREQ): Bump to 2.64.
158 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
160         * configure: Regenerate.
162 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
164         * Makefile.in (AUTOCONF, configure_deps): New variables.
165         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
167 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
169         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
171 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
173         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
174         * configure: Regenerate.
176 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
178         * Makefile.in: Change copyright header to refer to version
179         3 of the GNU General Public License and to point readers at the
180         COPYING3 file and the FSF's license web page.
181         * configure.ac: Likewise.
183 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
185         * Makefile.in (ADA_RTS_DIR): Define.
186         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
188 2008-09-21  Laurent Guerby  <laurent@guerby.net>
189             Paolo Bonzini  <bonzini@gnu.org>
191         PR ada/5911
192         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
193         multilib handling.
194         * configure.ac: Add multilib handling.
195         * configure: Regenerate.
197 2008-08-29  Laurent Guerby  <laurent@guerby.net>
199         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
200         avoid conflicts. Factor more flags to pass.
201         (libsubdir): New variable.
202         (install-gnatlib): New target.
204 2008-08-28  Laurent Guerby  <laurent@guerby.net>
206         * configure: Regenerate.
208 2008-08-06  Thomas Quinot  <quinot@adacore.com>
210         * Makefile.in: generate s-oscons.ads again, previous change was
211         unneeded.
213 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
215         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
216         oscons.
218 2008-08-06  Thomas Quinot  <quinot@adacore.com>
220         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
222 2008-08-05  Thomas Quinot  <quinot@adacore.com>
224         * Makefile.in (gnatlib*): Now depend on oscons target.
225         (oscons): New target.
227 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
229         * configure.ac (warn_cflags): Substitute.
230         * configure: Regenerate.
231         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
232         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
233         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
234         they were unused.
235         (libada-mk): Do not include.  Include libgcc.mvars instead.
236         (tmake_file): Remove, do not include.
237         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
238         * configure: Regenerate.
240 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
242         * configure.ac: move sinclude of acx.m4 before AC_INIT,
243         also sinclude override.m4.
244         * Makefile.in ($(srcdir)/configure): Update dependencies.
245         * configure: Regenerate.
247 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
249         * Makefile.in: Add dummy install-pdf target.
251 2007-01-23  Richard Guenther  <rguenther@suse.de>
253         PR bootstrap/30541
254         * Makefile.in (STAGE_PREFIX): Do not define.
255         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
257 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
259         PR bootstrap/29802
260         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
261         * configure: Regenerate.
262         * Makefile.in: Replace host_subdir.
264 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
266         * Makefile.in: Add dummy "pdf" target.
268 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
270         * Makefile.in: Add install-html target.
272 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
274         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
276 2005-04-27  James E Wilson  <wilson@specifixinc.com>
278         * Makefile.in (html): New.
280 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
282         PR bootstrap/17383
283         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
285 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
287         * Makefile.in: Add stamp file for building libada, to avoid
288         duplicate builds every time all-gnattools is called.
290 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
292         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
293         here.
295 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
297         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
298         _TARGET.
299         * configure: Regenerate.
301 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
303         * configure.ac, Makefile.in: Remove gnattools-specific code
304         (see gnattools directory).
305         * Makefile.in: Remove dead rts-* targets.
306         * configure: Regenerate.
308 2004-05-25  Daniel Jacobowitz  <drow@false.org>
310         * Makefile.in: Add .NOEXPORT.
312 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
314         * Makefile.in: Put back merge of some targets to avoid code duplication.
315         Remove at the same obsolete variable GNATLIBLDFLAGS.
317 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
319         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
320         correctly.
321         * configure: Regenerate.
323 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
325         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
326         over error-prone Make abuse.  Remove temporary debug code.
327         (gnatlib-zcx): New target.
328         (gnattools): Split into gnattools-native, gnattools-cross, to fix
329         previous bug; select which on the basis of default_gnattools_target.
330         (ada.all.cross): Merged with gnattools-cross target.
331         * configure.ac: Set default_gnattools_target.
332         * configure: Regenerate.
334 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
336         * Makefile.in: Fix errors introduced in previous change (in particular,
337         errors when building gnattools were ignored).
338         Code clean up and simplification.
339         update comments.
340         Remove temporary debug code introduced by mistake in previous check in.
341         Prefer GNU Make syntax over complex and error-prone sh syntax.
342         (gnatlib-zcx): New target.
343         (ada.all.cross): Merged with gnattools-cross target.
345 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
347         * configure.ac: It's gnatlib-plain in the Makefile, not
348         gnatlib-simple; make configure match.
349         * configure: Regenerate.
351 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
353         * Makefile.in: Call gcc/ada/Makefile directly, not through the
354         intermediary of gcc/Makefile.  Incorporate all necessary parts of
355         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
356         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
357         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
358         to build in configure.ac, not here.
359         * configure.ac: Provide Makefile.in with the new information it needs,
360         such as GCC's tmake_file and xmake_file.
361         * configure: Regenerate.
363 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
365         * configure.in: Rename file to ...
366         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
367         * configure: Regenerate.
369 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
371         PR ada/14350
372         * configure.in: Remove hardcoded gcc version.
374         * configure: Regenerated.
376 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
378         * Makefile.in (gnattools): Depend on gnatlib.
380 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
382         PR ada/6637, PR ada/5911
383         * configure.in, Makefile.in, configure: Merge with libada-branch
385 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
387         PR ada/6637, PR ada/5911
388         * configure.in: Add support for --enable/disable-shared
389         * Makefile.in: Add initial, simple support for gnatlib/gnattools
390         for native and cross configurations.
391         * configure: Regenerate
393 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
395         * configure.in: Make --enable-maintainer-mode work.
396         * configure: Regenerate.
398         * Makefile.in, configure.in: New files.
399         * configure: Generate.
401         * New directory, new ChangeLog.
403 Copyright (C) 2003-2018 Free Software Foundation, Inc.
405 This ChangeLog is free software; the Free Software Foundation gives
406 unlimited permission to copy, distribute, and modify it.