re PR ipa/81877 (Incorrect results with lto and -fipa-cp and -fipa-cp-clone)
[gcc.git] / gnattools / ChangeLog
1 2017-08-17 Richard Biener <rguenther@suse.de>
2
3 PR ada/81878
4 * Makefile.in (CXX_LFLAGS): Remove.
5 (TOOLS_FLAGS_TO_PASS_NATIVE): Pass $(CXX) as CXX.
6 (TOOLS_FLAGS_TO_PASS_RE): Likewise.
7
8 2016-05-16 Eric Botcazou <ebotcazou@adacore.com>
9
10 * configure.ac: Add ACX_NONCANONICAL_HOST.
11 * configure: Regenerate.
12 * Makefile.in: Replace host_alias with host_noncanonical.
13 (gnattools-cross): Do not rename the tools.
14
15 2016-04-04 Segher Boessenkool <segher@kernel.crashing.org>
16
17 PR bootstrap/70173
18 * Makefile.in (distclean): Also delete config.cache .
19
20 2015-12-06 Eric Botcazou <ebotcazou@adacore.com>
21
22 PR ada/50048
23 * Makefile.in (ftop_srcdir): New variable.
24 (INCLUDES_FOR_SUBDIR): Use -iquote and $(ftop_srcdir).
25
26 2015-06-08 John Marino <gnugcc@marino.st>
27
28 * configure.ac (*-*-dragonfly*): New configuration.
29 * configure: Regenerate.
30
31 2014-02-23 Eric Botcazou <ebotcazou@adacore.com>
32
33 * Makefile.in (TOOLS_FLAGS_TO_PASS_CROSS): Robustify.
34
35 2014-01-27 Eric Botcazou <ebotcazou@adacore.com>
36
37 * configure.ac (*-*-lynxos*): Delete.
38 * configure: Regenerate.
39
40 2013-12-12 Eric Botcazou <ebotcazou@adacore.com>
41 Iain Sandoe <iain@codesourcery.com>
42
43 PR ada/55946
44 * Makefile.in (host): Define.
45 (host_alias): Likewise.
46 (TOOLS_FLAGS_TO_PASS_RE): Add LDFLAGS.
47 (GNATMAKE_FOR_HOST): Define.
48 (GNATLINK_FOR_HOST): Likewise.
49 (GNATBIND_FOR_HOST): Likewise.
50 (GNATLS_FOR_HOST): Likewise.
51 (RTS_DIR): Move around and use GNATLS_FOR_HOST.
52 (TOOLS_FLAGS_TO_PASS_CROSS): Use the other *_HOST variables.
53
54 2013-12-04 Eric Botcazou <ebotcazou@adacore.com>
55
56 PR ada/59382
57 * configure.ac (target parameterization): Rewrite.
58 * configure: Regenerate.
59
60 2013-09-01 Eric Botcazou <ebotcazou@adacore.com>
61 Iain Sandoe <iain@codesourcery.com>
62
63 PR ada/58239
64 * Makefile.in (CXX_LFLAGS): New.
65 (TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
66 (TOOLS_FLAGS_TO_PASS_RE): Likewise.
67 (TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
68
69 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
70
71 * configure.ac (mips-sgi-irix*): Remove.
72 * configure: Regenerate.
73
74 2011-10-12 Eric Botcazou <ebotcazou@adacore.com>
75
76 * Makefile.in (LOOSE_WARN): Delete.
77 (GCC_WARN_CFLAGS): Set to -W -Wall.
78 (TOOLS_FLAGS_TO_PASS_1): Delete.
79 (TOOLS_FLAGS_TO_PASS_1re): Rename into...
80 (TOOLS_FLAGS_TO_PASS_RE): ...this.
81 (gnattools-native): Use TOOLS_FLAGS_TO_PASS_NATIVE.
82 (regnattools): Use TOOLS_FLAGS_TO_PASS_RE.
83
84 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
85
86 PR target/39150
87 * configure.ac (*86-*-solaris2*): Also accept
88 x86_64-*-solaris2.1[0-9]*.
89 * configure: Regenerate.
90
91 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
92
93 PR other/46202
94 * Makefile.in (install-strip): New phony target.
95 (check, installcheck, info, dvi, pdf, html, install)
96 (install-info, install-pdf, install-html, mostlyclean)
97 (clean, distclean, maintainer-clean): Mark phony.
98
99 2010-01-09 Simon Wright <simon@pushface.org>
100
101 PR ada/42659
102 * configure.ac (powerpc|*86-*-darwin*): Extend to *-*-darwin*.
103 * configure: Regenerate.
104
105 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
106
107 * configure.ac (AC_PREREQ): Bump to 2.64.
108
109 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
110
111 * configure: Regenerate.
112
113 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
114
115 * Makefile.in (AUTOCONF, configure_deps): New variables.
116 ($(srcdir)/configure): Use them.
117
118 2009-05-18 Bechir Zalila <bechir.zalila@gmail.com>
119
120 PR ada/40166
121 * Makefile.in (TOOLS_TARGET_PAIRS): Use the correct path to the
122 target specific sources.
123
124 2009-04-10 Arnaud Charlet <charlet@adacore.com>
125
126 * Makefile.in (stamp-tools): Add handling of snames.ad[sb].
127
128 2009-04-09 Jakub Jelinek <jakub@redhat.com>
129
130 * Makefile.in: Change copyright header to refer to version
131 3 of the GNU General Public License and to point readers at the
132 COPYING3 file and the FSF's license web page.
133 * configure.ac: Likewise.
134
135 2009-02-26 Andreas Schwab <schwab@suse.de>
136
137 PR ada/39172
138 * Makefile.in (fsrcdir): Point to gcc directory, not gcc/ada.
139 (INCLUDES_FOR_SUBDIR): Adjust.
140 (ADA_INCLUDES_FOR_SUBDIR): Adjust.
141
142 2008-08-01 Paolo Bonzini <bonzini@gnu.org>
143
144 * configure.ac (warn_cflags): Substitute.
145 * configure: Regenerate.
146 * Makefile.in (libdir, exeext, WARN_CFLAGS): Substitute.
147 (GCC_WARN_CFLAGS): Remove NOCOMMON_FLAG.
148 (ADA_INCLUDE_DIR, ADA_RTL_OBJ_DIR): Remove as they were unused.
149 (libsubdir): Remove.
150 (libada-mk): Do not include. Include libgcc.mvars instead.
151 (xmake_file): Remove, do not include.
152
153 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
154
155 * configure.ac (x_ada_cflags): Remove.
156 (ADA_CFLAGS): Substitute.
157 * configure: Regenerate.
158 * Makefile.in (ADA_CFLAGS): Substitute.
159 (T_ADA_CFLAGS, X_ADA_CFLAGS, ALL_ADA_CFLAGS): Remove.
160 (TOOLS_FLAGS_TO_PASS_1, TOOLS_FLAGS_TO_PASS_1re,
161 TOOLS_FLAGS_TO_PASS_NATIVE, TOOLS_FLAGS_TO_PASS_CROSS):
162 Pass ADA_CFLAGS.
163
164 2008-07-30 Laurent Guerby <laurent@guerby.net>
165
166 PR ada/5911
167 * gnattools/Makefile.in: Replace stamp-gnatlib by
168 stamp-gnatlib-rts.
169
170 2008-06-26 Chris Proctor <chrisp_42@bigpond.com>
171
172 * configure.ac, configure: Fix target specific pairs.
173
174 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
175
176 * configure.ac: move sinclude of acx.m4 before AC_INIT,
177 also sinclude override.m4.
178 * Makefile.in ($(srcdir)/configure): Update dependencies.
179 * configure: Regenerate.
180
181 2008-06-07 Joseph Myers <joseph@codesourcery.com>
182
183 * configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
184 * configure: Regenerate.
185
186 2008-05-20 Arnaud Charlet <charlet@adacore.com>
187
188 * Makefile.in (GNATTOOLS2_FILES): Replaced by common-tools target
189 in gcc/ada/Makefile.in
190
191 2008-05-13 Arnaud Charlet <charlet@adacore.com>
192
193 PR ada/31808
194 * Makefile.in (gnattools-cross): Do not build vxaddr2line
195
196 2008-04-05 Arnaud Charlet <charlet@adacore.com>
197
198 * Makefile.in: Remove handling of gnatbl.
199
200 2007-12-05 Bechir Zalila <bechir.zalila@gmail.com>
201
202 PR ada/34284
203 * configure.ac: Added a missing switch case for *86-*-darwin*
204 when defining the value of TOOLS_TARGET_PAIRS.
205
206 * configure: Regenerated.
207
208 2007-06-06 Arnaud Charlet <charlet@adacore.com>
209
210 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
211 gcc/ada/Makefile.in.
212
213 * configure: Regenerated.
214
215 2007-04-30 Arnaud Charlet <charlet@adacore.com>
216
217 PR ada/28953
218 * Makefile.in: No longer build gprmake
219
220 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
221
222 * Makefile.in: Add dummy install-pdf target.
223
224 2007-02-11 Andreas Schwab <schwab@suse.de>
225
226 * configure.ac: Update TOOLS_TARGET_PAIRS configuration to match
227 gcc/ada/Makefile.in.
228 * configure: Regenerated.
229
230 2007-01-23 Richard Guenther <rguenther@suse.de>
231
232 PR bootstrap/30541
233 * Makefile.in (STAGE_PREFIX): Do not define.
234
235 2006-10-10 Brooks Moses <bmoses@stanford.edu>
236
237 * Makefile.in: Added empty "pdf" target.
238
239 2006-06-03 Carlos O'Donell <carlos@codesourcery.com>
240
241 * Makefile.in: Add html and install-html targets.
242
243 2005-03-09 Arnaud Charlet <charlet@adacore.com>
244
245 * Makefile.in: Fix incorrect use of ' in shell command
246
247 2005-02-02 Nathanael Nerode <neroden@gcc.gnu.org>
248
249 * Makefile.in: Remove use of cc_set_by_configure; just use
250 plain old CC from the top level in this case.
251
252 2005-01-30 Nathanael Nerode <neroden@gcc.gnu.org>
253 Merge from mainline at tag libada-gnattools-merge-20050129:
254 * configure.ac: Changes propagated from gcc/ada/Makefile.in.
255 * Makefile.in: Changes relocated from gcc/ada/Makefile.in.
256
257 2004-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
258
259 * Makefile.in: Reinstate stamp-gnatlib check.
260
261 2004-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
262
263 * Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
264 gcc/ada/configure.ac into gnattools-native and gnattools-cross
265 targets, collecting flags as appropriate from here,
266 gcc/ada/Makefile.in, gcc/ada/configure.ac, etc. Attempt to retain
267 identical behavior.
268 * configure.ac: Add necessary configure bits from
269 gcc/ada/configure.ac.
270 * configure: Regenerate.
271
272 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
273
274 * configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
275 _TARGET. Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
276 ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
277 * configure: Regenerate.
278
279 2004-07-18 Nathanael Nerode <neroden@gcc.gnu.org>
280
281 * Makefile.in, configure.ac: Remove libada-specific targets and
282 variables.
283 * configure: Regenerate.
284 * New directory, cloned from libada.
285
286 Copyright 2004, 2005 Free Software Foundation, Inc.
287
288 This ChangeLog is free software; the Free Software Foundation gives
289 unlimited permission to copy, distribute, and modify it.