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