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