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