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