Revert 137452.
[official-gcc.git] / libada / ChangeLog
blobbf20ed52d24f28bd7df758ebf873ff8fe548f7ca
1 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3         * configure.ac: move sinclude of acx.m4 before AC_INIT,
4         also sinclude override.m4.
5         * Makefile.in ($(srcdir)/configure): Update dependencies.
6         * configure: Regenerate.
8 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
10         * Makefile.in: Add dummy install-pdf target.
12 2007-01-23  Richard Guenther  <rguenther@suse.de>
14         PR bootstrap/30541
15         * Makefile.in (STAGE_PREFIX): Do not define.
16         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
18 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
20         PR bootstrap/29802
21         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
22         * configure: Regenerate.
23         * Makefile.in: Replace host_subdir.
25 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
27         * Makefile.in: Add dummy "pdf" target.
29 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
31         * Makefile.in: Add install-html target.
33 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
35         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
37 2005-04-27  James E Wilson  <wilson@specifixinc.com>
39         * Makefile.in (html): New.
41 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
43         PR bootstrap/17383
44         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
46 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
48         * Makefile.in: Add stamp file for building libada, to avoid
49         duplicate builds every time all-gnattools is called.
51 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
53         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
54         here.
56 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
58         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
59         _TARGET.
60         * configure: Regenerate.
62 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
64         * configure.ac, Makefile.in: Remove gnattools-specific code
65         (see gnattools directory).
66         * Makefile.in: Remove dead rts-* targets.
67         * configure: Regenerate.
69 2004-05-25  Daniel Jacobowitz  <drow@false.org>
71         * Makefile.in: Add .NOEXPORT.
73 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
75         * Makefile.in: Put back merge of some targets to avoid code duplication.
76         Remove at the same obsolete variable GNATLIBLDFLAGS.
78 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
80         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
81         correctly.
82         * configure: Regenerate.
84 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
86         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
87         over error-prone Make abuse.  Remove temporary debug code.
88         (gnatlib-zcx): New target.
89         (gnattools): Split into gnattools-native, gnattools-cross, to fix
90         previous bug; select which on the basis of default_gnattools_target.
91         (ada.all.cross): Merged with gnattools-cross target.
92         * configure.ac: Set default_gnattools_target.
93         * configure: Regenerate.
95 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
97         * Makefile.in: Fix errors introduced in previous change (in particular,
98         errors when building gnattools were ignored).
99         Code clean up and simplification.
100         update comments.
101         Remove temporary debug code introduced by mistake in previous check in.
102         Prefer GNU Make syntax over complex and error-prone sh syntax.
103         (gnatlib-zcx): New target.
104         (ada.all.cross): Merged with gnattools-cross target.
106 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
108         * configure.ac: It's gnatlib-plain in the Makefile, not
109         gnatlib-simple; make configure match.
110         * configure: Regenerate.
112 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
114         * Makefile.in: Call gcc/ada/Makefile directly, not through the
115         intermediary of gcc/Makefile.  Incorporate all necessary parts of
116         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
117         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
118         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
119         to build in configure.ac, not here.
120         * configure.ac: Provide Makefile.in with the new information it needs,
121         such as GCC's tmake_file and xmake_file.
122         * configure: Regenerate.
124 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
126         * configure.in: Rename file to ...
127         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
128         * configure: Regenerate.
130 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
132         PR ada/14350
133         * configure.in: Remove hardcoded gcc version.
135         * configure: Regenerated.
137 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
139         * Makefile.in (gnattools): Depend on gnatlib.
141 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
143         PR ada/6637, PR ada/5911
144         * configure.in, Makefile.in, configure: Merge with libada-branch
146 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
148         PR ada/6637, PR ada/5911
149         * configure.in: Add support for --enable/disable-shared
150         * Makefile.in: Add initial, simple support for gnatlib/gnattools
151         for native and cross configurations.
152         * configure: Regenerate
154 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
156         * configure.in: Make --enable-maintainer-mode work.
157         * configure: Regenerate.
159         * Makefile.in, configure.in: New files.
160         * configure: Generate.
162         * New directory, new ChangeLog.
164 Copyright 2003, 2004 Free Software Foundation, Inc.
166 This ChangeLog is free software; the Free Software Foundation gives
167 unlimited permission to copy, distribute, and modify it.