PR rtl-optimization/65693
[official-gcc.git] / libada / ChangeLog
blob5f3a40aa8899c85c37548cb0bd9d445b9682e6cd
1 2015-04-07  Jakub Jelinek  <jakub@redhat.com>
2             Iain Sandoe  <iain@codesourcery.com>
4         PR target/65351
5         * configure: Regenerate.
7 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
9         Update copyright years.
11 2014-08-12  Joel Sherrill  <joel.sherrill@oarcorp.com>
13         * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
15 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
17         Update copyright years
19 2013-11-15  Andreas Schwab  <schwab@linux-m68k.org>
21         * configure: Regenerate.
23 2013-03-27  Kai Tietz  <ktietz@redhat.com>
25         * configure: Regenerated.
27 2013-02-13  Kai Tietz  <ktietz@redhat.com>
29         PR target/52122
30         * Makefile.in (LN_S_RECURSIVE): New.
31         (adainclude, adalib): Use LN_S_RECURSIVE for copy.
33 2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
35         Update copyright years.
37 2012-06-11  Olivier Hainque  <hainque@adacore.com>
39         * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
41 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
43         * configure: Regenerate.
45 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47         * configure: Regenerate.
49 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
51         * Makefile.in: Change dependency on oscons to depend on the generator
52         tool.
54 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
56         * Makefile.in (LOOSE_WARN): Delete.
57         (GCC_WARN_CFLAGS): Likewise.
58         (WARN_CFLAGS): Likewise.
59         (GNATLIBFLAGS): Add -nostdinc.
60         (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
61         (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
62         * configure.ac (warn_cflags): Delete.
63         * configure: Regenerate.
65 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
67         * configure.ac: Include ../config/picflag.m4.
68         (GCC_PICFLAG): Call it.
69         Substitute.
70         * configure: Regenerate.
71         * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
72         (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
73         (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
74         Don't include $(GCC_DIR)/libgcc.mvars.
76 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
78         PR other/46202
79         * Makefile.in (install-strip): New phony target.
80         (check, installcheck, info, dvi, pdf, html, install)
81         (install-info, install-pdf, install-html, mostlyclean)
82         (clean, distclean, maintainer-clean): Mark phony.
84 2009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
86         * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
87         (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
88         * configure.ac: Include config/unwind_ipinfo.m4.
89         Check for _Unwind_GetIPInfo.
90         * configure: Regenerate.
92 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
94         PR ada/41122
95         * configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
96         call to AC_PROG_CC.
97         * configure: Regenerate.
98         * Makefile.in: Substitute AWK.
100 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
102         * configure.ac (AC_PREREQ): Bump to 2.64.
104 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
106         * configure: Regenerate.
108 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
110         * Makefile.in (AUTOCONF, configure_deps): New variables.
111         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
113 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
115         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
117 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
119         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
120         * configure: Regenerate.
122 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
124         * Makefile.in: Change copyright header to refer to version
125         3 of the GNU General Public License and to point readers at the
126         COPYING3 file and the FSF's license web page.
127         * configure.ac: Likewise.
129 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
131         * Makefile.in (ADA_RTS_DIR): Define.
132         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
134 2008-09-21  Laurent Guerby  <laurent@guerby.net>
135             Paolo Bonzini  <bonzini@gnu.org>
137         PR ada/5911
138         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
139         multilib handling.
140         * configure.ac: Add multilib handling.
141         * configure: Regenerate.
143 2008-08-29  Laurent Guerby  <laurent@guerby.net>
145         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
146         avoid conflicts. Factor more flags to pass.
147         (libsubdir): New variable.
148         (install-gnatlib): New target.
150 2008-08-28  Laurent Guerby  <laurent@guerby.net>
152         * configure: Regenerate.
154 2008-08-06  Thomas Quinot  <quinot@adacore.com>
156         * Makefile.in: generate s-oscons.ads again, previous change was
157         unneeded.
159 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
161         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
162         oscons.
164 2008-08-06  Thomas Quinot  <quinot@adacore.com>
166         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
168 2008-08-05  Thomas Quinot  <quinot@adacore.com>
170         * Makefile.in (gnatlib*): Now depend on oscons target.
171         (oscons): New target.
173 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
175         * configure.ac (warn_cflags): Substitute.
176         * configure: Regenerate.
177         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
178         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
179         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
180         they were unused.
181         (libada-mk): Do not include.  Include libgcc.mvars instead.
182         (tmake_file): Remove, do not include.
183         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
184         * configure: Regenerate.
186 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
188         * configure.ac: move sinclude of acx.m4 before AC_INIT,
189         also sinclude override.m4.
190         * Makefile.in ($(srcdir)/configure): Update dependencies.
191         * configure: Regenerate.
193 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
195         * Makefile.in: Add dummy install-pdf target.
197 2007-01-23  Richard Guenther  <rguenther@suse.de>
199         PR bootstrap/30541
200         * Makefile.in (STAGE_PREFIX): Do not define.
201         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
203 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
205         PR bootstrap/29802
206         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
207         * configure: Regenerate.
208         * Makefile.in: Replace host_subdir.
210 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
212         * Makefile.in: Add dummy "pdf" target.
214 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
216         * Makefile.in: Add install-html target.
218 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
220         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
222 2005-04-27  James E Wilson  <wilson@specifixinc.com>
224         * Makefile.in (html): New.
226 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
228         PR bootstrap/17383
229         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
231 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
233         * Makefile.in: Add stamp file for building libada, to avoid
234         duplicate builds every time all-gnattools is called.
236 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
238         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
239         here.
241 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
243         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
244         _TARGET.
245         * configure: Regenerate.
247 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
249         * configure.ac, Makefile.in: Remove gnattools-specific code
250         (see gnattools directory).
251         * Makefile.in: Remove dead rts-* targets.
252         * configure: Regenerate.
254 2004-05-25  Daniel Jacobowitz  <drow@false.org>
256         * Makefile.in: Add .NOEXPORT.
258 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
260         * Makefile.in: Put back merge of some targets to avoid code duplication.
261         Remove at the same obsolete variable GNATLIBLDFLAGS.
263 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
265         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
266         correctly.
267         * configure: Regenerate.
269 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
271         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
272         over error-prone Make abuse.  Remove temporary debug code.
273         (gnatlib-zcx): New target.
274         (gnattools): Split into gnattools-native, gnattools-cross, to fix
275         previous bug; select which on the basis of default_gnattools_target.
276         (ada.all.cross): Merged with gnattools-cross target.
277         * configure.ac: Set default_gnattools_target.
278         * configure: Regenerate.
280 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
282         * Makefile.in: Fix errors introduced in previous change (in particular,
283         errors when building gnattools were ignored).
284         Code clean up and simplification.
285         update comments.
286         Remove temporary debug code introduced by mistake in previous check in.
287         Prefer GNU Make syntax over complex and error-prone sh syntax.
288         (gnatlib-zcx): New target.
289         (ada.all.cross): Merged with gnattools-cross target.
291 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
293         * configure.ac: It's gnatlib-plain in the Makefile, not
294         gnatlib-simple; make configure match.
295         * configure: Regenerate.
297 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
299         * Makefile.in: Call gcc/ada/Makefile directly, not through the
300         intermediary of gcc/Makefile.  Incorporate all necessary parts of
301         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
302         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
303         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
304         to build in configure.ac, not here.
305         * configure.ac: Provide Makefile.in with the new information it needs,
306         such as GCC's tmake_file and xmake_file.
307         * configure: Regenerate.
309 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
311         * configure.in: Rename file to ...
312         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
313         * configure: Regenerate.
315 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
317         PR ada/14350
318         * configure.in: Remove hardcoded gcc version.
320         * configure: Regenerated.
322 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
324         * Makefile.in (gnattools): Depend on gnatlib.
326 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
328         PR ada/6637, PR ada/5911
329         * configure.in, Makefile.in, configure: Merge with libada-branch
331 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
333         PR ada/6637, PR ada/5911
334         * configure.in: Add support for --enable/disable-shared
335         * Makefile.in: Add initial, simple support for gnatlib/gnattools
336         for native and cross configurations.
337         * configure: Regenerate
339 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
341         * configure.in: Make --enable-maintainer-mode work.
342         * configure: Regenerate.
344         * Makefile.in, configure.in: New files.
345         * configure: Generate.
347         * New directory, new ChangeLog.
349 Copyright (C) 2003-2015 Free Software Foundation, Inc.
351 This ChangeLog is free software; the Free Software Foundation gives
352 unlimited permission to copy, distribute, and modify it.