OSDN Git Service

PR c/37772
[pf3gnuchains/gcc-fork.git] / libada / ChangeLog
1 2008-09-21  Laurent Guerby  <laurent@guerby.net>
2             Paolo Bonzini  <bonzini@gnu.org>
3         
4         PR ada/5911
5         * Makefile.in (all, install, mostlyclean, clean, distclean): Add
6         multilib handling.
7         * configure.ac: Add multilib handling.
8         * configure: Regenerate.
9
10 2008-08-29  Laurent Guerby  <laurent@guerby.net>
11         
12         * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
13         avoid conflicts. Factor more flags to pass.
14         (libsubdir): New variable.
15         (install-gnatlib): New target.
16
17 2008-08-28  Laurent Guerby  <laurent@guerby.net>
18
19         * configure: Regenerate.
20         
21 2008-08-06  Thomas Quinot  <quinot@adacore.com>
22
23         * Makefile.in: generate s-oscons.ads again, previous change was
24         unneeded.
25
26 2008-08-06  Samuel Tardieu  <sam@rfc1149.net>
27
28         * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
29         oscons.
30
31 2008-08-06  Thomas Quinot  <quinot@adacore.com>
32
33         * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
34
35 2008-08-05  Thomas Quinot  <quinot@adacore.com>
36
37         * Makefile.in (gnatlib*): Now depend on oscons target.
38         (oscons): New target.
39
40 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
41
42         * configure.ac (warn_cflags): Substitute.
43         * configure: Regenerate.
44         * Makefile.in (libdir, WARN_CFLAGS): Substitute.
45         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
46         (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
47         they were unused.
48         (libada-mk): Do not include.  Include libgcc.mvars instead.
49         (tmake_file): Remove, do not include.
50         (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
51         * configure: Regenerate.
52
53 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
54
55         * configure.ac: move sinclude of acx.m4 before AC_INIT,
56         also sinclude override.m4.
57         * Makefile.in ($(srcdir)/configure): Update dependencies.
58         * configure: Regenerate.
59
60 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
61
62         * Makefile.in: Add dummy install-pdf target.
63
64 2007-01-23  Richard Guenther  <rguenther@suse.de>
65
66         PR bootstrap/30541
67         * Makefile.in (STAGE_PREFIX): Do not define.
68         (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
69
70 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
71
72         PR bootstrap/29802
73         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
74         * configure: Regenerate.
75         * Makefile.in: Replace host_subdir.
76
77 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
78
79         * Makefile.in: Add dummy "pdf" target.
80
81 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
82
83         * Makefile.in: Add install-html target.
84
85 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
86
87         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
88
89 2005-04-27  James E Wilson  <wilson@specifixinc.com>
90
91         * Makefile.in (html): New.
92
93 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
94
95         PR bootstrap/17383
96         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
97
98 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
99
100         * Makefile.in: Add stamp file for building libada, to avoid
101         duplicate builds every time all-gnattools is called.
102
103 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
104
105         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
106         here.
107
108 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
109
110         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
111         _TARGET.
112         * configure: Regenerate.
113
114 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
115
116         * configure.ac, Makefile.in: Remove gnattools-specific code
117         (see gnattools directory).
118         * Makefile.in: Remove dead rts-* targets.
119         * configure: Regenerate.
120
121 2004-05-25  Daniel Jacobowitz  <drow@false.org>
122
123         * Makefile.in: Add .NOEXPORT.
124
125 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
126
127         * Makefile.in: Put back merge of some targets to avoid code duplication.
128         Remove at the same obsolete variable GNATLIBLDFLAGS.
129
130 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
131
132         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
133         correctly.
134         * configure: Regenerate.
135
136 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
137
138         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
139         over error-prone Make abuse.  Remove temporary debug code.
140         (gnatlib-zcx): New target.
141         (gnattools): Split into gnattools-native, gnattools-cross, to fix
142         previous bug; select which on the basis of default_gnattools_target.
143         (ada.all.cross): Merged with gnattools-cross target.
144         * configure.ac: Set default_gnattools_target.
145         * configure: Regenerate.
146
147 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
148
149         * Makefile.in: Fix errors introduced in previous change (in particular,
150         errors when building gnattools were ignored).
151         Code clean up and simplification.
152         update comments.
153         Remove temporary debug code introduced by mistake in previous check in.
154         Prefer GNU Make syntax over complex and error-prone sh syntax.
155         (gnatlib-zcx): New target.
156         (ada.all.cross): Merged with gnattools-cross target.
157
158 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
159
160         * configure.ac: It's gnatlib-plain in the Makefile, not
161         gnatlib-simple; make configure match.
162         * configure: Regenerate.
163
164 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
165
166         * Makefile.in: Call gcc/ada/Makefile directly, not through the
167         intermediary of gcc/Makefile.  Incorporate all necessary parts of
168         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
169         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
170         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
171         to build in configure.ac, not here.
172         * configure.ac: Provide Makefile.in with the new information it needs,
173         such as GCC's tmake_file and xmake_file.
174         * configure: Regenerate.
175
176 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
177
178         * configure.in: Rename file to ...
179         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
180         * configure: Regenerate.
181
182 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
183
184         PR ada/14350
185         * configure.in: Remove hardcoded gcc version.
186
187         * configure: Regenerated.
188
189 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
190
191         * Makefile.in (gnattools): Depend on gnatlib.
192
193 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
194
195         PR ada/6637, PR ada/5911
196         * configure.in, Makefile.in, configure: Merge with libada-branch
197
198 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
199
200         PR ada/6637, PR ada/5911
201         * configure.in: Add support for --enable/disable-shared
202         * Makefile.in: Add initial, simple support for gnatlib/gnattools
203         for native and cross configurations.
204         * configure: Regenerate
205
206 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
207
208         * configure.in: Make --enable-maintainer-mode work.
209         * configure: Regenerate.
210
211         * Makefile.in, configure.in: New files.
212         * configure: Generate.
213
214         * New directory, new ChangeLog.
215
216 Copyright 2003, 2004 Free Software Foundation, Inc.
217
218 This ChangeLog is free software; the Free Software Foundation gives
219 unlimited permission to copy, distribute, and modify it.