PR ada/59382
[official-gcc.git] / gnattools / ChangeLog
blob98f528a4cd5e684c264d912c5789cde1ac67666b
1 2013-12-04  Eric Botcazou  <ebotcazou@adacore.com>
3         PR ada/59382
4         * configure.ac (target parameterization): Rewrite.
5         * configure: Regenerate.
7 2013-09-01  Eric Botcazou  <ebotcazou@adacore.com>
8             Iain Sandoe  <iain@codesourcery.com>
10         PR ada/58239
11         * Makefile.in (CXX_LFLAGS): New.
12         (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
13         (TOOLS_FLAGS_TO_PASS_RE): Likewise.
14         (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
16 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18         * configure.ac (mips-sgi-irix*): Remove.
19         * configure: Regenerate.
21 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
23         * Makefile.in (LOOSE_WARN): Delete.
24         (GCC_WARN_CFLAGS): Set to -W -Wall.
25         (TOOLS_FLAGS_TO_PASS_1): Delete.
26         (TOOLS_FLAGS_TO_PASS_1re): Rename into...
27         (TOOLS_FLAGS_TO_PASS_RE): ...this.
28         (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
29         (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
31 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
33         PR target/39150
34         * configure.ac (*86-*-solaris2*): Also accept
35         x86_64-*-solaris2.1[0-9]*.
36         * configure: Regenerate.
38 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40         PR other/46202
41         * Makefile.in (install-strip): New phony target.
42         (check, installcheck, info, dvi, pdf, html, install)
43         (install-info, install-pdf, install-html, mostlyclean)
44         (clean, distclean, maintainer-clean): Mark phony.
46 2010-01-09  Simon Wright  <simon@pushface.org>
48         PR ada/42659
49         * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
50         * configure: Regenerate.
52 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
54         * configure.ac (AC_PREREQ): Bump to 2.64.
56 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
58         * configure: Regenerate.
60 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
62         * Makefile.in (AUTOCONF, configure_deps): New variables.
63         ($(srcdir)/configure): Use them.
65 2009-05-18  Bechir Zalila  <bechir.zalila@gmail.com>
67         PR ada/40166
68         * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
69         target specific sources.
71 2009-04-10  Arnaud Charlet  <charlet@adacore.com>
73         * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
75 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
77         * Makefile.in: Change copyright header to refer to version
78         3 of the GNU General Public License and to point readers at the
79         COPYING3 file and the FSF's license web page.
80         * configure.ac: Likewise.
82 2009-02-26  Andreas Schwab  <schwab@suse.de>
84         PR ada/39172
85         * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
86         (INCLUDES_FOR_SUBDIR): Adjust.
87         (ADA_INCLUDES_FOR_SUBDIR): Adjust.
89 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
91         * configure.ac (warn_cflags): Substitute.
92         * configure: Regenerate.
93         * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
94         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
95         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
96         (libsubdir): Remove.
97         (libada-mk): Do not include.  Include libgcc.mvars instead.
98         (xmake_file): Remove, do not include.
100 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
102         * configure.ac (x_ada_cflags): Remove.
103         (ADA_CFLAGS): Substitute.
104         * configure: Regenerate.
105         * Makefile.in (ADA_CFLAGS): Substitute.
106         (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
107         (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
108         TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
109         Pass ADA_CFLAGS.
111 2008-07-30  Laurent Guerby  <laurent@guerby.net>
113         PR ada/5911
114         * gnattools/Makefile.in: Replace stamp-gnatlib by
115         stamp-gnatlib-rts.
117 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
119         * configure.ac, configure: Fix target specific pairs.
121 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
123         * configure.ac: move sinclude of acx.m4 before AC_INIT,
124         also sinclude override.m4.
125         * Makefile.in ($(srcdir)/configure): Update dependencies.
126         * configure: Regenerate.
128 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
130         * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
131         * configure: Regenerate.
133 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
135         * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
136         in gcc/ada/Makefile.in
138 2008-05-13  Arnaud Charlet  <charlet@adacore.com>
140         PR ada/31808
141         * Makefile.in (gnattools-cross): Do not build vxaddr2line
143 2008-04-05  Arnaud Charlet  <charlet@adacore.com>
145         * Makefile.in: Remove handling of gnatbl.
147 2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>
149         PR ada/34284
150         * configure.ac: Added a missing switch case for *86-*-darwin*
151         when defining the value of TOOLS_TARGET_PAIRS.
153         * configure: Regenerated.
155 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
157         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
158         gcc/ada/Makefile.in.
160         * configure: Regenerated.
162 2007-04-30  Arnaud Charlet  <charlet@adacore.com>
164         PR ada/28953
165         * Makefile.in: No longer build gprmake
167 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
169         * Makefile.in: Add dummy install-pdf target.
171 2007-02-11  Andreas Schwab  <schwab@suse.de>
173         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
174         gcc/ada/Makefile.in.
175         * configure: Regenerated.
177 2007-01-23  Richard Guenther  <rguenther@suse.de>
179         PR bootstrap/30541
180         * Makefile.in (STAGE_PREFIX): Do not define.
182 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
184         * Makefile.in: Added empty "pdf" target.
186 2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>
188         * Makefile.in: Add html and install-html targets.
190 2005-03-09  Arnaud Charlet  <charlet@adacore.com>
192         * Makefile.in: Fix incorrect use of ' in shell command
194 2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
196         * Makefile.in: Remove use of cc_set_by_configure; just use
197         plain old CC from the top level in this case.
199 2005-01-30  Nathanael Nerode  <neroden@gcc.gnu.org>
200         Merge from mainline at tag libada-gnattools-merge-20050129:
201         * configure.ac: Changes propagated from gcc/ada/Makefile.in.
202         * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
204 2004-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
206         * Makefile.in: Reinstate stamp-gnatlib check.
208 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
210         * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
211         gcc/ada/configure.ac into gnattools-native and gnattools-cross
212         targets, collecting flags as appropriate from here,
213         gcc/ada/Makefile.in, gcc/ada/configure.ac, etc.  Attempt to retain
214         identical behavior.
215         * configure.ac: Add necessary configure bits from
216         gcc/ada/configure.ac.
217         * configure: Regenerate.
219 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
221         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
222         _TARGET.  Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
223         ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
224         * configure: Regenerate.
226 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
228         * Makefile.in, configure.ac: Remove libada-specific targets and
229         variables.
230         * configure: Regenerate.
231         * New directory, cloned from libada.
233 Copyright 2004, 2005 Free Software Foundation, Inc.
235 This ChangeLog is free software; the Free Software Foundation gives
236 unlimited permission to copy, distribute, and modify it.