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