]> gcc.gnu.org Git - gcc.git/blame - gnattools/ChangeLog
Darwin: Fix empty g++ command lines [PR105599].
[gcc.git] / gnattools / ChangeLog
CommitLineData
e60a7bbd
GA
12023-04-26 Eric Botcazou <ebotcazou@adacore.com>
2
3 * configure.ac (TOOLS_TARGET_PAIRS): Remove obsolete settings.
4 (EXTRA_GNATTOOLS): Likewise.
5 * configure: Regenerate.
6
2d280e7e
RB
72022-04-21 Release Manager
8
9 * GCC 11.3.0 released.
10
7ca38856
RB
112021-07-28 Release Manager
12
13 * GCC 11.2.0 released.
14
d81efb06
JJ
152021-04-27 Release Manager
16
17 * GCC 11.1.0 released.
18
f4c53af1
AO
192018-11-19 Alexandre Oliva <oliva@adacore.com>
20
21 PR ada/81878
22 * configure.ac (default_gnattools_target): Do not mistake
23 just-built host tools as native in cross-back toolchains.
24 * configure: Rebuilt.
25
d24c3ef2
EB
262018-11-06 Eric Botcazou <ebotcazou@adacore.com>
27
28 PR ada/81878
29 Revert
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
22e05272
JM
422018-10-31 Joseph Myers <joseph@codesourcery.com>
43
44 PR bootstrap/82856
45 * configure.ac: Remove AC_PREREQ.
46 * configure: Regenerate.
47
d4eb0305
TC
482018-10-29 Tamar Christina <tamar.christina@arm.com>
49
50 PR ada/81878
51 * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
52
909e448f
RB
532017-08-17 Richard Biener <rguenther@suse.de>
54
55 PR ada/81878
56 * Makefile.in (CXX_LFLAGS): Remove.
57 (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
58 (TOOLS_FLAGS_TO_PASS_RE): Likewise.
59
47e62307
EB
602016-05-16 Eric Botcazou <ebotcazou@adacore.com>
61
62 * configure.ac: Add ACX_NONCANONICAL_HOST.
63 * configure: Regenerate.
64 * Makefile.in: Replace host_alias with host_noncanonical.
65 (gnattools-cross): Do not rename the tools.
66
123451d7
SB
672016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
68
69 PR bootstrap/70173
70 * Makefile.in (distclean): Also delete config.cache .
71
e4b2093f
EB
722015-12-06 Eric Botcazou <ebotcazou@adacore.com>
73
74 PR ada/50048
75 * Makefile.in (ftop_srcdir): New variable.
76 (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
77
90af5990
JM
782015-06-08 John Marino <gnugcc@marino.st>
79
80 * configure.ac (*-*-dragonfly*): New configuration.
81 * configure: Regenerate.
82
9fbb94f2
EB
832014-02-23 Eric Botcazou <ebotcazou@adacore.com>
84
85 * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
86
ba3ca098
EB
872014-01-27 Eric Botcazou <ebotcazou@adacore.com>
88
89 * configure.ac (*-*-lynxos*): Delete.
90 * configure: Regenerate.
91
c5a567a3
EB
922013-12-12 Eric Botcazou <ebotcazou@adacore.com>
93 Iain Sandoe <iain@codesourcery.com>
c8601e41
EB
94
95 PR ada/55946
96 * Makefile.in (host): Define.
97 (host_alias): Likewise.
98 (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
99 (GNATMAKE_FOR_HOST): Define.
100 (GNATLINK_FOR_HOST): Likewise.
101 (GNATBIND_FOR_HOST): Likewise.
102 (GNATLS_FOR_HOST): Likewise.
103 (RTS_DIR): Move around and use GNATLS_FOR_HOST.
104 (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
105
ff6c0ead
EB
1062013-12-04 Eric Botcazou <ebotcazou@adacore.com>
107
108 PR ada/59382
109 * configure.ac (target parameterization): Rewrite.
110 * configure: Regenerate.
111
d775b5ea
EB
1122013-09-01 Eric Botcazou <ebotcazou@adacore.com>
113 Iain Sandoe <iain@codesourcery.com>
114
115 PR ada/58239
116 * Makefile.in (CXX_LFLAGS): New.
117 (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
118 (TOOLS_FLAGS_TO_PASS_RE): Likewise.
119 (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
120
b24513a1
RO
1212012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
122
123 * configure.ac (mips-sgi-irix*): Remove.
124 * configure: Regenerate.
125
0cfaf83f
EB
1262011-10-12 Eric Botcazou <ebotcazou@adacore.com>
127
128 * Makefile.in (LOOSE_WARN): Delete.
129 (GCC_WARN_CFLAGS): Set to -W -Wall.
130 (TOOLS_FLAGS_TO_PASS_1): Delete.
131 (TOOLS_FLAGS_TO_PASS_1re): Rename into...
132 (TOOLS_FLAGS_TO_PASS_RE): ...this.
133 (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
134 (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
135
fbdd5d87
RO
1362011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
137
138 PR target/39150
139 * configure.ac (*86-*-solaris2*): Also accept
140 x86_64-*-solaris2.1[0-9]*.
141 * configure: Regenerate.
142
455c8f48
RW
1432010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
144
145 PR other/46202
146 * Makefile.in (install-strip): New phony target.
147 (check, installcheck, info, dvi, pdf, html, install)
148 (install-info, install-pdf, install-html, mostlyclean)
149 (clean, distclean, maintainer-clean): Mark phony.
150
f5fcb67a
SW
1512010-01-09 Simon Wright <simon@pushface.org>
152
153 PR ada/42659
154 * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
155 * configure: Regenerate.
156
df58e648
RW
1572009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
158
159 * configure.ac (AC_PREREQ): Bump to 2.64.
160
5213506e
RW
1612009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
162
163 * configure: Regenerate.
164
6efbd53f
RW
1652009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
166
167 * Makefile.in (AUTOCONF, configure_deps): New variables.
168 ($(srcdir)/configure): Use them.
169
676fd528
BZ
1702009-05-18 Bechir Zalila <bechir.zalila@gmail.com>
171
172 PR ada/40166
173 * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
174 target specific sources.
175
b62a90f2
AC
1762009-04-10 Arnaud Charlet <charlet@adacore.com>
177
676fd528 178 * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
b62a90f2 179
748086b7
JJ
1802009-04-09 Jakub Jelinek <jakub@redhat.com>
181
182 * Makefile.in: Change copyright header to refer to version
183 3 of the GNU General Public License and to point readers at the
184 COPYING3 file and the FSF's license web page.
185 * configure.ac: Likewise.
186
a760c977
AS
1872009-02-26 Andreas Schwab <schwab@suse.de>
188
4c354194 189 PR ada/39172
a760c977
AS
190 * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
191 (INCLUDES_FOR_SUBDIR): Adjust.
192 (ADA_INCLUDES_FOR_SUBDIR): Adjust.
193
47ad7893
PB
1942008-08-01 Paolo Bonzini <bonzini@gnu.org>
195
196 * configure.ac (warn_cflags): Substitute.
197 * configure: Regenerate.
198 * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
199 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
200 (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
201 (libsubdir): Remove.
202 (libada-mk): Do not include. Include libgcc.mvars instead.
203 (xmake_file): Remove, do not include.
204
00afcaa0
PB
2052008-07-30 Paolo Bonzini <bonzini@gnu.org>
206
207 * configure.ac (x_ada_cflags): Remove.
208 (ADA_CFLAGS): Substitute.
209 * configure: Regenerate.
210 * Makefile.in (ADA_CFLAGS): Substitute.
211 (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
212 (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
213 TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
214 Pass ADA_CFLAGS.
215
cd913357
PB
2162008-07-30 Laurent Guerby <laurent@guerby.net>
217
218 PR ada/5911
219 * gnattools/Makefile.in: Replace stamp-gnatlib by
220 stamp-gnatlib-rts.
221
b4b010ad
CP
2222008-06-26 Chris Proctor <chrisp_42@bigpond.com>
223
224 * configure.ac, configure: Fix target specific pairs.
225
18c04407
RW
2262008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
227
228 * configure.ac: move sinclude of acx.m4 before AC_INIT,
229 also sinclude override.m4.
230 * Makefile.in ($(srcdir)/configure): Update dependencies.
231 * configure: Regenerate.
232
cd985f66
JM
2332008-06-07 Joseph Myers <joseph@codesourcery.com>
234
235 * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
236 * configure: Regenerate.
237
eede5a0d
AC
2382008-05-20 Arnaud Charlet <charlet@adacore.com>
239
240 * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
241 in gcc/ada/Makefile.in
242
a476da26
AC
2432008-05-13 Arnaud Charlet <charlet@adacore.com>
244
245 PR ada/31808
246 * Makefile.in (gnattools-cross): Do not build vxaddr2line
247
7053a60f
AC
2482008-04-05 Arnaud Charlet <charlet@adacore.com>
249
250 * Makefile.in: Remove handling of gnatbl.
251
e8f34bc9
BZ
2522007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
253
254 PR ada/34284
255 * configure.ac: Added a missing switch case for *86-*-darwin*
256 when defining the value of TOOLS_TARGET_PAIRS.
257
258 * configure: Regenerated.
259
4dced6f9
AC
2602007-06-06 Arnaud Charlet <charlet@adacore.com>
261
262 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
263 gcc/ada/Makefile.in.
264
265 * configure: Regenerated.
266
4be242bb
AC
2672007-04-30 Arnaud Charlet <charlet@adacore.com>
268
269 PR ada/28953
270 * Makefile.in: No longer build gprmake
271
32f1ac6d
BM
2722007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
273
274 * Makefile.in: Add dummy install-pdf target.
275
1c85c51a
AS
2762007-02-11 Andreas Schwab <schwab@suse.de>
277
278 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
279 gcc/ada/Makefile.in.
280 * configure: Regenerated.
281
5305be7e
RG
2822007-01-23 Richard Guenther <rguenther@suse.de>
283
284 PR bootstrap/30541
285 * Makefile.in (STAGE_PREFIX): Do not define.
286
b5422ad7
BM
2872006-10-10 Brooks Moses <bmoses@stanford.edu>
288
289 * Makefile.in: Added empty "pdf" target.
290
4f3d9054
CD
2912006-06-03 Carlos O'Donell <carlos@codesourcery.com>
292
293 * Makefile.in: Add html and install-html targets.
294
ab743bf6
AC
2952005-03-09 Arnaud Charlet <charlet@adacore.com>
296
297 * Makefile.in: Fix incorrect use of ' in shell command
298
5395b47b
NN
2992005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
300
a760c977
AS
301 * Makefile.in: Remove use of cc_set_by_configure; just use
302 plain old CC from the top level in this case.
5395b47b
NN
303
3042005-01-30 Nathanael Nerode <neroden@gcc.gnu.org>
305 Merge from mainline at tag libada-gnattools-merge-20050129:
306 * configure.ac: Changes propagated from gcc/ada/Makefile.in.
307 * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
308
3092004-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
310
a760c977 311 * Makefile.in: Reinstate stamp-gnatlib check.
5395b47b
NN
312
3132004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
314
315 * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
316 gcc/ada/configure.ac into gnattools-native and gnattools-cross
317 targets, collecting flags as appropriate from here,
318 gcc/ada/Makefile.in, gcc/ada/configure.ac, etc. Attempt to retain
319 identical behavior.
320 * configure.ac: Add necessary configure bits from
321 gcc/ada/configure.ac.
322 * configure: Regenerate.
323
3242004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
325
326 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
327 _TARGET. Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
328 ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
329 * configure: Regenerate.
330
3312004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
332
333 * Makefile.in, configure.ac: Remove libada-specific targets and
334 variables.
335 * configure: Regenerate.
336 * New directory, cloned from libada.
337
85ec4feb 338Copyright 2004-2018 Free Software Foundation, Inc.
5395b47b
NN
339
340This ChangeLog is free software; the Free Software Foundation gives
341unlimited permission to copy, distribute, and modify it.
This page took 1.180005 seconds and 5 git commands to generate.