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