OSDN Git Service

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