gcc/
[official-gcc.git] / libada / ChangeLog
blob787b9382b77b518e09186e34742b1c1e1877a916
1 2012-01-22  Douglas B Rupp  <rupp@gnat.com>
3         * configure: Regenerate.
5 2012-01-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7         * configure: Regenerate.
9 2011-11-12  Iain Sandoe  <iains@gcc.gnu.org>
11         * Makefile.in: Change dependency on oscons to depend on the generator
12         tool.
14 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
16         * Makefile.in (LOOSE_WARN): Delete.
17         (GCC_WARN_CFLAGS): Likewise.
18         (WARN_CFLAGS): Likewise.
19         (GNATLIBFLAGS): Add -nostdinc.
20         (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
21         (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
22         * configure.ac (warn_cflags): Delete.
23         * configure: Regenerate.
25 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27         * configure.ac: Include ../config/picflag.m4.
28         (GCC_PICFLAG): Call it.
29         Substitute.
30         * configure: Regenerate.
31         * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
32         (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
33         (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
34         Don't include $(GCC_DIR)/libgcc.mvars.
36 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38         PR other/46202
39         * Makefile.in (install-strip): New phony target.
40         (check, installcheck, info, dvi, pdf, html, install)
41         (install-info, install-pdf, install-html, mostlyclean)
42         (clean, distclean, maintainer-clean): Mark phony.
44 2009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
46         * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
47         (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
48         * configure.ac: Include config/unwind_ipinfo.m4.
49         Check for _Unwind_GetIPInfo.
50         * configure: Regenerate.
52 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
54         PR ada/41122
55         * configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
56         call to AC_PROG_CC.
57         * configure: Regenerate.
58         * Makefile.in: Substitute AWK.
60 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
62         * configure.ac (AC_PREREQ): Bump to 2.64.
64 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
66         * configure: Regenerate.
68 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
70         * Makefile.in (AUTOCONF, configure_deps): New variables.
71         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
73 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
75         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
77 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
79         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
80         * configure: Regenerate.
82 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
84         * Makefile.in: Change copyright header to refer to version
85         3 of the GNU General Public License and to point readers at the
86         COPYING3 file and the FSF's license web page.
87         * configure.ac: Likewise.
89 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
91         * Makefile.in (ADA_RTS_DIR): Define.
92         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
94 2008-09-21  Laurent Guerby  <laurent@guerby.net>
95             Paolo Bonzini  <bonzini@gnu.org>
97         PR ada/5911
98         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
99         multilib handling.
100         * configure.ac: Add multilib handling.
101         * configure: Regenerate.
103 2008-08-29  Laurent Guerby  <laurent@guerby.net>
105         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
106         avoid conflicts. Factor more flags to pass.
107         (libsubdir): New variable.
108         (install-gnatlib): New target.
110 2008-08-28  Laurent Guerby  <laurent@guerby.net>
112         * configure: Regenerate.
114 2008-08-06  Thomas Quinot  <quinot@adacore.com>
116         * Makefile.in: generate s-oscons.ads again, previous change was
117         unneeded.
119 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
121         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
122         oscons.
124 2008-08-06  Thomas Quinot  <quinot@adacore.com>
126         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
128 2008-08-05  Thomas Quinot  <quinot@adacore.com>
130         * Makefile.in (gnatlib*): Now depend on oscons target.
131         (oscons): New target.
133 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
135         * configure.ac (warn_cflags): Substitute.
136         * configure: Regenerate.
137         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
138         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
139         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
140         they were unused.
141         (libada-mk): Do not include.  Include libgcc.mvars instead.
142         (tmake_file): Remove, do not include.
143         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
144         * configure: Regenerate.
146 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
148         * configure.ac: move sinclude of acx.m4 before AC_INIT,
149         also sinclude override.m4.
150         * Makefile.in ($(srcdir)/configure): Update dependencies.
151         * configure: Regenerate.
153 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
155         * Makefile.in: Add dummy install-pdf target.
157 2007-01-23  Richard Guenther  <rguenther@suse.de>
159         PR bootstrap/30541
160         * Makefile.in (STAGE_PREFIX): Do not define.
161         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
163 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
165         PR bootstrap/29802
166         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
167         * configure: Regenerate.
168         * Makefile.in: Replace host_subdir.
170 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
172         * Makefile.in: Add dummy "pdf" target.
174 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
176         * Makefile.in: Add install-html target.
178 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
180         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
182 2005-04-27  James E Wilson  <wilson@specifixinc.com>
184         * Makefile.in (html): New.
186 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
188         PR bootstrap/17383
189         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
191 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
193         * Makefile.in: Add stamp file for building libada, to avoid
194         duplicate builds every time all-gnattools is called.
196 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
198         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
199         here.
201 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
203         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
204         _TARGET.
205         * configure: Regenerate.
207 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
209         * configure.ac, Makefile.in: Remove gnattools-specific code
210         (see gnattools directory).
211         * Makefile.in: Remove dead rts-* targets.
212         * configure: Regenerate.
214 2004-05-25  Daniel Jacobowitz  <drow@false.org>
216         * Makefile.in: Add .NOEXPORT.
218 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
220         * Makefile.in: Put back merge of some targets to avoid code duplication.
221         Remove at the same obsolete variable GNATLIBLDFLAGS.
223 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
225         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
226         correctly.
227         * configure: Regenerate.
229 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
231         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
232         over error-prone Make abuse.  Remove temporary debug code.
233         (gnatlib-zcx): New target.
234         (gnattools): Split into gnattools-native, gnattools-cross, to fix
235         previous bug; select which on the basis of default_gnattools_target.
236         (ada.all.cross): Merged with gnattools-cross target.
237         * configure.ac: Set default_gnattools_target.
238         * configure: Regenerate.
240 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
242         * Makefile.in: Fix errors introduced in previous change (in particular,
243         errors when building gnattools were ignored).
244         Code clean up and simplification.
245         update comments.
246         Remove temporary debug code introduced by mistake in previous check in.
247         Prefer GNU Make syntax over complex and error-prone sh syntax.
248         (gnatlib-zcx): New target.
249         (ada.all.cross): Merged with gnattools-cross target.
251 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
253         * configure.ac: It's gnatlib-plain in the Makefile, not
254         gnatlib-simple; make configure match.
255         * configure: Regenerate.
257 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
259         * Makefile.in: Call gcc/ada/Makefile directly, not through the
260         intermediary of gcc/Makefile.  Incorporate all necessary parts of
261         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
262         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
263         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
264         to build in configure.ac, not here.
265         * configure.ac: Provide Makefile.in with the new information it needs,
266         such as GCC's tmake_file and xmake_file.
267         * configure: Regenerate.
269 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
271         * configure.in: Rename file to ...
272         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
273         * configure: Regenerate.
275 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
277         PR ada/14350
278         * configure.in: Remove hardcoded gcc version.
280         * configure: Regenerated.
282 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
284         * Makefile.in (gnattools): Depend on gnatlib.
286 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
288         PR ada/6637, PR ada/5911
289         * configure.in, Makefile.in, configure: Merge with libada-branch
291 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
293         PR ada/6637, PR ada/5911
294         * configure.in: Add support for --enable/disable-shared
295         * Makefile.in: Add initial, simple support for gnatlib/gnattools
296         for native and cross configurations.
297         * configure: Regenerate
299 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
301         * configure.in: Make --enable-maintainer-mode work.
302         * configure: Regenerate.
304         * Makefile.in, configure.in: New files.
305         * configure: Generate.
307         * New directory, new ChangeLog.
309 Copyright 2003, 2004 Free Software Foundation, Inc.
311 This ChangeLog is free software; the Free Software Foundation gives
312 unlimited permission to copy, distribute, and modify it.