OSDN Git Service

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