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