OSDN Git Service

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