OSDN Git Service

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