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