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