OSDN Git Service

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