]> git.ipfire.org Git - thirdparty/gcc.git/blame - gnattools/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gnattools / ChangeLog
CommitLineData
542c60c4
GA
12022-08-31 Martin Liska <mliska@suse.cz>
2
3 * configure.ac: Remove deprecated ports.
4 * configure: Regenerate.
5
c2bd5d8a
GA
62021-10-22 Eric Gallager <egallager@gcc.gnu.org>
7
8 PR other/102663
9 * Makefile.in: Add dummy install-dvi target.
10
62d87a32
GA
112021-05-07 Bob Duff <duff@adacore.com>
12
13 * Makefile.in (GENERATED_FILES_FOR_TOOLS): New variable.
14 ($(GCC_DIR)/stamp-tools): Walk it for the first copy operation.
15
f4c53af1
AO
162018-11-19 Alexandre Oliva <oliva@adacore.com>
17
18 PR ada/81878
19 * configure.ac (default_gnattools_target): Do not mistake
20 just-built host tools as native in cross-back toolchains.
21 * configure: Rebuilt.
22
d24c3ef2
EB
232018-11-06 Eric Botcazou <ebotcazou@adacore.com>
24
25 PR ada/81878
26 Revert
27 2018-10-29 Tamar Christina <tamar.christina@arm.com>
28
29 PR ada/81878
30 * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
31
32 2017-08-17 Richard Biener <rguenther@suse.de>
33
34 PR ada/81878
35 * Makefile.in (CXX_LFLAGS): Remove.
36 (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
37 (TOOLS_FLAGS_TO_PASS_RE): Likewise.
38
22e05272
JM
392018-10-31 Joseph Myers <joseph@codesourcery.com>
40
41 PR bootstrap/82856
42 * configure.ac: Remove AC_PREREQ.
43 * configure: Regenerate.
44
d4eb0305
TC
452018-10-29 Tamar Christina <tamar.christina@arm.com>
46
47 PR ada/81878
48 * Makefile.in (TOOLS_FLAGS_TO_PASS_NATIVE): Add -B ../../.
49
909e448f
RB
502017-08-17 Richard Biener <rguenther@suse.de>
51
52 PR ada/81878
53 * Makefile.in (CXX_LFLAGS): Remove.
54 (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
55 (TOOLS_FLAGS_TO_PASS_RE): Likewise.
56
47e62307
EB
572016-05-16 Eric Botcazou <ebotcazou@adacore.com>
58
59 * configure.ac: Add ACX_NONCANONICAL_HOST.
60 * configure: Regenerate.
61 * Makefile.in: Replace host_alias with host_noncanonical.
62 (gnattools-cross): Do not rename the tools.
63
123451d7
SB
642016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
65
66 PR bootstrap/70173
67 * Makefile.in (distclean): Also delete config.cache .
68
e4b2093f
EB
692015-12-06 Eric Botcazou <ebotcazou@adacore.com>
70
71 PR ada/50048
72 * Makefile.in (ftop_srcdir): New variable.
73 (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
74
90af5990
JM
752015-06-08 John Marino <gnugcc@marino.st>
76
77 * configure.ac (*-*-dragonfly*): New configuration.
78 * configure: Regenerate.
79
9fbb94f2
EB
802014-02-23 Eric Botcazou <ebotcazou@adacore.com>
81
82 * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
83
ba3ca098
EB
842014-01-27 Eric Botcazou <ebotcazou@adacore.com>
85
86 * configure.ac (*-*-lynxos*): Delete.
87 * configure: Regenerate.
88
c5a567a3
EB
892013-12-12 Eric Botcazou <ebotcazou@adacore.com>
90 Iain Sandoe <iain@codesourcery.com>
c8601e41
EB
91
92 PR ada/55946
93 * Makefile.in (host): Define.
94 (host_alias): Likewise.
95 (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
96 (GNATMAKE_FOR_HOST): Define.
97 (GNATLINK_FOR_HOST): Likewise.
98 (GNATBIND_FOR_HOST): Likewise.
99 (GNATLS_FOR_HOST): Likewise.
100 (RTS_DIR): Move around and use GNATLS_FOR_HOST.
101 (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
102
ff6c0ead
EB
1032013-12-04 Eric Botcazou <ebotcazou@adacore.com>
104
105 PR ada/59382
106 * configure.ac (target parameterization): Rewrite.
107 * configure: Regenerate.
108
d775b5ea
EB
1092013-09-01 Eric Botcazou <ebotcazou@adacore.com>
110 Iain Sandoe <iain@codesourcery.com>
111
112 PR ada/58239
113 * Makefile.in (CXX_LFLAGS): New.
114 (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
115 (TOOLS_FLAGS_TO_PASS_RE): Likewise.
116 (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
117
b24513a1
RO
1182012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
119
120 * configure.ac (mips-sgi-irix*): Remove.
121 * configure: Regenerate.
122
0cfaf83f
EB
1232011-10-12 Eric Botcazou <ebotcazou@adacore.com>
124
125 * Makefile.in (LOOSE_WARN): Delete.
126 (GCC_WARN_CFLAGS): Set to -W -Wall.
127 (TOOLS_FLAGS_TO_PASS_1): Delete.
128 (TOOLS_FLAGS_TO_PASS_1re): Rename into...
129 (TOOLS_FLAGS_TO_PASS_RE): ...this.
130 (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
131 (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
132
fbdd5d87
RO
1332011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
134
135 PR target/39150
136 * configure.ac (*86-*-solaris2*): Also accept
137 x86_64-*-solaris2.1[0-9]*.
138 * configure: Regenerate.
139
455c8f48
RW
1402010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
141
142 PR other/46202
143 * Makefile.in (install-strip): New phony target.
144 (check, installcheck, info, dvi, pdf, html, install)
145 (install-info, install-pdf, install-html, mostlyclean)
146 (clean, distclean, maintainer-clean): Mark phony.
147
f5fcb67a
SW
1482010-01-09 Simon Wright <simon@pushface.org>
149
150 PR ada/42659
151 * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
152 * configure: Regenerate.
153
df58e648
RW
1542009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
155
156 * configure.ac (AC_PREREQ): Bump to 2.64.
157
5213506e
RW
1582009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
159
160 * configure: Regenerate.
161
6efbd53f
RW
1622009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
163
164 * Makefile.in (AUTOCONF, configure_deps): New variables.
165 ($(srcdir)/configure): Use them.
166
676fd528
BZ
1672009-05-18 Bechir Zalila <bechir.zalila@gmail.com>
168
169 PR ada/40166
170 * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
171 target specific sources.
172
b62a90f2
AC
1732009-04-10 Arnaud Charlet <charlet@adacore.com>
174
676fd528 175 * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
b62a90f2 176
748086b7
JJ
1772009-04-09 Jakub Jelinek <jakub@redhat.com>
178
179 * Makefile.in: Change copyright header to refer to version
180 3 of the GNU General Public License and to point readers at the
181 COPYING3 file and the FSF's license web page.
182 * configure.ac: Likewise.
183
a760c977
AS
1842009-02-26 Andreas Schwab <schwab@suse.de>
185
4c354194 186 PR ada/39172
a760c977
AS
187 * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
188 (INCLUDES_FOR_SUBDIR): Adjust.
189 (ADA_INCLUDES_FOR_SUBDIR): Adjust.
190
47ad7893
PB
1912008-08-01 Paolo Bonzini <bonzini@gnu.org>
192
193 * configure.ac (warn_cflags): Substitute.
194 * configure: Regenerate.
195 * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
196 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
197 (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
198 (libsubdir): Remove.
199 (libada-mk): Do not include. Include libgcc.mvars instead.
200 (xmake_file): Remove, do not include.
201
00afcaa0
PB
2022008-07-30 Paolo Bonzini <bonzini@gnu.org>
203
204 * configure.ac (x_ada_cflags): Remove.
205 (ADA_CFLAGS): Substitute.
206 * configure: Regenerate.
207 * Makefile.in (ADA_CFLAGS): Substitute.
208 (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
209 (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
210 TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
211 Pass ADA_CFLAGS.
212
cd913357
PB
2132008-07-30 Laurent Guerby <laurent@guerby.net>
214
215 PR ada/5911
216 * gnattools/Makefile.in: Replace stamp-gnatlib by
217 stamp-gnatlib-rts.
218
b4b010ad
CP
2192008-06-26 Chris Proctor <chrisp_42@bigpond.com>
220
221 * configure.ac, configure: Fix target specific pairs.
222
18c04407
RW
2232008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
224
225 * configure.ac: move sinclude of acx.m4 before AC_INIT,
226 also sinclude override.m4.
227 * Makefile.in ($(srcdir)/configure): Update dependencies.
228 * configure: Regenerate.
229
cd985f66
JM
2302008-06-07 Joseph Myers <joseph@codesourcery.com>
231
232 * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
233 * configure: Regenerate.
234
eede5a0d
AC
2352008-05-20 Arnaud Charlet <charlet@adacore.com>
236
237 * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
238 in gcc/ada/Makefile.in
239
a476da26
AC
2402008-05-13 Arnaud Charlet <charlet@adacore.com>
241
242 PR ada/31808
243 * Makefile.in (gnattools-cross): Do not build vxaddr2line
244
7053a60f
AC
2452008-04-05 Arnaud Charlet <charlet@adacore.com>
246
247 * Makefile.in: Remove handling of gnatbl.
248
e8f34bc9
BZ
2492007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
250
251 PR ada/34284
252 * configure.ac: Added a missing switch case for *86-*-darwin*
253 when defining the value of TOOLS_TARGET_PAIRS.
254
255 * configure: Regenerated.
256
4dced6f9
AC
2572007-06-06 Arnaud Charlet <charlet@adacore.com>
258
259 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
260 gcc/ada/Makefile.in.
261
262 * configure: Regenerated.
263
4be242bb
AC
2642007-04-30 Arnaud Charlet <charlet@adacore.com>
265
266 PR ada/28953
267 * Makefile.in: No longer build gprmake
268
32f1ac6d
BM
2692007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
270
271 * Makefile.in: Add dummy install-pdf target.
272
1c85c51a
AS
2732007-02-11 Andreas Schwab <schwab@suse.de>
274
275 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
276 gcc/ada/Makefile.in.
277 * configure: Regenerated.
278
5305be7e
RG
2792007-01-23 Richard Guenther <rguenther@suse.de>
280
281 PR bootstrap/30541
282 * Makefile.in (STAGE_PREFIX): Do not define.
283
b5422ad7
BM
2842006-10-10 Brooks Moses <bmoses@stanford.edu>
285
286 * Makefile.in: Added empty "pdf" target.
287
4f3d9054
CD
2882006-06-03 Carlos O'Donell <carlos@codesourcery.com>
289
290 * Makefile.in: Add html and install-html targets.
291
ab743bf6
AC
2922005-03-09 Arnaud Charlet <charlet@adacore.com>
293
294 * Makefile.in: Fix incorrect use of ' in shell command
295
5395b47b
NN
2962005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
297
a760c977
AS
298 * Makefile.in: Remove use of cc_set_by_configure; just use
299 plain old CC from the top level in this case.
5395b47b
NN
300
3012005-01-30 Nathanael Nerode <neroden@gcc.gnu.org>
302 Merge from mainline at tag libada-gnattools-merge-20050129:
303 * configure.ac: Changes propagated from gcc/ada/Makefile.in.
304 * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
305
3062004-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
307
a760c977 308 * Makefile.in: Reinstate stamp-gnatlib check.
5395b47b
NN
309
3102004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
311
312 * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
313 gcc/ada/configure.ac into gnattools-native and gnattools-cross
314 targets, collecting flags as appropriate from here,
315 gcc/ada/Makefile.in, gcc/ada/configure.ac, etc. Attempt to retain
316 identical behavior.
317 * configure.ac: Add necessary configure bits from
318 gcc/ada/configure.ac.
319 * configure: Regenerate.
320
3212004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
322
323 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
324 _TARGET. Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
325 ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
326 * configure: Regenerate.
327
3282004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
329
330 * Makefile.in, configure.ac: Remove libada-specific targets and
331 variables.
332 * configure: Regenerate.
333 * New directory, cloned from libada.
334
85ec4feb 335Copyright 2004-2018 Free Software Foundation, Inc.
5395b47b
NN
336
337This ChangeLog is free software; the Free Software Foundation gives
338unlimited permission to copy, distribute, and modify it.