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