OSDN Git Service

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