OSDN Git Service

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