OSDN Git Service

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