* MAINTAINERS: Move myself into the write after approval list.
[official-gcc.git] / libada / ChangeLog
blob55766736d33c12a7b0cd2f09a9f9895c35e44add
1 2008-09-21  Laurent Guerby  <laurent@guerby.net>
2             Paolo Bonzini  <bonzini@gnu.org>
3         
4         PR ada/5911
5         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
6         multilib handling.
7         * configure.ac: Add multilib handling.
8         * configure: Regenerate.
10 2008-08-29  Laurent Guerby  <laurent@guerby.net>
11         
12         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
13         avoid conflicts. Factor more flags to pass.
14         (libsubdir): New variable.
15         (install-gnatlib): New target.
17 2008-08-28  Laurent Guerby  <laurent@guerby.net>
19         * configure: Regenerate.
20         
21 2008-08-06  Thomas Quinot  <quinot@adacore.com>
23         * Makefile.in: generate s-oscons.ads again, previous change was
24         unneeded.
26 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
28         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
29         oscons.
31 2008-08-06  Thomas Quinot  <quinot@adacore.com>
33         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
35 2008-08-05  Thomas Quinot  <quinot@adacore.com>
37         * Makefile.in (gnatlib*): Now depend on oscons target.
38         (oscons): New target.
40 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
42         * configure.ac (warn_cflags): Substitute.
43         * configure: Regenerate.
44         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
45         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
46         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
47         they were unused.
48         (libada-mk): Do not include.  Include libgcc.mvars instead.
49         (tmake_file): Remove, do not include.
50         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
51         * configure: Regenerate.
53 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
55         * configure.ac: move sinclude of acx.m4 before AC_INIT,
56         also sinclude override.m4.
57         * Makefile.in ($(srcdir)/configure): Update dependencies.
58         * configure: Regenerate.
60 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
62         * Makefile.in: Add dummy install-pdf target.
64 2007-01-23  Richard Guenther  <rguenther@suse.de>
66         PR bootstrap/30541
67         * Makefile.in (STAGE_PREFIX): Do not define.
68         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
70 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
72         PR bootstrap/29802
73         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
74         * configure: Regenerate.
75         * Makefile.in: Replace host_subdir.
77 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
79         * Makefile.in: Add dummy "pdf" target.
81 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
83         * Makefile.in: Add install-html target.
85 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
87         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
89 2005-04-27  James E Wilson  <wilson@specifixinc.com>
91         * Makefile.in (html): New.
93 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
95         PR bootstrap/17383
96         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
98 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
100         * Makefile.in: Add stamp file for building libada, to avoid
101         duplicate builds every time all-gnattools is called.
103 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
105         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
106         here.
108 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
110         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
111         _TARGET.
112         * configure: Regenerate.
114 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
116         * configure.ac, Makefile.in: Remove gnattools-specific code
117         (see gnattools directory).
118         * Makefile.in: Remove dead rts-* targets.
119         * configure: Regenerate.
121 2004-05-25  Daniel Jacobowitz  <drow@false.org>
123         * Makefile.in: Add .NOEXPORT.
125 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
127         * Makefile.in: Put back merge of some targets to avoid code duplication.
128         Remove at the same obsolete variable GNATLIBLDFLAGS.
130 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
132         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
133         correctly.
134         * configure: Regenerate.
136 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
138         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
139         over error-prone Make abuse.  Remove temporary debug code.
140         (gnatlib-zcx): New target.
141         (gnattools): Split into gnattools-native, gnattools-cross, to fix
142         previous bug; select which on the basis of default_gnattools_target.
143         (ada.all.cross): Merged with gnattools-cross target.
144         * configure.ac: Set default_gnattools_target.
145         * configure: Regenerate.
147 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
149         * Makefile.in: Fix errors introduced in previous change (in particular,
150         errors when building gnattools were ignored).
151         Code clean up and simplification.
152         update comments.
153         Remove temporary debug code introduced by mistake in previous check in.
154         Prefer GNU Make syntax over complex and error-prone sh syntax.
155         (gnatlib-zcx): New target.
156         (ada.all.cross): Merged with gnattools-cross target.
158 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
160         * configure.ac: It's gnatlib-plain in the Makefile, not
161         gnatlib-simple; make configure match.
162         * configure: Regenerate.
164 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
166         * Makefile.in: Call gcc/ada/Makefile directly, not through the
167         intermediary of gcc/Makefile.  Incorporate all necessary parts of
168         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
169         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
170         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
171         to build in configure.ac, not here.
172         * configure.ac: Provide Makefile.in with the new information it needs,
173         such as GCC's tmake_file and xmake_file.
174         * configure: Regenerate.
176 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
178         * configure.in: Rename file to ...
179         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
180         * configure: Regenerate.
182 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
184         PR ada/14350
185         * configure.in: Remove hardcoded gcc version.
187         * configure: Regenerated.
189 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
191         * Makefile.in (gnattools): Depend on gnatlib.
193 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
195         PR ada/6637, PR ada/5911
196         * configure.in, Makefile.in, configure: Merge with libada-branch
198 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
200         PR ada/6637, PR ada/5911
201         * configure.in: Add support for --enable/disable-shared
202         * Makefile.in: Add initial, simple support for gnatlib/gnattools
203         for native and cross configurations.
204         * configure: Regenerate
206 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
208         * configure.in: Make --enable-maintainer-mode work.
209         * configure: Regenerate.
211         * Makefile.in, configure.in: New files.
212         * configure: Generate.
214         * New directory, new ChangeLog.
216 Copyright 2003, 2004 Free Software Foundation, Inc.
218 This ChangeLog is free software; the Free Software Foundation gives
219 unlimited permission to copy, distribute, and modify it.