* Makefile.in (osconstool): Removed, no longer needed.
[platform/upstream/gcc.git] / libada / ChangeLog
1 2012-10-30  Arnaud Charlet  <charlet@adacore.com>
2
3         * Makefile.in (osconstool): Removed, no longer needed.
4
5 2012-10-30  Arnaud Charlet  <charlet@adacore.com>
6
7         * Makefile.in (osconstool): Fix target.
8
9 2012-06-11  Olivier Hainque  <hainque@adacore.com>
10
11         * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
12
13 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
14
15         * configure: Regenerate.
16
17 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18
19         * configure: Regenerate.
20
21 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
22
23         * Makefile.in: Change dependency on oscons to depend on the generator
24         tool.
25
26 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
27
28         * Makefile.in (LOOSE_WARN): Delete.
29         (GCC_WARN_CFLAGS): Likewise.
30         (WARN_CFLAGS): Likewise.
31         (GNATLIBFLAGS): Add -nostdinc.
32         (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
33         (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
34         * configure.ac (warn_cflags): Delete.
35         * configure: Regenerate.
36
37 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
38
39         * configure.ac: Include ../config/picflag.m4.
40         (GCC_PICFLAG): Call it.
41         Substitute.
42         * configure: Regenerate.
43         * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
44         (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
45         (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
46         Don't include $(GCC_DIR)/libgcc.mvars.
47
48 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49
50         PR other/46202
51         * Makefile.in (install-strip): New phony target.
52         (check, installcheck, info, dvi, pdf, html, install)
53         (install-info, install-pdf, install-html, mostlyclean)
54         (clean, distclean, maintainer-clean): Mark phony.
55
56 2009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
57
58         * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
59         (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
60         * configure.ac: Include config/unwind_ipinfo.m4.
61         Check for _Unwind_GetIPInfo.
62         * configure: Regenerate.
63
64 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
65
66         PR ada/41122
67         * configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
68         call to AC_PROG_CC.
69         * configure: Regenerate.
70         * Makefile.in: Substitute AWK.
71
72 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
73
74         * configure.ac (AC_PREREQ): Bump to 2.64.
75
76 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
77
78         * configure: Regenerate.
79
80 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
81
82         * Makefile.in (AUTOCONF, configure_deps): New variables.
83         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
84
85 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
86
87         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
88
89 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
90
91         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
92         * configure: Regenerate.
93
94 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
95
96         * Makefile.in: Change copyright header to refer to version
97         3 of the GNU General Public License and to point readers at the
98         COPYING3 file and the FSF's license web page.
99         * configure.ac: Likewise.
100
101 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
102
103         * Makefile.in (ADA_RTS_DIR): Define.
104         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
105
106 2008-09-21  Laurent Guerby  <laurent@guerby.net>
107             Paolo Bonzini  <bonzini@gnu.org>
108
109         PR ada/5911
110         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
111         multilib handling.
112         * configure.ac: Add multilib handling.
113         * configure: Regenerate.
114
115 2008-08-29  Laurent Guerby  <laurent@guerby.net>
116
117         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
118         avoid conflicts. Factor more flags to pass.
119         (libsubdir): New variable.
120         (install-gnatlib): New target.
121
122 2008-08-28  Laurent Guerby  <laurent@guerby.net>
123
124         * configure: Regenerate.
125
126 2008-08-06  Thomas Quinot  <quinot@adacore.com>
127
128         * Makefile.in: generate s-oscons.ads again, previous change was
129         unneeded.
130
131 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
132
133         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
134         oscons.
135
136 2008-08-06  Thomas Quinot  <quinot@adacore.com>
137
138         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
139
140 2008-08-05  Thomas Quinot  <quinot@adacore.com>
141
142         * Makefile.in (gnatlib*): Now depend on oscons target.
143         (oscons): New target.
144
145 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
146
147         * configure.ac (warn_cflags): Substitute.
148         * configure: Regenerate.
149         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
150         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
151         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
152         they were unused.
153         (libada-mk): Do not include.  Include libgcc.mvars instead.
154         (tmake_file): Remove, do not include.
155         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
156         * configure: Regenerate.
157
158 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
159
160         * configure.ac: move sinclude of acx.m4 before AC_INIT,
161         also sinclude override.m4.
162         * Makefile.in ($(srcdir)/configure): Update dependencies.
163         * configure: Regenerate.
164
165 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
166
167         * Makefile.in: Add dummy install-pdf target.
168
169 2007-01-23  Richard Guenther  <rguenther@suse.de>
170
171         PR bootstrap/30541
172         * Makefile.in (STAGE_PREFIX): Do not define.
173         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
174
175 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
176
177         PR bootstrap/29802
178         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
179         * configure: Regenerate.
180         * Makefile.in: Replace host_subdir.
181
182 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
183
184         * Makefile.in: Add dummy "pdf" target.
185
186 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
187
188         * Makefile.in: Add install-html target.
189
190 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
191
192         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
193
194 2005-04-27  James E Wilson  <wilson@specifixinc.com>
195
196         * Makefile.in (html): New.
197
198 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
199
200         PR bootstrap/17383
201         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
202
203 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
204
205         * Makefile.in: Add stamp file for building libada, to avoid
206         duplicate builds every time all-gnattools is called.
207
208 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
209
210         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
211         here.
212
213 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
214
215         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
216         _TARGET.
217         * configure: Regenerate.
218
219 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
220
221         * configure.ac, Makefile.in: Remove gnattools-specific code
222         (see gnattools directory).
223         * Makefile.in: Remove dead rts-* targets.
224         * configure: Regenerate.
225
226 2004-05-25  Daniel Jacobowitz  <drow@false.org>
227
228         * Makefile.in: Add .NOEXPORT.
229
230 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
231
232         * Makefile.in: Put back merge of some targets to avoid code duplication.
233         Remove at the same obsolete variable GNATLIBLDFLAGS.
234
235 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
236
237         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
238         correctly.
239         * configure: Regenerate.
240
241 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
242
243         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
244         over error-prone Make abuse.  Remove temporary debug code.
245         (gnatlib-zcx): New target.
246         (gnattools): Split into gnattools-native, gnattools-cross, to fix
247         previous bug; select which on the basis of default_gnattools_target.
248         (ada.all.cross): Merged with gnattools-cross target.
249         * configure.ac: Set default_gnattools_target.
250         * configure: Regenerate.
251
252 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
253
254         * Makefile.in: Fix errors introduced in previous change (in particular,
255         errors when building gnattools were ignored).
256         Code clean up and simplification.
257         update comments.
258         Remove temporary debug code introduced by mistake in previous check in.
259         Prefer GNU Make syntax over complex and error-prone sh syntax.
260         (gnatlib-zcx): New target.
261         (ada.all.cross): Merged with gnattools-cross target.
262
263 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
264
265         * configure.ac: It's gnatlib-plain in the Makefile, not
266         gnatlib-simple; make configure match.
267         * configure: Regenerate.
268
269 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
270
271         * Makefile.in: Call gcc/ada/Makefile directly, not through the
272         intermediary of gcc/Makefile.  Incorporate all necessary parts of
273         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
274         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
275         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
276         to build in configure.ac, not here.
277         * configure.ac: Provide Makefile.in with the new information it needs,
278         such as GCC's tmake_file and xmake_file.
279         * configure: Regenerate.
280
281 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
282
283         * configure.in: Rename file to ...
284         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
285         * configure: Regenerate.
286
287 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
288
289         PR ada/14350
290         * configure.in: Remove hardcoded gcc version.
291
292         * configure: Regenerated.
293
294 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
295
296         * Makefile.in (gnattools): Depend on gnatlib.
297
298 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
299
300         PR ada/6637, PR ada/5911
301         * configure.in, Makefile.in, configure: Merge with libada-branch
302
303 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
304
305         PR ada/6637, PR ada/5911
306         * configure.in: Add support for --enable/disable-shared
307         * Makefile.in: Add initial, simple support for gnatlib/gnattools
308         for native and cross configurations.
309         * configure: Regenerate
310
311 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
312
313         * configure.in: Make --enable-maintainer-mode work.
314         * configure: Regenerate.
315
316         * Makefile.in, configure.in: New files.
317         * configure: Generate.
318
319         * New directory, new ChangeLog.
320
321 Copyright 2003, 2004 Free Software Foundation, Inc.
322
323 This ChangeLog is free software; the Free Software Foundation gives
324 unlimited permission to copy, distribute, and modify it.