]> git.ipfire.org Git - thirdparty/gcc.git/blame - libada/ChangeLog
Update configure deps, remove stray \xA0 in picflag.m4, regenerate
[thirdparty/gcc.git] / libada / ChangeLog
CommitLineData
cb7a0f1d 12017-01-04 Alan Modra <amodra@gmail.com>
2
3 * Makefile.in (configure_deps): Update and order as per
4 configure.ac sinclude.
5 * configure: Regenerate.
6
aad93da1 72017-01-01 Jakub Jelinek <jakub@redhat.com>
8
9 Update copyright years.
10
29a8a56b 112016-11-15 Matthias Klose <doko@ubuntu.com>
12
13 * configure: Regenerate.
14
9a9b5abf 152016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
16
17 * configure: Remove SH5 support.
18
f1717362 192016-01-04 Jakub Jelinek <jakub@redhat.com>
20
21 Update copyright years.
22
fb5ccd6d 232015-04-10 Jakub Jelinek <jakub@redhat.com>
24 Iain Sandoe <iain@codesourcery.com>
25
26 PR target/65351
27 * configure: Regenerate.
28
b1b085e0 292015-04-07 Jakub Jelinek <jakub@redhat.com>
30 Iain Sandoe <iain@codesourcery.com>
31
32 PR target/65351
33 * configure: Regenerate.
34
d353bf18 352015-01-05 Jakub Jelinek <jakub@redhat.com>
36
37 Update copyright years.
38
392014-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
04c96bbc 40
41 * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
42
d8328dff 432014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
44
45 Update copyright years
46
822f2c1b 472013-11-15 Andreas Schwab <schwab@linux-m68k.org>
48
49 * configure: Regenerate.
50
9509060c 512013-03-27 Kai Tietz <ktietz@redhat.com>
52
53 * configure: Regenerated.
54
1dca4715 552013-02-13 Kai Tietz <ktietz@redhat.com>
56
57 PR target/52122
80993e6b 58 * Makefile.in (LN_S_RECURSIVE): New.
1dca4715 59 (adainclude, adalib): Use LN_S_RECURSIVE for copy.
60
bd1b769f 612013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
62
63 Update copyright years.
64
56b10909 652012-06-11 Olivier Hainque <hainque@adacore.com>
66
67 * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
68
af8e12d0 692012-01-22 Douglas B Rupp <rupp@gnat.com>
70
71 * configure: Regenerate.
72
ce94380e 732012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
74
75 * configure: Regenerate.
76
a1c1db7f 772011-11-12 Iain Sandoe <iains@gcc.gnu.org>
78
86996229 79 * Makefile.in: Change dependency on oscons to depend on the generator
a1c1db7f 80 tool.
81
95e40d0c 822011-10-12 Eric Botcazou <ebotcazou@adacore.com>
83
84 * Makefile.in (LOOSE_WARN): Delete.
85 (GCC_WARN_CFLAGS): Likewise.
86 (WARN_CFLAGS): Likewise.
87 (GNATLIBFLAGS): Add -nostdinc.
88 (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
89 (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
90 * configure.ac (warn_cflags): Delete.
91 * configure: Regenerate.
92
d89b8910 932011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
94
95 * configure.ac: Include ../config/picflag.m4.
96 (GCC_PICFLAG): Call it.
97 Substitute.
98 * configure: Regenerate.
99 * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
100 (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
101 (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
102 Don't include $(GCC_DIR)/libgcc.mvars.
103
2b7a4d59 1042010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
105
106 PR other/46202
107 * Makefile.in (install-strip): New phony target.
108 (check, installcheck, info, dvi, pdf, html, install)
109 (install-info, install-pdf, install-html, mostlyclean)
110 (clean, distclean, maintainer-clean): Mark phony.
111
53c7fb87 1122009-10-24 Eric Botcazou <ebotcazou@adacore.com>
113
114 * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
115 (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
116 * configure.ac: Include config/unwind_ipinfo.m4.
117 Check for _Unwind_GetIPInfo.
118 * configure: Regenerate.
119
8732b645 1202009-08-30 Paolo Bonzini <bonzini@gnu.org>
121
122 PR ada/41122
123 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
124 call to AC_PROG_CC.
125 * configure: Regenerate.
126 * Makefile.in: Substitute AWK.
127
81a71e2b 1282009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
129
130 * configure.ac (AC_PREREQ): Bump to 2.64.
131
cd9a469c 1322009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
133
134 * configure: Regenerate.
135
a2655af1 1362009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
137
138 * Makefile.in (AUTOCONF, configure_deps): New variables.
139 ($(srcdir)/configure)): Use them. Also depend on multi.m4.
140
9abe4a66 1412009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
142
143 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
144
cc67441d 1452009-07-13 Eric Botcazou <ebotcazou@adacore.com>
146
147 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
148 * configure: Regenerate.
149
6bc9506f 1502009-04-09 Jakub Jelinek <jakub@redhat.com>
151
152 * Makefile.in: Change copyright header to refer to version
153 3 of the GNU General Public License and to point readers at the
154 COPYING3 file and the FSF's license web page.
155 * configure.ac: Likewise.
156
4b095fbd 1572009-04-06 Laurent GUERBY <laurent@guerby.net>
158
159 * Makefile.in (ADA_RTS_DIR): Define.
160 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
161
3356431d 1622008-09-21 Laurent Guerby <laurent@guerby.net>
163 Paolo Bonzini <bonzini@gnu.org>
38b1f0b0 164
3356431d 165 PR ada/5911
166 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
167 multilib handling.
168 * configure.ac: Add multilib handling.
169 * configure: Regenerate.
170
a1303bd0 1712008-08-29 Laurent Guerby <laurent@guerby.net>
38b1f0b0 172
a1303bd0 173 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
174 avoid conflicts. Factor more flags to pass.
175 (libsubdir): New variable.
176 (install-gnatlib): New target.
177
3ecbdecc 1782008-08-28 Laurent Guerby <laurent@guerby.net>
179
180 * configure: Regenerate.
38b1f0b0 181
55947387 1822008-08-06 Thomas Quinot <quinot@adacore.com>
183
184 * Makefile.in: generate s-oscons.ads again, previous change was
185 unneeded.
186
d62f29b2 1872008-08-06 Samuel Tardieu <sam@rfc1149.net>
188
189 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
190 oscons.
191
9afa58a5 1922008-08-06 Thomas Quinot <quinot@adacore.com>
193
194 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
195
96b387a5 1962008-08-05 Thomas Quinot <quinot@adacore.com>
197
198 * Makefile.in (gnatlib*): Now depend on oscons target.
199 (oscons): New target.
200
9a8d280d 2012008-08-01 Paolo Bonzini <bonzini@gnu.org>
202
203 * configure.ac (warn_cflags): Substitute.
204 * configure: Regenerate.
205 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
206 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
207 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
208 they were unused.
209 (libada-mk): Do not include. Include libgcc.mvars instead.
210 (tmake_file): Remove, do not include.
211 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
212 * configure: Regenerate.
213
5b2c7553 2142008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
215
216 * configure.ac: move sinclude of acx.m4 before AC_INIT,
217 also sinclude override.m4.
218 * Makefile.in ($(srcdir)/configure): Update dependencies.
219 * configure: Regenerate.
220
9fd31a8e 2212007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
222
223 * Makefile.in: Add dummy install-pdf target.
224
a18b2c54 2252007-01-23 Richard Guenther <rguenther@suse.de>
226
227 PR bootstrap/30541
228 * Makefile.in (STAGE_PREFIX): Do not define.
229 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
230
f0903548 2312006-11-16 Paolo Bonzini <bonzini@gnu.org>
232
233 PR bootstrap/29802
234 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
235 * configure: Regenerate.
236 * Makefile.in: Replace host_subdir.
237
0274b253 2382006-10-16 Brooks Moses <bmoses@stanford.edu>
239
240 * Makefile.in: Add dummy "pdf" target.
241
155becb8 2422006-05-23 Carlos O'Donell <carlos@codesourcery.com>
243
244 * Makefile.in: Add install-html target.
245
782bd3b1 2462005-12-05 Paolo Bonzini <bonzini@gnu.org>
247
248 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
249
d77007e7 2502005-04-27 James E Wilson <wilson@specifixinc.com>
251
252 * Makefile.in (html): New.
253
c1eb9e31 2542005-02-28 Paolo Bonzini <bonzini@gnu.org>
255
256 PR bootstrap/17383
257 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
258
a136b23d 2592004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
260
261 * Makefile.in: Add stamp file for building libada, to avoid
262 duplicate builds every time all-gnattools is called.
263
2642004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
265
266 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
267 here.
268
2692004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
270
271 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
272 _TARGET.
273 * configure: Regenerate.
274
2752004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
276
277 * configure.ac, Makefile.in: Remove gnattools-specific code
278 (see gnattools directory).
279 * Makefile.in: Remove dead rts-* targets.
280 * configure: Regenerate.
281
428b4753 2822004-05-25 Daniel Jacobowitz <drow@false.org>
283
284 * Makefile.in: Add .NOEXPORT.
285
7a5d547a 2862004-04-26 Arnaud Charlet <charlet@act-europe.fr>
287
288 * Makefile.in: Put back merge of some targets to avoid code duplication.
289 Remove at the same obsolete variable GNATLIBLDFLAGS.
290
6cd7b009 2912004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
292
293 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
294 correctly.
295 * configure: Regenerate.
296
5026857e 2972004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
298
299 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
300 over error-prone Make abuse. Remove temporary debug code.
301 (gnatlib-zcx): New target.
302 (gnattools): Split into gnattools-native, gnattools-cross, to fix
303 previous bug; select which on the basis of default_gnattools_target.
304 (ada.all.cross): Merged with gnattools-cross target.
305 * configure.ac: Set default_gnattools_target.
306 * configure: Regenerate.
307
2ded3cb7 3082004-04-19 Arnaud Charlet <charlet@act-europe.fr>
309
310 * Makefile.in: Fix errors introduced in previous change (in particular,
311 errors when building gnattools were ignored).
312 Code clean up and simplification.
313 update comments.
314 Remove temporary debug code introduced by mistake in previous check in.
315 Prefer GNU Make syntax over complex and error-prone sh syntax.
316 (gnatlib-zcx): New target.
317 (ada.all.cross): Merged with gnattools-cross target.
318
ffefaad0 3192004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
320
321 * configure.ac: It's gnatlib-plain in the Makefile, not
322 gnatlib-simple; make configure match.
323 * configure: Regenerate.
324
1f83ab49 3252004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
326
327 * Makefile.in: Call gcc/ada/Makefile directly, not through the
328 intermediary of gcc/Makefile. Incorporate all necessary parts of
329 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
330 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
331 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
332 to build in configure.ac, not here.
333 * configure.ac: Provide Makefile.in with the new information it needs,
334 such as GCC's tmake_file and xmake_file.
335 * configure: Regenerate.
336
d6b9b86f 3372004-03-10 Kelley Cook <kcook@gcc.gnu.org>
338
339 * configure.in: Rename file to ...
340 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
341 * configure: Regenerate.
342
b1d5e60f 3432003-03-02 Arnaud Charlet <charlet@act-europe.fr>
344
345 PR ada/14350
346 * configure.in: Remove hardcoded gcc version.
347
348 * configure: Regenerated.
349
accf89f5 3502004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
351
352 * Makefile.in (gnattools): Depend on gnatlib.
353
8e31204b 3542003-02-10 Arnaud Charlet <charlet@act-europe.fr>
355
356 PR ada/6637, PR ada/5911
357 * configure.in, Makefile.in, configure: Merge with libada-branch
358
3592003-10-27 Arnaud Charlet <charlet@act-europe.fr>
360
361 PR ada/6637, PR ada/5911
362 * configure.in: Add support for --enable/disable-shared
363 * Makefile.in: Add initial, simple support for gnatlib/gnattools
364 for native and cross configurations.
365 * configure: Regenerate
366
3672003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
368
369 * configure.in: Make --enable-maintainer-mode work.
370 * configure: Regenerate.
371
372 * Makefile.in, configure.in: New files.
373 * configure: Generate.
374
375 * New directory, new ChangeLog.
f1717362 376\f
aad93da1 377Copyright (C) 2003-2017 Free Software Foundation, Inc.
8e31204b 378
379This ChangeLog is free software; the Free Software Foundation gives
380unlimited permission to copy, distribute, and modify it.