]> git.ipfire.org Git - thirdparty/gcc.git/blame - libada/ChangeLog
xoscons.adb, [...]: New files.
[thirdparty/gcc.git] / libada / ChangeLog
CommitLineData
47ad7893
PB
12008-08-01 Paolo Bonzini <bonzini@gnu.org>
2
3 * configure.ac (warn_cflags): Substitute.
4 * configure: Regenerate.
5 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
6 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
7 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
8 they were unused.
9 (libada-mk): Do not include. Include libgcc.mvars instead.
10 (tmake_file): Remove, do not include.
11 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
12 * configure: Regenerate.
13
18c04407
RW
142008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15
16 * configure.ac: move sinclude of acx.m4 before AC_INIT,
17 also sinclude override.m4.
18 * Makefile.in ($(srcdir)/configure): Update dependencies.
19 * configure: Regenerate.
20
00189cc6
BM
212007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
22
23 * Makefile.in: Add dummy install-pdf target.
24
5305be7e
RG
252007-01-23 Richard Guenther <rguenther@suse.de>
26
27 PR bootstrap/30541
28 * Makefile.in (STAGE_PREFIX): Do not define.
29 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
30
9bd6112c
PB
312006-11-16 Paolo Bonzini <bonzini@gnu.org>
32
33 PR bootstrap/29802
34 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
35 * configure: Regenerate.
36 * Makefile.in: Replace host_subdir.
37
a8384928
BM
382006-10-16 Brooks Moses <bmoses@stanford.edu>
39
40 * Makefile.in: Add dummy "pdf" target.
41
312e3fcb
CD
422006-05-23 Carlos O'Donell <carlos@codesourcery.com>
43
44 * Makefile.in: Add install-html target.
45
40077270
PB
462005-12-05 Paolo Bonzini <bonzini@gnu.org>
47
48 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
49
01a1e85a
JW
502005-04-27 James E Wilson <wilson@specifixinc.com>
51
52 * Makefile.in (html): New.
53
215c351a
PB
542005-02-28 Paolo Bonzini <bonzini@gnu.org>
55
56 PR bootstrap/17383
57 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
58
5395b47b
NN
592004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
60
61 * Makefile.in: Add stamp file for building libada, to avoid
62 duplicate builds every time all-gnattools is called.
63
642004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
65
66 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
67 here.
68
692004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
70
71 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
72 _TARGET.
73 * configure: Regenerate.
74
752004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
76
77 * configure.ac, Makefile.in: Remove gnattools-specific code
78 (see gnattools directory).
79 * Makefile.in: Remove dead rts-* targets.
80 * configure: Regenerate.
81
54b2f310
DJ
822004-05-25 Daniel Jacobowitz <drow@false.org>
83
84 * Makefile.in: Add .NOEXPORT.
85
cad79eea
AC
862004-04-26 Arnaud Charlet <charlet@act-europe.fr>
87
88 * Makefile.in: Put back merge of some targets to avoid code duplication.
89 Remove at the same obsolete variable GNATLIBLDFLAGS.
90
d743b2b6
NN
912004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
92
93 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
94 correctly.
95 * configure: Regenerate.
96
e9f4e557
NN
972004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
98
99 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
100 over error-prone Make abuse. Remove temporary debug code.
101 (gnatlib-zcx): New target.
102 (gnattools): Split into gnattools-native, gnattools-cross, to fix
103 previous bug; select which on the basis of default_gnattools_target.
104 (ada.all.cross): Merged with gnattools-cross target.
105 * configure.ac: Set default_gnattools_target.
106 * configure: Regenerate.
107
c2b5e13b
AC
1082004-04-19 Arnaud Charlet <charlet@act-europe.fr>
109
110 * Makefile.in: Fix errors introduced in previous change (in particular,
111 errors when building gnattools were ignored).
112 Code clean up and simplification.
113 update comments.
114 Remove temporary debug code introduced by mistake in previous check in.
115 Prefer GNU Make syntax over complex and error-prone sh syntax.
116 (gnatlib-zcx): New target.
117 (ada.all.cross): Merged with gnattools-cross target.
118
f206bf50
NN
1192004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
120
121 * configure.ac: It's gnatlib-plain in the Makefile, not
122 gnatlib-simple; make configure match.
123 * configure: Regenerate.
124
80dab182
NN
1252004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
126
127 * Makefile.in: Call gcc/ada/Makefile directly, not through the
128 intermediary of gcc/Makefile. Incorporate all necessary parts of
129 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
130 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
131 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
132 to build in configure.ac, not here.
133 * configure.ac: Provide Makefile.in with the new information it needs,
134 such as GCC's tmake_file and xmake_file.
135 * configure: Regenerate.
136
8ab705be
KC
1372004-03-10 Kelley Cook <kcook@gcc.gnu.org>
138
139 * configure.in: Rename file to ...
140 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
141 * configure: Regenerate.
142
f0d3c336
AC
1432003-03-02 Arnaud Charlet <charlet@act-europe.fr>
144
145 PR ada/14350
146 * configure.in: Remove hardcoded gcc version.
147
148 * configure: Regenerated.
149
cf81c88e
UW
1502004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
151
152 * Makefile.in (gnattools): Depend on gnatlib.
153
b0b70d84
AC
1542003-02-10 Arnaud Charlet <charlet@act-europe.fr>
155
156 PR ada/6637, PR ada/5911
157 * configure.in, Makefile.in, configure: Merge with libada-branch
158
1592003-10-27 Arnaud Charlet <charlet@act-europe.fr>
160
161 PR ada/6637, PR ada/5911
162 * configure.in: Add support for --enable/disable-shared
163 * Makefile.in: Add initial, simple support for gnatlib/gnattools
164 for native and cross configurations.
165 * configure: Regenerate
166
1672003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
168
169 * configure.in: Make --enable-maintainer-mode work.
170 * configure: Regenerate.
171
172 * Makefile.in, configure.in: New files.
173 * configure: Generate.
174
175 * New directory, new ChangeLog.
176
177Copyright 2003, 2004 Free Software Foundation, Inc.
178
179This ChangeLog is free software; the Free Software Foundation gives
180unlimited permission to copy, distribute, and modify it.