OSDN Git Service

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