OSDN Git Service

a3add7489716e7cc1c8f24ea81672dd4443328fb
[pf3gnuchains/gcc-fork.git] / libada / ChangeLog
1 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2
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.
8
9 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10
11         * configure.ac (AC_PREREQ): Bump to 2.64.
12
13 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14
15         * configure: Regenerate.
16
17 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18
19         * Makefile.in (AUTOCONF, configure_deps): New variables.
20         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
21
22 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23
24         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
25
26 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
27
28         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
29         * configure: Regenerate.
30
31 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
32
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.
37
38 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
39
40         * Makefile.in (ADA_RTS_DIR): Define.
41         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
42
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.
51
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.
58
59 2008-08-28  Laurent Guerby  <laurent@guerby.net>
60
61         * configure: Regenerate.
62         
63 2008-08-06  Thomas Quinot  <quinot@adacore.com>
64
65         * Makefile.in: generate s-oscons.ads again, previous change was
66         unneeded.
67
68 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
69
70         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
71         oscons.
72
73 2008-08-06  Thomas Quinot  <quinot@adacore.com>
74
75         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
76
77 2008-08-05  Thomas Quinot  <quinot@adacore.com>
78
79         * Makefile.in (gnatlib*): Now depend on oscons target.
80         (oscons): New target.
81
82 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
83
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.
94
95 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
96
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.
101
102 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
103
104         * Makefile.in: Add dummy install-pdf target.
105
106 2007-01-23  Richard Guenther  <rguenther@suse.de>
107
108         PR bootstrap/30541
109         * Makefile.in (STAGE_PREFIX): Do not define.
110         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
111
112 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
113
114         PR bootstrap/29802
115         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
116         * configure: Regenerate.
117         * Makefile.in: Replace host_subdir.
118
119 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
120
121         * Makefile.in: Add dummy "pdf" target.
122
123 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
124
125         * Makefile.in: Add install-html target.
126
127 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
128
129         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
130
131 2005-04-27  James E Wilson  <wilson@specifixinc.com>
132
133         * Makefile.in (html): New.
134
135 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
136
137         PR bootstrap/17383
138         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
139
140 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
141
142         * Makefile.in: Add stamp file for building libada, to avoid
143         duplicate builds every time all-gnattools is called.
144
145 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
146
147         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
148         here.
149
150 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
151
152         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
153         _TARGET.
154         * configure: Regenerate.
155
156 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
157
158         * configure.ac, Makefile.in: Remove gnattools-specific code
159         (see gnattools directory).
160         * Makefile.in: Remove dead rts-* targets.
161         * configure: Regenerate.
162
163 2004-05-25  Daniel Jacobowitz  <drow@false.org>
164
165         * Makefile.in: Add .NOEXPORT.
166
167 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
168
169         * Makefile.in: Put back merge of some targets to avoid code duplication.
170         Remove at the same obsolete variable GNATLIBLDFLAGS.
171
172 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
173
174         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
175         correctly.
176         * configure: Regenerate.
177
178 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
179
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.
188
189 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
190
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.
199
200 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
201
202         * configure.ac: It's gnatlib-plain in the Makefile, not
203         gnatlib-simple; make configure match.
204         * configure: Regenerate.
205
206 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
207
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.
217
218 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
219
220         * configure.in: Rename file to ...
221         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
222         * configure: Regenerate.
223
224 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
225
226         PR ada/14350
227         * configure.in: Remove hardcoded gcc version.
228
229         * configure: Regenerated.
230
231 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
232
233         * Makefile.in (gnattools): Depend on gnatlib.
234
235 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
236
237         PR ada/6637, PR ada/5911
238         * configure.in, Makefile.in, configure: Merge with libada-branch
239
240 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
241
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
247
248 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
249
250         * configure.in: Make --enable-maintainer-mode work.
251         * configure: Regenerate.
252
253         * Makefile.in, configure.in: New files.
254         * configure: Generate.
255
256         * New directory, new ChangeLog.
257
258 Copyright 2003, 2004 Free Software Foundation, Inc.
259
260 This ChangeLog is free software; the Free Software Foundation gives
261 unlimited permission to copy, distribute, and modify it.