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