]> git.ipfire.org Git - thirdparty/gcc.git/blob - gnattools/ChangeLog
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
[thirdparty/gcc.git] / gnattools / ChangeLog
1 2018-10-31 Joseph Myers <joseph@codesourcery.com>
2
3 PR bootstrap/82856
4 * configure.ac: Remove AC_PREREQ.
5 * configure: Regenerate.
6
7 2018-10-29 Tamar Christina <tamar.christina@arm.com>
8
9 PR ada/81878
10 * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
11
12 2017-08-17 Richard Biener <rguenther@suse.de>
13
14 PR ada/81878
15 * Makefile.in (CXX_LFLAGS): Remove.
16 (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
17 (TOOLS_FLAGS_TO_PASS_RE): Likewise.
18
19 2016-05-16 Eric Botcazou <ebotcazou@adacore.com>
20
21 * configure.ac: Add ACX_NONCANONICAL_HOST.
22 * configure: Regenerate.
23 * Makefile.in: Replace host_alias with host_noncanonical.
24 (gnattools-cross): Do not rename the tools.
25
26 2016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
27
28 PR bootstrap/70173
29 * Makefile.in (distclean): Also delete config.cache .
30
31 2015-12-06 Eric Botcazou <ebotcazou@adacore.com>
32
33 PR ada/50048
34 * Makefile.in (ftop_srcdir): New variable.
35 (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
36
37 2015-06-08 John Marino <gnugcc@marino.st>
38
39 * configure.ac (*-*-dragonfly*): New configuration.
40 * configure: Regenerate.
41
42 2014-02-23 Eric Botcazou <ebotcazou@adacore.com>
43
44 * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
45
46 2014-01-27 Eric Botcazou <ebotcazou@adacore.com>
47
48 * configure.ac (*-*-lynxos*): Delete.
49 * configure: Regenerate.
50
51 2013-12-12 Eric Botcazou <ebotcazou@adacore.com>
52 Iain Sandoe <iain@codesourcery.com>
53
54 PR ada/55946
55 * Makefile.in (host): Define.
56 (host_alias): Likewise.
57 (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
58 (GNATMAKE_FOR_HOST): Define.
59 (GNATLINK_FOR_HOST): Likewise.
60 (GNATBIND_FOR_HOST): Likewise.
61 (GNATLS_FOR_HOST): Likewise.
62 (RTS_DIR): Move around and use GNATLS_FOR_HOST.
63 (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
64
65 2013-12-04 Eric Botcazou <ebotcazou@adacore.com>
66
67 PR ada/59382
68 * configure.ac (target parameterization): Rewrite.
69 * configure: Regenerate.
70
71 2013-09-01 Eric Botcazou <ebotcazou@adacore.com>
72 Iain Sandoe <iain@codesourcery.com>
73
74 PR ada/58239
75 * Makefile.in (CXX_LFLAGS): New.
76 (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
77 (TOOLS_FLAGS_TO_PASS_RE): Likewise.
78 (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
79
80 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
81
82 * configure.ac (mips-sgi-irix*): Remove.
83 * configure: Regenerate.
84
85 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
86
87 * Makefile.in (LOOSE_WARN): Delete.
88 (GCC_WARN_CFLAGS): Set to -W -Wall.
89 (TOOLS_FLAGS_TO_PASS_1): Delete.
90 (TOOLS_FLAGS_TO_PASS_1re): Rename into...
91 (TOOLS_FLAGS_TO_PASS_RE): ...this.
92 (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
93 (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
94
95 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
96
97 PR target/39150
98 * configure.ac (*86-*-solaris2*): Also accept
99 x86_64-*-solaris2.1[0-9]*.
100 * configure: Regenerate.
101
102 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
103
104 PR other/46202
105 * Makefile.in (install-strip): New phony target.
106 (check, installcheck, info, dvi, pdf, html, install)
107 (install-info, install-pdf, install-html, mostlyclean)
108 (clean, distclean, maintainer-clean): Mark phony.
109
110 2010-01-09 Simon Wright <simon@pushface.org>
111
112 PR ada/42659
113 * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
114 * configure: Regenerate.
115
116 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
117
118 * configure.ac (AC_PREREQ): Bump to 2.64.
119
120 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
121
122 * configure: Regenerate.
123
124 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
125
126 * Makefile.in (AUTOCONF, configure_deps): New variables.
127 ($(srcdir)/configure): Use them.
128
129 2009-05-18 Bechir Zalila <bechir.zalila@gmail.com>
130
131 PR ada/40166
132 * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
133 target specific sources.
134
135 2009-04-10 Arnaud Charlet <charlet@adacore.com>
136
137 * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
138
139 2009-04-09 Jakub Jelinek <jakub@redhat.com>
140
141 * Makefile.in: Change copyright header to refer to version
142 3 of the GNU General Public License and to point readers at the
143 COPYING3 file and the FSF's license web page.
144 * configure.ac: Likewise.
145
146 2009-02-26 Andreas Schwab <schwab@suse.de>
147
148 PR ada/39172
149 * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
150 (INCLUDES_FOR_SUBDIR): Adjust.
151 (ADA_INCLUDES_FOR_SUBDIR): Adjust.
152
153 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
154
155 * configure.ac (warn_cflags): Substitute.
156 * configure: Regenerate.
157 * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
158 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
159 (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
160 (libsubdir): Remove.
161 (libada-mk): Do not include. Include libgcc.mvars instead.
162 (xmake_file): Remove, do not include.
163
164 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
165
166 * configure.ac (x_ada_cflags): Remove.
167 (ADA_CFLAGS): Substitute.
168 * configure: Regenerate.
169 * Makefile.in (ADA_CFLAGS): Substitute.
170 (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
171 (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
172 TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
173 Pass ADA_CFLAGS.
174
175 2008-07-30 Laurent Guerby <laurent@guerby.net>
176
177 PR ada/5911
178 * gnattools/Makefile.in: Replace stamp-gnatlib by
179 stamp-gnatlib-rts.
180
181 2008-06-26 Chris Proctor <chrisp_42@bigpond.com>
182
183 * configure.ac, configure: Fix target specific pairs.
184
185 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
186
187 * configure.ac: move sinclude of acx.m4 before AC_INIT,
188 also sinclude override.m4.
189 * Makefile.in ($(srcdir)/configure): Update dependencies.
190 * configure: Regenerate.
191
192 2008-06-07 Joseph Myers <joseph@codesourcery.com>
193
194 * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
195 * configure: Regenerate.
196
197 2008-05-20 Arnaud Charlet <charlet@adacore.com>
198
199 * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
200 in gcc/ada/Makefile.in
201
202 2008-05-13 Arnaud Charlet <charlet@adacore.com>
203
204 PR ada/31808
205 * Makefile.in (gnattools-cross): Do not build vxaddr2line
206
207 2008-04-05 Arnaud Charlet <charlet@adacore.com>
208
209 * Makefile.in: Remove handling of gnatbl.
210
211 2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
212
213 PR ada/34284
214 * configure.ac: Added a missing switch case for *86-*-darwin*
215 when defining the value of TOOLS_TARGET_PAIRS.
216
217 * configure: Regenerated.
218
219 2007-06-06 Arnaud Charlet <charlet@adacore.com>
220
221 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
222 gcc/ada/Makefile.in.
223
224 * configure: Regenerated.
225
226 2007-04-30 Arnaud Charlet <charlet@adacore.com>
227
228 PR ada/28953
229 * Makefile.in: No longer build gprmake
230
231 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
232
233 * Makefile.in: Add dummy install-pdf target.
234
235 2007-02-11 Andreas Schwab <schwab@suse.de>
236
237 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
238 gcc/ada/Makefile.in.
239 * configure: Regenerated.
240
241 2007-01-23 Richard Guenther <rguenther@suse.de>
242
243 PR bootstrap/30541
244 * Makefile.in (STAGE_PREFIX): Do not define.
245
246 2006-10-10 Brooks Moses <bmoses@stanford.edu>
247
248 * Makefile.in: Added empty "pdf" target.
249
250 2006-06-03 Carlos O'Donell <carlos@codesourcery.com>
251
252 * Makefile.in: Add html and install-html targets.
253
254 2005-03-09 Arnaud Charlet <charlet@adacore.com>
255
256 * Makefile.in: Fix incorrect use of ' in shell command
257
258 2005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
259
260 * Makefile.in: Remove use of cc_set_by_configure; just use
261 plain old CC from the top level in this case.
262
263 2005-01-30 Nathanael Nerode <neroden@gcc.gnu.org>
264 Merge from mainline at tag libada-gnattools-merge-20050129:
265 * configure.ac: Changes propagated from gcc/ada/Makefile.in.
266 * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
267
268 2004-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
269
270 * Makefile.in: Reinstate stamp-gnatlib check.
271
272 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
273
274 * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
275 gcc/ada/configure.ac into gnattools-native and gnattools-cross
276 targets, collecting flags as appropriate from here,
277 gcc/ada/Makefile.in, gcc/ada/configure.ac, etc. Attempt to retain
278 identical behavior.
279 * configure.ac: Add necessary configure bits from
280 gcc/ada/configure.ac.
281 * configure: Regenerate.
282
283 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
284
285 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
286 _TARGET. Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
287 ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
288 * configure: Regenerate.
289
290 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
291
292 * Makefile.in, configure.ac: Remove libada-specific targets and
293 variables.
294 * configure: Regenerate.
295 * New directory, cloned from libada.
296
297 Copyright 2004-2018 Free Software Foundation, Inc.
298
299 This ChangeLog is free software; the Free Software Foundation gives
300 unlimited permission to copy, distribute, and modify it.