1 2012-06-11 Olivier Hainque <hainque@adacore.com>
3 * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
5 2012-01-22 Douglas B Rupp <rupp@gnat.com>
7 * configure: Regenerate.
9 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
11 * configure: Regenerate.
13 2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
15 * Makefile.in: Change dependency on oscons to depend on the generator
18 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
20 * Makefile.in (LOOSE_WARN): Delete.
21 (GCC_WARN_CFLAGS): Likewise.
22 (WARN_CFLAGS): Likewise.
23 (GNATLIBFLAGS): Add -nostdinc.
24 (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
25 (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
26 * configure.ac (warn_cflags): Delete.
27 * configure: Regenerate.
29 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31 * configure.ac: Include ../config/picflag.m4.
32 (GCC_PICFLAG): Call it.
34 * configure: Regenerate.
35 * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
36 (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
37 (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
38 Don't include $(GCC_DIR)/libgcc.mvars.
40 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43 * Makefile.in (install-strip): New phony target.
44 (check, installcheck, info, dvi, pdf, html, install)
45 (install-info, install-pdf, install-html, mostlyclean)
46 (clean, distclean, maintainer-clean): Mark phony.
48 2009-10-24 Eric Botcazou <ebotcazou@adacore.com>
50 * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
51 (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
52 * configure.ac: Include config/unwind_ipinfo.m4.
53 Check for _Unwind_GetIPInfo.
54 * configure: Regenerate.
56 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
59 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
61 * configure: Regenerate.
62 * Makefile.in: Substitute AWK.
64 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
66 * configure.ac (AC_PREREQ): Bump to 2.64.
68 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
70 * configure: Regenerate.
72 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
74 * Makefile.in (AUTOCONF, configure_deps): New variables.
75 ($(srcdir)/configure)): Use them. Also depend on multi.m4.
77 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
79 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
81 2009-07-13 Eric Botcazou <ebotcazou@adacore.com>
83 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
84 * configure: Regenerate.
86 2009-04-09 Jakub Jelinek <jakub@redhat.com>
88 * Makefile.in: Change copyright header to refer to version
89 3 of the GNU General Public License and to point readers at the
90 COPYING3 file and the FSF's license web page.
91 * configure.ac: Likewise.
93 2009-04-06 Laurent GUERBY <laurent@guerby.net>
95 * Makefile.in (ADA_RTS_DIR): Define.
96 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
98 2008-09-21 Laurent Guerby <laurent@guerby.net>
99 Paolo Bonzini <bonzini@gnu.org>
102 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
104 * configure.ac: Add multilib handling.
105 * configure: Regenerate.
107 2008-08-29 Laurent Guerby <laurent@guerby.net>
109 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
110 avoid conflicts. Factor more flags to pass.
111 (libsubdir): New variable.
112 (install-gnatlib): New target.
114 2008-08-28 Laurent Guerby <laurent@guerby.net>
116 * configure: Regenerate.
118 2008-08-06 Thomas Quinot <quinot@adacore.com>
120 * Makefile.in: generate s-oscons.ads again, previous change was
123 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
125 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
128 2008-08-06 Thomas Quinot <quinot@adacore.com>
130 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
132 2008-08-05 Thomas Quinot <quinot@adacore.com>
134 * Makefile.in (gnatlib*): Now depend on oscons target.
135 (oscons): New target.
137 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
139 * configure.ac (warn_cflags): Substitute.
140 * configure: Regenerate.
141 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
142 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
143 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
145 (libada-mk): Do not include. Include libgcc.mvars instead.
146 (tmake_file): Remove, do not include.
147 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
148 * configure: Regenerate.
150 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
152 * configure.ac: move sinclude of acx.m4 before AC_INIT,
153 also sinclude override.m4.
154 * Makefile.in ($(srcdir)/configure): Update dependencies.
155 * configure: Regenerate.
157 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
159 * Makefile.in: Add dummy install-pdf target.
161 2007-01-23 Richard Guenther <rguenther@suse.de>
164 * Makefile.in (STAGE_PREFIX): Do not define.
165 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
167 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
170 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
171 * configure: Regenerate.
172 * Makefile.in: Replace host_subdir.
174 2006-10-16 Brooks Moses <bmoses@stanford.edu>
176 * Makefile.in: Add dummy "pdf" target.
178 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
180 * Makefile.in: Add install-html target.
182 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
184 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
186 2005-04-27 James E Wilson <wilson@specifixinc.com>
188 * Makefile.in (html): New.
190 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
193 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
195 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
197 * Makefile.in: Add stamp file for building libada, to avoid
198 duplicate builds every time all-gnattools is called.
200 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
202 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
205 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
207 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
209 * configure: Regenerate.
211 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
213 * configure.ac, Makefile.in: Remove gnattools-specific code
214 (see gnattools directory).
215 * Makefile.in: Remove dead rts-* targets.
216 * configure: Regenerate.
218 2004-05-25 Daniel Jacobowitz <drow@false.org>
220 * Makefile.in: Add .NOEXPORT.
222 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
224 * Makefile.in: Put back merge of some targets to avoid code duplication.
225 Remove at the same obsolete variable GNATLIBLDFLAGS.
227 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
229 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
231 * configure: Regenerate.
233 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
235 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
236 over error-prone Make abuse. Remove temporary debug code.
237 (gnatlib-zcx): New target.
238 (gnattools): Split into gnattools-native, gnattools-cross, to fix
239 previous bug; select which on the basis of default_gnattools_target.
240 (ada.all.cross): Merged with gnattools-cross target.
241 * configure.ac: Set default_gnattools_target.
242 * configure: Regenerate.
244 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
246 * Makefile.in: Fix errors introduced in previous change (in particular,
247 errors when building gnattools were ignored).
248 Code clean up and simplification.
250 Remove temporary debug code introduced by mistake in previous check in.
251 Prefer GNU Make syntax over complex and error-prone sh syntax.
252 (gnatlib-zcx): New target.
253 (ada.all.cross): Merged with gnattools-cross target.
255 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
257 * configure.ac: It's gnatlib-plain in the Makefile, not
258 gnatlib-simple; make configure match.
259 * configure: Regenerate.
261 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
263 * Makefile.in: Call gcc/ada/Makefile directly, not through the
264 intermediary of gcc/Makefile. Incorporate all necessary parts of
265 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
266 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
267 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
268 to build in configure.ac, not here.
269 * configure.ac: Provide Makefile.in with the new information it needs,
270 such as GCC's tmake_file and xmake_file.
271 * configure: Regenerate.
273 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
275 * configure.in: Rename file to ...
276 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
277 * configure: Regenerate.
279 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
282 * configure.in: Remove hardcoded gcc version.
284 * configure: Regenerated.
286 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
288 * Makefile.in (gnattools): Depend on gnatlib.
290 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
292 PR ada/6637, PR ada/5911
293 * configure.in, Makefile.in, configure: Merge with libada-branch
295 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
297 PR ada/6637, PR ada/5911
298 * configure.in: Add support for --enable/disable-shared
299 * Makefile.in: Add initial, simple support for gnatlib/gnattools
300 for native and cross configurations.
301 * configure: Regenerate
303 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
305 * configure.in: Make --enable-maintainer-mode work.
306 * configure: Regenerate.
308 * Makefile.in, configure.in: New files.
309 * configure: Generate.
311 * New directory, new ChangeLog.
313 Copyright 2003, 2004 Free Software Foundation, Inc.
315 This ChangeLog is free software; the Free Software Foundation gives
316 unlimited permission to copy, distribute, and modify it.