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