Merge from mainline.
[official-gcc.git] / libada / ChangeLog
blob77e4cdb7dcbd514c7e5bb42445e1f034d167faf3
1 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
3         * Makefile.in: Add install-html target.
5 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
9 2005-04-27  James E Wilson  <wilson@specifixinc.com>
11         * Makefile.in (html): New.
13 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
15         PR bootstrap/17383
16         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
18 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
20         * Makefile.in: Add stamp file for building libada, to avoid
21         duplicate builds every time all-gnattools is called.
23 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
25         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
26         here.
28 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
30         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
31         _TARGET.
32         * configure: Regenerate.
34 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
36         * configure.ac, Makefile.in: Remove gnattools-specific code
37         (see gnattools directory).
38         * Makefile.in: Remove dead rts-* targets.
39         * configure: Regenerate.
41 2004-05-25  Daniel Jacobowitz  <drow@false.org>
43         * Makefile.in: Add .NOEXPORT.
45 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
47         * Makefile.in: Put back merge of some targets to avoid code duplication.
48         Remove at the same obsolete variable GNATLIBLDFLAGS.
50 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
52         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
53         correctly.
54         * configure: Regenerate.
56 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
58         * Makefile.in: Revert most of Arnaud's last change.  Prefer anything
59         over error-prone Make abuse.  Remove temporary debug code.
60         (gnatlib-zcx): New target.
61         (gnattools): Split into gnattools-native, gnattools-cross, to fix
62         previous bug; select which on the basis of default_gnattools_target.
63         (ada.all.cross): Merged with gnattools-cross target.
64         * configure.ac: Set default_gnattools_target.
65         * configure: Regenerate.
67 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
69         * Makefile.in: Fix errors introduced in previous change (in particular,
70         errors when building gnattools were ignored).
71         Code clean up and simplification.
72         update comments.
73         Remove temporary debug code introduced by mistake in previous check in.
74         Prefer GNU Make syntax over complex and error-prone sh syntax.
75         (gnatlib-zcx): New target.
76         (ada.all.cross): Merged with gnattools-cross target.
78 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
80         * configure.ac: It's gnatlib-plain in the Makefile, not
81         gnatlib-simple; make configure match.
82         * configure: Regenerate.
84 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
86         * Makefile.in: Call gcc/ada/Makefile directly, not through the
87         intermediary of gcc/Makefile.  Incorporate all necessary parts of
88         rules from gcc/ada/Make-lang.in, including extra gnatlib/gnattools
89         targets, rts-zfp, rts-ravenscar.  Get needed bits of GCC
90         configuration from (new) gcc/libada-mk.  Decide what gnatlib variant
91         to build in configure.ac, not here.
92         * configure.ac: Provide Makefile.in with the new information it needs,
93         such as GCC's tmake_file and xmake_file.
94         * configure: Regenerate.
96 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
98         * configure.in: Rename file to ...
99         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
100         * configure: Regenerate.
102 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
104         PR ada/14350
105         * configure.in: Remove hardcoded gcc version.
107         * configure: Regenerated.
109 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
111         * Makefile.in (gnattools): Depend on gnatlib.
113 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
115         PR ada/6637, PR ada/5911
116         * configure.in, Makefile.in, configure: Merge with libada-branch
118 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
120         PR ada/6637, PR ada/5911
121         * configure.in: Add support for --enable/disable-shared
122         * Makefile.in: Add initial, simple support for gnatlib/gnattools
123         for native and cross configurations.
124         * configure: Regenerate
126 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
128         * configure.in: Make --enable-maintainer-mode work.
129         * configure: Regenerate.
131         * Makefile.in, configure.in: New files.
132         * configure: Generate.
134         * New directory, new ChangeLog.
136 Copyright 2003, 2004 Free Software Foundation, Inc.
138 This ChangeLog is free software; the Free Software Foundation gives
139 unlimited permission to copy, distribute, and modify it.