]> git.ipfire.org Git - thirdparty/gcc.git/blame - libada/ChangeLog
Makefile.in: Revert most changes.
[thirdparty/gcc.git] / libada / ChangeLog
CommitLineData
f35aed49
OH
12012-06-11 Olivier Hainque <hainque@adacore.com>
2
3 * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PICFLAG).
4
daecebc8
DR
52012-01-22 Douglas B Rupp <rupp@gnat.com>
6
7 * configure: Regenerate.
8
925b0ed8
AK
92012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
10
11 * configure: Regenerate.
12
5f41422f
IS
132011-11-12 Iain Sandoe <iains@gcc.gnu.org>
14
a6b7e723 15 * Makefile.in: Change dependency on oscons to depend on the generator
5f41422f
IS
16 tool.
17
0cfaf83f
EB
182011-10-12 Eric Botcazou <ebotcazou@adacore.com>
19
20 * Makefile.in (LOOSE_WARN): Delete.
21 (GCC_WARN_CFLAGS): Likewise.
22 (WARN_CFLAGS): Likewise.
23 (GNATLIBFLAGS): Add -nostdinc.
24 (GNATLIBCFLAGS_FOR_C): Add -W -Wall.
25 (LIBADA_FLAGS_TO_PASS): Remove WARN_CFLAGS.
26 * configure.ac (warn_cflags): Delete.
27 * configure: Regenerate.
28
e3aa9eba
RO
292011-08-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30
31 * configure.ac: Include ../config/picflag.m4.
32 (GCC_PICFLAG): Call it.
33 Substitute.
34 * configure: Regenerate.
35 * Makefile.in (TARGET_LIBGCC2_CFLAGS): Replace by PICFLAG.
36 (GNATLIBCFLAGS_FOR_C): Replace TARGET_LIBGCC2_CFLAGS by PICFLAG.
37 (LIBADA_FLAGS_TO_PASS): Pass PICFLAG as PICFLAG_FOR_TARGET.
38 Don't include $(GCC_DIR)/libgcc.mvars.
39
455c8f48
RW
402010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
41
42 PR other/46202
43 * Makefile.in (install-strip): New phony target.
44 (check, installcheck, info, dvi, pdf, html, install)
45 (install-info, install-pdf, install-html, mostlyclean)
46 (clean, distclean, maintainer-clean): Mark phony.
47
2f18d9af
EB
482009-10-24 Eric Botcazou <ebotcazou@adacore.com>
49
50 * Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
51 (LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
52 * configure.ac: Include config/unwind_ipinfo.m4.
53 Check for _Unwind_GetIPInfo.
54 * configure: Regenerate.
55
c390c361
PB
562009-08-30 Paolo Bonzini <bonzini@gnu.org>
57
58 PR ada/41122
59 * configure.ac: Add AC_PROG_AWK. Remove useless duplicate
60 call to AC_PROG_CC.
61 * configure: Regenerate.
62 * Makefile.in: Substitute AWK.
63
df58e648
RW
642009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
65
66 * configure.ac (AC_PREREQ): Bump to 2.64.
67
5213506e
RW
682009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
69
70 * configure: Regenerate.
71
6efbd53f
RW
722009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
73
74 * Makefile.in (AUTOCONF, configure_deps): New variables.
75 ($(srcdir)/configure)): Use them. Also depend on multi.m4.
76
1b3b24c2
RW
772009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
78
79 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
80
05682af8
EB
812009-07-13 Eric Botcazou <ebotcazou@adacore.com>
82
83 * configure.ac: Include multi.m4 and do not call AC_CANONICAL_SYSTEM.
84 * configure: Regenerate.
85
748086b7
JJ
862009-04-09 Jakub Jelinek <jakub@redhat.com>
87
88 * Makefile.in: Change copyright header to refer to version
89 3 of the GNU General Public License and to point readers at the
90 COPYING3 file and the FSF's license web page.
91 * configure.ac: Likewise.
92
6d63ea75
LG
932009-04-06 Laurent GUERBY <laurent@guerby.net>
94
95 * Makefile.in (ADA_RTS_DIR): Define.
96 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
97
7193e639
LG
982008-09-21 Laurent Guerby <laurent@guerby.net>
99 Paolo Bonzini <bonzini@gnu.org>
69416e98 100
7193e639
LG
101 PR ada/5911
102 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
103 multilib handling.
104 * configure.ac: Add multilib handling.
105 * configure: Regenerate.
106
f62b28a9 1072008-08-29 Laurent Guerby <laurent@guerby.net>
69416e98 108
f62b28a9
LG
109 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
110 avoid conflicts. Factor more flags to pass.
111 (libsubdir): New variable.
112 (install-gnatlib): New target.
113
307c39da
LG
1142008-08-28 Laurent Guerby <laurent@guerby.net>
115
116 * configure: Regenerate.
69416e98 117
12d1a0dc
TQ
1182008-08-06 Thomas Quinot <quinot@adacore.com>
119
120 * Makefile.in: generate s-oscons.ads again, previous change was
121 unneeded.
122
6f371a2e
ST
1232008-08-06 Samuel Tardieu <sam@rfc1149.net>
124
125 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
126 oscons.
127
65aa315e
TQ
1282008-08-06 Thomas Quinot <quinot@adacore.com>
129
130 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
131
c336d2c7
TQ
1322008-08-05 Thomas Quinot <quinot@adacore.com>
133
134 * Makefile.in (gnatlib*): Now depend on oscons target.
135 (oscons): New target.
136
47ad7893
PB
1372008-08-01 Paolo Bonzini <bonzini@gnu.org>
138
139 * configure.ac (warn_cflags): Substitute.
140 * configure: Regenerate.
141 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
142 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
143 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
144 they were unused.
145 (libada-mk): Do not include. Include libgcc.mvars instead.
146 (tmake_file): Remove, do not include.
147 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
148 * configure: Regenerate.
149
18c04407
RW
1502008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
151
152 * configure.ac: move sinclude of acx.m4 before AC_INIT,
153 also sinclude override.m4.
154 * Makefile.in ($(srcdir)/configure): Update dependencies.
155 * configure: Regenerate.
156
00189cc6
BM
1572007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
158
159 * Makefile.in: Add dummy install-pdf target.
160
5305be7e
RG
1612007-01-23 Richard Guenther <rguenther@suse.de>
162
163 PR bootstrap/30541
164 * Makefile.in (STAGE_PREFIX): Do not define.
165 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
166
9bd6112c
PB
1672006-11-16 Paolo Bonzini <bonzini@gnu.org>
168
169 PR bootstrap/29802
170 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
171 * configure: Regenerate.
172 * Makefile.in: Replace host_subdir.
173
a8384928
BM
1742006-10-16 Brooks Moses <bmoses@stanford.edu>
175
176 * Makefile.in: Add dummy "pdf" target.
177
312e3fcb
CD
1782006-05-23 Carlos O'Donell <carlos@codesourcery.com>
179
180 * Makefile.in: Add install-html target.
181
40077270
PB
1822005-12-05 Paolo Bonzini <bonzini@gnu.org>
183
184 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
185
01a1e85a
JW
1862005-04-27 James E Wilson <wilson@specifixinc.com>
187
188 * Makefile.in (html): New.
189
215c351a
PB
1902005-02-28 Paolo Bonzini <bonzini@gnu.org>
191
192 PR bootstrap/17383
193 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
194
5395b47b
NN
1952004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
196
197 * Makefile.in: Add stamp file for building libada, to avoid
198 duplicate builds every time all-gnattools is called.
199
2002004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
201
202 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
203 here.
204
2052004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
206
207 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
208 _TARGET.
209 * configure: Regenerate.
210
2112004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
212
213 * configure.ac, Makefile.in: Remove gnattools-specific code
214 (see gnattools directory).
215 * Makefile.in: Remove dead rts-* targets.
216 * configure: Regenerate.
217
54b2f310
DJ
2182004-05-25 Daniel Jacobowitz <drow@false.org>
219
220 * Makefile.in: Add .NOEXPORT.
221
cad79eea
AC
2222004-04-26 Arnaud Charlet <charlet@act-europe.fr>
223
224 * Makefile.in: Put back merge of some targets to avoid code duplication.
225 Remove at the same obsolete variable GNATLIBLDFLAGS.
226
d743b2b6
NN
2272004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
228
229 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
230 correctly.
231 * configure: Regenerate.
232
e9f4e557
NN
2332004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
234
235 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
236 over error-prone Make abuse. Remove temporary debug code.
237 (gnatlib-zcx): New target.
238 (gnattools): Split into gnattools-native, gnattools-cross, to fix
239 previous bug; select which on the basis of default_gnattools_target.
240 (ada.all.cross): Merged with gnattools-cross target.
241 * configure.ac: Set default_gnattools_target.
242 * configure: Regenerate.
243
c2b5e13b
AC
2442004-04-19 Arnaud Charlet <charlet@act-europe.fr>
245
246 * Makefile.in: Fix errors introduced in previous change (in particular,
247 errors when building gnattools were ignored).
248 Code clean up and simplification.
249 update comments.
250 Remove temporary debug code introduced by mistake in previous check in.
251 Prefer GNU Make syntax over complex and error-prone sh syntax.
252 (gnatlib-zcx): New target.
253 (ada.all.cross): Merged with gnattools-cross target.
254
f206bf50
NN
2552004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
256
257 * configure.ac: It's gnatlib-plain in the Makefile, not
258 gnatlib-simple; make configure match.
259 * configure: Regenerate.
260
80dab182
NN
2612004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
262
263 * Makefile.in: Call gcc/ada/Makefile directly, not through the
264 intermediary of gcc/Makefile. Incorporate all necessary parts of
265 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
266 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
267 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
268 to build in configure.ac, not here.
269 * configure.ac: Provide Makefile.in with the new information it needs,
270 such as GCC's tmake_file and xmake_file.
271 * configure: Regenerate.
272
8ab705be
KC
2732004-03-10 Kelley Cook <kcook@gcc.gnu.org>
274
275 * configure.in: Rename file to ...
276 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
277 * configure: Regenerate.
278
f0d3c336
AC
2792003-03-02 Arnaud Charlet <charlet@act-europe.fr>
280
281 PR ada/14350
282 * configure.in: Remove hardcoded gcc version.
283
284 * configure: Regenerated.
285
cf81c88e
UW
2862004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
287
288 * Makefile.in (gnattools): Depend on gnatlib.
289
b0b70d84
AC
2902003-02-10 Arnaud Charlet <charlet@act-europe.fr>
291
292 PR ada/6637, PR ada/5911
293 * configure.in, Makefile.in, configure: Merge with libada-branch
294
2952003-10-27 Arnaud Charlet <charlet@act-europe.fr>
296
297 PR ada/6637, PR ada/5911
298 * configure.in: Add support for --enable/disable-shared
299 * Makefile.in: Add initial, simple support for gnatlib/gnattools
300 for native and cross configurations.
301 * configure: Regenerate
302
3032003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
304
305 * configure.in: Make --enable-maintainer-mode work.
306 * configure: Regenerate.
307
308 * Makefile.in, configure.in: New files.
309 * configure: Generate.
310
311 * New directory, new ChangeLog.
312
313Copyright 2003, 2004 Free Software Foundation, Inc.
314
315This ChangeLog is free software; the Free Software Foundation gives
316unlimited permission to copy, distribute, and modify it.