]> git.ipfire.org Git - thirdparty/gcc.git/blame - libada/ChangeLog
re PR ada/88429 (libada build fails with --disable-shared)
[thirdparty/gcc.git] / libada / ChangeLog
CommitLineData
3b31a906
EB
12018-12-11 Eric Botcazou <ebotcazou@adacore.com>
2
3 PR ada/88429
4 * configure.ac (default_gnatlib_target): Set to gnatlib instead of
5 gnatlib-plain if --disable-shared.
6 * configure: Regenerate.
7 * Makefile.in (all): Replace gnatlib prerequisite with libada.
8 (ADA_RTS_SUBDIR): Delete.
9 (libada): New target, renamed from...
10 (gnatlib): ...this. Merge with other library targets.
11 (gnatlib-plain): Delete.
12 (install-gnatlib): Rename to...
13 (install-libada): ...this.
14 (install): Replace install-gnatlib prerequisite with install-libada.
15
22e05272
JM
162018-10-31 Joseph Myers <joseph@codesourcery.com>
17
18 PR bootstrap/82856
19 * configure.ac: Remove AC_PREREQ.
20 * configure: Regenerate.
21
001ddaa8
DM
222018-04-18 David Malcolm <dmalcolm@redhat.com>
23
24 PR jit/85384
25 * configure: Regenerate.
26
85ec4feb
JJ
272018-01-03 Jakub Jelinek <jakub@redhat.com>
28
29 Update copyright years.
30
2d16708f
EB
312017-06-01 Eric Botcazou <ebotcazou@adacore.com>
32
33 PR ada/80921
34 * configure.ac (default_gnatlib_target): Remove bogus condition.
35 (have_getipinfo): Tweak.
36 * configure: Regenerate.
37
772cd694
EB
382017-05-22 Eric Botcazou <ebotcazou@adacore.com>
39
40 * configure.ac: Add check for sys/capability.h header.
41 (have_capability): New substitution.
42 * configure: Regenerate.
43 * Makefile.in (GNATLIBCFLAGS_FOR_C): Add @have_capability@.
44
3c36aa6b
JJ
452017-01-17 Jakub Jelinek <jakub@redhat.com>
46
47 PR other/79046
48 * configure.ac: Add GCC_BASE_VER.
49 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
50 version from BASE-VER file.
2d16708f 51 * configure: Regenerate.
3c36aa6b 52
8f56cb51
AM
532017-01-04 Alan Modra <amodra@gmail.com>
54
55 * Makefile.in (configure_deps): Update and order as per
56 configure.ac sinclude.
57 * configure: Regenerate.
58
cbe34bb5
JJ
592017-01-01 Jakub Jelinek <jakub@redhat.com>
60
61 Update copyright years.
62
84c1b9d3
MK
632016-11-15 Matthias Klose <doko@ubuntu.com>
64
65 * configure: Regenerate.
66
bc6d9014
OE
672016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
68
69 * configure: Remove SH5 support.
70
818ab71a
JJ
712016-01-04 Jakub Jelinek <jakub@redhat.com>
72
73 Update copyright years.
74
cacf1f59
JJ
752015-04-10 Jakub Jelinek <jakub@redhat.com>
76 Iain Sandoe <iain@codesourcery.com>
77
78 PR target/65351
79 * configure: Regenerate.
80
e8a4ed3b
JJ
812015-04-07 Jakub Jelinek <jakub@redhat.com>
82 Iain Sandoe <iain@codesourcery.com>
83
84 PR target/65351
85 * configure: Regenerate.
86
5624e564
JJ
872015-01-05 Jakub Jelinek <jakub@redhat.com>
88
89 Update copyright years.
90
912014-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
809981fa
JS
92
93 * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
94
926ed539
RS
952014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
96
97 Update copyright years
98
66204992
AS
992013-11-15 Andreas Schwab <schwab@linux-m68k.org>
100
101 * configure: Regenerate.
102
d89ffaf3
KT
1032013-03-27 Kai Tietz <ktietz@redhat.com>
104
105 * configure: Regenerated.
106
b97ffdc9
KT
1072013-02-13 Kai Tietz <ktietz@redhat.com>
108
109 PR target/52122
a50bd22d 110 * Makefile.in (LN_S_RECURSIVE): New.
b97ffdc9
KT
111 (adainclude, adalib): Use LN_S_RECURSIVE for copy.
112
ba2b42bd
RS
1132013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
114
115 Update copyright years.
116
f35aed49
OH
1172012-06-11 Olivier Hainque <hainque@adacore.com>
118
119 * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
120
daecebc8
DR
1212012-01-22 Douglas B Rupp <rupp@gnat.com>
122
123 * configure: Regenerate.
124
925b0ed8
AK
1252012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
126
127 * configure: Regenerate.
128
5f41422f
IS
1292011-11-12 Iain Sandoe <iains@gcc.gnu.org>
130
a6b7e723 131 * Makefile.in: Change dependency on oscons to depend on the generator
5f41422f
IS
132 tool.
133
0cfaf83f
EB
1342011-10-12 Eric Botcazou <ebotcazou@adacore.com>
135
136 * Makefile.in (LOOSE_WARN): Delete.
137 (GCC_WARN_CFLAGS): Likewise.
138 (WARN_CFLAGS): Likewise.
139 (GNATLIBFLAGS): Add -nostdinc.
140 (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
141 (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
142 * configure.ac (warn_cflags): Delete.
143 * configure: Regenerate.
144
e3aa9eba
RO
1452011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
146
147 * configure.ac: Include ../config/picflag.m4.
148 (GCC_PICFLAG): Call it.
149 Substitute.
150 * configure: Regenerate.
151 * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
152 (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
153 (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
154 Don't include $(GCC_DIR)/libgcc.mvars.
155
455c8f48
RW
1562010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
157
158 PR other/46202
159 * Makefile.in (install-strip): New phony target.
160 (check, installcheck, info, dvi, pdf, html, install)
161 (install-info, install-pdf, install-html, mostlyclean)
162 (clean, distclean, maintainer-clean): Mark phony.
163
2f18d9af
EB
1642009-10-24 Eric Botcazou <ebotcazou@adacore.com>
165
166 * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
167 (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
168 * configure.ac: Include config/unwind_ipinfo.m4.
169 Check for _Unwind_GetIPInfo.
170 * configure: Regenerate.
171
c390c361
PB
1722009-08-30 Paolo Bonzini <bonzini@gnu.org>
173
174 PR ada/41122
175 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
176 call to AC_PROG_CC.
177 * configure: Regenerate.
178 * Makefile.in: Substitute AWK.
179
df58e648
RW
1802009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
181
182 * configure.ac (AC_PREREQ): Bump to 2.64.
183
5213506e
RW
1842009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
185
186 * configure: Regenerate.
187
6efbd53f
RW
1882009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
189
190 * Makefile.in (AUTOCONF, configure_deps): New variables.
191 ($(srcdir)/configure)): Use them. Also depend on multi.m4.
192
1b3b24c2
RW
1932009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
194
195 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
196
05682af8
EB
1972009-07-13 Eric Botcazou <ebotcazou@adacore.com>
198
199 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
200 * configure: Regenerate.
201
748086b7
JJ
2022009-04-09 Jakub Jelinek <jakub@redhat.com>
203
204 * Makefile.in: Change copyright header to refer to version
205 3 of the GNU General Public License and to point readers at the
206 COPYING3 file and the FSF's license web page.
207 * configure.ac: Likewise.
208
6d63ea75
LG
2092009-04-06 Laurent GUERBY <laurent@guerby.net>
210
92a285c1
ML
211 * Makefile.in (ADA_RTS_DIR): Define.
212 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
6d63ea75 213
7193e639 2142008-09-21 Laurent Guerby <laurent@guerby.net>
92a285c1 215 Paolo Bonzini <bonzini@gnu.org>
69416e98 216
7193e639
LG
217 PR ada/5911
218 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
219 multilib handling.
220 * configure.ac: Add multilib handling.
221 * configure: Regenerate.
222
f62b28a9 2232008-08-29 Laurent Guerby <laurent@guerby.net>
69416e98 224
f62b28a9
LG
225 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
226 avoid conflicts. Factor more flags to pass.
227 (libsubdir): New variable.
228 (install-gnatlib): New target.
229
307c39da
LG
2302008-08-28 Laurent Guerby <laurent@guerby.net>
231
232 * configure: Regenerate.
69416e98 233
12d1a0dc
TQ
2342008-08-06 Thomas Quinot <quinot@adacore.com>
235
236 * Makefile.in: generate s-oscons.ads again, previous change was
237 unneeded.
238
6f371a2e
ST
2392008-08-06 Samuel Tardieu <sam@rfc1149.net>
240
241 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
242 oscons.
243
65aa315e
TQ
2442008-08-06 Thomas Quinot <quinot@adacore.com>
245
246 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
247
c336d2c7
TQ
2482008-08-05 Thomas Quinot <quinot@adacore.com>
249
250 * Makefile.in (gnatlib*): Now depend on oscons target.
251 (oscons): New target.
252
47ad7893
PB
2532008-08-01 Paolo Bonzini <bonzini@gnu.org>
254
255 * configure.ac (warn_cflags): Substitute.
256 * configure: Regenerate.
257 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
258 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
259 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
260 they were unused.
261 (libada-mk): Do not include. Include libgcc.mvars instead.
262 (tmake_file): Remove, do not include.
263 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
264 * configure: Regenerate.
265
18c04407
RW
2662008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
267
268 * configure.ac: move sinclude of acx.m4 before AC_INIT,
269 also sinclude override.m4.
270 * Makefile.in ($(srcdir)/configure): Update dependencies.
271 * configure: Regenerate.
272
00189cc6
BM
2732007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
274
275 * Makefile.in: Add dummy install-pdf target.
276
5305be7e
RG
2772007-01-23 Richard Guenther <rguenther@suse.de>
278
279 PR bootstrap/30541
280 * Makefile.in (STAGE_PREFIX): Do not define.
281 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
282
9bd6112c
PB
2832006-11-16 Paolo Bonzini <bonzini@gnu.org>
284
285 PR bootstrap/29802
286 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
287 * configure: Regenerate.
288 * Makefile.in: Replace host_subdir.
289
a8384928
BM
2902006-10-16 Brooks Moses <bmoses@stanford.edu>
291
292 * Makefile.in: Add dummy "pdf" target.
293
312e3fcb
CD
2942006-05-23 Carlos O'Donell <carlos@codesourcery.com>
295
296 * Makefile.in: Add install-html target.
297
40077270
PB
2982005-12-05 Paolo Bonzini <bonzini@gnu.org>
299
300 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
301
01a1e85a
JW
3022005-04-27 James E Wilson <wilson@specifixinc.com>
303
304 * Makefile.in (html): New.
305
215c351a
PB
3062005-02-28 Paolo Bonzini <bonzini@gnu.org>
307
308 PR bootstrap/17383
309 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
310
5395b47b
NN
3112004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
312
313 * Makefile.in: Add stamp file for building libada, to avoid
314 duplicate builds every time all-gnattools is called.
315
3162004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
317
318 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
319 here.
320
3212004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
322
323 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
324 _TARGET.
325 * configure: Regenerate.
326
3272004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
328
329 * configure.ac, Makefile.in: Remove gnattools-specific code
330 (see gnattools directory).
331 * Makefile.in: Remove dead rts-* targets.
332 * configure: Regenerate.
333
54b2f310
DJ
3342004-05-25 Daniel Jacobowitz <drow@false.org>
335
336 * Makefile.in: Add .NOEXPORT.
337
cad79eea
AC
3382004-04-26 Arnaud Charlet <charlet@act-europe.fr>
339
340 * Makefile.in: Put back merge of some targets to avoid code duplication.
341 Remove at the same obsolete variable GNATLIBLDFLAGS.
342
d743b2b6
NN
3432004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
344
345 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
346 correctly.
347 * configure: Regenerate.
348
e9f4e557
NN
3492004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
350
351 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
352 over error-prone Make abuse. Remove temporary debug code.
353 (gnatlib-zcx): New target.
354 (gnattools): Split into gnattools-native, gnattools-cross, to fix
355 previous bug; select which on the basis of default_gnattools_target.
356 (ada.all.cross): Merged with gnattools-cross target.
357 * configure.ac: Set default_gnattools_target.
358 * configure: Regenerate.
359
c2b5e13b
AC
3602004-04-19 Arnaud Charlet <charlet@act-europe.fr>
361
362 * Makefile.in: Fix errors introduced in previous change (in particular,
363 errors when building gnattools were ignored).
364 Code clean up and simplification.
365 update comments.
366 Remove temporary debug code introduced by mistake in previous check in.
367 Prefer GNU Make syntax over complex and error-prone sh syntax.
368 (gnatlib-zcx): New target.
369 (ada.all.cross): Merged with gnattools-cross target.
370
f206bf50
NN
3712004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
372
373 * configure.ac: It's gnatlib-plain in the Makefile, not
374 gnatlib-simple; make configure match.
375 * configure: Regenerate.
376
80dab182
NN
3772004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
378
379 * Makefile.in: Call gcc/ada/Makefile directly, not through the
380 intermediary of gcc/Makefile. Incorporate all necessary parts of
381 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
382 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
383 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
384 to build in configure.ac, not here.
385 * configure.ac: Provide Makefile.in with the new information it needs,
386 such as GCC's tmake_file and xmake_file.
387 * configure: Regenerate.
388
8ab705be
KC
3892004-03-10 Kelley Cook <kcook@gcc.gnu.org>
390
391 * configure.in: Rename file to ...
392 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
393 * configure: Regenerate.
394
f0d3c336
AC
3952003-03-02 Arnaud Charlet <charlet@act-europe.fr>
396
397 PR ada/14350
398 * configure.in: Remove hardcoded gcc version.
399
400 * configure: Regenerated.
401
cf81c88e
UW
4022004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
403
404 * Makefile.in (gnattools): Depend on gnatlib.
405
b0b70d84
AC
4062003-02-10 Arnaud Charlet <charlet@act-europe.fr>
407
408 PR ada/6637, PR ada/5911
409 * configure.in, Makefile.in, configure: Merge with libada-branch
410
4112003-10-27 Arnaud Charlet <charlet@act-europe.fr>
412
413 PR ada/6637, PR ada/5911
414 * configure.in: Add support for --enable/disable-shared
415 * Makefile.in: Add initial, simple support for gnatlib/gnattools
416 for native and cross configurations.
417 * configure: Regenerate
418
4192003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
420
421 * configure.in: Make --enable-maintainer-mode work.
422 * configure: Regenerate.
423
424 * Makefile.in, configure.in: New files.
425 * configure: Generate.
426
427 * New directory, new ChangeLog.
818ab71a 428\f
85ec4feb 429Copyright (C) 2003-2018 Free Software Foundation, Inc.
b0b70d84
AC
430
431This ChangeLog is free software; the Free Software Foundation gives
432unlimited permission to copy, distribute, and modify it.