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