]> git.ipfire.org Git - thirdparty/gcc.git/blob - libada/ChangeLog
PR other/79046
[thirdparty/gcc.git] / libada / ChangeLog
1 2017-01-17 Jakub Jelinek <jakub@redhat.com>
2
3 PR other/79046
4 * configure.ac: Add GCC_BASE_VER.
5 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
6 version from BASE-VER file.
7 * configure: Regenerated.
8
9 2017-01-04 Alan Modra <amodra@gmail.com>
10
11 * Makefile.in (configure_deps): Update and order as per
12 configure.ac sinclude.
13 * configure: Regenerate.
14
15 2017-01-01 Jakub Jelinek <jakub@redhat.com>
16
17 Update copyright years.
18
19 2016-11-15 Matthias Klose <doko@ubuntu.com>
20
21 * configure: Regenerate.
22
23 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
24
25 * configure: Remove SH5 support.
26
27 2016-01-04 Jakub Jelinek <jakub@redhat.com>
28
29 Update copyright years.
30
31 2015-04-10 Jakub Jelinek <jakub@redhat.com>
32 Iain Sandoe <iain@codesourcery.com>
33
34 PR target/65351
35 * configure: Regenerate.
36
37 2015-04-07 Jakub Jelinek <jakub@redhat.com>
38 Iain Sandoe <iain@codesourcery.com>
39
40 PR target/65351
41 * configure: Regenerate.
42
43 2015-01-05 Jakub Jelinek <jakub@redhat.com>
44
45 Update copyright years.
46
47 2014-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
48
49 * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
50
51 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
52
53 Update copyright years
54
55 2013-11-15 Andreas Schwab <schwab@linux-m68k.org>
56
57 * configure: Regenerate.
58
59 2013-03-27 Kai Tietz <ktietz@redhat.com>
60
61 * configure: Regenerated.
62
63 2013-02-13 Kai Tietz <ktietz@redhat.com>
64
65 PR target/52122
66 * Makefile.in (LN_S_RECURSIVE): New.
67 (adainclude, adalib): Use LN_S_RECURSIVE for copy.
68
69 2013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
70
71 Update copyright years.
72
73 2012-06-11 Olivier Hainque <hainque@adacore.com>
74
75 * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
76
77 2012-01-22 Douglas B Rupp <rupp@gnat.com>
78
79 * configure: Regenerate.
80
81 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
82
83 * configure: Regenerate.
84
85 2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
86
87 * Makefile.in: Change dependency on oscons to depend on the generator
88 tool.
89
90 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
91
92 * Makefile.in (LOOSE_WARN): Delete.
93 (GCC_WARN_CFLAGS): Likewise.
94 (WARN_CFLAGS): Likewise.
95 (GNATLIBFLAGS): Add -nostdinc.
96 (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
97 (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
98 * configure.ac (warn_cflags): Delete.
99 * configure: Regenerate.
100
101 2011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
102
103 * configure.ac: Include ../config/picflag.m4.
104 (GCC_PICFLAG): Call it.
105 Substitute.
106 * configure: Regenerate.
107 * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
108 (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
109 (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
110 Don't include $(GCC_DIR)/libgcc.mvars.
111
112 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
113
114 PR other/46202
115 * Makefile.in (install-strip): New phony target.
116 (check, installcheck, info, dvi, pdf, html, install)
117 (install-info, install-pdf, install-html, mostlyclean)
118 (clean, distclean, maintainer-clean): Mark phony.
119
120 2009-10-24 Eric Botcazou <ebotcazou@adacore.com>
121
122 * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
123 (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
124 * configure.ac: Include config/unwind_ipinfo.m4.
125 Check for _Unwind_GetIPInfo.
126 * configure: Regenerate.
127
128 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
129
130 PR ada/41122
131 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
132 call to AC_PROG_CC.
133 * configure: Regenerate.
134 * Makefile.in: Substitute AWK.
135
136 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
137
138 * configure.ac (AC_PREREQ): Bump to 2.64.
139
140 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
141
142 * configure: Regenerate.
143
144 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
145
146 * Makefile.in (AUTOCONF, configure_deps): New variables.
147 ($(srcdir)/configure)): Use them. Also depend on multi.m4.
148
149 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
150
151 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
152
153 2009-07-13 Eric Botcazou <ebotcazou@adacore.com>
154
155 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
156 * configure: Regenerate.
157
158 2009-04-09 Jakub Jelinek <jakub@redhat.com>
159
160 * Makefile.in: Change copyright header to refer to version
161 3 of the GNU General Public License and to point readers at the
162 COPYING3 file and the FSF's license web page.
163 * configure.ac: Likewise.
164
165 2009-04-06 Laurent GUERBY <laurent@guerby.net>
166
167 * Makefile.in (ADA_RTS_DIR): Define.
168 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
169
170 2008-09-21 Laurent Guerby <laurent@guerby.net>
171 Paolo Bonzini <bonzini@gnu.org>
172
173 PR ada/5911
174 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
175 multilib handling.
176 * configure.ac: Add multilib handling.
177 * configure: Regenerate.
178
179 2008-08-29 Laurent Guerby <laurent@guerby.net>
180
181 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
182 avoid conflicts. Factor more flags to pass.
183 (libsubdir): New variable.
184 (install-gnatlib): New target.
185
186 2008-08-28 Laurent Guerby <laurent@guerby.net>
187
188 * configure: Regenerate.
189
190 2008-08-06 Thomas Quinot <quinot@adacore.com>
191
192 * Makefile.in: generate s-oscons.ads again, previous change was
193 unneeded.
194
195 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
196
197 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
198 oscons.
199
200 2008-08-06 Thomas Quinot <quinot@adacore.com>
201
202 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
203
204 2008-08-05 Thomas Quinot <quinot@adacore.com>
205
206 * Makefile.in (gnatlib*): Now depend on oscons target.
207 (oscons): New target.
208
209 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
210
211 * configure.ac (warn_cflags): Substitute.
212 * configure: Regenerate.
213 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
214 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
215 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
216 they were unused.
217 (libada-mk): Do not include. Include libgcc.mvars instead.
218 (tmake_file): Remove, do not include.
219 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
220 * configure: Regenerate.
221
222 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
223
224 * configure.ac: move sinclude of acx.m4 before AC_INIT,
225 also sinclude override.m4.
226 * Makefile.in ($(srcdir)/configure): Update dependencies.
227 * configure: Regenerate.
228
229 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
230
231 * Makefile.in: Add dummy install-pdf target.
232
233 2007-01-23 Richard Guenther <rguenther@suse.de>
234
235 PR bootstrap/30541
236 * Makefile.in (STAGE_PREFIX): Do not define.
237 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
238
239 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
240
241 PR bootstrap/29802
242 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
243 * configure: Regenerate.
244 * Makefile.in: Replace host_subdir.
245
246 2006-10-16 Brooks Moses <bmoses@stanford.edu>
247
248 * Makefile.in: Add dummy "pdf" target.
249
250 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
251
252 * Makefile.in: Add install-html target.
253
254 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
255
256 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
257
258 2005-04-27 James E Wilson <wilson@specifixinc.com>
259
260 * Makefile.in (html): New.
261
262 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
263
264 PR bootstrap/17383
265 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
266
267 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
268
269 * Makefile.in: Add stamp file for building libada, to avoid
270 duplicate builds every time all-gnattools is called.
271
272 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
273
274 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
275 here.
276
277 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
278
279 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
280 _TARGET.
281 * configure: Regenerate.
282
283 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
284
285 * configure.ac, Makefile.in: Remove gnattools-specific code
286 (see gnattools directory).
287 * Makefile.in: Remove dead rts-* targets.
288 * configure: Regenerate.
289
290 2004-05-25 Daniel Jacobowitz <drow@false.org>
291
292 * Makefile.in: Add .NOEXPORT.
293
294 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
295
296 * Makefile.in: Put back merge of some targets to avoid code duplication.
297 Remove at the same obsolete variable GNATLIBLDFLAGS.
298
299 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
300
301 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
302 correctly.
303 * configure: Regenerate.
304
305 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
306
307 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
308 over error-prone Make abuse. Remove temporary debug code.
309 (gnatlib-zcx): New target.
310 (gnattools): Split into gnattools-native, gnattools-cross, to fix
311 previous bug; select which on the basis of default_gnattools_target.
312 (ada.all.cross): Merged with gnattools-cross target.
313 * configure.ac: Set default_gnattools_target.
314 * configure: Regenerate.
315
316 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
317
318 * Makefile.in: Fix errors introduced in previous change (in particular,
319 errors when building gnattools were ignored).
320 Code clean up and simplification.
321 update comments.
322 Remove temporary debug code introduced by mistake in previous check in.
323 Prefer GNU Make syntax over complex and error-prone sh syntax.
324 (gnatlib-zcx): New target.
325 (ada.all.cross): Merged with gnattools-cross target.
326
327 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
328
329 * configure.ac: It's gnatlib-plain in the Makefile, not
330 gnatlib-simple; make configure match.
331 * configure: Regenerate.
332
333 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
334
335 * Makefile.in: Call gcc/ada/Makefile directly, not through the
336 intermediary of gcc/Makefile. Incorporate all necessary parts of
337 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
338 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
339 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
340 to build in configure.ac, not here.
341 * configure.ac: Provide Makefile.in with the new information it needs,
342 such as GCC's tmake_file and xmake_file.
343 * configure: Regenerate.
344
345 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
346
347 * configure.in: Rename file to ...
348 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
349 * configure: Regenerate.
350
351 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
352
353 PR ada/14350
354 * configure.in: Remove hardcoded gcc version.
355
356 * configure: Regenerated.
357
358 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
359
360 * Makefile.in (gnattools): Depend on gnatlib.
361
362 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
363
364 PR ada/6637, PR ada/5911
365 * configure.in, Makefile.in, configure: Merge with libada-branch
366
367 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
368
369 PR ada/6637, PR ada/5911
370 * configure.in: Add support for --enable/disable-shared
371 * Makefile.in: Add initial, simple support for gnatlib/gnattools
372 for native and cross configurations.
373 * configure: Regenerate
374
375 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
376
377 * configure.in: Make --enable-maintainer-mode work.
378 * configure: Regenerate.
379
380 * Makefile.in, configure.in: New files.
381 * configure: Generate.
382
383 * New directory, new ChangeLog.
384 \f
385 Copyright (C) 2003-2017 Free Software Foundation, Inc.
386
387 This ChangeLog is free software; the Free Software Foundation gives
388 unlimited permission to copy, distribute, and modify it.