Mark ChangeLog
[official-gcc.git] / libada / ChangeLog
blob0930b73cc5e016c1f64d3d56f3b66ac94c60b6c1
1 2008-02-01  Release Manager
3         * GCC 4.2.3 released.
5 2007-10-07  Release Manager
7         * GCC 4.2.2 released.
9 2007-07-19  Release Manager
11         * GCC 4.2.1 released.
13 2007-05-13  Release Manager
15         * GCC 4.2.0 released.
17 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
19         PR bootstrap/29802
20         * configure.ac: Call GCC_TOPLEV_SUBDIRS.
21         * configure: Regenerate.
22         * Makefile.in: Replace host_subdir.
24 2006-10-16  Brooks Moses  <bmoses@stanford.edu>
26         * Makefile.in: Add dummy "pdf" target.
28 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
30         * Makefile.in: Add install-html target.
32 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
34         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
36 2005-04-27  James E Wilson  <wilson@specifixinc.com>
38         * Makefile.in (html): New.
40 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
42         PR bootstrap/17383
43         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
45 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
47         * Makefile.in: Add stamp file for building libada, to avoid
48         duplicate builds every time all-gnattools is called.
50 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
52         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
53         here.
55 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
57         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
58         _TARGET.
59         * configure: Regenerate.
61 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
63         * configure.ac, Makefile.in: Remove gnattools-specific code
64         (see gnattools directory).
65         * Makefile.in: Remove dead rts-* targets.
66         * configure: Regenerate.
68 2004-05-25  Daniel Jacobowitz  <drow@false.org>
70         * Makefile.in: Add .NOEXPORT.
72 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
74         * Makefile.in: Put back merge of some targets to avoid code duplication.
75         Remove at the same obsolete variable GNATLIBLDFLAGS.
77 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
79         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
80         correctly.
81         * configure: Regenerate.
83 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
85         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
86         over error-prone Make abuse.  Remove temporary debug code.
87         (gnatlib-zcx): New target.
88         (gnattools): Split into gnattools-native, gnattools-cross, to fix
89         previous bug; select which on the basis of default_gnattools_target.
90         (ada.all.cross): Merged with gnattools-cross target.
91         * configure.ac: Set default_gnattools_target.
92         * configure: Regenerate.
94 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
96         * Makefile.in: Fix errors introduced in previous change (in particular,
97         errors when building gnattools were ignored).
98         Code clean up and simplification.
99         update comments.
100         Remove temporary debug code introduced by mistake in previous check in.
101         Prefer GNU Make syntax over complex and error-prone sh syntax.
102         (gnatlib-zcx): New target.
103         (ada.all.cross): Merged with gnattools-cross target.
105 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
107         * configure.ac: It's gnatlib-plain in the Makefile, not
108         gnatlib-simple; make configure match.
109         * configure: Regenerate.
111 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
113         * Makefile.in: Call gcc/ada/Makefile directly, not through the
114         intermediary of gcc/Makefile.  Incorporate all necessary parts of
115         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
116         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
117         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
118         to build in configure.ac, not here.
119         * configure.ac: Provide Makefile.in with the new information it needs,
120         such as GCC's tmake_file and xmake_file.
121         * configure: Regenerate.
123 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
125         * configure.in: Rename file to ...
126         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
127         * configure: Regenerate.
129 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
131         PR ada/14350
132         * configure.in: Remove hardcoded gcc version.
134         * configure: Regenerated.
136 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
138         * Makefile.in (gnattools): Depend on gnatlib.
140 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
142         PR ada/6637, PR ada/5911
143         * configure.in, Makefile.in, configure: Merge with libada-branch
145 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
147         PR ada/6637, PR ada/5911
148         * configure.in: Add support for --enable/disable-shared
149         * Makefile.in: Add initial, simple support for gnatlib/gnattools
150         for native and cross configurations.
151         * configure: Regenerate
153 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
155         * configure.in: Make --enable-maintainer-mode work.
156         * configure: Regenerate.
158         * Makefile.in, configure.in: New files.
159         * configure: Generate.
161         * New directory, new ChangeLog.
163 Copyright 2003, 2004 Free Software Foundation, Inc.
165 This ChangeLog is free software; the Free Software Foundation gives
166 unlimited permission to copy, distribute, and modify it.