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