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