2008-08-20 Ed Schonberg <schonberg@adacore.com>
[official-gcc.git] / libada / ChangeLog
blobc95c7342a5d131cdaf4c0776b0594533233108df
1 2008-08-06  Thomas Quinot  <quinot@adacore.com>
3         * Makefile.in: generate s-oscons.ads again, previous change was
4         unneeded.
6 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
8         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
9         oscons.
11 2008-08-06  Thomas Quinot  <quinot@adacore.com>
13         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
15 2008-08-05  Thomas Quinot  <quinot@adacore.com>
17         * Makefile.in (gnatlib*): Now depend on oscons target.
18         (oscons): New target.
20 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
22         * configure.ac (warn_cflags): Substitute.
23         * configure: Regenerate.
24         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
25         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
26         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
27         they were unused.
28         (libada-mk): Do not include.  Include libgcc.mvars instead.
29         (tmake_file): Remove, do not include.
30         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
31         * configure: Regenerate.
33 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35         * configure.ac: move sinclude of acx.m4 before AC_INIT,
36         also sinclude override.m4.
37         * Makefile.in ($(srcdir)/configure): Update dependencies.
38         * configure: Regenerate.
40 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
42         * Makefile.in: Add dummy install-pdf target.
44 2007-01-23  Richard Guenther  <rguenther@suse.de>
46         PR bootstrap/30541
47         * Makefile.in (STAGE_PREFIX): Do not define.
48         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
50 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
52         PR bootstrap/29802
53         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
54         * configure: Regenerate.
55         * Makefile.in: Replace host_subdir.
57 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
59         * Makefile.in: Add dummy "pdf" target.
61 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
63         * Makefile.in: Add install-html target.
65 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
67         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
69 2005-04-27  James E Wilson  <wilson@specifixinc.com>
71         * Makefile.in (html): New.
73 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
75         PR bootstrap/17383
76         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
78 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
80         * Makefile.in: Add stamp file for building libada, to avoid
81         duplicate builds every time all-gnattools is called.
83 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
85         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
86         here.
88 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
90         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
91         _TARGET.
92         * configure: Regenerate.
94 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
96         * configure.ac, Makefile.in: Remove gnattools-specific code
97         (see gnattools directory).
98         * Makefile.in: Remove dead rts-* targets.
99         * configure: Regenerate.
101 2004-05-25  Daniel Jacobowitz  <drow@false.org>
103         * Makefile.in: Add .NOEXPORT.
105 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
107         * Makefile.in: Put back merge of some targets to avoid code duplication.
108         Remove at the same obsolete variable GNATLIBLDFLAGS.
110 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
112         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
113         correctly.
114         * configure: Regenerate.
116 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
118         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
119         over error-prone Make abuse.  Remove temporary debug code.
120         (gnatlib-zcx): New target.
121         (gnattools): Split into gnattools-native, gnattools-cross, to fix
122         previous bug; select which on the basis of default_gnattools_target.
123         (ada.all.cross): Merged with gnattools-cross target.
124         * configure.ac: Set default_gnattools_target.
125         * configure: Regenerate.
127 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
129         * Makefile.in: Fix errors introduced in previous change (in particular,
130         errors when building gnattools were ignored).
131         Code clean up and simplification.
132         update comments.
133         Remove temporary debug code introduced by mistake in previous check in.
134         Prefer GNU Make syntax over complex and error-prone sh syntax.
135         (gnatlib-zcx): New target.
136         (ada.all.cross): Merged with gnattools-cross target.
138 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
140         * configure.ac: It's gnatlib-plain in the Makefile, not
141         gnatlib-simple; make configure match.
142         * configure: Regenerate.
144 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
146         * Makefile.in: Call gcc/ada/Makefile directly, not through the
147         intermediary of gcc/Makefile.  Incorporate all necessary parts of
148         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
149         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
150         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
151         to build in configure.ac, not here.
152         * configure.ac: Provide Makefile.in with the new information it needs,
153         such as GCC's tmake_file and xmake_file.
154         * configure: Regenerate.
156 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
158         * configure.in: Rename file to ...
159         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
160         * configure: Regenerate.
162 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
164         PR ada/14350
165         * configure.in: Remove hardcoded gcc version.
167         * configure: Regenerated.
169 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
171         * Makefile.in (gnattools): Depend on gnatlib.
173 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
175         PR ada/6637, PR ada/5911
176         * configure.in, Makefile.in, configure: Merge with libada-branch
178 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
180         PR ada/6637, PR ada/5911
181         * configure.in: Add support for --enable/disable-shared
182         * Makefile.in: Add initial, simple support for gnatlib/gnattools
183         for native and cross configurations.
184         * configure: Regenerate
186 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
188         * configure.in: Make --enable-maintainer-mode work.
189         * configure: Regenerate.
191         * Makefile.in, configure.in: New files.
192         * configure: Generate.
194         * New directory, new ChangeLog.
196 Copyright 2003, 2004 Free Software Foundation, Inc.
198 This ChangeLog is free software; the Free Software Foundation gives
199 unlimited permission to copy, distribute, and modify it.