OSDN Git Service

d47137ef73f5966a09f8dfdbf426daf671826a45
[pf3gnuchains/gcc-fork.git] / gnattools / ChangeLog
1 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2
3         * configure.ac (AC_PREREQ): Bump to 2.64.
4
5 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6
7         * configure: Regenerate.
8
9 2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10
11         * Makefile.in (AUTOCONF, configure_deps): New variables.
12         ($(srcdir)/configure): Use them.
13
14 2009-05-18  Bechir Zalila  <bechir.zalila@gmail.com>
15
16         PR ada/40166
17         * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
18         target specific sources.
19
20 2009-04-10  Arnaud Charlet  <charlet@adacore.com>
21
22         * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
23
24 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
25
26         * Makefile.in: Change copyright header to refer to version
27         3 of the GNU General Public License and to point readers at the
28         COPYING3 file and the FSF's license web page.
29         * configure.ac: Likewise.
30
31 2009-02-26  Andreas Schwab  <schwab@suse.de>
32
33         PR ada/39172
34         * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
35         (INCLUDES_FOR_SUBDIR): Adjust.
36         (ADA_INCLUDES_FOR_SUBDIR): Adjust.
37
38 2008-08-01  Paolo Bonzini  <bonzini@gnu.org>
39
40         * configure.ac (warn_cflags): Substitute.
41         * configure: Regenerate.
42         * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
43         (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
44         (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
45         (libsubdir): Remove.
46         (libada-mk): Do not include.  Include libgcc.mvars instead.
47         (xmake_file): Remove, do not include.
48
49 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
50
51         * configure.ac (x_ada_cflags): Remove.
52         (ADA_CFLAGS): Substitute.
53         * configure: Regenerate.
54         * Makefile.in (ADA_CFLAGS): Substitute.
55         (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
56         (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
57         TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
58         Pass ADA_CFLAGS.
59
60 2008-07-30  Laurent Guerby  <laurent@guerby.net>
61
62         PR ada/5911
63         * gnattools/Makefile.in: Replace stamp-gnatlib by
64         stamp-gnatlib-rts.
65
66 2008-06-26  Chris Proctor  <chrisp_42@bigpond.com>
67
68         * configure.ac, configure: Fix target specific pairs.
69
70 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
71
72         * configure.ac: move sinclude of acx.m4 before AC_INIT,
73         also sinclude override.m4.
74         * Makefile.in ($(srcdir)/configure): Update dependencies.
75         * configure: Regenerate.
76
77 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
78
79         * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
80         * configure: Regenerate.
81
82 2008-05-20  Arnaud Charlet  <charlet@adacore.com>
83
84         * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
85         in gcc/ada/Makefile.in
86
87 2008-05-13  Arnaud Charlet  <charlet@adacore.com>
88
89         PR ada/31808
90         * Makefile.in (gnattools-cross): Do not build vxaddr2line
91
92 2008-04-05  Arnaud Charlet  <charlet@adacore.com>
93
94         * Makefile.in: Remove handling of gnatbl.
95
96 2007-12-05  Bechir Zalila  <bechir.zalila@gmail.com>
97
98         PR ada/34284
99         * configure.ac: Added a missing switch case for *86-*-darwin*
100         when defining the value of TOOLS_TARGET_PAIRS.
101
102         * configure: Regenerated.
103
104 2007-06-06  Arnaud Charlet  <charlet@adacore.com>
105
106         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
107         gcc/ada/Makefile.in.
108
109         * configure: Regenerated.
110
111 2007-04-30  Arnaud Charlet  <charlet@adacore.com>
112
113         PR ada/28953
114         * Makefile.in: No longer build gprmake
115
116 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
117
118         * Makefile.in: Add dummy install-pdf target.
119
120 2007-02-11  Andreas Schwab  <schwab@suse.de>
121
122         * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
123         gcc/ada/Makefile.in.
124         * configure: Regenerated.
125
126 2007-01-23  Richard Guenther  <rguenther@suse.de>
127
128         PR bootstrap/30541
129         * Makefile.in (STAGE_PREFIX): Do not define.
130
131 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
132
133         * Makefile.in: Added empty "pdf" target.
134
135 2006-06-03  Carlos O'Donell  <carlos@codesourcery.com>
136
137         * Makefile.in: Add html and install-html targets.
138
139 2005-03-09  Arnaud Charlet  <charlet@adacore.com>
140
141         * Makefile.in: Fix incorrect use of ' in shell command
142
143 2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
144
145         * Makefile.in: Remove use of cc_set_by_configure; just use
146         plain old CC from the top level in this case.
147
148 2005-01-30  Nathanael Nerode  <neroden@gcc.gnu.org>
149         Merge from mainline at tag libada-gnattools-merge-20050129:
150         * configure.ac: Changes propagated from gcc/ada/Makefile.in.
151         * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
152
153 2004-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
154
155         * Makefile.in: Reinstate stamp-gnatlib check.
156
157 2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
158
159         * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
160         gcc/ada/configure.ac into gnattools-native and gnattools-cross
161         targets, collecting flags as appropriate from here,
162         gcc/ada/Makefile.in, gcc/ada/configure.ac, etc.  Attempt to retain
163         identical behavior.
164         * configure.ac: Add necessary configure bits from
165         gcc/ada/configure.ac.
166         * configure: Regenerate.
167
168 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
169
170         * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
171         _TARGET.  Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
172         ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
173         * configure: Regenerate.
174
175 2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
176
177         * Makefile.in, configure.ac: Remove libada-specific targets and
178         variables.
179         * configure: Regenerate.
180         * New directory, cloned from libada.
181
182 Copyright 2004, 2005 Free Software Foundation, Inc.
183
184 This ChangeLog is free software; the Free Software Foundation gives
185 unlimited permission to copy, distribute, and modify it.