* caf/libcaf.h (_gfortran_caf_critical): Add a prototype.
[official-gcc.git] / libada / ChangeLog
blobe8a85cf0bcc32b77a295f7420f6c7f5bd45ba36e
1 2013-03-27  Kai Tietz  <ktietz@redhat.com>
3         * configure: Regenerated.
5 2013-02-13  Kai Tietz  <ktietz@redhat.com>
7         PR target/52122
8         * Makefile.in (LN_S_RECURSIVE): New.
9         (adainclude, adalib): Use LN_S_RECURSIVE for copy.
11 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
13         Update copyright years.
15 2012-06-11  Olivier Hainque  <hainque@adacore.com>
17         * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
19 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
21         * configure: Regenerate.
23 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25         * configure: Regenerate.
27 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
29         * Makefile.in: Change dependency on oscons to depend on the generator
30         tool.
32 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
34         * Makefile.in (LOOSE_WARN): Delete.
35         (GCC_WARN_CFLAGS): Likewise.
36         (WARN_CFLAGS): Likewise.
37         (GNATLIBFLAGS): Add -nostdinc.
38         (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
39         (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
40         * configure.ac (warn_cflags): Delete.
41         * configure: Regenerate.
43 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
45         * configure.ac: Include ../config/picflag.m4.
46         (GCC_PICFLAG): Call it.
47         Substitute.
48         * configure: Regenerate.
49         * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
50         (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
51         (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
52         Don't include $(GCC_DIR)/libgcc.mvars.
54 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
56         PR other/46202
57         * Makefile.in (install-strip): New phony target.
58         (check, installcheck, info, dvi, pdf, html, install)
59         (install-info, install-pdf, install-html, mostlyclean)
60         (clean, distclean, maintainer-clean): Mark phony.
62 2009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
64         * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
65         (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
66         * configure.ac: Include config/unwind_ipinfo.m4.
67         Check for _Unwind_GetIPInfo.
68         * configure: Regenerate.
70 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
72         PR ada/41122
73         * configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
74         call to AC_PROG_CC.
75         * configure: Regenerate.
76         * Makefile.in: Substitute AWK.
78 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
80         * configure.ac (AC_PREREQ): Bump to 2.64.
82 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
84         * configure: Regenerate.
86 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
88         * Makefile.in (AUTOCONF, configure_deps): New variables.
89         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
91 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
93         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
95 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
97         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
98         * configure: Regenerate.
100 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
102         * Makefile.in: Change copyright header to refer to version
103         3 of the GNU General Public License and to point readers at the
104         COPYING3 file and the FSF's license web page.
105         * configure.ac: Likewise.
107 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
109         * Makefile.in (ADA_RTS_DIR): Define.
110         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
112 2008-09-21  Laurent Guerby  <laurent@guerby.net>
113             Paolo Bonzini  <bonzini@gnu.org>
115         PR ada/5911
116         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
117         multilib handling.
118         * configure.ac: Add multilib handling.
119         * configure: Regenerate.
121 2008-08-29  Laurent Guerby  <laurent@guerby.net>
123         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
124         avoid conflicts. Factor more flags to pass.
125         (libsubdir): New variable.
126         (install-gnatlib): New target.
128 2008-08-28  Laurent Guerby  <laurent@guerby.net>
130         * configure: Regenerate.
132 2008-08-06  Thomas Quinot  <quinot@adacore.com>
134         * Makefile.in: generate s-oscons.ads again, previous change was
135         unneeded.
137 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
139         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
140         oscons.
142 2008-08-06  Thomas Quinot  <quinot@adacore.com>
144         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
146 2008-08-05  Thomas Quinot  <quinot@adacore.com>
148         * Makefile.in (gnatlib*): Now depend on oscons target.
149         (oscons): New target.
151 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
153         * configure.ac (warn_cflags): Substitute.
154         * configure: Regenerate.
155         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
156         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
157         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
158         they were unused.
159         (libada-mk): Do not include.  Include libgcc.mvars instead.
160         (tmake_file): Remove, do not include.
161         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
162         * configure: Regenerate.
164 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
166         * configure.ac: move sinclude of acx.m4 before AC_INIT,
167         also sinclude override.m4.
168         * Makefile.in ($(srcdir)/configure): Update dependencies.
169         * configure: Regenerate.
171 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
173         * Makefile.in: Add dummy install-pdf target.
175 2007-01-23  Richard Guenther  <rguenther@suse.de>
177         PR bootstrap/30541
178         * Makefile.in (STAGE_PREFIX): Do not define.
179         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
181 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
183         PR bootstrap/29802
184         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
185         * configure: Regenerate.
186         * Makefile.in: Replace host_subdir.
188 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
190         * Makefile.in: Add dummy "pdf" target.
192 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
194         * Makefile.in: Add install-html target.
196 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
198         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
200 2005-04-27  James E Wilson  <wilson@specifixinc.com>
202         * Makefile.in (html): New.
204 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
206         PR bootstrap/17383
207         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
209 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
211         * Makefile.in: Add stamp file for building libada, to avoid
212         duplicate builds every time all-gnattools is called.
214 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
216         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
217         here.
219 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
221         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
222         _TARGET.
223         * configure: Regenerate.
225 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
227         * configure.ac, Makefile.in: Remove gnattools-specific code
228         (see gnattools directory).
229         * Makefile.in: Remove dead rts-* targets.
230         * configure: Regenerate.
232 2004-05-25  Daniel Jacobowitz  <drow@false.org>
234         * Makefile.in: Add .NOEXPORT.
236 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
238         * Makefile.in: Put back merge of some targets to avoid code duplication.
239         Remove at the same obsolete variable GNATLIBLDFLAGS.
241 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
243         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
244         correctly.
245         * configure: Regenerate.
247 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
249         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
250         over error-prone Make abuse.  Remove temporary debug code.
251         (gnatlib-zcx): New target.
252         (gnattools): Split into gnattools-native, gnattools-cross, to fix
253         previous bug; select which on the basis of default_gnattools_target.
254         (ada.all.cross): Merged with gnattools-cross target.
255         * configure.ac: Set default_gnattools_target.
256         * configure: Regenerate.
258 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
260         * Makefile.in: Fix errors introduced in previous change (in particular,
261         errors when building gnattools were ignored).
262         Code clean up and simplification.
263         update comments.
264         Remove temporary debug code introduced by mistake in previous check in.
265         Prefer GNU Make syntax over complex and error-prone sh syntax.
266         (gnatlib-zcx): New target.
267         (ada.all.cross): Merged with gnattools-cross target.
269 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
271         * configure.ac: It's gnatlib-plain in the Makefile, not
272         gnatlib-simple; make configure match.
273         * configure: Regenerate.
275 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
277         * Makefile.in: Call gcc/ada/Makefile directly, not through the
278         intermediary of gcc/Makefile.  Incorporate all necessary parts of
279         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
280         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
281         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
282         to build in configure.ac, not here.
283         * configure.ac: Provide Makefile.in with the new information it needs,
284         such as GCC's tmake_file and xmake_file.
285         * configure: Regenerate.
287 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
289         * configure.in: Rename file to ...
290         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
291         * configure: Regenerate.
293 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
295         PR ada/14350
296         * configure.in: Remove hardcoded gcc version.
298         * configure: Regenerated.
300 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
302         * Makefile.in (gnattools): Depend on gnatlib.
304 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
306         PR ada/6637, PR ada/5911
307         * configure.in, Makefile.in, configure: Merge with libada-branch
309 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
311         PR ada/6637, PR ada/5911
312         * configure.in: Add support for --enable/disable-shared
313         * Makefile.in: Add initial, simple support for gnatlib/gnattools
314         for native and cross configurations.
315         * configure: Regenerate
317 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
319         * configure.in: Make --enable-maintainer-mode work.
320         * configure: Regenerate.
322         * Makefile.in, configure.in: New files.
323         * configure: Generate.
325         * New directory, new ChangeLog.
327 Copyright (C) 2003-2013 Free Software Foundation, Inc.
329 This ChangeLog is free software; the Free Software Foundation gives
330 unlimited permission to copy, distribute, and modify it.