1 2017-06-01 Eric Botcazou <ebotcazou@adacore.com>
4 * configure.ac (default_gnatlib_target): Remove bogus condition.
5 (have_getipinfo): Tweak.
6 * configure: Regenerate.
8 2017-05-22 Eric Botcazou <ebotcazou@adacore.com>
10 * configure.ac: Add check for sys/capability.h header.
11 (have_capability): New substitution.
12 * configure: Regenerate.
13 * Makefile.in (GNATLIBCFLAGS_FOR_C): Add @have_capability@.
15 2017-01-17 Jakub Jelinek <jakub@redhat.com>
18 * configure.ac: Add GCC_BASE_VER.
19 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
20 version from BASE-VER file.
21 * configure: Regenerate.
23 2017-01-04 Alan Modra <amodra@gmail.com>
25 * Makefile.in (configure_deps): Update and order as per
26 configure.ac sinclude.
27 * configure: Regenerate.
29 2017-01-01 Jakub Jelinek <jakub@redhat.com>
31 Update copyright years.
33 2016-11-15 Matthias Klose <doko@ubuntu.com>
35 * configure: Regenerate.
37 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
39 * configure: Remove SH5 support.
41 2016-01-04 Jakub Jelinek <jakub@redhat.com>
43 Update copyright years.
45 2015-04-10 Jakub Jelinek <jakub@redhat.com>
46 Iain Sandoe <iain@codesourcery.com>
49 * configure: Regenerate.
51 2015-04-07 Jakub Jelinek <jakub@redhat.com>
52 Iain Sandoe <iain@codesourcery.com>
55 * configure: Regenerate.
57 2015-01-05 Jakub Jelinek <jakub@redhat.com>
59 Update copyright years.
61 2014-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
63 * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
65 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
67 Update copyright years
69 2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
71 * configure: Regenerate.
73 2013-03-27 Kai Tietz <ktietz@redhat.com>
75 * configure: Regenerated.
77 2013-02-13 Kai Tietz <ktietz@redhat.com>
80 * Makefile.in (LN_S_RECURSIVE): New.
81 (adainclude, adalib): Use LN_S_RECURSIVE for copy.
83 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
85 Update copyright years.
87 2012-06-11 Olivier Hainque <hainque@adacore.com>
89 * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
91 2012-01-22 Douglas B Rupp <rupp@gnat.com>
93 * configure: Regenerate.
95 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
97 * configure: Regenerate.
99 2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
101 * Makefile.in: Change dependency on oscons to depend on the generator
104 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
106 * Makefile.in (LOOSE_WARN): Delete.
107 (GCC_WARN_CFLAGS): Likewise.
108 (WARN_CFLAGS): Likewise.
109 (GNATLIBFLAGS): Add -nostdinc.
110 (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
111 (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
112 * configure.ac (warn_cflags): Delete.
113 * configure: Regenerate.
115 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
117 * configure.ac: Include ../config/picflag.m4.
118 (GCC_PICFLAG): Call it.
120 * configure: Regenerate.
121 * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
122 (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
123 (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
124 Don't include $(GCC_DIR)/libgcc.mvars.
126 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
129 * Makefile.in (install-strip): New phony target.
130 (check, installcheck, info, dvi, pdf, html, install)
131 (install-info, install-pdf, install-html, mostlyclean)
132 (clean, distclean, maintainer-clean): Mark phony.
134 2009-10-24 Eric Botcazou <ebotcazou@adacore.com>
136 * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
137 (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
138 * configure.ac: Include config/unwind_ipinfo.m4.
139 Check for _Unwind_GetIPInfo.
140 * configure: Regenerate.
142 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
145 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
147 * configure: Regenerate.
148 * Makefile.in: Substitute AWK.
150 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
152 * configure.ac (AC_PREREQ): Bump to 2.64.
154 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
156 * configure: Regenerate.
158 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
160 * Makefile.in (AUTOCONF, configure_deps): New variables.
161 ($(srcdir)/configure)): Use them. Also depend on multi.m4.
163 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
165 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
167 2009-07-13 Eric Botcazou <ebotcazou@adacore.com>
169 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
170 * configure: Regenerate.
172 2009-04-09 Jakub Jelinek <jakub@redhat.com>
174 * Makefile.in: Change copyright header to refer to version
175 3 of the GNU General Public License and to point readers at the
176 COPYING3 file and the FSF's license web page.
177 * configure.ac: Likewise.
179 2009-04-06 Laurent GUERBY <laurent@guerby.net>
181 * Makefile.in (ADA_RTS_DIR): Define.
182 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
184 2008-09-21 Laurent Guerby <laurent@guerby.net>
185 Paolo Bonzini <bonzini@gnu.org>
188 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
190 * configure.ac: Add multilib handling.
191 * configure: Regenerate.
193 2008-08-29 Laurent Guerby <laurent@guerby.net>
195 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
196 avoid conflicts. Factor more flags to pass.
197 (libsubdir): New variable.
198 (install-gnatlib): New target.
200 2008-08-28 Laurent Guerby <laurent@guerby.net>
202 * configure: Regenerate.
204 2008-08-06 Thomas Quinot <quinot@adacore.com>
206 * Makefile.in: generate s-oscons.ads again, previous change was
209 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
211 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
214 2008-08-06 Thomas Quinot <quinot@adacore.com>
216 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
218 2008-08-05 Thomas Quinot <quinot@adacore.com>
220 * Makefile.in (gnatlib*): Now depend on oscons target.
221 (oscons): New target.
223 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
225 * configure.ac (warn_cflags): Substitute.
226 * configure: Regenerate.
227 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
228 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
229 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
231 (libada-mk): Do not include. Include libgcc.mvars instead.
232 (tmake_file): Remove, do not include.
233 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
234 * configure: Regenerate.
236 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
238 * configure.ac: move sinclude of acx.m4 before AC_INIT,
239 also sinclude override.m4.
240 * Makefile.in ($(srcdir)/configure): Update dependencies.
241 * configure: Regenerate.
243 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
245 * Makefile.in: Add dummy install-pdf target.
247 2007-01-23 Richard Guenther <rguenther@suse.de>
250 * Makefile.in (STAGE_PREFIX): Do not define.
251 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
253 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
256 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
257 * configure: Regenerate.
258 * Makefile.in: Replace host_subdir.
260 2006-10-16 Brooks Moses <bmoses@stanford.edu>
262 * Makefile.in: Add dummy "pdf" target.
264 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
266 * Makefile.in: Add install-html target.
268 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
270 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
272 2005-04-27 James E Wilson <wilson@specifixinc.com>
274 * Makefile.in (html): New.
276 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
279 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
281 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
283 * Makefile.in: Add stamp file for building libada, to avoid
284 duplicate builds every time all-gnattools is called.
286 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
288 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
291 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
293 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
295 * configure: Regenerate.
297 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
299 * configure.ac, Makefile.in: Remove gnattools-specific code
300 (see gnattools directory).
301 * Makefile.in: Remove dead rts-* targets.
302 * configure: Regenerate.
304 2004-05-25 Daniel Jacobowitz <drow@false.org>
306 * Makefile.in: Add .NOEXPORT.
308 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
310 * Makefile.in: Put back merge of some targets to avoid code duplication.
311 Remove at the same obsolete variable GNATLIBLDFLAGS.
313 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
315 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
317 * configure: Regenerate.
319 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
321 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
322 over error-prone Make abuse. Remove temporary debug code.
323 (gnatlib-zcx): New target.
324 (gnattools): Split into gnattools-native, gnattools-cross, to fix
325 previous bug; select which on the basis of default_gnattools_target.
326 (ada.all.cross): Merged with gnattools-cross target.
327 * configure.ac: Set default_gnattools_target.
328 * configure: Regenerate.
330 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
332 * Makefile.in: Fix errors introduced in previous change (in particular,
333 errors when building gnattools were ignored).
334 Code clean up and simplification.
336 Remove temporary debug code introduced by mistake in previous check in.
337 Prefer GNU Make syntax over complex and error-prone sh syntax.
338 (gnatlib-zcx): New target.
339 (ada.all.cross): Merged with gnattools-cross target.
341 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
343 * configure.ac: It's gnatlib-plain in the Makefile, not
344 gnatlib-simple; make configure match.
345 * configure: Regenerate.
347 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
349 * Makefile.in: Call gcc/ada/Makefile directly, not through the
350 intermediary of gcc/Makefile. Incorporate all necessary parts of
351 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
352 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
353 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
354 to build in configure.ac, not here.
355 * configure.ac: Provide Makefile.in with the new information it needs,
356 such as GCC's tmake_file and xmake_file.
357 * configure: Regenerate.
359 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
361 * configure.in: Rename file to ...
362 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
363 * configure: Regenerate.
365 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
368 * configure.in: Remove hardcoded gcc version.
370 * configure: Regenerated.
372 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
374 * Makefile.in (gnattools): Depend on gnatlib.
376 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
378 PR ada/6637, PR ada/5911
379 * configure.in, Makefile.in, configure: Merge with libada-branch
381 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
383 PR ada/6637, PR ada/5911
384 * configure.in: Add support for --enable/disable-shared
385 * Makefile.in: Add initial, simple support for gnatlib/gnattools
386 for native and cross configurations.
387 * configure: Regenerate
389 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
391 * configure.in: Make --enable-maintainer-mode work.
392 * configure: Regenerate.
394 * Makefile.in, configure.in: New files.
395 * configure: Generate.
397 * New directory, new ChangeLog.
399 Copyright (C) 2003-2017 Free Software Foundation, Inc.
401 This ChangeLog is free software; the Free Software Foundation gives
402 unlimited permission to copy, distribute, and modify it.