]> git.ipfire.org Git - thirdparty/gcc.git/blame - libada/ChangeLog
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / libada / ChangeLog
CommitLineData
22e05272
JM
12018-10-31 Joseph Myers <joseph@codesourcery.com>
2
3 PR bootstrap/82856
4 * configure.ac: Remove AC_PREREQ.
5 * configure: Regenerate.
6
001ddaa8
DM
72018-04-18 David Malcolm <dmalcolm@redhat.com>
8
9 PR jit/85384
10 * configure: Regenerate.
11
85ec4feb
JJ
122018-01-03 Jakub Jelinek <jakub@redhat.com>
13
14 Update copyright years.
15
2d16708f
EB
162017-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
772cd694
EB
232017-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
3c36aa6b
JJ
302017-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.
2d16708f 36 * configure: Regenerate.
3c36aa6b 37
8f56cb51
AM
382017-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
cbe34bb5
JJ
442017-01-01 Jakub Jelinek <jakub@redhat.com>
45
46 Update copyright years.
47
84c1b9d3
MK
482016-11-15 Matthias Klose <doko@ubuntu.com>
49
50 * configure: Regenerate.
51
bc6d9014
OE
522016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
53
54 * configure: Remove SH5 support.
55
818ab71a
JJ
562016-01-04 Jakub Jelinek <jakub@redhat.com>
57
58 Update copyright years.
59
cacf1f59
JJ
602015-04-10 Jakub Jelinek <jakub@redhat.com>
61 Iain Sandoe <iain@codesourcery.com>
62
63 PR target/65351
64 * configure: Regenerate.
65
e8a4ed3b
JJ
662015-04-07 Jakub Jelinek <jakub@redhat.com>
67 Iain Sandoe <iain@codesourcery.com>
68
69 PR target/65351
70 * configure: Regenerate.
71
5624e564
JJ
722015-01-05 Jakub Jelinek <jakub@redhat.com>
73
74 Update copyright years.
75
762014-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
809981fa
JS
77
78 * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
79
926ed539
RS
802014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
81
82 Update copyright years
83
66204992
AS
842013-11-15 Andreas Schwab <schwab@linux-m68k.org>
85
86 * configure: Regenerate.
87
d89ffaf3
KT
882013-03-27 Kai Tietz <ktietz@redhat.com>
89
90 * configure: Regenerated.
91
b97ffdc9
KT
922013-02-13 Kai Tietz <ktietz@redhat.com>
93
94 PR target/52122
a50bd22d 95 * Makefile.in (LN_S_RECURSIVE): New.
b97ffdc9
KT
96 (adainclude, adalib): Use LN_S_RECURSIVE for copy.
97
ba2b42bd
RS
982013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
99
100 Update copyright years.
101
f35aed49
OH
1022012-06-11 Olivier Hainque <hainque@adacore.com>
103
104 * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
105
daecebc8
DR
1062012-01-22 Douglas B Rupp <rupp@gnat.com>
107
108 * configure: Regenerate.
109
925b0ed8
AK
1102012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
111
112 * configure: Regenerate.
113
5f41422f
IS
1142011-11-12 Iain Sandoe <iains@gcc.gnu.org>
115
a6b7e723 116 * Makefile.in: Change dependency on oscons to depend on the generator
5f41422f
IS
117 tool.
118
0cfaf83f
EB
1192011-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
e3aa9eba
RO
1302011-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
455c8f48
RW
1412010-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
2f18d9af
EB
1492009-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
c390c361
PB
1572009-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
df58e648
RW
1652009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
166
167 * configure.ac (AC_PREREQ): Bump to 2.64.
168
5213506e
RW
1692009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
170
171 * configure: Regenerate.
172
6efbd53f
RW
1732009-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
1b3b24c2
RW
1782009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
179
180 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
181
05682af8
EB
1822009-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
748086b7
JJ
1872009-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
6d63ea75
LG
1942009-04-06 Laurent GUERBY <laurent@guerby.net>
195
92a285c1
ML
196 * Makefile.in (ADA_RTS_DIR): Define.
197 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
6d63ea75 198
7193e639 1992008-09-21 Laurent Guerby <laurent@guerby.net>
92a285c1 200 Paolo Bonzini <bonzini@gnu.org>
69416e98 201
7193e639
LG
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
f62b28a9 2082008-08-29 Laurent Guerby <laurent@guerby.net>
69416e98 209
f62b28a9
LG
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
307c39da
LG
2152008-08-28 Laurent Guerby <laurent@guerby.net>
216
217 * configure: Regenerate.
69416e98 218
12d1a0dc
TQ
2192008-08-06 Thomas Quinot <quinot@adacore.com>
220
221 * Makefile.in: generate s-oscons.ads again, previous change was
222 unneeded.
223
6f371a2e
ST
2242008-08-06 Samuel Tardieu <sam@rfc1149.net>
225
226 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
227 oscons.
228
65aa315e
TQ
2292008-08-06 Thomas Quinot <quinot@adacore.com>
230
231 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
232
c336d2c7
TQ
2332008-08-05 Thomas Quinot <quinot@adacore.com>
234
235 * Makefile.in (gnatlib*): Now depend on oscons target.
236 (oscons): New target.
237
47ad7893
PB
2382008-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
18c04407
RW
2512008-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
00189cc6
BM
2582007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
259
260 * Makefile.in: Add dummy install-pdf target.
261
5305be7e
RG
2622007-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
9bd6112c
PB
2682006-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
a8384928
BM
2752006-10-16 Brooks Moses <bmoses@stanford.edu>
276
277 * Makefile.in: Add dummy "pdf" target.
278
312e3fcb
CD
2792006-05-23 Carlos O'Donell <carlos@codesourcery.com>
280
281 * Makefile.in: Add install-html target.
282
40077270
PB
2832005-12-05 Paolo Bonzini <bonzini@gnu.org>
284
285 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
286
01a1e85a
JW
2872005-04-27 James E Wilson <wilson@specifixinc.com>
288
289 * Makefile.in (html): New.
290
215c351a
PB
2912005-02-28 Paolo Bonzini <bonzini@gnu.org>
292
293 PR bootstrap/17383
294 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
295
5395b47b
NN
2962004-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
3012004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
302
303 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
304 here.
305
3062004-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
3122004-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
54b2f310
DJ
3192004-05-25 Daniel Jacobowitz <drow@false.org>
320
321 * Makefile.in: Add .NOEXPORT.
322
cad79eea
AC
3232004-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
d743b2b6
NN
3282004-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
e9f4e557
NN
3342004-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
c2b5e13b
AC
3452004-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
f206bf50
NN
3562004-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
80dab182
NN
3622004-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
8ab705be
KC
3742004-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
f0d3c336
AC
3802003-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
cf81c88e
UW
3872004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
388
389 * Makefile.in (gnattools): Depend on gnatlib.
390
b0b70d84
AC
3912003-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
3962003-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
4042003-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.
818ab71a 413\f
85ec4feb 414Copyright (C) 2003-2018 Free Software Foundation, Inc.
b0b70d84
AC
415
416This ChangeLog is free software; the Free Software Foundation gives
417unlimited permission to copy, distribute, and modify it.