1 2019-01-01 Jakub Jelinek <jakub@redhat.com>
3 Update copyright years.
5 2018-12-11 Eric Botcazou <ebotcazou@adacore.com>
8 * configure.ac (default_gnatlib_target): Set to gnatlib instead of
9 gnatlib-plain if --disable-shared.
10 * configure: Regenerate.
11 * Makefile.in (all): Replace gnatlib prerequisite with libada.
12 (ADA_RTS_SUBDIR): Delete.
13 (libada): New target, renamed from...
14 (gnatlib): ...this. Merge with other library targets.
15 (gnatlib-plain): Delete.
16 (install-gnatlib): Rename to...
17 (install-libada): ...this.
18 (install): Replace install-gnatlib prerequisite with install-libada.
20 2018-10-31 Joseph Myers <joseph@codesourcery.com>
23 * configure.ac: Remove AC_PREREQ.
24 * configure: Regenerate.
26 2018-04-18 David Malcolm <dmalcolm@redhat.com>
29 * configure: Regenerate.
31 2018-01-03 Jakub Jelinek <jakub@redhat.com>
33 Update copyright years.
35 2017-06-01 Eric Botcazou <ebotcazou@adacore.com>
38 * configure.ac (default_gnatlib_target): Remove bogus condition.
39 (have_getipinfo): Tweak.
40 * configure: Regenerate.
42 2017-05-22 Eric Botcazou <ebotcazou@adacore.com>
44 * configure.ac: Add check for sys/capability.h header.
45 (have_capability): New substitution.
46 * configure: Regenerate.
47 * Makefile.in (GNATLIBCFLAGS_FOR_C): Add @have_capability@.
49 2017-01-17 Jakub Jelinek <jakub@redhat.com>
52 * configure.ac: Add GCC_BASE_VER.
53 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
54 version from BASE-VER file.
55 * configure: Regenerate.
57 2017-01-04 Alan Modra <amodra@gmail.com>
59 * Makefile.in (configure_deps): Update and order as per
60 configure.ac sinclude.
61 * configure: Regenerate.
63 2017-01-01 Jakub Jelinek <jakub@redhat.com>
65 Update copyright years.
67 2016-11-15 Matthias Klose <doko@ubuntu.com>
69 * configure: Regenerate.
71 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
73 * configure: Remove SH5 support.
75 2016-01-04 Jakub Jelinek <jakub@redhat.com>
77 Update copyright years.
79 2015-04-10 Jakub Jelinek <jakub@redhat.com>
80 Iain Sandoe <iain@codesourcery.com>
83 * configure: Regenerate.
85 2015-04-07 Jakub Jelinek <jakub@redhat.com>
86 Iain Sandoe <iain@codesourcery.com>
89 * configure: Regenerate.
91 2015-01-05 Jakub Jelinek <jakub@redhat.com>
93 Update copyright years.
95 2014-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
97 * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
99 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
101 Update copyright years
103 2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
105 * configure: Regenerate.
107 2013-03-27 Kai Tietz <ktietz@redhat.com>
109 * configure: Regenerated.
111 2013-02-13 Kai Tietz <ktietz@redhat.com>
114 * Makefile.in (LN_S_RECURSIVE): New.
115 (adainclude, adalib): Use LN_S_RECURSIVE for copy.
117 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
119 Update copyright years.
121 2012-06-11 Olivier Hainque <hainque@adacore.com>
123 * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
125 2012-01-22 Douglas B Rupp <rupp@gnat.com>
127 * configure: Regenerate.
129 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
131 * configure: Regenerate.
133 2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
135 * Makefile.in: Change dependency on oscons to depend on the generator
138 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
140 * Makefile.in (LOOSE_WARN): Delete.
141 (GCC_WARN_CFLAGS): Likewise.
142 (WARN_CFLAGS): Likewise.
143 (GNATLIBFLAGS): Add -nostdinc.
144 (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
145 (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
146 * configure.ac (warn_cflags): Delete.
147 * configure: Regenerate.
149 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
151 * configure.ac: Include ../config/picflag.m4.
152 (GCC_PICFLAG): Call it.
154 * configure: Regenerate.
155 * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
156 (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
157 (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
158 Don't include $(GCC_DIR)/libgcc.mvars.
160 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
163 * Makefile.in (install-strip): New phony target.
164 (check, installcheck, info, dvi, pdf, html, install)
165 (install-info, install-pdf, install-html, mostlyclean)
166 (clean, distclean, maintainer-clean): Mark phony.
168 2009-10-24 Eric Botcazou <ebotcazou@adacore.com>
170 * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
171 (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
172 * configure.ac: Include config/unwind_ipinfo.m4.
173 Check for _Unwind_GetIPInfo.
174 * configure: Regenerate.
176 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
179 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
181 * configure: Regenerate.
182 * Makefile.in: Substitute AWK.
184 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
186 * configure.ac (AC_PREREQ): Bump to 2.64.
188 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
190 * configure: Regenerate.
192 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
194 * Makefile.in (AUTOCONF, configure_deps): New variables.
195 ($(srcdir)/configure)): Use them. Also depend on multi.m4.
197 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
199 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
201 2009-07-13 Eric Botcazou <ebotcazou@adacore.com>
203 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
204 * configure: Regenerate.
206 2009-04-09 Jakub Jelinek <jakub@redhat.com>
208 * Makefile.in: Change copyright header to refer to version
209 3 of the GNU General Public License and to point readers at the
210 COPYING3 file and the FSF's license web page.
211 * configure.ac: Likewise.
213 2009-04-06 Laurent GUERBY <laurent@guerby.net>
215 * Makefile.in (ADA_RTS_DIR): Define.
216 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
218 2008-09-21 Laurent Guerby <laurent@guerby.net>
219 Paolo Bonzini <bonzini@gnu.org>
222 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
224 * configure.ac: Add multilib handling.
225 * configure: Regenerate.
227 2008-08-29 Laurent Guerby <laurent@guerby.net>
229 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
230 avoid conflicts. Factor more flags to pass.
231 (libsubdir): New variable.
232 (install-gnatlib): New target.
234 2008-08-28 Laurent Guerby <laurent@guerby.net>
236 * configure: Regenerate.
238 2008-08-06 Thomas Quinot <quinot@adacore.com>
240 * Makefile.in: generate s-oscons.ads again, previous change was
243 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
245 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
248 2008-08-06 Thomas Quinot <quinot@adacore.com>
250 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
252 2008-08-05 Thomas Quinot <quinot@adacore.com>
254 * Makefile.in (gnatlib*): Now depend on oscons target.
255 (oscons): New target.
257 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
259 * configure.ac (warn_cflags): Substitute.
260 * configure: Regenerate.
261 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
262 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
263 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
265 (libada-mk): Do not include. Include libgcc.mvars instead.
266 (tmake_file): Remove, do not include.
267 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
268 * configure: Regenerate.
270 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
272 * configure.ac: move sinclude of acx.m4 before AC_INIT,
273 also sinclude override.m4.
274 * Makefile.in ($(srcdir)/configure): Update dependencies.
275 * configure: Regenerate.
277 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
279 * Makefile.in: Add dummy install-pdf target.
281 2007-01-23 Richard Guenther <rguenther@suse.de>
284 * Makefile.in (STAGE_PREFIX): Do not define.
285 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
287 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
290 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
291 * configure: Regenerate.
292 * Makefile.in: Replace host_subdir.
294 2006-10-16 Brooks Moses <bmoses@stanford.edu>
296 * Makefile.in: Add dummy "pdf" target.
298 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
300 * Makefile.in: Add install-html target.
302 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
304 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
306 2005-04-27 James E Wilson <wilson@specifixinc.com>
308 * Makefile.in (html): New.
310 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
313 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
315 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
317 * Makefile.in: Add stamp file for building libada, to avoid
318 duplicate builds every time all-gnattools is called.
320 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
322 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
325 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
327 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
329 * configure: Regenerate.
331 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
333 * configure.ac, Makefile.in: Remove gnattools-specific code
334 (see gnattools directory).
335 * Makefile.in: Remove dead rts-* targets.
336 * configure: Regenerate.
338 2004-05-25 Daniel Jacobowitz <drow@false.org>
340 * Makefile.in: Add .NOEXPORT.
342 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
344 * Makefile.in: Put back merge of some targets to avoid code duplication.
345 Remove at the same obsolete variable GNATLIBLDFLAGS.
347 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
349 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
351 * configure: Regenerate.
353 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
355 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
356 over error-prone Make abuse. Remove temporary debug code.
357 (gnatlib-zcx): New target.
358 (gnattools): Split into gnattools-native, gnattools-cross, to fix
359 previous bug; select which on the basis of default_gnattools_target.
360 (ada.all.cross): Merged with gnattools-cross target.
361 * configure.ac: Set default_gnattools_target.
362 * configure: Regenerate.
364 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
366 * Makefile.in: Fix errors introduced in previous change (in particular,
367 errors when building gnattools were ignored).
368 Code clean up and simplification.
370 Remove temporary debug code introduced by mistake in previous check in.
371 Prefer GNU Make syntax over complex and error-prone sh syntax.
372 (gnatlib-zcx): New target.
373 (ada.all.cross): Merged with gnattools-cross target.
375 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
377 * configure.ac: It's gnatlib-plain in the Makefile, not
378 gnatlib-simple; make configure match.
379 * configure: Regenerate.
381 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
383 * Makefile.in: Call gcc/ada/Makefile directly, not through the
384 intermediary of gcc/Makefile. Incorporate all necessary parts of
385 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
386 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
387 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
388 to build in configure.ac, not here.
389 * configure.ac: Provide Makefile.in with the new information it needs,
390 such as GCC's tmake_file and xmake_file.
391 * configure: Regenerate.
393 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
395 * configure.in: Rename file to ...
396 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
397 * configure: Regenerate.
399 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
402 * configure.in: Remove hardcoded gcc version.
404 * configure: Regenerated.
406 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
408 * Makefile.in (gnattools): Depend on gnatlib.
410 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
412 PR ada/6637, PR ada/5911
413 * configure.in, Makefile.in, configure: Merge with libada-branch
415 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
417 PR ada/6637, PR ada/5911
418 * configure.in: Add support for --enable/disable-shared
419 * Makefile.in: Add initial, simple support for gnatlib/gnattools
420 for native and cross configurations.
421 * configure: Regenerate
423 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
425 * configure.in: Make --enable-maintainer-mode work.
426 * configure: Regenerate.
428 * Makefile.in, configure.in: New files.
429 * configure: Generate.
431 * New directory, new ChangeLog.
433 Copyright (C) 2003-2019 Free Software Foundation, Inc.
435 This ChangeLog is free software; the Free Software Foundation gives
436 unlimited permission to copy, distribute, and modify it.