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