OSDN Git Service

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