* interpret.cc (DEBUG): Rename this ...
[official-gcc.git] / libada / ChangeLog
blobb23aa8e7b859daa6725f921782feb616660846cb
1 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
3         * Makefile.in: Change copyright header to refer to version
4         3 of the GNU General Public License and to point readers at the
5         COPYING3 file and the FSF's license web page.
6         * configure.ac: Likewise.
8 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
10         * Makefile.in (ADA_RTS_DIR): Define.
11         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
13 2008-09-21  Laurent Guerby  <laurent@guerby.net>
14             Paolo Bonzini  <bonzini@gnu.org>
15         
16         PR ada/5911
17         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
18         multilib handling.
19         * configure.ac: Add multilib handling.
20         * configure: Regenerate.
22 2008-08-29  Laurent Guerby  <laurent@guerby.net>
23         
24         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
25         avoid conflicts. Factor more flags to pass.
26         (libsubdir): New variable.
27         (install-gnatlib): New target.
29 2008-08-28  Laurent Guerby  <laurent@guerby.net>
31         * configure: Regenerate.
32         
33 2008-08-06  Thomas Quinot  <quinot@adacore.com>
35         * Makefile.in: generate s-oscons.ads again, previous change was
36         unneeded.
38 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
40         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
41         oscons.
43 2008-08-06  Thomas Quinot  <quinot@adacore.com>
45         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
47 2008-08-05  Thomas Quinot  <quinot@adacore.com>
49         * Makefile.in (gnatlib*): Now depend on oscons target.
50         (oscons): New target.
52 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
54         * configure.ac (warn_cflags): Substitute.
55         * configure: Regenerate.
56         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
57         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
58         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
59         they were unused.
60         (libada-mk): Do not include.  Include libgcc.mvars instead.
61         (tmake_file): Remove, do not include.
62         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
63         * configure: Regenerate.
65 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
67         * configure.ac: move sinclude of acx.m4 before AC_INIT,
68         also sinclude override.m4.
69         * Makefile.in ($(srcdir)/configure): Update dependencies.
70         * configure: Regenerate.
72 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
74         * Makefile.in: Add dummy install-pdf target.
76 2007-01-23  Richard Guenther  <rguenther@suse.de>
78         PR bootstrap/30541
79         * Makefile.in (STAGE_PREFIX): Do not define.
80         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
82 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
84         PR bootstrap/29802
85         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
86         * configure: Regenerate.
87         * Makefile.in: Replace host_subdir.
89 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
91         * Makefile.in: Add dummy "pdf" target.
93 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
95         * Makefile.in: Add install-html target.
97 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
99         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
101 2005-04-27  James E Wilson  <wilson@specifixinc.com>
103         * Makefile.in (html): New.
105 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
107         PR bootstrap/17383
108         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
110 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
112         * Makefile.in: Add stamp file for building libada, to avoid
113         duplicate builds every time all-gnattools is called.
115 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
117         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
118         here.
120 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
122         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
123         _TARGET.
124         * configure: Regenerate.
126 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
128         * configure.ac, Makefile.in: Remove gnattools-specific code
129         (see gnattools directory).
130         * Makefile.in: Remove dead rts-* targets.
131         * configure: Regenerate.
133 2004-05-25  Daniel Jacobowitz  <drow@false.org>
135         * Makefile.in: Add .NOEXPORT.
137 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
139         * Makefile.in: Put back merge of some targets to avoid code duplication.
140         Remove at the same obsolete variable GNATLIBLDFLAGS.
142 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
144         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
145         correctly.
146         * configure: Regenerate.
148 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
150         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
151         over error-prone Make abuse.  Remove temporary debug code.
152         (gnatlib-zcx): New target.
153         (gnattools): Split into gnattools-native, gnattools-cross, to fix
154         previous bug; select which on the basis of default_gnattools_target.
155         (ada.all.cross): Merged with gnattools-cross target.
156         * configure.ac: Set default_gnattools_target.
157         * configure: Regenerate.
159 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
161         * Makefile.in: Fix errors introduced in previous change (in particular,
162         errors when building gnattools were ignored).
163         Code clean up and simplification.
164         update comments.
165         Remove temporary debug code introduced by mistake in previous check in.
166         Prefer GNU Make syntax over complex and error-prone sh syntax.
167         (gnatlib-zcx): New target.
168         (ada.all.cross): Merged with gnattools-cross target.
170 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
172         * configure.ac: It's gnatlib-plain in the Makefile, not
173         gnatlib-simple; make configure match.
174         * configure: Regenerate.
176 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
178         * Makefile.in: Call gcc/ada/Makefile directly, not through the
179         intermediary of gcc/Makefile.  Incorporate all necessary parts of
180         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
181         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
182         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
183         to build in configure.ac, not here.
184         * configure.ac: Provide Makefile.in with the new information it needs,
185         such as GCC's tmake_file and xmake_file.
186         * configure: Regenerate.
188 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
190         * configure.in: Rename file to ...
191         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
192         * configure: Regenerate.
194 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
196         PR ada/14350
197         * configure.in: Remove hardcoded gcc version.
199         * configure: Regenerated.
201 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
203         * Makefile.in (gnattools): Depend on gnatlib.
205 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
207         PR ada/6637, PR ada/5911
208         * configure.in, Makefile.in, configure: Merge with libada-branch
210 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
212         PR ada/6637, PR ada/5911
213         * configure.in: Add support for --enable/disable-shared
214         * Makefile.in: Add initial, simple support for gnatlib/gnattools
215         for native and cross configurations.
216         * configure: Regenerate
218 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
220         * configure.in: Make --enable-maintainer-mode work.
221         * configure: Regenerate.
223         * Makefile.in, configure.in: New files.
224         * configure: Generate.
226         * New directory, new ChangeLog.
228 Copyright 2003, 2004 Free Software Foundation, Inc.
230 This ChangeLog is free software; the Free Software Foundation gives
231 unlimited permission to copy, distribute, and modify it.