]> git.ipfire.org Git - thirdparty/gcc.git/blob - libada/ChangeLog
(correct version)
[thirdparty/gcc.git] / libada / ChangeLog
1 2009-04-06 Laurent GUERBY <laurent@guerby.net>
2
3 * Makefile.in (ADA_RTS_DIR): Define.
4 * Makefile.in (gnatlib-*): Link adainclude and adalib to it.
5
6 2008-09-21 Laurent Guerby <laurent@guerby.net>
7 Paolo Bonzini <bonzini@gnu.org>
8
9 PR ada/5911
10 * Makefile.in (all, install, mostlyclean, clean, distclean): Add
11 multilib handling.
12 * configure.ac: Add multilib handling.
13 * configure: Regenerate.
14
15 2008-08-29 Laurent Guerby <laurent@guerby.net>
16
17 * Makefile.in (FLAGS_TO_PASS): renamed to LIBADA_FLAGS_TO_PASS to
18 avoid conflicts. Factor more flags to pass.
19 (libsubdir): New variable.
20 (install-gnatlib): New target.
21
22 2008-08-28 Laurent Guerby <laurent@guerby.net>
23
24 * configure: Regenerate.
25
26 2008-08-06 Thomas Quinot <quinot@adacore.com>
27
28 * Makefile.in: generate s-oscons.ads again, previous change was
29 unneeded.
30
31 2008-08-06 Samuel Tardieu <sam@rfc1149.net>
32
33 * Makefile.in: Pass FLAGS_TO_PASS to sub-make for target
34 oscons.
35
36 2008-08-06 Thomas Quinot <quinot@adacore.com>
37
38 * Makefile.in: Now generate s-oscons-$(THREAD_KIND).
39
40 2008-08-05 Thomas Quinot <quinot@adacore.com>
41
42 * Makefile.in (gnatlib*): Now depend on oscons target.
43 (oscons): New target.
44
45 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
46
47 * configure.ac (warn_cflags): Substitute.
48 * configure: Regenerate.
49 * Makefile.in (libdir, WARN_CFLAGS): Substitute.
50 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
51 (ADA_CFLAGS, T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove,
52 they were unused.
53 (libada-mk): Do not include. Include libgcc.mvars instead.
54 (tmake_file): Remove, do not include.
55 (FLAGS_TO_PASS): Pass dummy values for exeext and CC.
56 * configure: Regenerate.
57
58 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
59
60 * configure.ac: move sinclude of acx.m4 before AC_INIT,
61 also sinclude override.m4.
62 * Makefile.in ($(srcdir)/configure): Update dependencies.
63 * configure: Regenerate.
64
65 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
66
67 * Makefile.in: Add dummy install-pdf target.
68
69 2007-01-23 Richard Guenther <rguenther@suse.de>
70
71 PR bootstrap/30541
72 * Makefile.in (STAGE_PREFIX): Do not define.
73 (FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
74
75 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
76
77 PR bootstrap/29802
78 * configure.ac: Call GCC_TOPLEV_SUBDIRS.
79 * configure: Regenerate.
80 * Makefile.in: Replace host_subdir.
81
82 2006-10-16 Brooks Moses <bmoses@stanford.edu>
83
84 * Makefile.in: Add dummy "pdf" target.
85
86 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
87
88 * Makefile.in: Add install-html target.
89
90 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
91
92 * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
93
94 2005-04-27 James E Wilson <wilson@specifixinc.com>
95
96 * Makefile.in (html): New.
97
98 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
99
100 PR bootstrap/17383
101 * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
102
103 2004-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
104
105 * Makefile.in: Add stamp file for building libada, to avoid
106 duplicate builds every time all-gnattools is called.
107
108 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
109
110 * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
111 here.
112
113 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
114
115 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
116 _TARGET.
117 * configure: Regenerate.
118
119 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
120
121 * configure.ac, Makefile.in: Remove gnattools-specific code
122 (see gnattools directory).
123 * Makefile.in: Remove dead rts-* targets.
124 * configure: Regenerate.
125
126 2004-05-25 Daniel Jacobowitz <drow@false.org>
127
128 * Makefile.in: Add .NOEXPORT.
129
130 2004-04-26 Arnaud Charlet <charlet@act-europe.fr>
131
132 * Makefile.in: Put back merge of some targets to avoid code duplication.
133 Remove at the same obsolete variable GNATLIBLDFLAGS.
134
135 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
136
137 * configure.ac: Fix stupid brain-fade; set default_gnattools_target
138 correctly.
139 * configure: Regenerate.
140
141 2004-04-19 Nathanael Nerode <neroden@gcc.gnu.org>
142
143 * Makefile.in: Revert most of Arnaud's last change. Prefer anything
144 over error-prone Make abuse. Remove temporary debug code.
145 (gnatlib-zcx): New target.
146 (gnattools): Split into gnattools-native, gnattools-cross, to fix
147 previous bug; select which on the basis of default_gnattools_target.
148 (ada.all.cross): Merged with gnattools-cross target.
149 * configure.ac: Set default_gnattools_target.
150 * configure: Regenerate.
151
152 2004-04-19 Arnaud Charlet <charlet@act-europe.fr>
153
154 * Makefile.in: Fix errors introduced in previous change (in particular,
155 errors when building gnattools were ignored).
156 Code clean up and simplification.
157 update comments.
158 Remove temporary debug code introduced by mistake in previous check in.
159 Prefer GNU Make syntax over complex and error-prone sh syntax.
160 (gnatlib-zcx): New target.
161 (ada.all.cross): Merged with gnattools-cross target.
162
163 2004-04-17 Nathanael Nerode <neroden@gcc.gnu.org>
164
165 * configure.ac: It's gnatlib-plain in the Makefile, not
166 gnatlib-simple; make configure match.
167 * configure: Regenerate.
168
169 2004-04-14 Nathanael Nerode <neroden@gcc.gnu.org>
170
171 * Makefile.in: Call gcc/ada/Makefile directly, not through the
172 intermediary of gcc/Makefile. Incorporate all necessary parts of
173 rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
174 targets, rts-zfp, rts-ravenscar. Get needed bits of GCC
175 configuration from (new) gcc/libada-mk. Decide what gnatlib variant
176 to build in configure.ac, not here.
177 * configure.ac: Provide Makefile.in with the new information it needs,
178 such as GCC's tmake_file and xmake_file.
179 * configure: Regenerate.
180
181 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
182
183 * configure.in: Rename file to ...
184 * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
185 * configure: Regenerate.
186
187 2003-03-02 Arnaud Charlet <charlet@act-europe.fr>
188
189 PR ada/14350
190 * configure.in: Remove hardcoded gcc version.
191
192 * configure: Regenerated.
193
194 2004-02-10 Ulrich Weigand <uweigand@de.ibm.com>
195
196 * Makefile.in (gnattools): Depend on gnatlib.
197
198 2003-02-10 Arnaud Charlet <charlet@act-europe.fr>
199
200 PR ada/6637, PR ada/5911
201 * configure.in, Makefile.in, configure: Merge with libada-branch
202
203 2003-10-27 Arnaud Charlet <charlet@act-europe.fr>
204
205 PR ada/6637, PR ada/5911
206 * configure.in: Add support for --enable/disable-shared
207 * Makefile.in: Add initial, simple support for gnatlib/gnattools
208 for native and cross configurations.
209 * configure: Regenerate
210
211 2003-10-23 Nathanael Nerode <neroden@gcc.gnu.org>
212
213 * configure.in: Make --enable-maintainer-mode work.
214 * configure: Regenerate.
215
216 * Makefile.in, configure.in: New files.
217 * configure: Generate.
218
219 * New directory, new ChangeLog.
220
221 Copyright 2003, 2004 Free Software Foundation, Inc.
222
223 This ChangeLog is free software; the Free Software Foundation gives
224 unlimited permission to copy, distribute, and modify it.