lang-specs.h: Ensure -mrtp switch is passed when using either rtp-smp or ravenscar...
[official-gcc.git] / libada / ChangeLog
blobfbcff77405165c524fda9d21b9d12b865a422d57
1 2011-10-12  Eric Botcazou  <ebotcazou@adacore.com>
3         * Makefile.in (LOOSE_WARN): Delete.
4         (GCC_WARN_CFLAGS): Likewise.
5         (WARN_CFLAGS): Likewise.
6         (GNATLIBFLAGS): Add -nostdinc.
7         (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
8         (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
9         * configure.ac (warn_cflags): Delete.
10         * configure: Regenerate.
12 2011-08-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14         * configure.ac: Include ../config/picflag.m4.
15         (GCC_PICFLAG): Call it.
16         Substitute.
17         * configure: Regenerate.
18         * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
19         (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
20         (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
21         Don't include $(GCC_DIR)/libgcc.mvars.
23 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25         PR other/46202
26         * Makefile.in (install-strip): New phony target.
27         (check, installcheck, info, dvi, pdf, html, install)
28         (install-info, install-pdf, install-html, mostlyclean)
29         (clean, distclean, maintainer-clean): Mark phony.
31 2009-10-24  Eric Botcazou  <ebotcazou@adacore.com>
33         * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
34         (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
35         * configure.ac: Include config/unwind_ipinfo.m4.
36         Check for _Unwind_GetIPInfo.
37         * configure: Regenerate.
39 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
41         PR ada/41122
42         * configure.ac: Add AC_PROG_AWK.  Remove useless duplicate
43         call to AC_PROG_CC.
44         * configure: Regenerate.
45         * Makefile.in: Substitute AWK.
47 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49         * configure.ac (AC_PREREQ): Bump to 2.64.
51 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
53         * configure: Regenerate.
55 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
57         * Makefile.in (AUTOCONF, configure_deps): New variables.
58         ($(srcdir)/configure)): Use them.  Also depend on multi.m4.
60 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
62         * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
64 2009-07-13  Eric Botcazou  <ebotcazou@adacore.com>
66         * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
67         * configure: Regenerate.
69 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
71         * Makefile.in: Change copyright header to refer to version
72         3 of the GNU General Public License and to point readers at the
73         COPYING3 file and the FSF's license web page.
74         * configure.ac: Likewise.
76 2009-04-06  Laurent GUERBY  <laurent@guerby.net>
78         * Makefile.in (ADA_RTS_DIR): Define.
79         * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
81 2008-09-21  Laurent Guerby  <laurent@guerby.net>
82             Paolo Bonzini  <bonzini@gnu.org>
83         
84         PR ada/5911
85         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
86         multilib handling.
87         * configure.ac: Add multilib handling.
88         * configure: Regenerate.
90 2008-08-29  Laurent Guerby  <laurent@guerby.net>
91         
92         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
93         avoid conflicts. Factor more flags to pass.
94         (libsubdir): New variable.
95         (install-gnatlib): New target.
97 2008-08-28  Laurent Guerby  <laurent@guerby.net>
99         * configure: Regenerate.
100         
101 2008-08-06  Thomas Quinot  <quinot@adacore.com>
103         * Makefile.in: generate s-oscons.ads again, previous change was
104         unneeded.
106 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
108         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
109         oscons.
111 2008-08-06  Thomas Quinot  <quinot@adacore.com>
113         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
115 2008-08-05  Thomas Quinot  <quinot@adacore.com>
117         * Makefile.in (gnatlib*): Now depend on oscons target.
118         (oscons): New target.
120 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
122         * configure.ac (warn_cflags): Substitute.
123         * configure: Regenerate.
124         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
125         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
126         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
127         they were unused.
128         (libada-mk): Do not include.  Include libgcc.mvars instead.
129         (tmake_file): Remove, do not include.
130         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
131         * configure: Regenerate.
133 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
135         * configure.ac: move sinclude of acx.m4 before AC_INIT,
136         also sinclude override.m4.
137         * Makefile.in ($(srcdir)/configure): Update dependencies.
138         * configure: Regenerate.
140 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
142         * Makefile.in: Add dummy install-pdf target.
144 2007-01-23  Richard Guenther  <rguenther@suse.de>
146         PR bootstrap/30541
147         * Makefile.in (STAGE_PREFIX): Do not define.
148         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
150 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
152         PR bootstrap/29802
153         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
154         * configure: Regenerate.
155         * Makefile.in: Replace host_subdir.
157 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
159         * Makefile.in: Add dummy "pdf" target.
161 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
163         * Makefile.in: Add install-html target.
165 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
167         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
169 2005-04-27  James E Wilson  <wilson@specifixinc.com>
171         * Makefile.in (html): New.
173 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
175         PR bootstrap/17383
176         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
178 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
180         * Makefile.in: Add stamp file for building libada, to avoid
181         duplicate builds every time all-gnattools is called.
183 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
185         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
186         here.
188 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
190         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
191         _TARGET.
192         * configure: Regenerate.
194 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
196         * configure.ac, Makefile.in: Remove gnattools-specific code
197         (see gnattools directory).
198         * Makefile.in: Remove dead rts-* targets.
199         * configure: Regenerate.
201 2004-05-25  Daniel Jacobowitz  <drow@false.org>
203         * Makefile.in: Add .NOEXPORT.
205 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
207         * Makefile.in: Put back merge of some targets to avoid code duplication.
208         Remove at the same obsolete variable GNATLIBLDFLAGS.
210 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
212         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
213         correctly.
214         * configure: Regenerate.
216 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
218         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
219         over error-prone Make abuse.  Remove temporary debug code.
220         (gnatlib-zcx): New target.
221         (gnattools): Split into gnattools-native, gnattools-cross, to fix
222         previous bug; select which on the basis of default_gnattools_target.
223         (ada.all.cross): Merged with gnattools-cross target.
224         * configure.ac: Set default_gnattools_target.
225         * configure: Regenerate.
227 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
229         * Makefile.in: Fix errors introduced in previous change (in particular,
230         errors when building gnattools were ignored).
231         Code clean up and simplification.
232         update comments.
233         Remove temporary debug code introduced by mistake in previous check in.
234         Prefer GNU Make syntax over complex and error-prone sh syntax.
235         (gnatlib-zcx): New target.
236         (ada.all.cross): Merged with gnattools-cross target.
238 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
240         * configure.ac: It's gnatlib-plain in the Makefile, not
241         gnatlib-simple; make configure match.
242         * configure: Regenerate.
244 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
246         * Makefile.in: Call gcc/ada/Makefile directly, not through the
247         intermediary of gcc/Makefile.  Incorporate all necessary parts of
248         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
249         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
250         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
251         to build in configure.ac, not here.
252         * configure.ac: Provide Makefile.in with the new information it needs,
253         such as GCC's tmake_file and xmake_file.
254         * configure: Regenerate.
256 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
258         * configure.in: Rename file to ...
259         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
260         * configure: Regenerate.
262 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
264         PR ada/14350
265         * configure.in: Remove hardcoded gcc version.
267         * configure: Regenerated.
269 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
271         * Makefile.in (gnattools): Depend on gnatlib.
273 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
275         PR ada/6637, PR ada/5911
276         * configure.in, Makefile.in, configure: Merge with libada-branch
278 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
280         PR ada/6637, PR ada/5911
281         * configure.in: Add support for --enable/disable-shared
282         * Makefile.in: Add initial, simple support for gnatlib/gnattools
283         for native and cross configurations.
284         * configure: Regenerate
286 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
288         * configure.in: Make --enable-maintainer-mode work.
289         * configure: Regenerate.
291         * Makefile.in, configure.in: New files.
292         * configure: Generate.
294         * New directory, new ChangeLog.
296 Copyright 2003, 2004 Free Software Foundation, Inc.
298 This ChangeLog is free software; the Free Software Foundation gives
299 unlimited permission to copy, distribute, and modify it.