1 2017-01-17 Jakub Jelinek <jakub@redhat.com>
4 * configure.ac: Add GCC_BASE_VER.
5 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
6 version from BASE-VER file.
7 * configure: Regenerated.
9 2017-01-04 Alan Modra <amodra@gmail.com>
11 * Makefile.in (configure_deps): Update and order as per
12 configure.ac sinclude.
13 * configure: Regenerate.
15 2017-01-01 Jakub Jelinek <jakub@redhat.com>
17 Update copyright years.
19 2016-11-15 Matthias Klose <doko@ubuntu.com>
21 * configure: Regenerate.
23 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
25 * configure: Remove SH5 support.
27 2016-01-04 Jakub Jelinek <jakub@redhat.com>
29 Update copyright years.
31 2015-04-10 Jakub Jelinek <jakub@redhat.com>
32 Iain Sandoe <iain@codesourcery.com>
35 * configure: Regenerate.
37 2015-04-07 Jakub Jelinek <jakub@redhat.com>
38 Iain Sandoe <iain@codesourcery.com>
41 * configure: Regenerate.
43 2015-01-05 Jakub Jelinek <jakub@redhat.com>
45 Update copyright years.
47 2014-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
49 * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
51 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
53 Update copyright years
55 2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
57 * configure: Regenerate.
59 2013-03-27 Kai Tietz <ktietz@redhat.com>
61 * configure: Regenerated.
63 2013-02-13 Kai Tietz <ktietz@redhat.com>
66 * Makefile.in (LN_S_RECURSIVE): New.
67 (adainclude, adalib): Use LN_S_RECURSIVE for copy.
69 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
71 Update copyright years.
73 2012-06-11 Olivier Hainque <hainque@adacore.com>
75 * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
77 2012-01-22 Douglas B Rupp <rupp@gnat.com>
79 * configure: Regenerate.
81 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
83 * configure: Regenerate.
85 2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
87 * Makefile.in: Change dependency on oscons to depend on the generator
90 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
92 * Makefile.in (LOOSE_WARN): Delete.
93 (GCC_WARN_CFLAGS): Likewise.
94 (WARN_CFLAGS): Likewise.
95 (GNATLIBFLAGS): Add -nostdinc.
96 (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
97 (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
98 * configure.ac (warn_cflags): Delete.
99 * configure: Regenerate.
101 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
103 * configure.ac: Include ../config/picflag.m4.
104 (GCC_PICFLAG): Call it.
106 * configure: Regenerate.
107 * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
108 (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
109 (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
110 Don't include $(GCC_DIR)/libgcc.mvars.
112 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
115 * Makefile.in (install-strip): New phony target.
116 (check, installcheck, info, dvi, pdf, html, install)
117 (install-info, install-pdf, install-html, mostlyclean)
118 (clean, distclean, maintainer-clean): Mark phony.
120 2009-10-24 Eric Botcazou <ebotcazou@adacore.com>
122 * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
123 (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
124 * configure.ac: Include config/unwind_ipinfo.m4.
125 Check for _Unwind_GetIPInfo.
126 * configure: Regenerate.
128 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
131 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
133 * configure: Regenerate.
134 * Makefile.in: Substitute AWK.
136 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
138 * configure.ac (AC_PREREQ): Bump to 2.64.
140 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
142 * configure: Regenerate.
144 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
146 * Makefile.in (AUTOCONF, configure_deps): New variables.
147 ($(srcdir)/configure)): Use them. Also depend on multi.m4.
149 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
151 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
153 2009-07-13 Eric Botcazou <ebotcazou@adacore.com>
155 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
156 * configure: Regenerate.
158 2009-04-09 Jakub Jelinek <jakub@redhat.com>
160 * Makefile.in: Change copyright header to refer to version
161 3 of the GNU General Public License and to point readers at the
162 COPYING3 file and the FSF's license web page.
163 * configure.ac: Likewise.
165 2009-04-06 Laurent GUERBY <laurent@guerby.net>
167 * Makefile.in (ADA_RTS_DIR): Define.
168 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
170 2008-09-21 Laurent Guerby <laurent@guerby.net>
171 Paolo Bonzini <bonzini@gnu.org>
174 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
176 * configure.ac: Add multilib handling.
177 * configure: Regenerate.
179 2008-08-29 Laurent Guerby <laurent@guerby.net>
181 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
182 avoid conflicts. Factor more flags to pass.
183 (libsubdir): New variable.
184 (install-gnatlib): New target.
186 2008-08-28 Laurent Guerby <laurent@guerby.net>
188 * configure: Regenerate.
190 2008-08-06 Thomas Quinot <quinot@adacore.com>
192 * Makefile.in: generate s-oscons.ads again, previous change was
195 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
197 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
200 2008-08-06 Thomas Quinot <quinot@adacore.com>
202 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
204 2008-08-05 Thomas Quinot <quinot@adacore.com>
206 * Makefile.in (gnatlib*): Now depend on oscons target.
207 (oscons): New target.
209 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
211 * configure.ac (warn_cflags): Substitute.
212 * configure: Regenerate.
213 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
214 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
215 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
217 (libada-mk): Do not include. Include libgcc.mvars instead.
218 (tmake_file): Remove, do not include.
219 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
220 * configure: Regenerate.
222 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
224 * configure.ac: move sinclude of acx.m4 before AC_INIT,
225 also sinclude override.m4.
226 * Makefile.in ($(srcdir)/configure): Update dependencies.
227 * configure: Regenerate.
229 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
231 * Makefile.in: Add dummy install-pdf target.
233 2007-01-23 Richard Guenther <rguenther@suse.de>
236 * Makefile.in (STAGE_PREFIX): Do not define.
237 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
239 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
242 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
243 * configure: Regenerate.
244 * Makefile.in: Replace host_subdir.
246 2006-10-16 Brooks Moses <bmoses@stanford.edu>
248 * Makefile.in: Add dummy "pdf" target.
250 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
252 * Makefile.in: Add install-html target.
254 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
256 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
258 2005-04-27 James E Wilson <wilson@specifixinc.com>
260 * Makefile.in (html): New.
262 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
265 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
267 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
269 * Makefile.in: Add stamp file for building libada, to avoid
270 duplicate builds every time all-gnattools is called.
272 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
274 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
277 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
279 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
281 * configure: Regenerate.
283 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
285 * configure.ac, Makefile.in: Remove gnattools-specific code
286 (see gnattools directory).
287 * Makefile.in: Remove dead rts-* targets.
288 * configure: Regenerate.
290 2004-05-25 Daniel Jacobowitz <drow@false.org>
292 * Makefile.in: Add .NOEXPORT.
294 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
296 * Makefile.in: Put back merge of some targets to avoid code duplication.
297 Remove at the same obsolete variable GNATLIBLDFLAGS.
299 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
301 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
303 * configure: Regenerate.
305 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
307 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
308 over error-prone Make abuse. Remove temporary debug code.
309 (gnatlib-zcx): New target.
310 (gnattools): Split into gnattools-native, gnattools-cross, to fix
311 previous bug; select which on the basis of default_gnattools_target.
312 (ada.all.cross): Merged with gnattools-cross target.
313 * configure.ac: Set default_gnattools_target.
314 * configure: Regenerate.
316 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
318 * Makefile.in: Fix errors introduced in previous change (in particular,
319 errors when building gnattools were ignored).
320 Code clean up and simplification.
322 Remove temporary debug code introduced by mistake in previous check in.
323 Prefer GNU Make syntax over complex and error-prone sh syntax.
324 (gnatlib-zcx): New target.
325 (ada.all.cross): Merged with gnattools-cross target.
327 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
329 * configure.ac: It's gnatlib-plain in the Makefile, not
330 gnatlib-simple; make configure match.
331 * configure: Regenerate.
333 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
335 * Makefile.in: Call gcc/ada/Makefile directly, not through the
336 intermediary of gcc/Makefile. Incorporate all necessary parts of
337 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
338 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
339 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
340 to build in configure.ac, not here.
341 * configure.ac: Provide Makefile.in with the new information it needs,
342 such as GCC's tmake_file and xmake_file.
343 * configure: Regenerate.
345 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
347 * configure.in: Rename file to ...
348 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
349 * configure: Regenerate.
351 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
354 * configure.in: Remove hardcoded gcc version.
356 * configure: Regenerated.
358 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
360 * Makefile.in (gnattools): Depend on gnatlib.
362 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
364 PR ada/6637, PR ada/5911
365 * configure.in, Makefile.in, configure: Merge with libada-branch
367 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
369 PR ada/6637, PR ada/5911
370 * configure.in: Add support for --enable/disable-shared
371 * Makefile.in: Add initial, simple support for gnatlib/gnattools
372 for native and cross configurations.
373 * configure: Regenerate
375 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
377 * configure.in: Make --enable-maintainer-mode work.
378 * configure: Regenerate.
380 * Makefile.in, configure.in: New files.
381 * configure: Generate.
383 * New directory, new ChangeLog.
385 Copyright (C) 2003-2017 Free Software Foundation, Inc.
387 This ChangeLog is free software; the Free Software Foundation gives
388 unlimited permission to copy, distribute, and modify it.