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