* gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for
[official-gcc.git] / libada / ChangeLog
bloba3add7489716e7cc1c8f24ea81672dd4443328fb
1 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
3         PR ada/41122
4         * configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
5         call to AC_PROG_CC.
6         * configure: Regenerate.
7         * Makefile.in: Substitute AWK.
9 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11         * configure.ac (AC_PREREQ): Bump to 2.64.
13 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15         * configure: Regenerate.
17 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19         * Makefile.in (AUTOCONF, configure_deps): New variables.
20         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
22 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
26 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
28         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
29         * configure: Regenerate.
31 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
33         * Makefile.in: Change copyright header to refer to version
34         3 of the GNU General Public License and to point readers at the
35         COPYING3 file and the FSF's license web page.
36         * configure.ac: Likewise.
38 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
40         * Makefile.in (ADA_RTS_DIR): Define.
41         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
43 2008-09-21  Laurent Guerby  <laurent@guerby.net>
44             Paolo Bonzini  <bonzini@gnu.org>
45         
46         PR ada/5911
47         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
48         multilib handling.
49         * configure.ac: Add multilib handling.
50         * configure: Regenerate.
52 2008-08-29  Laurent Guerby  <laurent@guerby.net>
53         
54         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
55         avoid conflicts. Factor more flags to pass.
56         (libsubdir): New variable.
57         (install-gnatlib): New target.
59 2008-08-28  Laurent Guerby  <laurent@guerby.net>
61         * configure: Regenerate.
62         
63 2008-08-06  Thomas Quinot  <quinot@adacore.com>
65         * Makefile.in: generate s-oscons.ads again, previous change was
66         unneeded.
68 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
70         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
71         oscons.
73 2008-08-06  Thomas Quinot  <quinot@adacore.com>
75         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
77 2008-08-05  Thomas Quinot  <quinot@adacore.com>
79         * Makefile.in (gnatlib*): Now depend on oscons target.
80         (oscons): New target.
82 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
84         * configure.ac (warn_cflags): Substitute.
85         * configure: Regenerate.
86         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
87         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
88         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
89         they were unused.
90         (libada-mk): Do not include.  Include libgcc.mvars instead.
91         (tmake_file): Remove, do not include.
92         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
93         * configure: Regenerate.
95 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
97         * configure.ac: move sinclude of acx.m4 before AC_INIT,
98         also sinclude override.m4.
99         * Makefile.in ($(srcdir)/configure): Update dependencies.
100         * configure: Regenerate.
102 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
104         * Makefile.in: Add dummy install-pdf target.
106 2007-01-23  Richard Guenther  <rguenther@suse.de>
108         PR bootstrap/30541
109         * Makefile.in (STAGE_PREFIX): Do not define.
110         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
112 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
114         PR bootstrap/29802
115         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
116         * configure: Regenerate.
117         * Makefile.in: Replace host_subdir.
119 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
121         * Makefile.in: Add dummy "pdf" target.
123 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
125         * Makefile.in: Add install-html target.
127 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
129         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
131 2005-04-27  James E Wilson  <wilson@specifixinc.com>
133         * Makefile.in (html): New.
135 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
137         PR bootstrap/17383
138         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
140 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
142         * Makefile.in: Add stamp file for building libada, to avoid
143         duplicate builds every time all-gnattools is called.
145 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
147         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
148         here.
150 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
152         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
153         _TARGET.
154         * configure: Regenerate.
156 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
158         * configure.ac, Makefile.in: Remove gnattools-specific code
159         (see gnattools directory).
160         * Makefile.in: Remove dead rts-* targets.
161         * configure: Regenerate.
163 2004-05-25  Daniel Jacobowitz  <drow@false.org>
165         * Makefile.in: Add .NOEXPORT.
167 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
169         * Makefile.in: Put back merge of some targets to avoid code duplication.
170         Remove at the same obsolete variable GNATLIBLDFLAGS.
172 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
174         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
175         correctly.
176         * configure: Regenerate.
178 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
180         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
181         over error-prone Make abuse.  Remove temporary debug code.
182         (gnatlib-zcx): New target.
183         (gnattools): Split into gnattools-native, gnattools-cross, to fix
184         previous bug; select which on the basis of default_gnattools_target.
185         (ada.all.cross): Merged with gnattools-cross target.
186         * configure.ac: Set default_gnattools_target.
187         * configure: Regenerate.
189 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
191         * Makefile.in: Fix errors introduced in previous change (in particular,
192         errors when building gnattools were ignored).
193         Code clean up and simplification.
194         update comments.
195         Remove temporary debug code introduced by mistake in previous check in.
196         Prefer GNU Make syntax over complex and error-prone sh syntax.
197         (gnatlib-zcx): New target.
198         (ada.all.cross): Merged with gnattools-cross target.
200 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
202         * configure.ac: It's gnatlib-plain in the Makefile, not
203         gnatlib-simple; make configure match.
204         * configure: Regenerate.
206 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
208         * Makefile.in: Call gcc/ada/Makefile directly, not through the
209         intermediary of gcc/Makefile.  Incorporate all necessary parts of
210         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
211         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
212         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
213         to build in configure.ac, not here.
214         * configure.ac: Provide Makefile.in with the new information it needs,
215         such as GCC's tmake_file and xmake_file.
216         * configure: Regenerate.
218 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
220         * configure.in: Rename file to ...
221         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
222         * configure: Regenerate.
224 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
226         PR ada/14350
227         * configure.in: Remove hardcoded gcc version.
229         * configure: Regenerated.
231 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
233         * Makefile.in (gnattools): Depend on gnatlib.
235 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
237         PR ada/6637, PR ada/5911
238         * configure.in, Makefile.in, configure: Merge with libada-branch
240 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
242         PR ada/6637, PR ada/5911
243         * configure.in: Add support for --enable/disable-shared
244         * Makefile.in: Add initial, simple support for gnatlib/gnattools
245         for native and cross configurations.
246         * configure: Regenerate
248 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
250         * configure.in: Make --enable-maintainer-mode work.
251         * configure: Regenerate.
253         * Makefile.in, configure.in: New files.
254         * configure: Generate.
256         * New directory, new ChangeLog.
258 Copyright 2003, 2004 Free Software Foundation, Inc.
260 This ChangeLog is free software; the Free Software Foundation gives
261 unlimited permission to copy, distribute, and modify it.