OSDN Git Service

cp/
[pf3gnuchains/gcc-fork.git] / libada / ChangeLog
1 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
2
3         * Makefile.in: Add install-html target.
4
5 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
6
7         * Makefile.in (FLAGS_TO_PASS): Add GCC_FOR_TARGET.
8
9 2005-04-27  James E Wilson  <wilson@specifixinc.com>
10
11         * Makefile.in (html): New.
12
13 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
14
15         PR bootstrap/17383
16         * Makefile.in (GCC_DIR): Add $(HOST_SUBDIR) to the definition.
17
18 2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
19
20         * Makefile.in: Add stamp file for building libada, to avoid
21         duplicate builds every time all-gnattools is called.
22
23 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
24
25         * Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
26         here.
27
28 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
29
30         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
31         _TARGET.
32         * configure: Regenerate.
33
34 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
35
36         * configure.ac, Makefile.in: Remove gnattools-specific code
37         (see gnattools directory).
38         * Makefile.in: Remove dead rts-* targets.
39         * configure: Regenerate.
40
41 2004-05-25  Daniel Jacobowitz  <drow@false.org>
42
43         * Makefile.in: Add .NOEXPORT.
44
45 2004-04-26  Arnaud Charlet  <charlet@act-europe.fr>
46
47         * Makefile.in: Put back merge of some targets to avoid code duplication.
48         Remove at the same obsolete variable GNATLIBLDFLAGS.
49
50 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
51
52         * configure.ac: Fix stupid brain-fade; set default_gnattools_target
53         correctly.
54         * configure: Regenerate.
55
56 2004-04-19  Nathanael Nerode  <neroden@gcc.gnu.org>
57
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.
66
67 2004-04-19  Arnaud Charlet  <charlet@act-europe.fr>
68
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.
77
78 2004-04-17  Nathanael Nerode  <neroden@gcc.gnu.org>
79
80         * configure.ac: It's gnatlib-plain in the Makefile, not
81         gnatlib-simple; make configure match.
82         * configure: Regenerate.
83
84 2004-04-14  Nathanael Nerode  <neroden@gcc.gnu.org>
85
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.
95
96 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
97
98         * configure.in: Rename file to ...
99         * configure.ac: .. to this. Bump AC_PREREQ to 2.59.
100         * configure: Regenerate.
101
102 2003-03-02  Arnaud Charlet  <charlet@act-europe.fr>
103
104         PR ada/14350
105         * configure.in: Remove hardcoded gcc version.
106
107         * configure: Regenerated.
108
109 2004-02-10  Ulrich Weigand  <uweigand@de.ibm.com>
110
111         * Makefile.in (gnattools): Depend on gnatlib.
112
113 2003-02-10  Arnaud Charlet  <charlet@act-europe.fr>
114
115         PR ada/6637, PR ada/5911
116         * configure.in, Makefile.in, configure: Merge with libada-branch
117
118 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
119
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
125
126 2003-10-23  Nathanael Nerode  <neroden@gcc.gnu.org>
127
128         * configure.in: Make --enable-maintainer-mode work.
129         * configure: Regenerate.
130
131         * Makefile.in, configure.in: New files.
132         * configure: Generate.
133
134         * New directory, new ChangeLog.
135
136 Copyright 2003, 2004 Free Software Foundation, Inc.
137
138 This ChangeLog is free software; the Free Software Foundation gives
139 unlimited permission to copy, distribute, and modify it.