Update ChangeLog and version files for release
[official-gcc.git] / gnattools / ChangeLog
blob46ec5bcb14308d2fcfe140aa9e82c04fe66328e8
1 2015-07-16  Release Manager
3         * GCC 5.2.0 released.
5 2015-04-22  Release Manager
7         * GCC 5.1.0 released.
9 2014-02-23  Eric Botcazou  <ebotcazou@adacore.com>
11         * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
13 2014-01-27  Eric Botcazou  <ebotcazou@adacore.com>
15         * configure.ac (*-*-lynxos*): Delete.
16         * configure: Regenerate.
18 2013-12-12  Eric Botcazou  <ebotcazou@adacore.com>
19             Iain Sandoe  <iain@codesourcery.com>
21         PR ada/55946
22         * Makefile.in (host): Define.
23         (host_alias): Likewise.
24         (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
25         (GNATMAKE_FOR_HOST): Define.
26         (GNATLINK_FOR_HOST): Likewise.
27         (GNATBIND_FOR_HOST): Likewise.
28         (GNATLS_FOR_HOST): Likewise.
29         (RTS_DIR): Move around and use GNATLS_FOR_HOST.
30         (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
32 2013-12-04  Eric Botcazou  <ebotcazou@adacore.com>
34         PR ada/59382
35         * configure.ac (target parameterization): Rewrite.
36         * configure: Regenerate.
38 2013-09-01  Eric Botcazou  <ebotcazou@adacore.com>
39             Iain Sandoe  <iain@codesourcery.com>
41         PR ada/58239
42         * Makefile.in (CXX_LFLAGS): New.
43         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
44         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
45         (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
47 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
49         * configure.ac (mips-sgi-irix*): Remove.
50         * configure: Regenerate.
52 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
54         * Makefile.in (LOOSE_WARN): Delete.
55         (GCC_WARN_CFLAGS): Set to -W -Wall.
56         (TOOLS_FLAGS_TO_PASS_1): Delete.
57         (TOOLS_FLAGS_TO_PASS_1re): Rename into...
58         (TOOLS_FLAGS_TO_PASS_RE): ...this.
59         (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
60         (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
62 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
64         PR target/39150
65         * configure.ac (*86-*-solaris2*): Also accept
66         x86_64-*-solaris2.1[0-9]*.
67         * configure: Regenerate.
69 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
71         PR other/46202
72         * Makefile.in (install-strip): New phony target.
73         (check, installcheck, info, dvi, pdf, html, install)
74         (install-info, install-pdf, install-html, mostlyclean)
75         (clean, distclean, maintainer-clean): Mark phony.
77 2010-01-09  Simon Wright  <simon@pushface.org>
79         PR ada/42659
80         * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
81         * configure: Regenerate.
83 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
85         * configure.ac (AC_PREREQ): Bump to 2.64.
87 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
89         * configure: Regenerate.
91 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
93         * Makefile.in (AUTOCONF, configure_deps): New variables.
94         ($(srcdir)/configure): Use them.
96 2009-05-18  Bechir Zalila  <bechir.zalila@gmail.com>
98         PR ada/40166
99         * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
100         target specific sources.
102 2009-04-10  Arnaud Charlet  <charlet@adacore.com>
104         * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
106 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
108         * Makefile.in: Change copyright header to refer to version
109         3 of the GNU General Public License and to point readers at the
110         COPYING3 file and the FSF's license web page.
111         * configure.ac: Likewise.
113 2009-02-26  Andreas Schwab  <schwab@suse.de>
115         PR ada/39172
116         * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
117         (INCLUDES_FOR_SUBDIR): Adjust.
118         (ADA_INCLUDES_FOR_SUBDIR): Adjust.
120 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
122         * configure.ac (warn_cflags): Substitute.
123         * configure: Regenerate.
124         * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
125         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
126         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
127         (libsubdir): Remove.
128         (libada-mk): Do not include.  Include libgcc.mvars instead.
129         (xmake_file): Remove, do not include.
131 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
133         * configure.ac (x_ada_cflags): Remove.
134         (ADA_CFLAGS): Substitute.
135         * configure: Regenerate.
136         * Makefile.in (ADA_CFLAGS): Substitute.
137         (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
138         (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
139         TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
140         Pass ADA_CFLAGS.
142 2008-07-30  Laurent Guerby  <laurent@guerby.net>
144         PR ada/5911
145         * gnattools/Makefile.in: Replace stamp-gnatlib by
146         stamp-gnatlib-rts.
148 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
150         * configure.ac, configure: Fix target specific pairs.
152 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
154         * configure.ac: move sinclude of acx.m4 before AC_INIT,
155         also sinclude override.m4.
156         * Makefile.in ($(srcdir)/configure): Update dependencies.
157         * configure: Regenerate.
159 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
161         * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
162         * configure: Regenerate.
164 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
166         * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
167         in gcc/ada/Makefile.in
169 2008-05-13  Arnaud Charlet  <charlet@adacore.com>
171         PR ada/31808
172         * Makefile.in (gnattools-cross): Do not build vxaddr2line
174 2008-04-05  Arnaud Charlet  <charlet@adacore.com>
176         * Makefile.in: Remove handling of gnatbl.
178 2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>
180         PR ada/34284
181         * configure.ac: Added a missing switch case for *86-*-darwin*
182         when defining the value of TOOLS_TARGET_PAIRS.
184         * configure: Regenerated.
186 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
188         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
189         gcc/ada/Makefile.in.
191         * configure: Regenerated.
193 2007-04-30  Arnaud Charlet  <charlet@adacore.com>
195         PR ada/28953
196         * Makefile.in: No longer build gprmake
198 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
200         * Makefile.in: Add dummy install-pdf target.
202 2007-02-11  Andreas Schwab  <schwab@suse.de>
204         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
205         gcc/ada/Makefile.in.
206         * configure: Regenerated.
208 2007-01-23  Richard Guenther  <rguenther@suse.de>
210         PR bootstrap/30541
211         * Makefile.in (STAGE_PREFIX): Do not define.
213 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
215         * Makefile.in: Added empty "pdf" target.
217 2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>
219         * Makefile.in: Add html and install-html targets.
221 2005-03-09  Arnaud Charlet  <charlet@adacore.com>
223         * Makefile.in: Fix incorrect use of ' in shell command
225 2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
227         * Makefile.in: Remove use of cc_set_by_configure; just use
228         plain old CC from the top level in this case.
230 2005-01-30  Nathanael Nerode  <neroden@gcc.gnu.org>
231         Merge from mainline at tag libada-gnattools-merge-20050129:
232         * configure.ac: Changes propagated from gcc/ada/Makefile.in.
233         * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
235 2004-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
237         * Makefile.in: Reinstate stamp-gnatlib check.
239 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
241         * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
242         gcc/ada/configure.ac into gnattools-native and gnattools-cross
243         targets, collecting flags as appropriate from here,
244         gcc/ada/Makefile.in, gcc/ada/configure.ac, etc.  Attempt to retain
245         identical behavior.
246         * configure.ac: Add necessary configure bits from
247         gcc/ada/configure.ac.
248         * configure: Regenerate.
250 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
252         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
253         _TARGET.  Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
254         ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
255         * configure: Regenerate.
257 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
259         * Makefile.in, configure.ac: Remove libada-specific targets and
260         variables.
261         * configure: Regenerate.
262         * New directory, cloned from libada.
264 Copyright 2004, 2005 Free Software Foundation, Inc.
266 This ChangeLog is free software; the Free Software Foundation gives
267 unlimited permission to copy, distribute, and modify it.