]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
d: Merge upstream dmd 76e3b41375, druntime 1462ebd1, phobos 5fef0d28f.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
1ea978e3
JJ
12022-05-06 Release Manager
2
3 * GCC 12.1.0 released.
4
d1d57187
GA
52022-04-19 Richard Henderson <rth@gcc.gnu.org>
6
7 * MAINTAINERS: Update my email address.
8
8af4270d
GA
92022-04-01 Qian Jianhua <qianjh@fujitsu.com>
10
11 * MAINTAINERS: Update my email address.
12
9f774626
GA
132022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
14
15 * MAINTAINERS: (CPU Port Maintainers): Add myself and
16 Lulu as LoongArch port maintainer.
17
182022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
19 Lulu Cheng <chenglulu@loongson.cn>
20
21 * configure.ac: Add LoongArch tuples.
22 * configure: Regenerate.
23
aab0127d
GA
242022-03-28 Tom Tromey <tromey@adacore.com>
25
26 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
27 * configure: Rebuild.
28
6fc4a993
GA
292022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
30
31 * MAINTAINERS: Change my information.
32
9fc8f278
GA
332022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
34
35 * MAINTAINERS: Add myself to DCO section.
36
510613e7
GA
372022-03-14 Jonathan Wakely <jwakely@redhat.com>
38
39 * configure.ac: Fix incorrect option in comment.
40 * configure: Regenerate.
41
8cc4f9cd
GA
422022-03-09 Hans-Peter Nilsson <hp@axis.com>
43
44 * Makefile.def (dependencies): Make configure-sim depend on
45 all-readline.
46 * Makefile.in: Regenerate.
47
2cfb33fc
GA
482022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
49
50 * MAINTAINERS (Write After Approval): Update my e-mail address.
51
2a2fda2d
GA
522022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
53
54 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
55
1bb52662
GA
562022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
57
58 * MAINTAINERS: Update my email and add myself to the DCO list.
59
e0b8716f
GA
602022-01-25 Thomas Schwinge <thomas@codesourcery.com>
61
62 Revert:
63 2021-09-16 Andrew Pinski <apinski@marvell.com>
64
65 PR bootstrap/67102
66 * Makefile.def: Have configure-target-libffi depend on
67 all-target-libstdc++-v3.
68 * Makefile.in: Regenerate.
69
d43be9dc
GA
702022-01-22 Jakub Jelinek <jakub@redhat.com>
71
72 PR other/104181
73 * build.log: Remove.
74
5fa55d55
GA
752022-01-20 Martin Liska <mliska@suse.cz>
76
77 * MAINTAINERS: Adjust email address based on IRC request.
78
7a761ae6
GA
792022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
80
81 * MAINTAINERS: Update my email address.
82
fc829782
GA
832022-01-17 Martin Liska <mliska@suse.cz>
84
85 * MAINTAINERS: Rename .c names to .cc.
86
ad3f0d08
GA
872022-01-13 Jakub Jelinek <jakub@redhat.com>
88
89 * Makefile.am: Remove.
90
01a254e3
GA
912022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
92
93 * Makefile.am: New file.
94
952022-01-11 Martin Liska <mliska@suse.cz>
96
97 * MAINTAINERS: Sort 2 names.
98
d9450aa0
GA
992022-01-10 Martin Liska <mliska@suse.cz>
100
101 * MAINTAINERS: Fix obvious issues with sorting.
102
55e96bf9
GA
1032022-01-07 liuhongt <hongtao.liu@intel.com>
104
105 * build.log: New file.
106
0fbefa25
GA
1072022-01-05 Nathan Sidwell <nathan@acm.org>
108
109 * MAINTAINERS: Add DCO entry. Sort that list.
110
7d11b64b
GA
1112022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
112
113 * MAINTAINERS: Change of email address in both DCO and
114 Write After Approval list.
115
aa17859b
GA
1162021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
117
118 * configure: Regenerate.
119
1202021-12-21 Martin Liska <mliska@suse.cz>
121
122 * config.sub: Change mode back to 755.
123
2554e2da
GA
1242021-12-17 Martin Liska <mliska@suse.cz>
125
126 * config.sub: Sync from master.
127
1282021-12-17 Martin Liska <mliska@suse.cz>
129
130 Revert:
131 2021-12-16 Matthias Seidel <mseidel@apache.org>
132
133 * config.sub: Fix typo.
134
774269aa
GA
1352021-12-16 Matthias Seidel <mseidel@apache.org>
136
137 * config.sub: Fix typo.
138
1392021-12-16 H.J. Lu <hjl.tools@gmail.com>
140
141 Revert:
142 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
143
144 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
145 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
146 * configure.ac: Include config/gcc-plugin.m4.
147 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
148 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
149 RANLIB if possible.
150 * Makefile.in: Regenerated.
151 * configure: Likewise.
152
8a89c39b
GA
1532021-12-15 H.J. Lu <hjl.tools@gmail.com>
154
155 * Makefile.tpl (BUILD_CFLAGS): New.
156 (CFLAGS): Append $(BUILD_CFLAGS).
157 (CXXFLAGS): Likewise.
158 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
159 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
160 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
161 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
162 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
163 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
164 (PGO-TRAINING-TARGETS): Likewise.
165 (PGO_BUILD_TRAINING): Likewise.
166 (all): Add '+' to the command line for recursive make. Support
167 the PGO build.
168 * configure.ac: Add --enable-pgo-build[=lto].
169 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
170 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
171 * Makefile.in: Regenerated.
172 * configure: Likewise.
173
1742021-12-15 H.J. Lu <hjl.tools@gmail.com>
175
176 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
177 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
178 * configure.ac: Include config/gcc-plugin.m4.
179 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
180 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
181 RANLIB if possible.
182 * Makefile.in: Regenerated.
183 * configure: Likewise.
184
9c6586bc
GA
1852021-12-14 Marc Poulhiès <poulhies@adacore.com>
186
187 * MAINTAINERS: Add myself to write after approval.
188
3a580f96
GA
1892021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
190
191 * MAINTAINERS: Adding myself.
192
ea6ef320
GA
1932021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
194
195 * configure: Regenerate.
196 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
197 $(CPP).
198
c177e806
GA
1992021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
200
201 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
202 libatomic.
203 * Makefile.in: Regenerate.
204 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
205 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
206 target-libphobos-bootstrap.
207 (STAGE2_CONFIGURE_FLAGS): Likewise.
208 * configure: Regenerate.
209 * configure.ac: Add support for bootstrapping D front-end.
210
6b1695f4
GA
2112021-11-16 Martin Uecker <uecker@gcc.gnu.org>
212
213 * MAINTAINERS: Add myself to DCO section and update email address.
214
2152021-11-16 Iain Sandoe <iain@sandoe.co.uk>
216
217 * configure: Regenerate.
218 * configure.ac: Ensure that PIC (shared) defaults are set
219 correctly for Darwin.
220
2212021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
222
223 * MAINTAINERS: Update my address.
224
af2852b9
GA
2252021-11-12 Alan Modra <amodra@gmail.com>
226
227 * Makefile.def (configure-opcodes): Depend on configure-bfd.
228 * Makefile.in: Regenerate.
229
18ae471f
GA
2302021-11-03 Maciej W. Rozycki <macro@embecosm.com>
231
232 * MAINTAINERS: Clarify the policy WRT the Write After Approval
233 list.
234
b4df2dd3
GA
2352021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * MAINTAINERS (Reviewers, arc): Remove my entry.
238 (Write After Approval): Add an entry for myself.
239
2322c8b1
GA
2402021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
241
242 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
243 * Makefile.in: Regenerate.
244 * configure: Regenerate.
245 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
246
3ff5b4ed
GA
2472021-10-26 Jeff Law <jeffreyalaw@gmail.com>
248
249 * MAINTAINERS: Fix up Maciej's entries.
250
2512021-10-26 Maciej W. Rozycki <macro@embecosm.com>
252
253 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
254 maintainer.
255
c2bd5d8a
GA
2562021-10-22 Eric Gallager <egallager@gcc.gnu.org>
257
258 PR other/102663
259 * Makefile.def: Handle install-dvi target.
260 * Makefile.tpl: Likewise.
261 * Makefile.in: Regenerate.
262
19472fc3
GA
2632021-10-19 Clément Chigot <clement.chigot@atos.net>
264
265 * MAINTAINERS: Add myself for write after approval.
266
52055987
GA
2672021-10-12 Eric Gallager <egallager@gcc.gnu.org>
268
269 * Makefile.def: Mark libcody, libdecnumber,
270 c++tools, libgcc, and libobjc as missing TAGS
271 targets.
272 * Makefile.in: Regenerate.
273
50e20ee6
GA
2742021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
275
276 * MAINTAINERS: Add myself to DCO section and update email
277 address.
278
d238146e
GA
2792021-09-29 Jonathan Wakely <jwakely@redhat.com>
280
281 * MAINTAINERS: Add myself to DCO section.
282
fd133479
GA
2832021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 * configure: Regenerate.
286 * configure.ac (skipdirs): Add the contents of target_configdirs if
287 we are not building gcc.
288
9a4293ed
GA
2892021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * Makefile.def: Back-port commits ba4d88ad892f and
292 755ba58ebef0 from binutils-gdb repository.
293 * Makefile.in: Regenerated.
294
62498024
GA
2952021-09-20 Harald Anlauf <anlauf@gmx.de>
296
297 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
298
0a4cb439
GA
2992021-09-17 Iain Sandoe <iain@sandoe.co.uk>
300
301 * Makefile.def: Add a jit check target for the jit
302 language.
303 * Makefile.in: Regenerate.
304
e19570d3
GA
3052021-09-16 Andrew Pinski <apinski@marvell.com>
306
307 PR bootstrap/67102
308 * Makefile.def: Have configure-target-libffi depend on
309 all-target-libstdc++-v3.
310 * Makefile.in: Regenerate.
311
a26206ec
GA
3122021-09-10 Petter Tomner <tomner@kth.se>
313
314 * MAINTAINERS: Me added to DCO and write after approval
315
e11c6046
GA
3162021-09-01 YunQiang Su <syq@debian.org>
317
318 * MAINTAINERS: Add myself for write after approval.
319
6d51ee43
GA
3202021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
323 * Makefile.in: Regenerate.
324
4be4fa4e
GA
3252021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
326
327 * MAINTAINERS: Add myself for write after approval.
328
6e529985
GA
3292021-08-18 Iain Sandoe <iain@sandoe.co.uk>
330
331 * Makefile.in: Regenerate.
332 * Makefile.tpl: Make the state of the configured host
333 shared flag available to makefile fragements.
334
37768150
GA
3352021-08-09 Hongyu Wang <hongyu.wang@intel.com>
336
337 * MAINTAINERS (Write After Approval): Add myself.
338
92d45509
GA
3392021-07-20 Richard Earnshaw <rearnsha@arm.com>
340
341 * .dir-locals.el (bug-reference-url-format): Use https.
342
3432021-07-20 Richard Earnshaw <rearnsha@arm.com>
344
345 * .dir-locals.el (c-mode): Change fill-column to 79.
346
d97d71a1
GA
3472021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
348
349 * MAINTAINERS: Add myself to DCO section.
350
ef2ace64
GA
3512021-07-09 Iain Sandoe <iain@sandoe.co.uk>
352
353 * configure: Regenerate.
354 * configure.ac: Adjust cases for which it is necessary to
355 include the Darwin host config fragment.
356
6fba0eea
GA
3572021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
358
359 * MAINTAINERS: Add myself for write after approval and DCO.
360
6d53e6f9
GA
3612021-07-05 Iain Sandoe <iain@sandoe.co.uk>
362
363 * Makefile.def: Add dsymutil defs.
364 * Makefile.in: Regenerated.
365 * Makefile.tpl: Add dsymutil to flags.
366 * configure: Regenerated.
367 * configure.ac: Add dsymutil to target and build recipes.
368
bea7c16a
GA
3692021-07-01 Ankur Saini <arsenic@sourceware.org>
370
371 * MAINTAINERS: Add myself for write after approval.
372
25b6bfea
GA
3732021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
374
375 * MAINTAINERS (Write After Approval): Add myself.
376
90708f87
GA
3772021-06-25 Matthias Kretz <m.kretz@gsi.de>
378
379 * MAINTAINERS: Add myself for write after approval and DCO
380
9aa8327e
GA
3812021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
382
383 * .gitignore: Add entry for cscope.out.
384
419af06a
GA
3852021-06-22 liuhongt <hongtao.liu@intel.com>
386
387 * MAINTAINERS: Remove my Write After Approval entry.
388
2f080224
GA
3892021-06-21 liuhongt <hongtao.liu@intel.com>
390
391 * MAINTAINERS: Add myself as maintainer of the i386 vector
392 extensions.
393
c5581d48
GA
3942021-06-18 Antoni Boucher <bouanto@zoho.com>
395
396 * MAINTAINERS (Write After Approval): Add myself.
397
688359a2
GA
3982021-06-17 Aldy Hernandez <aldyh@redhat.com>
399
400 * MAINTAINERS (Various Maintainers): Add Andrew and myself
401 as *vrp and ranger maintainers.
402
28c62475
GA
4032021-06-05 Jeff Law <jeffreyalaw@gmail.com>
404
405 * MAINTAINERS: Adjust my entry in the DCO section so that it does
406 not trigger testsuite failures.
407
4082021-06-05 Jeff Law <jeffreyalaw@gmail.com>
409
410 * MAINTAINERS: Add myself to DCO section with both email addresses.
411
440c8a0a
GA
4122021-06-03 Jason Merrill <jason@redhat.com>
413
414 * MAINTAINERS: Add DCO version number.
415
9663c744
GA
4162021-06-02 Jason Merrill <jason@redhat.com>
417
418 * MAINTAINERS: Add DCO section.
419
ee682192
GA
4202021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
421
422 * MAINTAINERS (Write After Approval): Add myself.
423
1a87f838
GA
4242021-05-29 Mike Frysinger <vapier@gentoo.org>
425
426 * configure.ac: Add gnulib to configdirs for sim.
427 * configure: Regenerate.
428
a8daf9a1
GA
4292021-05-18 Mike Frysinger <vapier@gentoo.org>
430
431 * Makefile.def: Add configure-sim dependency on all-gnulib.
432 * Makefile.in: Regenerated.
433
a7ffc1ef
GA
4342021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
435
436 * MAINTAINERS (Write After Approval): Add myself.
437
0ff3a0f2
GA
4382021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
439
440 * MAINTAINERS (Write After Approval): Add myself.
441
037e3661
GA
4422021-05-11 Martin Liska <mliska@suse.cz>
443
444 * MAINTAINERS: Remove entries for removed
445 components (HSA, BRIG, libhsail-rt).
446 Move Pekka to Write After Approval.
447
4482021-05-11 Martin Liska <mliska@suse.cz>
449
450 * Makefile.def: Remove libhsail-rt.
451 * Makefile.in: Likewise.
452 * configure.ac: Likewise.
453 * configure: Regenerate.
454 * libhsail-rt/ChangeLog: Removed.
455 * libhsail-rt/Makefile.am: Removed.
456 * libhsail-rt/Makefile.in: Removed.
457 * libhsail-rt/README: Removed.
458 * libhsail-rt/aclocal.m4: Removed.
459 * libhsail-rt/configure: Removed.
460 * libhsail-rt/configure.ac: Removed.
461 * libhsail-rt/configure.tgt: Removed.
462 * libhsail-rt/include/internal/fibers.h: Removed.
463 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
464 * libhsail-rt/include/internal/phsa-rt.h: Removed.
465 * libhsail-rt/include/internal/workitems.h: Removed.
466 * libhsail-rt/rt/arithmetic.c: Removed.
467 * libhsail-rt/rt/atomics.c: Removed.
468 * libhsail-rt/rt/bitstring.c: Removed.
469 * libhsail-rt/rt/fbarrier.c: Removed.
470 * libhsail-rt/rt/fibers.c: Removed.
471 * libhsail-rt/rt/fp16.c: Removed.
472 * libhsail-rt/rt/misc.c: Removed.
473 * libhsail-rt/rt/multimedia.c: Removed.
474 * libhsail-rt/rt/queue.c: Removed.
475 * libhsail-rt/rt/sat_arithmetic.c: Removed.
476 * libhsail-rt/rt/segment.c: Removed.
477 * libhsail-rt/rt/workitems.c: Removed.
478 * libhsail-rt/target-config.h.in: Removed.
479
99e8df7a
GA
4802021-05-04 Nick Clifton <nickc@redhat.com>
481
482 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
483 * configure: Regenerate.
484
e4ff4ffb
GA
4852021-04-28 Jakub Jelinek <jakub@redhat.com>
486 Tobias Burnus <tobias@codesourcery.com>
487
488 * configure.ac (--enable-offload-defaulted): New.
489 * configure: Regenerate.
490
05ec629f
GA
4912021-04-23 David Faust <david.faust@oracle.com>
492
493 * MAINTAINERS (Write After Approval): Add myself.
494
a0ecde22
GA
4952021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
496
497 * MAINTAINERS (Write After Approval): Add myself.
498
651684b4
GA
4992021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
500
501 * MAINTAINERS: Add myself as pru port maintainer.
502
bf1f3168
GA
5032021-03-23 David Malcolm <dmalcolm@redhat.com>
504
505 * MAINTAINERS: Add myself as static analyzer maintainer.
506
287e3e84
GA
5072021-03-18 Jeff Law <jlaw@tachyum.com>
508
509 * MAINTAINERS: Update primary entry.
510
5e93c2f0
GA
5112021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
512
513 * MAINTAINERS (Write After Approval): Add myself.
514
5152021-03-13 Mike Frysinger <vapier@gentoo.org>
516
517 * Makefile.def: Remove all-sim dependency on configure-gdb.
518 * Makefile.in: Regenerated.
519
48ff383f
GA
5202021-03-11 Jeff Law <law@redhat.com>
521
522 * MAINTAINERS: Update entries for a few ex-ImgTec employees
523
5242021-03-11 Martin Liska <mliska@suse.cz>
525
526 * Makefile.tpl: The change was done Makefile.in which
527 is generated file.
528
6405b40f
GA
5292021-03-08 Jeff Law <law@redhat.com>
530
531 * MAINTAINERS: Update my email address
532
71e24b06
GA
5332021-02-23 Kito Cheng <kito.cheng@sifive.com>
534
535 * config.guess: Import latest upstream.
536 * config.sub: Import latest upstream.
537
161e4c08
GA
5382021-01-25 Martin Liska <mliska@suse.cz>
539
540 PR gcov-profile/98739
541 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
542 for profiledbootstrap.
543
8502e23d
GA
5442021-01-22 Jonathan Wright <jonathan.wright@arm.com>
545
546 * MAINTAINERS (Write After Approval): Add myself.
547
5482021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
549
550 * MAINTAINERS (Write After Approval): Update my e-mail address.
551
6851dda2
GA
5522021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
553
554 * MAINTAINERS: Fix spacing.
555
5562021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
557
558 * MAINTAINERS (Write After Approval): Add myself
559
942ae5be
GA
5602021-01-06 Nick Alcock <nick.alcock@oracle.com>
561
562 * Makefile.def: Sync with binutils-gdb:
563 (dependencies): all-ld depends on all-libctf.
564 (host_modules): libctf is no longer no_install.
565 No longer no_check. Checking depends on all-ld.
566 * Makefile.in: Regenerated.
567
651b8a50
GA
5682021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
569
570 * libtool.m4: Match gnu* along other GNU systems.
571 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
572 * libgo/configure: Re-generate.
573
7e73f511
GA
5742021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
575
576 * MAINTAINERS: Update my email address.
577
cd69e3d5
GA
5782020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
579
580 * MAINTAINERS (Write After Approval): Add myself.
581
6e9d8651
GA
5822020-12-15 Nathan Sidwell <nathan@acm.org>
583
584 * Makefile.def
585 * Makefile.in
586 * Makefile.tpl
587 * configure
588 * configure.ac
589
5902020-12-15 Nathan Sidwell <nathan@acm.org>
591
592 * Makefile.def: Add libcody.
593 * configure.ac: Add libcody.
594 * Makefile.in: Regenerated.
595 * configure: Regenerated.
596
d52945ce
GA
5972020-12-14 Andrea Corallo <andrea.corallo@arm.com>
598
599 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
600
6e1edf48
GA
6012020-12-05 Iain Sandoe <iain@sandoe.co.uk>
602
603 PR target/97865
604 * libtool.m4: Update handling of Darwin platform link flags
605 for Darwin20.
606
11860cf4
GA
6072020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
608
609 * .gitignore: Sync with binutils-gdb
610
6112020-12-02 Claudiu Zissulescu <claziss@gmail.com>
612
613 * MAINTAINERS: Add myself as arc port maintainer.
614
a9625c50
GA
6152020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
616
617 PR d/87788
618 * configure.ac: Don't disable D for *-*-darwin*.
619 * configure: Regenerate.
620
6212020-11-29 John David Anglin <danglin@gcc.gnu.org>
622
623 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
624 hppa64-*-hpux11*.
625
360258da
GA
6262020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
627
628 * configure: Regenerate.
629 * configure.ac: Add --bootstrap-hwasan option.
630
8e6198d0
GA
6312020-11-23 Iain Sandoe <iain@sandoe.co.uk>
632
633 * config.guess: Import latest upstream.
634 * config.sub: Import latest upstream.
635
29c5d9ce
GA
6362020-11-16 Martin Liska <mliska@suse.cz>
637
638 * .gitignore: Add cache as clangd uses it now.
639
77f67db2
GA
6402020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
641
642 * MAINTAINERS (Write After Approval): add myself
643
2bee28dd
GA
6442020-11-09 Pat Bernardi <bernardi@adacore.com>
645
646 * MAINTAINERS (Write After Approval): Add myself.
647
6482020-11-09 Jonathan Wakely <jwakely@redhat.com>
649
650 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
651 Remove FIXME comments.
652
44cab2d8
GA
6532020-11-06 Martin Uecker <muecker@gwdg.de>
654
655 * MAINTAINERS: Update my email address.
656
6572020-11-06 Hongtao Liu <hongtao.liu@intel.com>
658
659 * MAINTAINERS (Write After Approval): Add myself.
660
8e97b905
GA
6612020-10-06 Tobias Burnus <tobias@codesourcery.com>
662
663 PR target/97302
664 * configure.ac: Only set with_gmp to /usr/local
665 if not building in tree.
666 * configure: Regenerate.
667
239601c5
GA
6682020-09-18 Omar Tahir <omar.tahir@arm.com>
669
670 * MAINTAINERS (Write After Approval): Add myself.
671
57ea0894
GA
6722020-08-26 Tobias Burnus <tobias@codesourcery.com>
673
674 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
675
5b9a3d2a
GA
6762020-08-20 Tobias Burnus <tobias@codesourcery.com>
677
678 PR bootstrap/96612
679 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
680 if not the same as ${host}.
681 * configure: Regenerate.
682
2c4c56c2
GA
6832020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
684
685 * MAINTAINERS (Write After Approval): Add myself.
686
afdd220a
GA
6872020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
688
689 * MAINTAINERS: Update my email address.
690
d48cca8f
GA
6912020-07-30 Joe Ramsay <joe.ramsay@arm.com>
692
693 * MAINTAINERS (Write After Approval): Add myself.
694
3ea9abca
GA
6952020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
696
697 * MAINTAINERS (Write After Approval): Add myself.
698
8e3b453e
GA
6992020-06-12 Martin Liska <mliska@suse.cz>
700
701 * .gitignore: Add .clang-tidy.
702
2c455ae0
GA
7032020-06-08 Jason Merrill <jason@redhat.com>
704
705 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
706 * configure: Regenerate.
707
8f94b078
GA
7082020-06-06 Max Filippov <jcmvbkbc@gmail.com>
709
710 * MAINTAINERS: Add myself as xtensa port maintainer.
711
53ffb43a
GA
7122020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
713
714 * configure.ac: Don't require --enable-host-shared when building
715 for Mingw.
716 * configure: Regenerate.
717
5329b59a
JM
7182020-05-18 Jason Merrill <jason@redhat.com>
719
720 * configure.ac: Update bootstrap dialect to -std=c++11.
721
9a4a0a5b
AC
7222020-05-18 Alex Coplan <alex.coplan@arm.com>
723
724 * MAINTAINERS (Write After Approval): Add myself.
725
afa3d80e
TS
7262020-04-29 Thomas Schwinge <thomas@codesourcery.com>
727
728 PR target/92713
729 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
730 (noconfigdirs): Add 'target-libstdc++-v3'.
731 * configure: Regenerate.
732
e6cbe965
SC
7332020-04-21 Stephen Casner <casner@acm.org>
734
735 PR 25830
736 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
737 * configure: Rebuild.
738
e9f799d2
ML
7392020-04-17 Martin Liska <mliska@suse.cz>
740 Jonathan Yong <10walls@gmail.com>
741
742 PR gcov-profile/94570
743 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
744 for CYGWIN.
745
efd5bd4d
MJ
7462020-04-14 Martin Jambor <mjambor@suse.cz>
747
748 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
749
f9d09df0
TT
7502020-04-09 Tom Tromey <tom@tromey.com>
751
752 * configure: Rebuild.
753 * Makefile.in: Rebuild.
754 * Makefile.def (gdbsupport, gdbserver): New host modules.
755 (configure-gdb): Depend on all-gdbsupport.
756 (all-gdb): Depend on all-gdbsupport, all-libctf.
757 * configure.ac (host_tools): Add gdbserver.
758 Conditionally build gdbserver and gdbsupport.
759
29b1533a
TB
7602020-03-09 Tobias Burnus <tobias@codesourcery.com>
761
762 * configure.ac: Build libgomp by default for amdgcn.
763 * configure: Regenerate.
764
7d6b3a78
SP
7652020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
766
767 * MAINTAINERS (Write After Approval): Add myself.
768
4707548e
JH
7692020-02-28 Joel Hutton <joel.hutton@arm.com>
770
771 * MAINTAINERS (Write After Approval) : Add myself.
772
6f83ceb8
PD
7732020-02-20 Palmer Dabbelt <palmer@sifive.com>
774
775 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
776
d6ee2e7c
MS
7772020-02-14 Martin Sebor <msebor@redhat.com>
778
779 * doc/extend.texi (attribute alias): Mention type requirement.
780 (attribute weak): Same.
781 (attribute weakref): Correct invalid example.
782
e01975f9
SB
7832020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
784
785 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
786
affb7b66
JJ
7872020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
788 Jakub Jelinek <jakub@redhat.com>
789
790 * .gitattributes: Add *.md diff=md.
791
780e19f8
GJL
7922020-01-14 Georg-Johann Lay <avr@gjlay.de>
793
794 The mentioned auto-generated file is no more part of the
795
796 GCC sources, it's auto-generated in $(builddir) during build.
797
798 PR target/92055
799 * contrib/gcc_update (files_and_dependencies): Remove
800 entry for gcc/config/avr/t-multilib.
801
ef4395e5
AS
8022020-01-14 Anatoly Sokolov <aesok@dol.ru>
803
804 * MAINTAINERS: Update my email address.
805
b2b465c5
JM
8062020-01-13 Joseph Myers <joseph@codesourcery.com>
807
808 * README.MOVED_TO_GIT: Remove.
809
cff5a231
JM
8102020-01-11 Joseph Myers <joseph@codesourcery.com>
811
812 * README.MOVED_TO_GIT: New file.
813
b1b72741
DZ
8142020-01-02 Dennis Zhang <dennis.zhang@arm.com>
815
816 * MAINTAINERS (Write After Approval): Add myself.
817
74a7b87a
JL
8182019-12-20 Jerome Lambourg <lambourg@adacore.com>
819
820 * MAINTAINERS (write_after_approval): Add myself.
821
39f8777c
SMW
8222019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
823
824 * MAINTAINERS (write_after_approval): Add myself.
825
6226f592
MI
8262019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
827
828 * MAINTAINERS (write_after_approval): Add myself.
829
4f943869
MK
8302019-12-11 Matthias Klose <doko@ubuntu.com>
831
832 * configure.ac: Factor out common cases for compare_exclusions.
833 * configure: Regenerate.
834
a9046e98
JL
8352019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
836
837 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
838 flag.
839
53eb0cb3
LH
8402019-12-10 Lewis Hyatt <lhyatt@gmail.com>
841
a9046e98 842 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 843
90ca6847
TB
8442019-11-27 Tobias Burnus <tobias@codesourcery.com>
845
846 PR middle-end/92463
847 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
848 * configure: Regenerate
849
aeebd94c
JB
8502019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
851
852 * configure.ac: Use https for gcc.gnu.org.
853 * configure: Regenerated.
854
267d7432
JG
8552019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
856
857 * MAINTAINERS (aarch64 port): Remove my name, move to...
858 (Write After Approval): ...Here.
859
a91eb234
KN
8602019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
861
862 * MAINTAINERS: Change my email address as maintainer.
863
8be34204
JB
8642019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
865
90ca6847
TB
866 PR fortran/91828
867 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
868 * configure: Regenerated.
8be34204 869
678a1e99
JM
8702019-10-21 Jason Merrill <jason@redhat.com>
871
872 * .gitattributes: Also check ChangeLog whitespace.
873
aa7710cb
AB
8742019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * contrib/dg-extract-results.sh: Add support for KPASS.
877 * contrib/dg-extract-results.py: Likewise.
878
6664a5f7
JM
8792019-10-17 Jason Merrill <jason@redhat.com>
880
881 * .gitattributes: Avoid {} in filename pattern.
882
df77d703
TS
8832019-10-08 Thomas Schwinge <thomas@codesourcery.com>
884
885 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
886 Approval section.
887
4d07a2ec
FH
8882019-10-01 Frederik Harwath <frederik@codesourcery.com>
889
890 * MAINTAINERS: Add myself to Write After Approval
891
5fdd1d33
RS
8922019-09-26 Richard Sandiford <richard.sandiford@arm.com>
893
894 * MAINTAINERS: Add myself as an aarch64 maintainer.
895
16b17446
KT
8962019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
897
898 * MAINTAINERS: Add myself as aarch64 maintainer.
899
a8cea25c
CL
9002019-09-23 Carl Love <cel@us.ibm.com>
901
902 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
903 New define_insn.
904 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
905 vsx_xxpermdi16_le_V16QI): Removed define_insn.
906
0d1cfeed
ST
9072019-09-13 Sam Tebbs <sam.tebbs@arm.com>
908
909 * MAINTAINERS (Sam Tebbs): Update email address.
910
3d34b7af
TB
9112019-09-10 Tobias Burnus <tobias@codesourcery.com>
912
913 * MAINTAINERS: Update my email address.
914
b1e21e5a
CL
9152019-09-10 Christophe Lyon <christophe.lyon@st.com>
916
3d34b7af 917 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 918
91dfef96
JM
9192019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
920
921 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
922 Remove myself from Write After Approval section.
923
9242019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
925
926 * configure.ac: Support for bpf-*-* targets.
927 * configure: Regenerate.
928
b7b1f657
JM
9292019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
930
931 * config.sub: Import upstream version 2019-06-30.
932 * config.guess: Import upstream version 2019-07-24.
933
2f2aeda9
UW
9342019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
935
936 * MAINTAINERS: Remove spu port maintainers.
937
91eed5f2
ML
9382019-08-28 Martin Liska <mliska@suse.cz>
939
940 * .gitignore: Add .clangd and compile_commands.json
941 to .gitignore.
942
d0fc6e9f
MF
9432019-08-23 Michael Forney <mforney@mforney.org>
944
945 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
946 * Makefile.in: Regenerate.
947
aac9103b
TT
9482019-08-19 Tom Tromey <tom@tromey.com>
949
950 * configure: Rebuild.
951 * configure.ac: Add --with-static-standard-libraries.
952
3b5864f4
AO
9532019-08-16 Alexandre Oliva <oliva@gnu.org>
954
955 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
956
8fc306e9
ME
9572019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
958
959 * MAINTAINERS (Write After Approval): Add myself.
960
f069f0f2
KC
9612019-07-08 Kito Cheng <kito.cheng@sifive.com>
962
963 * MAINTAINERS (Write After Approval): Remove myself, already listed in
964 RISC-V port maitainer.
965
9118c5e1
KC
9662019-07-08 Kito Cheng <kito.cheng@sifive.com>
967
968 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
969
c19713b7
KC
9702019-07-08 Kito Cheng <kito.cheng@sifive.com>
971
972 * MAINTAINERS (Write After Approval): Add myself.
973
e676d704 9742019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
975
976 * MAINTAINERS (Write After Approval): Add myself.
977
247b63e3
ML
9782019-06-25 Martin Liska <mliska@suse.cz>
979
980 contrib/filter-clang-warnings.py: Transform from
981 filter-rtags-warnings.py.
982
98e5be21
TT
9832019-06-15 Tom Tromey <tom@tromey.com>
984
985 * configure.ac (host_libs): Add gnulib.
986 * configure: Rebuild.
987 * Makefile.def (host_modules, dependencies): Add gnulib.
988 * Makefile.in: Rebuild.
989
1ab4217d
DD
9902019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
991
992 * MAINTAINERS (Write After Approval): Add myself.
993
3e209f57 9942019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
995
996 * configure: Regenerate.
997 * configure.ac: Add PRU target.
998
8b164a4e 9992019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
1000
1001 * MAINTAINERS (Write After Approval): Add myself.
1002
de6abd85
NC
10032019-06-11 Nick Clifton <nickc@redhat.com>
1004
1005 Import these changes from the binutils/gdb repository:
1006
1007 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1008
1009 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1010 and all its deps.
1011 * Makefile.in: Regenerated.
1012
1013 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1014
1015 * Makefile.def (host_modules): Add libctf.
1016 * Makefile.def (dependencies): Likewise.
1017 libctf depends on zlib, libiberty, and bfd.
1018 * Makefile.in: Regenerated.
1019 * configure.ac (host_libs): Add libctf.
1020 * configure: Regenerated.
1021
fb03c52f
VI
10222019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1023
1024 * MAINTAINERS (Write After Approval): Add myself.
1025
dbd5df2e
PB
10262019-05-19 Peter Bergner <bergner@linux.ibm.com>
1027
1028 * MAINTAINERS: Update my email address.
1029
8ee47828
TR
10302019-05-17 Thomas Rodgers <trodgers@redhat.com>
1031
1032 * MAINTAINERS (Write After Approval): Add myself.
1033
f6b2daaf
JM
10342019-05-16 Jun Ma <junma@linux.alibaba.com>
1035
1036 * MAINTAINERS (Write After Approval): Add myself.
1037
2ed6d245
JW
10382019-05-07 Jim Wilson <jimw@sifive.com>
1039
1040 * MAINTAINERS: Remove myself as IA-64 maintainer.
1041
d1b65077
RI
10422019-05-04 Roland Illig <roland.illig@gmx.de>
1043
1044 * MAINTAINERS (Write After Approval): Add myself.
1045
5fe6af6d
RB
10462019-05-02 Richard Biener <rguenther@suse.de>
1047
1048 PR bootstrap/85574
1049 * Makefile.tpl (compare target): Also compare extra-compare
1050 files.
1051 * Makefile.in: Regenerate.
1052
1e8dac32
RZ
10532019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1054
1055 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1056 as modulo-scheduler maintainer.
1057
42d3fe9a
IS
10582019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1059
1060 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1061
3d52462c
IS
10622019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1063
1064 * MAINTAINERS: Update my email address.
1065
4d024c32
JP
10662019-04-14 Johannes Pfau <johannespfau@gmail.com>
1067
1068 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1069 * configure: Regenerate.
1070
7d31d331
RO
10712019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1072
1073 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1074 * configure: Regenerate.
1075
bb50312e
IB
10762019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1077
1078 * configure.ac: Add target-zlib to target_libraries.
1079 * configure: Regenerate.
1080
1c67e69c
ML
10812019-04-09 Martin Liska <mliska@suse.cz>
1082
1083 * Makefile.in: Regenerate.
1084 * Makefile.tpl: Pass GENERATOR_CFLAGS
1085 in all stages.
1086
684f6008
ML
10872019-03-28 Martin Liska <mliska@suse.cz>
1088
1089 PR bootstrap/89829
1090 * Makefile.in: Revert r254150.
1091 * Makefile.tpl: Likewise.
1092
fed156ac
BE
10932019-03-28 Ben Elliston <bje@gnu.org>
1094
1095 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1096 related, and libdecnumber.
1097
d81beb31
AM
10982019-03-15 Alexander Monakov <amonakov@ispras.ru>
1099
1100 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1101 (Write After Approval): Remove myself.
1102
35e2f066
AM
11032019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1104
5fce606f 1105 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 1106
60f32352
AS
11072019-02-11 Andrew Stubbs <ams@codesourcery.com>
1108
1109 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1110 (Write After Approval): Remove myself and Julian.
1111
b4f964c8
HA
11122019-01-26 Harald Anlauf <anlauf@gmx.de>
1113
1114 * MAINTAINERS (Write After Approval): Add myself.
1115
1009e9a2
KCY
11162019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1117
1118 * MAINTAINERS (Write After Approval): Add myself.
1119
275e9ad9
XHL
11202019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1121
62fa42ce
SB
1122 * ChangeLog: Replace space with tab.
1123 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 1124
8fcc3599
JG
11252019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1126
1127 * MAINTAINERS (Write After Approval): Add myself.
1128
9c83c587
LJH
11292019-01-18 Li Jia He <helijia@gcc.gnu.org>
1130
1131 * MAINTAINERS (Write After Approval): Add myself.
1132
7431c1a1
AS
11332019-01-17 Andrew Stubbs <ams@codesourcery.com>
1134 Kwok Cheung Yeung <kcy@codesourcery.com>
1135 Julian Brown <julian@codesourcery.com>
1136 Tom de Vries <tom@codesourcery.com>
1137 Jan Hubicka <hubicka@ucw.cz>
1138 Martin Jambor <mjambor@suse.cz>
1139
1140 * configure.ac: Likewise.
1141 * configure: Regenerate.
1142 * contrib/config-list.mk: Add amdgcn-amdhsa.
1143
0684a816
KL
11442019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1145
1146 * MAINTAINERS (Write After Approval): Add myself.
1147
62fa42ce 11482019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 1149
275e9ad9 1150 * MAINTAINERS (Write After Approval): Add myself.
9a603611 1151
5227609c
RO
11522019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1153
1154 PR target/88535
1155 * config.guess: Import upstream version 2019-01-03.
1156 * config.sub: Import upstream version 2019-01-01.
1157
7c50cefc
TP
11582018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1159
1160 * MAINTAINERS (Write After Approval): Update my maintainer address.
1161
ea9a30d0
GB
11622018-12-21 Gergö Barany <gergo@codesourcery.com>
1163
1164 * MAINTAINERS (Write After Approval): Add myself.
1165
23d3e2d5
SB
11662018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1167
1168 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1169
e4a9a572
IS
11702018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1171
1172 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1173 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1174 (GCC_TARGET_TOOL): Likewise.
1175 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1176 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 1177 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 1178 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 1179 * configure: Regenerate.
e4a9a572
IS
1180 * Makefile.in: Likewise.
1181
f9b4801c
JP
11822018-11-28 Johannes Pfau <johannespfau@gmail.com>
1183
1184 * MAINTAINERS (Write After Approval): Add myself.
1185
7f9414c1
ML
11862018-11-13 Martin Liska <mliska@suse.cz>
1187
1188 * gcc.target/i386/pr87930.c: Move to ...
1189 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1190
1dbff00c
SH
11912018-11-10 Stafford Horne <shorne@gmail.com>
1192
1193 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1194 (Write After Approval): Remove myself.
1195
e9f3803d
HAQ
11962018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1197
1198 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1199 Append $INCICONV to it.
1200
45bf1490
SH
12012018-11-04 Stafford Horne <shorne@gmail.com>
1202
1203 * MAINTAINERS (Write After Approval): Add myself.
1204
22e05272
JM
12052018-10-31 Joseph Myers <joseph@codesourcery.com>
1206
1207 PR bootstrap/82856
1208 * multilib.am: New file. From automake.
1209
1210 Merge from binutils-gdb:
1211 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1212
1213 * libtool.m4: Use AC_LANG_SOURCE.
1214 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1215 * ar-lib: New file.
1216 * test-driver: New file.
1217 * configure: Re-generate.
1218
82a14443
MP
12192018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1220
1221 * MAINTAINERS (Write After Approval): Add myself.
1222
260eedb9
IB
12232018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1224
1225 PR bootstrap/87788
1226 PR d/87799
1227 * configure: Rebuild.
1228 * configure.ac: Disable D on systems where it is known not to work.
1229
b4c522fa
IB
12302018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1231
1232 * Makefile.def (target_modules): Add libphobos.
1233 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1234 GDCFLAGS_FOR_TARGET.
1235 (dependencies): Make libphobos depend on libatomic, libbacktrace
1236 configure, and zlib configure.
1237 (language): Add language d.
1238 * Makefile.in: Rebuild.
1239 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1240 (HOST_EXPORTS): Add GDC.
1241 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1242 (BASE_TARGET_EXPORTS): Add GDC.
1243 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1244 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1245 (EXTRA_HOST_FLAGS): Add GDC.
1246 (STAGE1_FLAGS_TO_PASS): Add GDC.
1247 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1248 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1249 environment variables.
1250 * configure: Rebuild.
1251 * configure.ac: Add target-libphobos to target_libraries. Set and
1252 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1253
04193ea0
IL
12542018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1255
1256 * MAINTAINERS (Write After Approval): Add myself.
1257
72eda5f2
IB
12582018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1259
1260 * MAINTAINERS (Write After Approval): Remove myself.
1261
4c029cee
IB
12622018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1263
1264 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1265
fc7367ea
BC
12662018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1267
1268 * MAINTAINERS: Update my email address.
1269
956a7508
TS
12702018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1271
1272 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1273 maintainer.
1274
16ddcc28
MM
12752018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1276
1277 * MAINTAINERS (Write After Approval): Add self.
1278
f9529512
ST
12792018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1280
1281 * MAINTAINERS (write after approval): Add myself.
1282
3ff89a4e
XG
12832018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1284
1285 * MAINTAINERS: Update my email address.
1286
e8a0276c
VL
12872018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1288
1289 * MAINTAINERS (write after approval): Add myself.
1290
3d20537c
RS
12912018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1292
1293 * MAINTAINERS: Add self to global reviewers list.
1294
661d1750
SL
12952018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1296
1297 MAINTAINERS: Add c-sky port maintainers.
1298
aa405905
ML
12992018-08-10 Martin Liska <mliska@suse.cz>
1300
1301 * MAINTAINERS: Revert change in previous commit and
92a285c1 1302 join lines.
aa405905 1303
04e2b41d
ML
13042018-08-10 Martin Liska <mliska@suse.cz>
1305
1306 * MAINTAINERS: Remove extra line.
1307
6e9f49e4
N
13082018-08-06 Naveen H.S <naveenh@marvell.com>
1309
1310 * MAINTAINERS: Update my email address.
1311
3b0df776
DD
13122018-07-19 DJ Delorie <dj@redhat.com>
1313
1314 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1315 as maintainer.
1316
f030b30e
AK
13172018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1318
1319 * MAINTAINERS: Adjust email address for me and my colleague Robin
1320 Dapp.
1321
7264261f
L
13222018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1323 Sunil K Pandey <sunil.k.pandey@intel.com>
1324
1325 PR target/84413
1326 * config/i386/i386.c (m_CORE_AVX512): New.
1327 (m_CORE_AVX2): Likewise.
1328 (m_CORE_ALL): Add m_CORE_AVX2.
1329 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1330 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1331 and remove the rest of m_SKYLAKE_AVX512.
1332
19975c57
SH
13332018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1334
1335 * config.sub: Sync with upstream version 2018-07-03.
1336
c234070e
SH
13372018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1338
1339 * config.guess: Sync with upstream version 2018-06-26.
1340 * config.sub: Sync with upstream version 2018-07-02.
1341
d41cd173
BW
13422018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1343
92a285c1 1344 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
1345 * ltmain.sh: Likewise.
1346
d3435784
SB
13472018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1348
1349 * contrib/config-list.mk: Remove powerpc-linux_paired.
1350
da34ca3f
AO
13512018-06-29 Alexandre Oliva <oliva@adacore.com>
1352
1353 * configure.ac: Introduce support for @unless/@endunless.
1354 * Makefile.tpl (dep-kind): Rewrite with cond; return
1355 postbootstrap in some cases.
1356 (make-postboot-dep, postboot-targets): New.
1357 (dependencies): Do not output postbootstrap dependencies at
1358 first. Output non-target ones changed for configure to depend
1359 on stage_last @if gcc-bootstrap, and the original deps @unless
1360 gcc-bootstrap.
1361 * configure.in, Makefile.in: Rebuilt.
1362
8e236ddd
JW
13632018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1364
1365 * MAINTAINERS (write after approval): Add myself.
1366
71d40114
RV
13672018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1368
1369 * MAINTAINERS (write after approval): Add myself.
1370
8006534c
NC
13712018-06-19 Nick Clifton <nickc@redhat.com>
1372
1373 * zlib/configure.ac: Restore old behaviour of only enabling
1374 multilibs when a target subdirectory is defined. This allows
1375 building with srcdir == builddir.
1376 * zlib/configure: Regenerate.
1377
9e03592e
EB
13782018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1379
1380 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1381 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1382 * Makefile.in: Regenerate.
1383
29305f60
BE
13842018-06-16 Ben Elliston <bje@gnu.org>
1385
1386 * config.guess: Import latest version.
1387 * config.sub: Likewise.
1388
31db0fe0
ML
13892018-06-08 Martin Liska <mliska@suse.cz>
1390
1391 * MAINTAINERS: Remove MPX-related entries.
1392 * Makefile.def: Remove libmpx support.
9e03592e
EB
1393 * Makefile.in: Regenerate.
1394 * configure.ac: Remove removed files.
1395 * configure: Regenerate.
31db0fe0
ML
1396 * libmpx/ChangeLog: Remove.
1397 * libmpx/Makefile.am: Remove.
1398 * libmpx/Makefile.in: Remove.
1399 * libmpx/acinclude.m4: Remove.
1400 * libmpx/aclocal.m4: Remove.
1401 * libmpx/config.h.in: Remove.
1402 * libmpx/configure: Remove.
1403 * libmpx/configure.ac: Remove.
1404 * libmpx/configure.tgt: Remove.
1405 * libmpx/libmpx.spec.in: Remove.
1406 * libmpx/mpxrt/Makefile.am: Remove.
1407 * libmpx/mpxrt/Makefile.in: Remove.
1408 * libmpx/mpxrt/libmpx.map: Remove.
1409 * libmpx/mpxrt/libtool-version: Remove.
1410 * libmpx/mpxrt/mpxrt-utils.c: Remove.
1411 * libmpx/mpxrt/mpxrt-utils.h: Remove.
1412 * libmpx/mpxrt/mpxrt.c: Remove.
1413 * libmpx/mpxrt/mpxrt.h: Remove.
1414 * libmpx/mpxwrap/Makefile.am: Remove.
1415 * libmpx/mpxwrap/Makefile.in: Remove.
1416 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1417 * libmpx/mpxwrap/libtool-version: Remove.
1418 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1419
e68086c4
ML
14202018-06-04 Martin Liska <mliska@suse.cz>
1421
1422 * MAINTAINERS: Add myself as gcov maintainer.
1423
37cca345
MF
14242018-06-04 Matthew Fortune <mfortune@gmail.com>
1425
1426 * MAINTAINERS: Update my email address.
1427
74386680
TV
14282018-06-04 Tom de Vries <tdevries@suse.de>
1429
1430 * MAINTAINERS: Remove write-after-approval entries for component
1431 maintainers.
1432
010ff25b
JL
14332018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1434
1435 * MAINTAINERS (write after approval): Add myself.
1436
64acc19a 14372018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
1438
1439 * MAINTAINERS: Update my email address.
1440
7aad7f4b
TV
14412018-06-01 Tom de Vries <tdevries@suse.de>
1442
1443 * MAINTAINERS: Update my email address.
1444
c5470754
BC
14452018-05-22 Bin Cheng <bin.cheng@arm.com>
1446
1447 * MAINTAINERS (loop-optimizer): Add myself.
1448
58b40a67
FT
14492018-05-01 Francois H. Theron <francois.theron@netronome.com>
1450
1451 * configure.ac: Added "nfp" target.
1452 * configure: Regenerate.
1453
bece35ca
RB
14542018-04-30 Richard Biener <rguenther@suse.de>
1455
1456 PR bootstrap/85571
1457 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1458 (STAGE3_TFLAGS): Likewise.
1459 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1460 (STAGEtrain_TFLAGS): Likewise.
1461 * Makefile.in: Regenerate.
1462
ae05281f
RB
14632018-04-26 Richard Biener <rguenther@suse.de>
1464
1465 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1466 (STAGE2_CFLAGS): Likewise.
1467 (STAGE2_TFLAGS): Likewise.
1468 (STAGE3_CFLAGS): Add -fchecking.
1469 (STAGE3_TFLAGS): Likewise.
1470 (STAGEtrain_CFLAGS): Filter out -fchecking.
1471 (STAGEtrain_TFLAGS): Likewise.
1472 * Makefile.in: Re-generate.
1473
c6e34a9b
CM
14742018-04-25 Catherine Moore <clm@codesourcery.com>
1475
1476 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1477
ae9fb56f
PC
14782018-04-18 Paul Clarke <pc@us.ibm.com>
1479
1480 * MAINTAINERS (write after approval): Add myself.
1481
a2919888
AS
14822018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
1483
1484 * MAINTAINERS: Update my email address.
1485
c6024672
BS
14862018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
1487
1488 * MAINTAINERS: Remove redundant Write-After-Approval entry.
1489
85d36775
BS
14902018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
1491
1492 * MAINTAINERS: Update my email address and disambiguate myself
1493 a bit from Will Schmidt.
1494
8bb406a2
NS
14952018-03-21 Nathan Sidwell <nathan@acm.org>
1496
1497 * MAINTAINERS: Move maintainers of now-removed picochip and score
1498 ports to write after approval.
1499
c9b39302
RS
15002018-03-13 Richard Sandiford <richard.sandiford@arm.com>
1501
1502 * MAINTAINERS: Add entry for SVE maintainership.
1503
1fc1d82e
MR
15042018-02-13 Maciej W. Rozycki <macro@mips.com>
1505
1506 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1507 * configure: Regenerate.
1508
7b7f78d7
BK
15092018-01-18 Boris Kolpackov <boris@codesynthesis.com>
1510
1511 * MAINTAINERS (write after approval): Add myself.
1512
3c1f3bf6
SP
15132018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
1514
1515 * MAINTAINERS (write after approval): Add myself.
1516
182f27e3
SP
15172018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
1518
1519 * MAINTAINERS (write after approval): Add myself.
85911661 1520
85ec4feb
JJ
15212018-01-03 Jakub Jelinek <jakub@redhat.com>
1522
1523 Update copyright years.
1524
ef7d7cf5
BE
15252018-01-03 Ben Elliston <bje@gnu.org>
1526
1527 * config.guess: Import latest version.
1528 * config.sub: Likewise.
1529
842df93e
SH
15302017-12-12 Stafford Horne <shorne@gmail.com>
1531
1532 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1533 * configure: Regenerate.
1534
1d0a8ae9
QZ
15352017-11-29 Qing Zhao <qing.zhao@oracle.com>
1536
1537 * MAINTAINERS (Write After Approval): Add myself.
1538
5e9d6aa4
JK
15392017-11-28 Julia Koval <julia.koval@intel.com>
1540 Sebastian Peryt <sebastian.peryt@intel.com>
1541
1542 * Makefile.def (target_modules): Remove libcilkrts.
1543 * Makefile.in: Ditto.
1544 * configure: Ditto.
1545 * configure.ac: Ditto.
1546
d2eaaa89
JK
15472017-11-28 Julia Koval <julia.koval@intel.com>
1548
1549 * MAINTAINERS (Write After Approval): Add myself.
1550
90b415f6
SD
15512017-11-22 Sudakshina Das <sudi.das@arm.com>
1552
1553 * MAINTAINERS (Write After Approval): Add myself.
1554
f804ba3e
PD
15552017-11-06 Palmer Dabbelt <palmer@sifive.com>
1556
1557 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1558 Use my SiFive email address.
1559
8744c9bf
SP
15602017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
1561
1562 * MAINTAINERS (write after approval): Add myself.
1563
7181cca3
ML
15642017-10-27 Martin Liska <mliska@suse.cz>
1565
1566 * Makefile.tpl: Use proper name of folder as it was renamed
1567 during transition to 4 stages.
1568 * Makefile.in: Regenerate.
1569
fb336a7b
IT
15702017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
1571
e50ffab3 1572 * MAINTAINERS (write after approval): Add myself.
fb336a7b 1573
7b5f5267
GP
15742017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
1575
1576 * MAINTAINERS: Add a note that maintainership also includes web
1577 pages, docs, and testsuite related to that area.
1578
55de8eb3
TV
15792017-09-25 Tom de Vries <tom@codesourcery.com>
1580
1581 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1582
86ab175e
PMR
15832017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
1584
1585 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1586
500ac452
NS
15872017-09-15 Nathan Sidwell <nathan@acm.org>
1588
1589 * MAINTAINERS: Remove myself as a vxworks maintainer.
1590
72ace300
TS
15912017-09-13 Thomas Schwinge <thomas@codesourcery.com>
1592
1593 * MAINTAINERS: Remove email address of Jim Norris.
1594
1328002a
KT
15952017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1596
1597 * MAINTAINERS (Reviewers): Move myself from here...
1598 (CPU Port Maintainers): ... to here.
1599
84d0b6f5
JG
16002017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
1601
1602 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1603
9c04bba3
RD
16042017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
1605
e50ffab3 1606 * MAINTAINERS (write after approval): Add myself.
9c04bba3 1607
5a427c63
TR
16082017-07-28 Tony Reix <tony.reix@atos.net>
1609
1610 * configure.ac (target-libffi): Don't disable for AIX.
1611 (go): Don't add to unsupported_languages on AIX.
1612 (target-libgo): Don't disable for AIX.
1613 * configure: Regenerate.
1614
8994b66f
YG
16152017-07-19 Yury Gribov <tetra2005@gmail.com>
1616
1617 * MAINTAINERS: Add myself.
1618
7a795e10
TS
16192017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1620
1621 * MAINTAINERS: Update my email address.
1622
50061652
RE
16232017-07-04 Richard Earnshaw <rearnsha@arm.com>
1624
1625 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1626 arm-specific auto-generated header files.
1627
d4360477
NS
16282017-07-03 Nathan Sidwell <nathan@acm.org>
1629
1630 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1631 * configure: Rebuilt.
1632
9dc9ae74
BS
16332017-07-03 Bernd Schmidt <bschmidt@redhat.com>
1634
1635 * MAINTAINERS: Readd myself for c6x.
1636
c8cf0b6f
ML
16372017-06-28 Martin Liska <mliska@suse.cz>
1638
1639 PR bootstrap/81217
1640 * Makefile.def: Remove superfluous bootstrap_target from
1641 bootstrap_stage.
1642 * Makefile.in: Re-generate the file.
1643
0666865c
MO
16442017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
1645
e50ffab3 1646 * MAINTAINERS: Add myself to Write After Approval
0666865c 1647
827c925e
AJ
16482017-06-21 Andrew Jenner <andrew@codesourcery.com>
1649
1650 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1651
0d053a49
ML
16522017-06-19 Martin Liska <mliska@suse.cz>
1653
1654 * Makefile.def: Define 4 stages PGO bootstrap.
1655 * Makefile.tpl: Define FLAGS.
1656 * Makefile.in: Regenerate.
1657
be75f645
ILT
16582017-06-14 Ian Lance Taylor <iant@golang.org>
1659
1660 * Makefile.def: Add check-gotools to go check targets.
1661 * Makefile.in: Rebuild.
1662
c725f69c
SB
16632017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
1664
1665 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1666
76052545
EB
16672017-06-03 Eric Botcazou <ebotcazou@adacore.com>
1668
1669 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1670 * configure: Regenerate.
1671
afd88efc
ML
16722017-05-31 Martin Liska <mliska@suse.cz>
1673
1674 * configure.ac: Add handling of stage2_werror_flags to
1675 action-if-given and to action-if-not-given.
1676 * configure: Regenerate.
1677
945bafd6
PB
16782017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1679
1680 * MAINTAINERS: Add self to Write After Approval
1681
b9396a49
BS
16822017-05-27 Bernd Schmidt <bschmidt@redhat.com>
1683
1684 * MAINTAINERS: Update my email address, and remove myself as
1685 maintainer in some areas.
1686
aa1b69e7
EG
16872017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
1688
1689 * MAINTAINERS: Add self to Write After Approval
1690
cdfee50a
NS
16912017-05-25 Nathan Sidwell <nathan@acm.org>
1692
1693 * configure.ac: Add --enable-languages=default to mean default and
1694 make --enable-languages=all mean all supported languages.
1695 * configure: Regenerated.
1696
83349046
SB
16972017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1698
1699 * config.gcc (powerpc*-*-*spe*): New.
1700 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1701 (powerpc-*-rtems*spe*): New.
1702 (powerpc*-*-linux*spe*): New.
1703 (powerpc-wrs-vxworksspe): New.
1704 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1705 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1706 * config.host (powerpc*-*-*spe*): New.
1707
01c712cb
ML
17082017-05-19 Martin Liska <mliska@suse.cz>
1709
1710 * configure.ac: Add --enable-werror-always just for
1711 bootstrap-debug (or none build config) and do not add it
1712 when we are on a release branch.
1713 * configure: Regenerated.
1714
7880c1a5
SL
17152017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
1716
1717 * MAINTAINERS: Add self to Write After Approval
1718
c759355f
KK
17192017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
1720
1721 * MAINTAINERS: Move myself to Write After Approval section.
1722
79557bae
CZ
17232017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1724
1725 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1726 ACCH registers.
1727 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1728 available.
1729 (umulsidi3): Likewise.
1730 (mulsidi3_700): Disable this pattern when we have advanced mpy
1731 instructions.
1732 (umulsidi3_700): Likewise.
1733 (maddsidi4): New pattern.
1734 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1735 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1736 (mpydu_imm_arcv2hs): Likewise.
1737 * config/arc/predicates.md (accl_operand): New predicate.
1738
c7314bc1
CZ
17392017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1740 Andrew Burgess <andrew.burgess@embecosm.com>
1741
1742 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1743 case.
1744 (ARC_AUTOFP_IRQ_P): Likewise.
1745 (ARC_AUTO_IRQ_P): Likewise.
1746 (rgf_banked_register_count): New variable.
1747 (parse_mrgf_banked_regs_option): New function.
1748 (arc_override_options): Handle rgf_banked_regs option.
1749 (arc_handle_interrupt_attribute): Add firq option.
1750 (arc_compute_function_type): Return fast irq type when required.
1751 (arc_must_save_register): Handle fast interrupts.
1752 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1753 (arc_return_address_regs): Update.
1754 * config/arc/arc.h (arc_return_address_regs): Update.
1755 (arc_function_type): Add fast interrupt type.
1756 (ARC_INTERRUPT_P): Update.
1757 (RC_FAST_INTERRUPT_P): Define.
1758 * config/arc/arc.md (simple_return): Update for fast interrupts.
1759 (p_return_i): Likewise.
1760 * config/arc/arc.opt (mrgf-banked-regs): New option.
1761 * doc/invoke.texi (mrgf-banked-regs): Document.
1762
41453183
CZ
17632017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1764
1765 * config/arc/arc.c (irq_ctrl_saved): New variable.
1766 (ARC_AUTOBLINK_IRQ_P): Define.
1767 (ARC_AUTOFP_IRQ_P): Likewise.
1768 (ARC_AUTO_IRQ_P): Likewise.
1769 (irq_range): New function.
1770 (arc_must_save_register): Likewise.
1771 (arc_must_save_return_addr): Likewise.
1772 (arc_dwarf_emit_irq_save_regs): Likewise.
1773 (arc_override_options): Handle deferred options.
1774 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1775 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1776 arc_must_save_return_addr.
1777 (arc_compute_frame_size): Handle automated save and restore of
1778 registers.
1779 (arc_expand_prologue): Likewise.
1780 (arc_expand_epilogue): Likewise.
1781 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1782 * config/arc/arc.opt (mirq-ctrl-saved): New option.
1783 * doc/invoke.texi (mirq-ctrl-saved): Document option.
1784
52744dd7
TK
17852017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1786 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
1787
1788 PR bootstrap/77661
1789 * Makefile.def: Don't pass --enable-maintainer-mode on to an
1790 in-tree build MPC.
1791 * Makefile.in: Regenerate.
1792
deeba76a
FXC
17932017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1794
1795 * configure.ac: Enable LTO by default on darwin >= 9.
1796 * configure: Regenerate.
1797
5a05e11d
PD
17982017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
1799
1800 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1801 and Andrew Waterman as the RISC-V maintainers.
1802
e04f858c
NK
18032017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
1804
1805 * MAINTAINERS: Add self to Write After Approval
1806
a98cf819
GP
18072017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1808
1809 * config.guess: Import latest from upstream.
1810
9826d1a3
GP
18112017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1812
1813 * MAINTAINERS (Write After Approval): Remove entries that are
1814 already covered under Reviewers.
1815
a46586c3
MW
18162017-03-08 Mark Wielaard <mark@klomp.org>
1817
1818 PR demangler/70909
1819 PR demangler/67264
1820 * include/demangle.h: Add d_printing to struct demangle_component
1821 and pass struct demangle_component as non const.
1822
734ca1c2
GP
18232017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
1824
1825 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1826
93b87d1d
TS
18272017-02-15 Thomas Schwinge <thomas@codesourcery.com>
1828
1829 * Makefile.tpl: Remove HOST_ISLVER.
1830 (HOST_EXPORTS): Remove ISLVER.
1831 * Makefile.in: Regenerate.
1832
f877b3ad
RB
18332017-02-13 Richard Biener <rguenther@suse.de>
1834
1835 * configure: Re-generate.
1836
2ad31830
GP
18372017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
1838
1839 * MAINTAINERS: Adjust bug reporting URL.
1840
3501e62c
GP
18412017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
1842
1843 * MAINTAINERS (Write After Approval): Remove redundant entry
1844 for Andrew Burgess.
1845
510555e0
JDA
18462017-02-03 John David Anglin <danglin@gcc.gnu.org>
1847
e50ffab3 1848 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 1849 32-bit hppa*-*-hpux*.
e50ffab3 1850 * configure: Regenerate.
510555e0 1851
f6a24a94
MJ
18522017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
1853
1854 * configure.ac: Moved the white list of enabling BRIG FE to
1855 libhsail-rt/configure.tgt.
1856 * configure: Regenerated.
1857 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1858
18592017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
1860 Martin Jambor <mjambor@suse.cz>
1861
5fd1486c
PJ
1862 * Makefile.def (target_modules): Added libhsail-rt.
1863 (languages): Added language brig.
1864 * Makefile.in: Regenerated.
1865 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1866 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
1867 * configure: Regenerated.
1868
3c36aa6b
JJ
18692017-01-17 Jakub Jelinek <jakub@redhat.com>
1870
1871 PR other/79046
1872 * configure: Regenerated.
1873
8f56cb51
AM
18742017-01-04 Alan Modra <amodra@gmail.com>
1875
1876 * configure: Regenerate.
1877
f2c764c5
BE
18782016-12-29 Ben Elliston <bje@gnu.org>
1879
1880 * config.sub: Import latest version.
1881
1dc9c117
AI
18822016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
1883
1884 * MAINTAINERS (Write After Approval): Add myself.
1885
c21fdaa1
JJ
18862016-12-21 Jakub Jelinek <jakub@redhat.com>
1887
1888 * configure.ac: Don't bootstrap libmpx unless --with-build-config
1889 includes bootstrap-mpx.
1890 * configure: Regenerated.
1891
cc811459
CX
18922016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
1893
1894 * MAINTAINERS (Write After Approval): Add myself.
1895
b55e6680
MJ
18962016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
1897
8f56cb51 1898 * configure: Regenerate.
b55e6680 1899
825fba52
MK
19002016-12-01 Matthias Klose <doko@ubuntu.com>
1901
1902 * configure.ac: Don't use pkg-config to check for bdw-gc.
1903 * configure: Regenerate.
1904
114bf3f1
MK
19052016-11-30 Matthias Klose <doko@ubuntu.com>
1906
1907 * Makefile.def: Remove reference to boehm-gc target module.
1908 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1909 options and for the bdw-gc pkg-config module.
1910 * configure: Regenerate.
1911 * Makefile.in: Regenerate.
1912
21b0f96a
NS
19132016-11-28 Nathan Sidwell <nathan@acm.org>
1914
1915 * MAINTAINERS (nvptx): Remove self.
1916
292edab3
BE
19172016-11-25 Ben Elliston <bje@gnu.org>
1918
1919 * config.guess: Import latest version.
1920 * config.sub: Likewise.
1921
0954a00b
TT
19222016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
1923
1924 * MAINTAINERS (Write After Approval): Add myself.
1925
8e4d2ca4
MK
19262016-11-15 Matthias Klose <doko@ubuntu.com>
1927
1928 * Makefile.def: Remove references to GCJ.
1929 * Makefile.tpl: Likewise.
1930 * Makefile.in: Regenerate.
1931
84c1b9d3
MK
19322016-11-15 Matthias Klose <doko@ubuntu.com>
1933
1934 * config-ml.in: Remove references to GCJ.
1935 * configure.ac: Likewise.
1936 * configure: Regenerate.
1937
3f95ca6c
JC
19382016-11-01 Josh Conner <joshconner@google.com>
1939
1940 * MAINTAINERS (Write After Approval): Update email address,
1941
457cc672
CL
19422016-10-27 Carl Love <cel@us.ibm.com>
1943
1944 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1945 Approval list to make it alphabetical.
1946
2142f54f
CL
19472016-10-27 Carl Love <cel@us.ibm.com>
1948
1949 * MAINTAINERS (Write After Approval): Add myself.
1950
104700f4
AB
19512016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
1952
1953 * MAINTAINERS (Reviewers): Add myself.
1954 (Write After Approval): Add myself.
1955
942c0db8
HP
19562016-10-21 Hartmut Penner <hepenner@us.ibm.com>
1957 Ulrich Weigand <uweigand@de.ibm.com>
1958
1959 * MAINTAINERS: Update email address.
1960
fbf4c502
NS
19612016-10-10 Nathan Sidwell <nathan@acm.org>
1962
1963 * MAINTAINERS: Update email address.
1964
b20e7532
AT
19652016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
1966
1967 * configure.ac: Add aarch64-*-freebsd*.
1968 * configure: Regenerate.
1969
2e21fd4d
SE
19702016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
1971
1972 * MAINTAINERS: Update email address after it got reverted.
1973
43c40f3e
RO
19742016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1975
1976 * configure.ac (target_libraries): Readd target-boehm-gc.
1977 Restore --enable-objc-gc handling.
1978 * configure: Regenerate.
1979
f05796ba
JL
19802015-10-03 Jeff Law <law@redhat.com>
1981
1982 * MAINTAINERS: Move several inactive maintainers to the
1983 write-after-approval section.
1984
012447ea
JJ
19852016-09-30 Jakub Jelinek <jakub@redhat.com>
1986
1987 * configure.ac: Add target-libffi to target_libraries.
1988 Readd libgcj target disablings, modified to only target-libffi.
1989 Readd target addition of go to unsupported languages.
1990 * configure: Regenerated.
1991
a7d75d59
SE
19922016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
1993
1994 * MAINTAINERS: Update email address.
1995
d1a79a95
AH
19962016-09-30 Andrew Haley <aph@redhat.com>
1997
4d8c733d 1998 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
1999 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2000 libgcj.
2001
af2d4873
AH
20022016-09-30 Andrew Haley <aph@redhat.com>
2003
2004 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2005 write-after approval after GCJ deletion.
2006
07b78716
AH
20072016-09-30 Andrew Haley <aph@redhat.com>
2008
2009 * Makefile.def: Remove libjava.
2010 * Makefile.tpl: Likewise.
2011 * Makefile.in: Regenerate.
2012 * configure.ac: Likewise.
2013 * configure: Likewise.
2014 * gcc/java: Remove.
2015 * libjava: Likewise.
2016
a29b7214
CZ
20172016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2018
2019 * MAINTAINERS (Reviewers): Add myself.
2020
2fd88f4f
AK
20212016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2022
2023 * configure.ac: Disable "sim" directory for arc*-*-*.
2024 * configure: Regenerated.
2025
e2080e79
TC
20262016-09-23 Tamar Christina <tamar.christina@arm.com>
2027
2028 * MAINTAINERS (Write After Approval): Add myself.
2029
8f3675f8
MR
20302016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2031
2032 * configure.ac: Check for the minimum in-tree MPFR version
2033 handled.
2034 * configure: Regenerate.
2035
21f88103
YTL
20362016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2037
2038 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2039 * configure: Regenerated.
2040
60d51882
FR
20412016-07-19 Fritz Reese <fritzoreese@gmail.com>
2042
2043 * MAINTAINERS (Write After Approval): Add myself.
2044
277d7ee0
AK
20452016-06-23 Andi Kleen <ak@linux.intel.com>
2046
2047 * Makefile.def: Add autoprofiledbootstrap.
2048 * Makefile.tpl: Dito.
2049 * Makefile.in: Regenerate.
2050
fd6487af
JS
20512016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2052
2053 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2054 * configure: Regenerate.
2055
3e326935
TS
20562016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2057
2058 * configure: Regenerate.
2059 * configure.ac: Remove support for avr-rtems.
2060
9582bf04
SKS
20612016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2062
2063 * MAINTAINERS (Write After Approval): Add myself.
2064
6f820b68
MC
20652016-06-16 Michael Collison <michael.collison@arm.com>
2066
2067 * MAINTAINERS (Write After Approval): Add myself.
2068
775ee7fa
MM
20692016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2070
2071 * MAINTAINERS (Write After Approval): Update e-mail address.
2072
de3ba371
JM
20732016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2074
21f88103 2075 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 2076
350216e3
AM
20772016-05-28 Alan Modra <amodra@gmail.com>
2078
2079 * Makefile.tpl (configure): Depend on m4 files included.
2080 * Makefile.in: Regenerate.
2081
9cad20fa
BS
20822016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2083
2084 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2085 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2086
92466115
BS
20872016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2088
2089 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2090 special case builtin.
2091 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2092 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2093 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2094 for __builtin_vec_addec.
2095
fe38e08b
JS
20962016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2097
2098 * config.guess: Import version 2016-04-02 (newest).
2099 * config.sub: Import version 2016-05-10 (newest).
2100
cef1a0b8 21012016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 2102
cef1a0b8
JL
2103 * configure.ac: Add ARC support to libgloss.
2104 * configure: Regenerate
704b85c7 2105
75a6b91a
AS
21062016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2107
2108 * MAINTAINERS (Write After Approval): Add myself.
2109
00f35794
BE
21102016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2111
2112 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2113 * configure: Regenerated.
2114 * Makefile.def (gmp): Explicitly disable assembler.
2115 (mpfr): Adjust lib_path.
2116 (mpc): Likewise.
2117 * Makefile.in: Regenerated.
2118
c100769b
JJ
21192016-05-01 Jakub Jelinek <jakub@redhat.com>
2120
2121 PR bootstrap/70704
2122 * configure.ac (--enable-stage1-checking): Add missing
2123 --enable-checking=.
2124 * configure: Regenerated.
2125
bc6d9014
OE
21262016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2127
ace08cb8
OE
2128 * config.guess: Revert r235676.
2129 * config.sub: Revert r235676.
2130
21312016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2132
2133 * config.guess: Remove SH5 support.
bc6d9014
OE
2134 * config.sub: Likewise.
2135 * configure: Likewise.
2136 * configure.ac: Likewise.
2137
7db11a5a
JJ
21382016-04-26 Jakub Jelinek <jakub@redhat.com>
2139
2140 PR bootstrap/70704
2141 * configure.ac (--enable-stage1-checking): For --disable-checking or
2142 implicit --enable-checking, make sure extra flag matches in between
2143 stage1 and later checking.
2144 * configure: Regenerated.
2145
ab0fc037
TS
21462016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2147
2148 * .gitattributes: New file.
2149
c048fa95
SB
21502016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2151
2152 * MAINTAINERS (rs6000/powerpc port): Add myself.
2153
f3653cf5
SB
21542016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2155
2156 PR bootstrap/70173
2157 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2158 and gotools directories. Delete the stage_final file.
2159 * Makefile.in: Regenerate.
2160
4f93efa4
AV
21612016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2162
2163 * MAINTAINERS (Write After Approval): Add myself.
2164
c27e432e
SK
21652016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2166
2167 * MAINTAINERS (Fortran maintainer): Remove myself.
2168
7134713c
BS
21692016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2170
2171 * MAINTAINERS (Write After Approval): Add myself.
2172
7d74282a
KN
21732016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2174
2175 * MAINTAINERS (Write After Approval): Add myself.
2176
1b858e76
CC
21772016-03-17 Cary Coutant <ccoutant@gmail.com>
2178
2179 Sync with binutils-gdb:
2180
2181 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2182
2183 * configure.ac: Add mips and s390 to the gold target check.
2184 * configure: Regenerate.
2185
d15bd5bb
DD
21862016-03-01 DJ Delorie <dj@redhat.com>
2187
2188 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2189
6d1fa6bb
DM
21902016-02-22 David Malcolm <dmalcolm@redhat.com>
2191
2192 * MAINTAINERS (libcpp): Add myself.
2193 (diagnostic messages): Likewise.
2194
607bda60
TV
21952016-02-20 Tom de Vries <tom@codesourcery.com>
2196
2197 * MAINTAINERS: Fix whitespace.
2198
80cfaff8
CZ
21992016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2200
2201 * MAINTAINERS (Write After Approval): Add myself.
2202
c661a43d
SP
22032016-01-29 Sebastian Pop <s.pop@samsung.com>
2204
2205 * config/isl.m4: Add comments about isl-0.16.
2206 * configure: Regenerate.
2207
86b3a101
MJ
22082016-01-29 Martin Jambor <mjambor@suse.cz>
2209
2210 * MAINTAINERS (hsa maintainers): Add myself.
2211
960cbfd2
WD
22122015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2213
2214 * MAINTAINERS: (Write After Approval): Add myself.
2215
1e050c90
AK
22162016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2217 Sebastian Pop <s.pop@samsung.com>
2218
2219 * Makefile.in: Regenerate.
2220 * Makefile.tpl: Export ISLVER.
2221 * configure: Regenerate.
2222 * config/isl.m4: Detect isl-0.15.
2223
cefadad1
MM
22242016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2225
2226 PR bootstrap/69329
2227 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2228 * Makefile.in: Regenerate.
2229
9e530bcd
AP
22302016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2231
2232 * configure.ac: Enable LTO for DJGPP
2233 * configure: Regenerate
2234
324402a0
L
22352016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2236
2237 Sync with binutils-gdb:
2238 2015-10-21 Nick Clifton <nickc@redhat.com>
2239
2240 PR gas/19109
2241 * configure.ac: Note the 'none' is an acceptable argument to
2242 --enable-compressed-debug-sections.
2243 * configure: Regenerate.
2244
9eaaa830
BE
22452016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2246
2247 PR bootstrap/69134
2248 * Makefile.def (mpfr): Disable assembler.
2249 * Makefile.in: Regenerate.
2250
cfe67e03
BE
22512016-01-01 Ben Elliston <bje@gnu.org>
2252
2253 * config.guess: Import version 2016-01-01.
2254 * config.sub: Likewise.
2255
be33d404
SS
22562015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2257
2258 * MAINTAINERS (Write After Approval): Add myself.
2259
e357a5e0
SP
22602015-12-17 Sebastian Pop <s.pop@samsung.com>
2261
2262 * Makefile.in: Replace ISL with isl.
2263 * Makefile.tpl: Same.
2264 * config/isl.m4: Same.
2265 * configure.ac: Same.
2266 * contrib/download_prerequisites: Same.
2267 * configure: Regenerate.
2268
1ad2439b
AP
22692015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2270
2271 * MAINTAINERS (Write After Approval): Add Myself.
2272
70decafb
NS
22732015-12-17 Nathan Sidwell <nathan@acm.org>
2274
2275 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2276 * configure: Regenerate.
2277
560d18d3
AK
22782015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2279 Sebastian Pop <s.pop@samsung.com>
2280
2281 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2282 isl_ctx_get_max_operations.
2283 * configure: Regenerate.
2284
57e8ab24 22852015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
2286
2287 * MAINTAINERS (Write After Approval): Add myself.
2288
105b682e
ILT
22892015-12-02 Ian Lance Taylor <iant@google.com>
2290
2291 PR go/66147
2292 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2293 * Makefile.in: Regenerate.
2294
7eb46bec
AT
22952015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2296
2297 PR libffi/65726
2298 * Makefile.def (lang_env_dependencies): Make libffi depend
2299 on cxx.
2300 * Makefile.in: Regenerate.
2301
cc3baaa9
DE
23022015-11-26 David Edelsohn <dje.gcc@gmail.com>
2303
2304 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2305 symbols.
2306
3be96231
TG
23072015-11-20 Tristan Gingold <gingold@adacore.com>
2308
2309 Sync with binutils-gdb:
2310 2015-11-20 Tristan Gingold <gingold@adacore.com>
2311
2312 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2313 * configure: Regenerate.
2314
daa53f38
ML
23152015-11-19 Martin Liska <mliska@suse.cz>
2316
2317 * .gitignore: Add .clang-format to ignored files.
2318 * Makefile.in: Add clang-format.
2319 * Makefile.tpl: Likewise.
2320
54985c70
TA
23212015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2322
2323 * configure.ac: Enable libmpx by default.
2324 * configure: Regenerated.
2325
d0397c75
SE
23262015-10-23 Steve Ellcey <sellcey@imgtec.com>
2327
2328 * MAINTAINERS: Update email address.
2329
735a559c
PM
23302015-10-23 Paulo Matos <pmatos@linki.tools>
2331
2332 * MAINTAINERS: Update email address.
2333
15713b43
AH
23342015-10-23 Alan Hayward <alan.hayward@arm.com>
2335
2336 * MAINTAINERS (Write After Approval): Add myself.
2337
78edb32f
L
23382015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2339
2340 Sync with binutils-gdb:
2341 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2342
2343 PR gas/19109
2344 * configure.ac: Add
2345 --enable-compressed-debug-sections={all,gas,gold,ld}.
2346 * configure: Regenerated.
2347
dec6b7f1
AC
23482015-10-16 Arnaud Charlet <charlet@adacore.com>
2349
2350 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2351
6be1d686
ML
23522015-10-09 Martin Liska <mliska@suse.cz>
2353
2354 * MAINTAINERS (Write After Approval): Add myself.
2355
dc0e2060
AF
23562015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2357
2358 * MAINTAINERS (Write After Approval): Add myself.
2359
bec93d40
FW
23602015-10-02 Florian Weimer <fweimer@redhat.com>
2361
2362 * MAINTAINERS: Update email address.
2363
0487f06d
LK
23642015-10-02 Louis Krupp <louis.krupp@zoho.com>
2365
2366 * MAINTAINERS (Write After Approval): Add myself.
2367
56547ff7
KT
23682015-09-20 Kai Tietz <ktietz70@googlemail.com>
2369
423ea09f 2370 * MAINTAINERS: Update email.
56547ff7 2371
ed4c91ea
BS
23722015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2373
2374 * MAINTAINERS: Update my email address.
2375
2503fd9e
JB
23762015-09-01 James Bowman <james.bowman@ftdichip.com>
2377
2378 * MAINTAINERS (ft32 port): Add myself.
2379
3726332a
DS
23802015-08-28 David Sherwood <david.sherwood@arm.com>
2381
2382 * MAINTAINERS: Add myself.
2383
15480aaf
PM
23842015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2385
2386 * MAINTAINERS (Write After Approval): Add myself.
2387
ad4f95e3
FXC
23882015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2389
2390 PR libfortran/54572
2391 * Makefile.def: Make libgfortran depend on libbacktrace.
2392 * Makefile.in: Regenerate.
2393
95f25df0
SD
23942015-08-20 Simon Dardis <simon.dardis@imgtec.com>
2395
2396 * MAINTAINERS (Write After Approval): Add myself.
2397
5dc85f7e
TV
23982015-08-12 Tom de Vries <tom@codesourcery.com>
2399
2400 PR other/67092
2401 * configure.ac: Remove --with_host_libstdcxx support.
2402 * configure: Regenerate.
2403
44a7d18d
TS
24042015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2405 Jakub Jelinek <jakub@redhat.com>
2406
2407 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2408 nvptx*-*-*.
2409 * configure: Regenerate.
2410
bf5372e7
YS
24112015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2412
2413 * Makefile.def (libiconv): Define bootstrap=true.
2414 Mark pdf/html/info as missing.
2415 (configure-gcc): Depend on all-libiconv.
2416 (all-gcc): Ditto.
2417 (configure-libcpp): Ditto.
2418 (all-libcpp): Ditto.
2419 (configure-intl): Ditto.
2420 (all-intl): Ditto.
2421 * Makefile.in: Regenerate.
2422
94b8fdcc
BC
24232015-08-03 Bin Cheng <bin.cheng@arm.com>
2424
2425 * MAINTAINERS (loop ivopts): Add the entry and myself.
2426
430bcac1
NS
24272015-07-31 Nathan Sidwell <nathan@codesourcery.com>
2428
2429 * MAINTAINERS (nvptx): Add self.
2430
110d61da
AL
24312015-07-29 Alan Lawrence <alan.lawrence@arm.com>
2432
2433 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2434 128-bit vector modes.
2435
c9da7548 24362015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 2437
c9da7548
VV
2438 * MAINTAINERS (Write After Approval): Add myself.
2439
423ea09f 24402015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
2441
2442 * config.sub, config.guess: Import from upstream.
2443
6b1786aa
JL
24442015-07-24 Michael Darling <darlingm@gmail.com>
2445
2446 PR other/66259
2447 * config-ml.in: Reflects renaming of configure.in to configure.ac
2448 * configure: Likewise
2449 * configure.ac: Likewise
2450
45952786
BS
24512015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
2452
2453 * MAINTAINERS: Update my email address.
2454
f1595603
L
24552015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2456
2457 Sync with binutils-gdb:
2458 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
2459
2460 * configure.ac (target_configdirs): Exclude target-zlib if
2461 target-libjava isn't built.
2462 * configure: Regenerated.
2463
a05c2c75
L
24642015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2465
2466 Sync with binutils-gdb:
2467 2015-05-13 John David Anglin <dave.anglin@bell.net>
2468
2469 * configure.ac: Disable configuration of GDB for HPUX targets.
2470 * configure: Regenerate.
2471
2472 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
2473
2474 * configure.ac: Add --with-system-zlib.
2475 * configure: Regenerated.
2476
2477 2015-01-28 James Bowman <james.bowman@ftdichip.com>
2478
2479 * configure.ac: Add FT32 support.
2480 * configure: Regenerate.
2481
2482 2015-01-12 Anthony Green <green@moxielogic.com>
2483
2484 * configure.ac: Don't disable gprof for moxie.
2485 * configure: Rebuild.
2486
1c01ebf6
L
24872015-07-14 H.J. Lu <hongjiu.lu@intel.com>
2488
2489 Sync with binutils-gdb:
2490 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
2491
2492 PR ld/18355
2493 * Makefile.def: Add extra_configure_flags to host zlib.
2494 * configure.ac (extra_host_zlib_configure_flags): New. Set
2495 to --enable-host-shared When bfd is to be built as shared
2496 library. AC_SUBST.
2497 * Makefile.in: Regenerated.
2498
e59969a1
HPN
24992015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
2500
2501 Sync with src:
2502 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
2503 * Makefile.def (dependencies): Add all-zlib to all-bfd.
2504 * Makefile.in: Regenerated.
2505
d9063947
L
25062015-06-30 H.J. Lu <hongjiu.lu@intel.com>
2507
2508 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2509 target.
2510 * configure: Regenerate.
2511
b837291d
LC
25122015-06-23 Ludovic Courtès <ludo@gnu.org>
2513
2514 * MAINTAINERS (Write After Approval): Add myself.
2515
2a97995f
AT
25162015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
2517
2518 * MAINTAINERS (OS Port Maintainers): Add myself.
2519 (Various Maintainers): Remove myself from libffi testsuite.
2520
19cd26a6
RS
25212015-06-04 Richard Sandiford <richard.sandiford@arm.com>
2522
2523 * MAINTAINERS (gen* on machine desc): Add self.
2524
8ca528d9
JM
25252015-06-02 Jason Merrill <jason@redhat.com>
2526
2527 PR bootstrap/66319
2528 * configure.ac: Use -std=gnu++98.
2529
4526c3c1
SN
25302015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
2531
2532 * MAINTAINERS (Write After Approval): Add myself.
2533
318a4e6d
MF
25342015-05-28 Mike Frysinger <vapier@gentoo.org>
2535
2536 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2537 * configure: Regenerate.
2538
46070488
JM
25392015-05-26 Jason Merrill <jason@redhat.com>
2540
2541 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2542 * configure: Regenerate.
2543
fef939d6
JB
25442015-05-16 James Bowman <james.bowman@ftdichip.com>
2545
2546 * configure.ac: FT32 target added.
fef939d6
JB
2547 * configure: Regenerated.
2548
886faf50
IB
25492015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
2550
2551 * MAINTAINERS (Write After Approval): Add myself.
2552
91c6b410
PM
25532015-05-11 Paulo Matos <paulo@matos-sorge.com>
2554
2555 * MAINTAINERS (Write After Approval): Add myself.
2556
e640447c
PM
25572015-05-11 Paulo Matos <paulo@matos-sorge.com>
2558
2559 * configure.ac: Fix typo.
2560 * configure: Regenerate.
2561
e587377d
MM
25622015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
2563
2564 * MAINTAINERS (Write After Approval): Add myself.
2565
cabb9d59
MK
25662015-05-03 Matthias Klose <doko@ubuntu.com>
2567
2568 * configure.ac: Match $host configured with triplets.
2569 * configure: Regenerate.
2570
fafb95a6
BRF
25712015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2572
2573 * Makefile.tpl: Remove surplus whitespace throughout.
2574 * Makefile.in: Regenerate.
2575
85867772
SB
25762015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
2577
2578 * MAINTAINERS (Various Maintainers): Add myself as instruction
2579 combiner maintainer.
2580
c10b5ea0
JJ
25812015-04-17 Jakub Jelinek <jakub@redhat.com>
2582
2583 PR bootstrap/62077
2584 * configure.ac (--enable-stage1-checking): Default to
2585 release,misc,gimple,rtlflag,tree,types if --disable-checking
2586 or --enable-checking is not specified and DEV-PHASE is not
2587 experimental.
2588 * configure: Regenerated.
2589
77019397
MO
25902015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
2591
2592 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2593 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2594 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2595 * Makefile.in: Regenerate.
2596
17feae99 25972015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
2598
2599 * MAINTAINERS: Update my email address.
2600
e61ffb3b
JG
26012015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
2602
2603 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2604
b16cc4f2
KT
26052015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2606
2607 * MAINTAINERS: Add myself as an arm port reviewer.
2608
ec523909
ML
26092015-03-25 Martin Liska <mliska@suse.cz>
2610 Yury Gribov <y.gribov@samsung.com>
2611
2612 * Makefile.in: Fix ln source location for vimrc file.
2613 * Makefile.tpl: Likewise.
2614
fc30054e
AH
26152015-03-09 Aldy Hernandez <aldyh@redhat.com>
2616
2617 PR bootstrap/25672
2618 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2619 cross-compiling. Similarly for CXX_FOR_TARGET.
2620 * configure: Regenerate.
2621
5373cd33
IE
26222015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
2623
2624 * Makefile.def: Add libmpx.
2625 * configure.ac: Add libmpx.
2626 * Makefile.in: Regenerate.
2627 * configure: Regenerate.
2628
a6e8abb9
KY
26292015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
2630
2631 * MAINTAINERS (CPU Port Maintainers): Add myself
2632 i386 vector ISA extns mantainer.
2633
f2b86778
JL
26342015-03-13 Jeff Law <law@redhat.com>
2635
2636 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2637 maintainer.
2638 Remove Richard Henderson as a maintainer for the x86 port.
2639
9dd44d1c
JR
26402015-03-03 Joern Rennecke <gnu@amylaar.uk>
2641
2642 * MAINTAINERS (CPU Port Maintainers): Update my email address.
2643
33079441
IE
26442015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
2645
2646 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2647 pointer bounds checker and i386 MPX maintainer.
2648
d083ae5f
SL
26492015-02-26 Sandra Loosemore <sandra@codesourcery.com>
2650
2651 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2652
f91f1c13
MS
26532015-02-26 Martin Sebor <msebor@redhat.com>
2654
2655 * MAINTAINERS (Various Maintainers): Add self.
2656
426c1eb0
TS
26572015-02-20 Thomas Schwinge <thomas@codesourcery.com>
2658
2659 * configure.ac [--enable-as-accelerator-for] (enable_languages):
2660 Make sure it contains lto.
2661 * configure: Regenerate.
2662
8ae12d71
TS
26632015-02-18 Thomas Schwinge <thomas@codesourcery.com>
2664
2665 * configure: Regenerate.
2666
11aa81cc 26672015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 26681
11aa81cc
DN
2669 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2670 middle-end, docstring): Remove myself.
2671 (Write After Approval): Add myself.
2672
a436ab27
JJ
26732015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
2674
2675 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2676 (Write After Approval): Update address.
2677
231d020b
DM
26782015-01-29 David Malcolm <dmalcolm@redhat.com>
2679
2680 PR jit/64780
2681 * configure.ac: Require the user to explicitly specify
2682 --enable-host-shared if the jit is enabled.
2683 * configure: Regenerate.
2684
82a94471
RS
26852015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
2686
2687 * MAINTAINERS (Write After Approval): Add myself.
2688
e6f0c56d
TV
26892015-01-25 Tom de Vries <tom@codesourcery.com>
2690
2691 * MAINTAINERS: Make whitespace consistent.
2692
631ff3e1
BO
26932015-01-23 Braden Obrzut <admin@maniacsvault.net>
2694
2695 * MAINTAINERS (Write After Approval): Add myself.
2696
09b9cd1f
AV
26972015-01-20 Andre Vehreschild <vehre@gmx.de>
2698
2699 * MAINTAINERS: (Write After Approval): Add myself.
2700
802ed46a
MU
27012015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
2702
2703 * MAINTAINERS: (Write After Approval): Add myself.
2704
c61fcfa6
PT
27052015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
2706
2707 * MAINTAINERS: (Write After Approval): Add myself.
2708
ebcd09c1
IS
27092015-01-13 Iain Sandoe <iain@codesourcery.com>
2710
2711 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2712 objective-c/c++ front end maintainer.
2713
71aa170d
MP
27142015-01-13 Marek Polacek <polacek@redhat.com>
2715
2716 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2717
da067543
JL
27182015-01-12 Jeff Law <law@redhat.com>
2719
2720 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2721 a very long time.
2722
bf1de3f0
ILT
27232015-01-09 Ian Lance Taylor <iant@google.com>
2724
2725 * configure.ac (host_tools): Add gotools.
2726 * Makefile.def (host_modules): Add gotools.
2727 (dependencies): Add dependency of all-gotools on all-target-libgo.
2728
82a19768
AT
27292015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
2730
2731 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2732 * configure: Regenerate.
2733
53dd59bf
TS
27342015-01-08 Thomas Schwinge <thomas@codesourcery.com>
2735
2736 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2737 all-target-libgomp.
2738 * Makefile.in: Regenerate.
2739
8054942d
EB
27402015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2741
2742 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2743
0969ec7d
EB
27442015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2745
2746 * configure.ac: Add Visium support.
2747 * configure: Regenerate.
2748
ec8fd1c0
AS
27492015-01-04 Andreas Schwab <schwab@linux-m68k.org>
2750
2751 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2752 * configure: Regenerate.
2753
9bccfdf5
AP
27542015-01-03 Andrew Pinski <apinski@cavium.com>
2755
2756 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2757 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2758 (BASE_TARGET_EXPORTS): Add OBJCOPY.
2759 (OBJCOPY_FOR_TARGET): New variable.
2760 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2761 * Makefile.in: Regenerate.
2762 * configure.ac: Check for already installed target objcopy.
2763 Also GCC_TARGET_TOOL on objcopy.
2764 * configure: Regenerate.
2765
007adc0d
HPN
27662015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
2767
2768 * config.sub: Update from upstream, to 2015-01-01 version.
2769 * config.guess: Ditto.
2770
fe55e976
SH
27712014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
2772
2773 * MAINTAINERS (RTEMS Ports): Add myself.
2774
b86d271e
PMR
27752014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
2776
2777 * MAINTAINERS (Write After Approval): Add myself.
2778
9733278a
MH
27792014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2780
2781 * MAINTAINERS (Write After Approval): Add myself.
2782
4b4f2e35
TS
27832014-12-15 Thomas Schwinge <thomas@codesourcery.com>
2784
2785 * configure.ac (--enable-as-accelerator-for): Don't set
2786 ENABLE_AS_ACCELERATOR_FOR. Update all users.
2787 * configure: Regenerate.
2788
b6a65eb6
JJ
27892014-12-13 Jakub Jelinek <jakub@redhat.com>
2790
2791 PR bootstrap/64023
2792 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2793 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2794 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2795 to CXX.
2796 * Makefile.in: Regenerated.
2797
c3e1e693
YG
27982014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2799 Yury Gribov <y.gribov@samsung.com>
2800
2801 * .gitignore: Added .local.vimrc and .lvimrc.
2802 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2803 * Makefile.in: Regenerate.
2804
28052014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
2806
2807 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2808 * configure: Regenerated.
2809
b9fb25a5
BS
28102014-11-27 Bernd Schmidt <bernds@codesourcery.com>
2811
2812 * MAINTAINERS (nvptx port): New entry.
2813
d896cc4d
JBG
28142014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
2815
2816 * configure: Regenerate.
2817
74ae587e
JBG
28182014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2819
2820 * configure.ac: Merge with Binutils.
2821
45c89690
TB
28222014-11-26 Tobias Burnus <burnus@net-b.de>
2823
2824 * Makefile.def: Make more dependent on mpfr, mpc and isl.
2825 * Makefile.in: Regenerate.
2826
ea903c37
BE
28272014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2828
2829 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2830 missing flex.
2831 * Makefile.in: Regenerated.
2832
eb23df59
IV
28332014-11-21 Ilya Verbin <ilya.verbin@intel.com>
2834
2835 * Makefile.in: Regenerate.
2836
a699d672
L
28372014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
2838
2839 PR bootstrap/63784
2840 * libtool.m4: Add $pic_flag with -shared.
2841
fc065a61
RL
28422014-11-21 Renlin Li <Renlin.Li@arm.com>
2843
2844 * MAINTAINERS (Write After Approval): Added myself.
2845
efcc23e6
AV
28462014-11-21 Alex Velenko <Alex.Velenko@arm.com>
2847
2848 * MAINTAINERS (write-after-approval): Add myself.
2849
dd308ed8
MK
28502014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2851
2852 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2853 from 2 years ago.
2854
ac8698a1
AV
28552014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2856
2857 Revert:
2858 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2859
2860 * MAINTAINERS (Write After Approval): Added myself as line map
2861 maintainer.
2862
8dab9330
RL
28632014-11-19 Renlin Li <Renlin.Li@arm.com>
2864
2865 Revert:
2866 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2867
2868 * MAINTAINERS (Write After Approval): Added myself.
2869
1be22083
RL
28702014-11-19 Renlin Li <Renlin.Li@arm.com>
2871
2872 * MAINTAINERS (Write After Approval): Added myself.
2873
59392f46
AV
28742014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2875
2876 * MAINTAINERS (Write After Approval): Added myself as line map
2877 maintainer.
2878
0f3422cc
DS
28792014-11-17 Dodji Seketeli <dodji@redhat.com>
2880
2881 * MAINTAINERS (Various Maintainers): Added myself as line map
2882 maintainer.
2883
0c8969f0
JBG
28842014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2885
2886 * move-if-change: Sync from upstream gnulib.
2887
d7134c0e
JBG
28882014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2889
2890 * compile: Sync with upstream Automake.
2891 * depcomp: Ditto.
2892 * install-sh: Ditto.
2893 * missing: Ditto.
2894 * mkinstalldirs: Ditto.
2895 * ylwrap: Ditto.
2896
e4ff7e6a
JBG
28972014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2898
2899 * config.sub: Update from upstream config repo.
2900 * config.guess: Ditto.
2901
5f520819
KY
29022014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
2903
2904 * Makefile.def: Add liboffloadmic to target_modules. Make
2905 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2906 * Makefile.in: Regenerate.
2907 * configure: Regenerate.
2908 * configure.ac: Add liboffloadmic to target binaries.
2909 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2910 Add liboffloadmic to noconfig list when C++ is not supported.
2911
85c64bbe
BS
29122014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2913 Thomas Schwinge <thomas@codesourcery.com>
2914 Ilya Verbin <ilya.verbin@intel.com>
2915 Andrey Turetskiy <andrey.turetskiy@intel.com>
2916
2917 * configure: Regenerate.
2918 * configure.ac (--enable-as-accelerator-for)
2919 (--enable-offload-targets): New configure options.
2920
7d35a59e
TB
29212014-11-11 Tobias Burnus <burnus@net-b.de>
2922
0a002272 2923 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
2924 * Makefile.in: Regenerate.
2925
35485da9
DM
29262014-11-11 David Malcolm <dmalcolm@redhat.com>
2927
2928 * ChangeLog.jit: New.
2929 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2930
ebf6d33b
FXC
29312014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2932
2933 PR target/63610
2934 * libtool.m4: Fix globbing of darwin versions.
2935 * configure: Regenerate.
2936
4a9bb2aa
TB
29372014-11-11 Tobias Burnus <burnus@net-b.de>
2938
4a9bb2aa
TB
2939 * Makefile.def: Remove CLooG.
2940 * Makefile.tpl: Ditto.
2941 * configure.ac: Ditto.
2942 * configure: Regenerate.
2943 * Makefile.in: Ditto.
2944
738f2522
BS
29452014-11-06 Bernd Schmidt <bernds@codesourcery.com>
2946
2947 * configure.ac: Handle nvptx-*-*.
2948 * configure: Regenerate.
2949
9b591dd1
PG
29502014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
2951
2952 * MAINTAINERS (Write After Approval): Add myself.
2953
14258928
JJ
29542014-10-31 Jakub Jelinek <jakub@redhat.com>
2955
2956 * Makefile.def (libcc1): Remove bootstrap=true;.
2957 * Makefile.in: Regenerated.
2958
1335a8ca
JBG
29592014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2960
2961 * configure.ac: Update comment.
2962 * configure: Regenerate.
2963
cb115cc2
IE
29642014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
2965
2966 * MAINTAINERS (Write After Approval): Add myself.
2967
fca38047
TS
29682014-10-30 Thomas Schwinge <thomas@codesourcery.com>
2969
2970 * configure.ac (extra_host_libiberty_configure_flags): Add
2971 --enable-shared also for libcc1's benefit.
2972 * configure: Regenerate.
2973
65c0707b
TG
29742014-10-29 Tristan Gingold <gingold@adacore.com>
2975
2976 * MAINTAINERS: Change my email address.
2977
ddc8de03
PM
29782014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2979 Tom Tromey <tromey@redhat.com>
2980
2981 * Makefile.def: Add libcc1 to host_modules.
2982 * configure.ac (host_tools): Add libcc1.
2983 * Makefile.in, configure: Rebuild.
2984
4eb1ac39 29852014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
2986
2987 * configure.ac (build_configargs): Don't share config.cache between
2988 build subdirs.
7fd74620 2989 * configure: Regenerate.
3d96b0d0 2990
d81230b5
DH
29912014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2992
2993 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2994 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2995 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2996 leon3v7 as leon3.
2997 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2998 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2999 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3000 * config/sparc/sparc.md (cpu): Add leon3v7.
3001 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3002
c7a6a617
DH
30032014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3004
3005 * MAINTAINERS (write-after-approval): Add myself.
3006
74cc5471
ILT
30072014-10-23 Ian Lance Taylor <iant@google.com>
3008
3009 * configure.ac: Disable the Go frontend on systems where it is known
3010 to not work.
3011 * configure: Regenerate.
3012
929315a9
RB
30132014-10-23 Richard Biener <rguenther@suse.de>
3014
3015 * Makefile.def: Add libcpp build module and dependencies.
3016 * configure.ac: Add libcpp build module.
3017 * Makefile.in: Regenerate.
3018 * configure: Likewise.
3019
5d12b768
MF
30202014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3021
3022 * MAINTAINERS (write-after-approval): Add myself.
3023
7b262a51
MLI
30242014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3025
3026 * INSTALL/README: Do not mention CVS.
3027
7705dfd1
JY
30282014-10-03 Jing Yu <jingyu@google.com>
3029
3030 * configure.ac: Add aarch64 to list of targets that support gold.
3031 * configure: Regenerate.
3032
a3052d31
FD
30332014-09-29 François Dumont <fdumont@gcc.gnu.org>
3034
3035 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3036
b2a1b261
CM
30372014-09-29 Catherine Moore <clm@codesourcery.com>
3038
3039 * MAINTAINERS: Add myself as MIPS maintainer.
3040
05342e10
MF
30412014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3042
3043 * MAINTAINERS: Move myself to MIPS maintainers.
3044
3f6bb7e5
JBG
30452014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3046
3047 * MAINTAINERS: Put all email addresses between '<' and '>'.
3048
3e895729
FXC
30492014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3050
3051 * MAINTAINERS: Move myself to reviewers (Fortran).
3052
e04733ee
AK
30532014-09-01 Andi Kleen <ak@linux.intel.com>
3054
3055 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3056 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3057 * Makefile.in: Regenerate.
3058
e79c0ea8
DM
30592014-08-28 David Malcolm <dmalcolm@redhat.com>
3060
3061 * rtx-classes-status.txt: Delete
3062
b32d5189
DM
30632014-08-28 David Malcolm <dmalcolm@redhat.com>
3064
3065 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3066
e0c0c325
SP
30672014-08-27 Sebastian Pop <s.pop@samsung.com>
3068
3069 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3070 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3071 of checking for version number.
3072 * configure: Regenerated.
3073 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3074
d7ac0a6a
DM
30752014-08-27 David Malcolm <dmalcolm@redhat.com>
3076
3077 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3078 is done; begin phase 6 (use extra rtx_def subclasses).
3079
9daaca36
DM
30802014-08-27 David Malcolm <dmalcolm@redhat.com>
3081
3082 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3083 done; begin phase 5 (additional rtx_def subclasses).
3084
b2908ba6
DM
30852014-08-26 David Malcolm <dmalcolm@redhat.com>
3086
3087 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3088
1130d5e3
DM
30892014-08-26 David Malcolm <dmalcolm@redhat.com>
3090
3091 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3092 SET_BB_HEADER are done.
3093
0e0ce50d
DM
30942014-08-26 David Malcolm <dmalcolm@redhat.com>
3095
3096 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3097 done.
3098
3d30f4e8
DM
30992014-08-26 David Malcolm <dmalcolm@redhat.com>
3100
3101 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3102
6144a836
DM
31032014-08-26 David Malcolm <dmalcolm@redhat.com>
3104
3105 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3106
b311fd0f
DM
31072014-08-25 David Malcolm <dmalcolm@redhat.com>
3108
3109 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3110
d8ce2eae
DM
31112014-08-25 David Malcolm <dmalcolm@redhat.com>
3112
3113 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3114
1455e88c
DM
31152014-08-25 David Malcolm <dmalcolm@redhat.com>
3116
3117 * rtx-classes-status.txt: Phase 3 (per-file commits within
3118 "config" subdirs) is done; begin phase 4 (removal of
3119 "scaffolding").
3120
76c531d3
DM
31212014-08-23 David Malcolm <dmalcolm@redhat.com>
3122
3123 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3124 dir) is done; begin phase 3 (per-file commits within "config"
3125 subdirs).
3126
00550b3d
DM
31272014-08-21 David Malcolm <dmalcolm@redhat.com>
3128
3129 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3130 phase 2 (per-file commits in main source dir).
3131
622dbadf
BC
31322014-08-21 Bin Cheng <bin.cheng@arm.com>
3133
3134 * configure: Regenerated.
3135
c1286e0b
DM
31362014-08-19 David Malcolm <dmalcolm@redhat.com>
3137
3138 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3139
c2fc1aee
DM
31402014-08-19 David Malcolm <dmalcolm@redhat.com>
3141
3142 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3143
68975683
DM
31442014-08-19 David Malcolm <dmalcolm@redhat.com>
3145
3146 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3147
d914bc6b
DM
31482014-08-19 David Malcolm <dmalcolm@redhat.com>
3149
3150 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3151
8020a4d5
DM
31522014-08-19 David Malcolm <dmalcolm@redhat.com>
3153
3154 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3155
a231b8a5
JV
31562014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3157
3158 * MAINTAINERS (Write After Approval): Add myself.
3159
ce8126f5
CF
31602014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3161
3162 * MAINTAINERS: Remove myself
3163
0f82e5c9
DM
31642014-08-19 David Malcolm <dmalcolm@redhat.com>
3165
3166 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3167
9c9afb69
PP
31682014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3169
3170 * MAINTAINERS (Write After Approval): Add myself.
3171
190bea87
DM
31722014-08-18 David Malcolm <dmalcolm@redhat.com>
3173
3174 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3175 SET_BB_HEADER, SET_BB_FOOTER
3176
c41b94ce
DM
31772014-08-18 David Malcolm <dmalcolm@redhat.com>
3178
bb3fff01 3179 * rtx-classes-status.txt: New file
c41b94ce 3180
eae1a5d4
RG
31812014-08-18 Roman Gareev <gareevroman@gmail.com>
3182
3183 * configure.ac: Eliminate ClooG installation dependency.
3184 * configure: Regenerate.
3185 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3186 * Makefile.in: Regenerate.
3187
f613bc0f
IV
31882014-08-15 Ilya Verbin <iverbin@gmail.com>
3189
3190 * MAINTAINERS (Write After Approval): Add myself.
3191
423ea09f 31922014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
3193
3194 * MAINTAINERS (Write After Approval): Add myself.
3195
88b1a322
JW
31962014-08-01 Jiong Wang <jiong.wang@arm.com>
3197
3198 * MAINTAINERS (Write After Approval): Add myself.
3199
8ed499f8
AG
32002014-07-28 Anthony Green <green@moxielogic.com>
3201
3202 Import from savannah.gnu.org:
3203 * config.sub: Update to 2014-07-28 version.
3204
09ec3110
RS
32052014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3206
3207 * MAINTAINERS: Remove my MIPS maintainer entry.
3208
7b7f941a
UB
32092014-07-26 Uros Bizjak <ubizjak@gmail.com>
3210
3211 PR target/47230
3212 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3213 * configure: Regenerate.
3214
a12f7ac8
JN
32152014-07-24 James Norris <jnorris@codesourcery.com>
3216
3217 * MAINTAINERS (Write After Approval): Add myself.
3218
09611faf
RG
32192014-07-20 Roman Gareev <gareevroman@gmail.com>
3220
3221 * configure.ac: Accept only CLooG 0.18.1.
3222 * configure: Regenerate.
3223
37738b0f
RG
32242014-07-17 Roman Gareev <gareevroman@gmail.com>
3225
3226 * configure.ac: Don't accept isl 0.11.
3227 * configure: Regenerate.
3228
473037cb
AZ
32292014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3230
3231 * MAINTAINERS (Write After Approval): Add myself.
3232
9a62ed16
RO
32332014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3234
3235 * configure.ac: Don't accept isl 0.10.
3236 * configure: Regenerate.
3237
c41f1c42 32382014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 3239
c41f1c42
BE
3240 Fix include path for in-tree cloog.
3241 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3242 * configure: Regenerate.
29d0a43c 3243
c41f1c42 32442014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 3245
c41f1c42 3246 * .gitignore: Import gcc_update output.
a5852bea 3247
b6383ab8
TS
32482014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3249
a10ec8bc
TS
3250 * config-ml.in: Robustify ac_configure_args parsing.
3251
45b3824d
TS
3252 * configure.ac (--enable-linker-plugin-configure-flags)
3253 (--enable-linker-plugin-flags): New flags.
3254 (configdirs): Conditionally add libiberty-linker-plugin.
3255 * configure: Regenerate.
3256 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3257 (host_modules) <lto-plugin>: Pay attention to
3258 @extra_linker_plugin_flags@ and
3259 @extra_linker_plugin_configure_flags@.
3260 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3261 * Makefile.in: Regenerate.
3262
b6383ab8
TS
3263 * Makefile.tpl (configure-[+prefix+][+module+])
3264 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3265 "module_srcdir" instead of "module" for locating a module's srcdir.
3266 * Makefile.in: Regenerate.
3267
a4a1b5f3
MF
32682014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3269
3270 * MAINTAINERS (Write After Approval): Add myself.
3271
38a13841
SP
32722014-06-06 Sebastian Pop <sebpop@gmail.com>
3273
3274 * MAINTAINERS: Update my email address.
3275
153fcd41
TP
32762014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3277
3278 * MAINTAINERS (Write After Approval): Add myself.
3279
e25d9632
AB
32802014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3281
3282 * MAINTAINERS (Write After Approval): Add myself.
3283
1007a55c
JW
32842014-05-30 Jonathan Wakely <jwakely@redhat.com>
3285
3286 PR libstdc++/61011
3287 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3288 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3289 * configure: Regenerate.
3290
fd9ed1ae
PA
32912014-05-28 Pedro Alves <palves@redhat.com>
3292
3293 * MAINTAINERS (Write After Approval): Add myself.
3294
03bdb69f
MK
32952014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3296
3297 * MAINTAINERS: Update my affiliation/email.
3298
905083ad
MS
32992014-05-19 Mike Stump <mikestump@comcast.net>
3300
3301 * MAINTAINERS: Add wide-int reviewers.
3302
707f1839
SL
33032014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3304
3305 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3306 * configure: Regenerated.
3307
7321dc60
TR
33082014-05-15 Torvald Riegel <triegel@redhat.com>
3309
3310 * MAINTAINERS (libitm): Add myself as maintainer.
3311
5b1e4b47
CB
33122014-05-07 Charles Baylis <charles.baylis@linaro.org>
3313
3314 * MAINTAINERS (Write After Approval): Add myself.
3315
a4ebe104
RS
33162014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3317
3318 * config.sub, config.guess: Import from upstream.
3319
9575df4a
AL
33202014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3321
3322 * MAINTAINERS (Write After Approval): Put myself in correct order.
3323
2fdc94b7
AL
33242014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3325
3326 * MAINTAINERS (Write After Approval): Add myself.
3327
080c6230
LB
33282014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3329
3330 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3331 section.
3332
4e4c8692
RÁE
33332014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3334
3335 * MAINTAINERS (Write After Approval): Delete myself.
3336
ffe7f7a7
JJ
33372014-04-17 Jakub Jelinek <jakub@redhat.com>
3338
3339 PR sanitizer/56781
3340 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3341 and -B* options with -Xcompiler.
3342
147d38a5
EB
33432014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3344
3345 PR bootstrap/60620
423ea09f 3346 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
3347 * Makefile.in: Regenerate.
3348
ba1925c3
YS
33492014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3350
3351 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3352 for WINDRES_FOR_TARGET in default-manifest.o rule.
3353 * Makefile.in: Regenerate.
3354
8707b3bc
DH
33552014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3356
3357 * MAINTAINERS (Write After Approval): Add myself.
3358
9e1c8fc1
JJ
33592014-03-26 Jakub Jelinek <jakub@redhat.com>
3360
3361 PR sanitizer/56781
3362 * Makefile.def: Set bootstrap=true; for host fixincludes.
3363 * configure.ac: Don't bootstrap host fixincludes unless
3364 --with-build-config=bootstrap-{a,ub}san.
3365 * Makefile.in: Regenerated.
3366 * configure: Regenerated.
3367
beeda1d9
JJ
33682014-03-21 Jakub Jelinek <jakub@redhat.com>
3369
3370 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3371 --enable-vtable-verify option parsing. Don't add
3372 target-libsanitizer to bootstrap_target_libs unless
3373 --with-build-config=bootstrap-asan or
3374 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3375 to bootstrap_target_libs unless --enable-vtable-verify.
3376 * configure: Regenerated.
3377
e5dddc50
AS
33782014-03-10 Anatoly Sokolov <aesok@post.ru>
3379
3380 * MAINTAINERS (Write After Approval): Add myself.
3381
df5bc1cb
DC
33822014-03-07 Denis Chertykov <chertykov@gmail.com>
3383
3384 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3385
3b9edeac
JJ
33862014-03-07 Jakub Jelinek <jakub@redhat.com>
3387
3388 PR bootstrap/58572
3389 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3390 -I for libstdc++-v3 includes if $(LEAN).
3391 * Makefile.in: Regenerated.
3392
c01a8548
JW
33932014-03-04 Jonathan Wakely <jwakely@redhat.com>
3394
3395 * MAINTAINERS: Update my email address.
3396
341c653c
WL
33972014-02-24 Walter Lee <walt@tilera.com>
3398
3399 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3400 (tilegx-*-*): Change to tilegx*-*-*.
3401 * configure: Regenerate.
3402
37f2c4f0
LR
34032014-02-17 Loren J. Rittle <ljrittle@acm.org>
3404
3405 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3406
6c01e96e
KV
34072014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
3408
3409 * MAINTAINERS (Write After Approval): Add myself.
3410
91da0481
RO
34112014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3412
3413 PR target/59788
3414 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3415 *solaris2*.
3416
dd35b84f
JDA
34172014-01-21 John David Anglin <danglin@gcc.gnu.org>
3418
3419 * MAINTAINERS: Update my email address.
3420
493b8af8
GP
34212014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
3422
3423 * MAINTAINERS: Convert to UTF-8.
3424 Properly sort Xinliang David Li's entry.
3425
f121b81d
CLT
34262013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3427 Sandra Loosemore <sandra@codesourcery.com>
3428
3429 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3430 nios2 port maintainers.
3431
74f769b5
MT
34322013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
3433
3434 * MAINTAINERS (Write After Approval): Add myself.
3435
79e0604d 34362013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
3437
3438 * configure.ac: Add user-friendly check for native x86_64-linux
3439 multilibs.
3440 * configure: Regenerate.
3441
34422013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
3443
3444 * MAINTAINERS: Add myself as sh maintainer.
3445
34462013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3447
3448 * MAINTAINERS: Add self as SLSR maintainer.
3449
34502013-11-18 Jan Hubicka <hubicka@ucw.cz>
3451
3452 * MAINTAINERS: Update my email address.
3453
34542013-11-15 David Edelsohn <dje.gcc@gmail.com>
3455
3456 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3457
34582013-11-07 Thomas Schwinge <thomas@codesourcery.com>
3459
3460 * Makefile.in: Regenerate.
3461
3462 * Makefile.tpl: Fix typo.
3463 * Makefile.in: Regenerate partially.
3464
34652013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
3466
3467 * configure.ac: Added libcilkrts to noconfig list when C++ is not
3468 supported.
3469 * configure: Regenerated.
3470
34712013-11-01 Trevor Saunders <tsaunders@mozilla.com>
3472
3473 * MAINTAINERS (Write After Approval): Add myself.
3474
34752013-10-30 Jason Merrill <jason@redhat.com>
3476
3477 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3478 --disable-build-format-warnings.
3479
34802013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
3481
423ea09f 3482 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
3483 depend on libstdc++ and libgcc.
3484 * configure: Regenerate.
3485 * configure.ac: Added libcilkrts to target binaries. Also, restrict
3486 libcilkrts for POSIX and i*86, and x86_64 architectures.
3487 * Makefile.in: Added libcilkrts related fields to support building it.
3488
34892013-10-26 Jeff Law <law@redhat.com>
3490
3491 * Makefile.def (target_modules): Remove libmudflap
3492 (languages): Remove check-target-libmudflap).
3493 * Makefile.in: Rebuilt.
3494 * Makefile.tpl (check-target-libmudflap-c++): Remove.
3495 * configure.ac (target_libraries): Remove target-libmudflap.
3496 Remove checks which disabled libmudflap on some systems.
3497 * configure: Rebuilt.
3498 * libmudflap: Directory removed.
3499
35002013-10-21 Cong Hou <congh@google.com>
3501
3502 * MAINTAINERS (Write After Approval): Add myself.
3503
35042013-10-16 Mike Stump <mikestump@comcast.net>
3505
3506 * .dir-locals.el: Add.
3507
35082013-10-15 David Malcolm <dmalcolm@redhat.com>
3509
3510 * configure.ac: Add --enable-host-shared
3511 * configure: Regenerate.
3512
35132013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3514
3515 Import from savannah.gnu.org:
3516 * config.guess: Update to 2013-06-10 version.
3517 * config.sub: Update to 2013-10-01 version.
3518
35192013-10-01 Simon Cook <simon.cook@embecosm.com>
3520
3521 Changes to build configuration to allow big endian ARC ELF toolchain
3522 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3523 * configure: Regenerate.
3524
35252013-09-20 Alan Modra <amodra@gmail.com>
3526
3527 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3528 ppc host match. Support little-endian powerpc linux hosts.
3529
35302013-09-19 Dodji Seketeli <dodji@redhat.com>
3531
3532 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3533 maintainer.
3534
35352013-09-12 DJ Delorie <dj@redhat.com>
3536
3537 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3538 maintainers.
3539
35402013-09-03 Richard Biener <rguenther@suse.de>
3541
3542 * configure.ac: Also allow ISL 0.12.
3543 * configure: Regenerated.
3544
35452013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
3546
3547 * MAINTAINERS (Write After Approval): Add myself.
3548
35492013-08-27 David Malcolm <dmalcolm@redhat.com>
3550
3551 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3552
35532013-08-26 Caroline Tice <cmtice@google.com>
3554
3555 * MAINTAINERS: Correct earliers update: Move myself from libvtv
3556 "Various Reviewers" to libvtv "Various Maintainers".
3557
35582013-08-20 Steven Bosscher <steven@gcc.gnu.org>
3559
3560 * MAINTAINERS: Add myself as RTL optimizers reviewer.
3561
35622013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
3563
3564 * MAINTAINERS: Update name, email.
3565
35662013-08-13 Adam Butcher <adam@jessamine.co.uk>
3567
3568 * MAINTAINERS (Write After Approval): Add myself.
3569
35702013-08-12 Caroline Tice <cmtice@google.com>
3571
3572 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3573 address in the Write After Approval section.
3574
35752013-08-09 Carlos O'Donell <carlos@redhat.com>
3576
3577 * MAINTAINERS (Write After Approval): Update email.
3578
35792013-08-08 Benjamin Kosnik <bkoz@redhat.com>
3580
3581 * configure.ac: Adjust to check VTV_SUPPORTED.
3582 * configure: Regenerated.
3583
35842013-08-02 Caroline Tice <cmtice@google.com>
3585
3586 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3587 on non-linux systems; add target-libvtv to noconfigdirs; add
3588 libsupc++/.libs to C++ library search paths.
3589 * configure: Regenerated.
3590 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3591 libstdc++ and libgcc.
3592 * Makefile.in: Regenerated.
3593
35942013-07-19 Yvan Roux <yvan.roux@linaro.org>
3595
3596 * MAINTAINERS (Write After Approval): Add myself.
3597
35982013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
3599 Shiva Chen <shiva0217@gmail.com>
3600
3601 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3602 nds32 port maintainers.
3603
36042013-07-17 Tim Shen <timshen91@gmail.com>
3605
3606 * MAINTAINERS (Write After Approval): Add myself.
3607
36082013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3609
3610 * configure.ac: Sync from binutils.
3611 * configure: Regenerate.
3612
36132013-06-14 Vidya Praveen <vidyapraveen@arm.com>
3614
3615 * MAINTAINERS (Write After Approval): Add myself.
3616
36172013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
3618
3619 * MAINTAINERS (Write After Approval): Add myself.
3620
36212013-05-17 David Malcolm <dmalcolm@redhat.com>
3622
3623 * MAINTAINERS (Write After Approval): Add myself.
3624
36252013-04-30 Brooks Moses <bmoses@google.com>
3626
3627 * MAINTAINERS: Update my email; move myself from Fortran
3628 reviewer to Write After Approval.
3629
36302013-04-16 Andreas Schwab <schwab@suse.de>
3631
3632 * configure.ac (aarch64-*-*): Don't disable java.
3633 * configure: Regenerate.
3634
36352013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
3636
3637 * MAINTAINERS (Write After Approval): Add myself.
3638
36392013-03-30 Matthias Klose <doko@ubuntu.com>
3640
3641 * Makefile.def (target_modules): Don't install libffi.
3642 * Makefile.in: Regenerate.
3643
36442013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
3645
3646 * MAINTAINERS (Write After Approval): Add myself.
3647
36482013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
3649
3650 * MAINTAINERS (Write After Approval): Add myself.
3651
36522013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
3653
3654 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3655 * configure: Regenerated.
3656
a15d2ea8
ILT
36572013-02-05 Ian Lance Taylor <iant@google.com>
3658
3659 PR go/55969
3660 * configure.ac: Disable libgo on some systems where it does not
3661 work.
3662
a3b854b6
FXC
36632013-02-04 David Edelsohn <dje.gcc@gmail.com>
3664
3665 * MAINTAINERS: Explicitly add myself as AIX maintainer.
3666 Remove Geoff Keating as rs6000 port maintainer, at his request.
3667
36682013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
3669
3670 * MAINTAINERS: Update my email.
3671
36722013-01-23 Shenghou Ma <minux.ma@gmail.com>
3673
3674 * configure: Re-generate.
3675
36762013-01-15 Richard Biener <rguenther@suse.de>
3677
3678 PR other/55973
3679 * configure: Re-generate.
3680
36812013-01-14 Matthias Klose <doko@ubuntu.com>
3682
3683 * Makefile.def (install-target-libsanitizer): Depend on
3684 install-target-libstdc++-v3.
3685 * Makefile.in: Regenerate.
3686
36872013-01-14 Richard Biener <rguenther@suse.de>
3688
3689 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3690 * configure: Re-generate
3691
36922013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3693
3694 * config.sub: Update from config repo.
3695
36962013-01-11 Eric Botcazou <ebotcazou@adacore.com>
3697
3698 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3699 * Makefile.in: Regenerate.
3700
37012013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3702
3703 * MAINTAINERS (arc): Add new port maintainership for myself.
3704
37052013-01-09 Jason Merrill <jason@redhat.com>
3706
3707 * .gitignore: Import from gdb repository.
3708
37092013-01-09 H.J. Lu <hongjiu.lu@intel.com>
3710
3711 * Makefile.def (configure-gcc): Depend on all-gmp.
3712 (all-gcc): Remove dependency on all-gmp.
3713 * Makefile.in: Regenerated.
3714
37152013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3716
3717 * config.sub: Merge from config repo.
3718 * config.guess: Ditto.
3719
37202013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3721
3722 * Makefile.def: Merge from binutils.
3723 * Makefile.in: Ditto.
3724
37252013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
3726
3727 * MAINTAINERS: Update my email.
3728
37292012-12-29 Ben Elliston <bje@gnu.org>
3730
3731 * config.guess: Update to 2012-12-29 version.
3732 * config.sub: Likewise.
3733
37342012-12-20 Matthias Klose <doko@ubuntu.com>
3735
3736 * Makefile.def (install-target-libgfortran): Depend on
3737 install-target-libquadmath, install-target-libgcc.
3738 (install-target-libsanitizer): Depend on install-target-libgcc.
3739 (install-target-libjava): Depend on install-target-libgcc.
3740 (install-target-libitm): Depend on install-target-libgcc.
3741 (install-target-libobjc): Depend on install-target-libgcc.
3742 (install-target-libstdc++-v3): Depend on install-target-libgcc.
3743 * Makefile.in: Regenerate.
3744
37452012-12-19 Matthias Klose <doko@ubuntu.com>
3746
3747 * Makefile.def (install-target-libgo): Depend on
3748 install-target-libatomic.
3749 * Makefile.in: Regenerate.
3750
37512012-12-18 Andreas Schwab <schwab@linux-m68k.org>
3752
3753 PR go/55201
3754 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3755 * Makefile.in: Regenerate.
3756
37572012-12-16 Thomas Schwinge <thomas@codesourcery.com>
3758
3759 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3760 * configure: Regenerate.
3761
37622012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3763
3764 * config.sub: Merge from config repo.
3765
37662012-12-11 H.J. Lu <hongjiu.lu@intel.com>
3767
3768 * Makefile.def (target_modules): Add bootstrap=true and
3769 raw_cxx=true to libsanitizer.
3770 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3771 * Makefile.in: Regenerated.
3772 * configure: Likewise.
3773
37742012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
3775
3776 * MAINTAINERS: Remove self as RTL optimization maintainer.
3777
37782012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3779
3780 * MAINTAINERS (Write After Approval): Add myself.
3781
37822012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3783
3784 * Makefile.def (target_modules): Remove bootstrap=true and
3785 raw_cxx=true from libsanitizer.
3786 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3787 * Makefile.in: Regenerated.
3788 * configure: Likewise.
3789
37902012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3791
3792 * Makefile.def (target_modules): Add bootstrap=true and
3793 raw_cxx=true to libsanitizer.
3794 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3795 * Makefile.in: Regenerated.
3796 * configure: Likewise.
3797
37982012-11-28 Andrew Pinski <apinski@cavium.com>
3799
3800 PR bootstrap/54279
3801 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3802 * configure: Regenerate.
3803 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3804 * Makefile.in: Regenerate.
3805
38062012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
3807
3808 * configure.ac: Disable libsanitizer if we're not building C++.
3809 * configure: Regenerate.
3810
38112012-11-15 Roland McGrath <roland@hack.frob.com>
3812
3813 * MAINTAINERS (Write After Approval): Add myself.
3814
38152012-11-15 Dmitry Vyukov <dvyukov@google.com>
3816
3817 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3818 Kostya Serebryany (kcc@google.com) and
3819 Jakub Jelinek (jakub@redhat.com).
3820 Rename area for Dodji Seketeli (dodji@redhat.com).
3821
38222012-11-15 Dodji Seketeli <dodji@redhat.com>
3823
3824 * MAINTAINERS: (asan.c, related): Add myself.
3825
38262012-11-14 Roland McGrath <mcgrathr@google.com>
3827
3828 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3829 * configure: Regenerate.
3830
38312012-11-13 Richard Henderson <rth@redhat.com>
3832
3833 * configure.ac: Move libsanitizer logic to subdirectory.
3834 * configure: Regenerate.
3835
38362012-11-13 Dodji Seketeli <dodji@redhat.com>
3837
3838 * configure.ac: Enable libsanitizer just on x86 linux for now.
3839 * configure: Re-generate.
3840
38412012-11-13 David Edelsohn <dje.gcc@gmail.com>
3842
3843 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3844 sections.
3845 * configure: Regenerate.
3846
38472012-11-13 Hans-Peter Nilsson <hp@axis.com>
3848
3849 * configure.ac: Add section for configdirs for libsanitizer.
3850 Disable for cris-*-* and mmix-*-*.
3851 * configure: Regenerate.
3852
38532012-11-12 Wei Mi <wmi@google.com>
3854
3855 * configure.ac: Add libsanitizer to target_libraries.
3856 * Makefile.def: Ditto.
3857 * configure: Regenerate.
3858 * Makefile.in: Regenerate.
3859 * libsanitizer: New directory for asan runtime. Contains an empty
3860 tsan directory.
3861
38622012-11-03 Corinna Vinschen <corinna@vinschen.de>
3863
3864 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3865 against Mingw64 w32api.
3866 * configure: Regenerate.
3867
38682012-11-03 H.J. Lu <hongjiu.lu@intel.com>
3869
3870 * configure: Regenerated.
3871
38722012-11-03 Robert Mason <rbmj@verizon.net>
3873
3874 * configure.ac: add --disable-libstdcxx configure option
3875 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3876
38772012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3878
3879 * MAINTAINERS (Write After Approval): Add myself.
3880
38812012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
3882
3883 * MAINTAINERS (Write After Approval): Add myself.
3884
38852012-10-24 Sharad Singhai <singhai@google.com>
3886
3887 * MAINTAINERS (Write After Approval): Add myself.
3888
38892012-10-24 Eric Christopher <echristo@gmail.com>
3890
3891 * MAINTAINERS: Update email address.
3892
38932012-10-23 Eric Botcazou <ebotcazou@adacore.com>
3894
3895 PR bootstrap/54820
3896 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3897 * configure: Regenerate.
3898
38992012-10-23 Richard Earnshaw <rearnsha@arm.com>
3900
3901 * MAINTAINERS (aarch64): Add Marcus and myself.
3902
39032012-10-22 Eric Botcazou <ebotcazou@adacore.com>
3904
3905 PR bootstrap/54820
3906 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3907 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3908 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3909 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3910 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3911 * Makefile.in: Regenerate.
3912 * configure.ac (have_static_libs): New variable and associated check.
3913 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3914 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3915 * configure: Regenerate.
3916
39172012-10-10 Richard Biener <rguenther@suse.de>
3918
3919 * MAINTAINERS: Adjust for changed surname.
3920
39212012-10-04 Lawrence Crowl <crowl@google.com>
3922
3923 * MAINTAINERS (Write After Approval): Add myself.
3924
39252012-10-01 Cary Coutant <ccoutant@google.com>
3926
3927 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3928
39292012-09-28 Ian Lance Taylor <iant@google.com>
3930
3931 * Makefile.def: Make all-target-libgo depend on
3932 all-target-libbacktrace.
3933 * Makefile.in: Rebuild.
3934
39352012-09-26 Ian Lance Taylor <iant@google.com>
3936
3937 * Makefile.def: Make all-gcc depend on all-libbacktrace.
3938 * Makefile.in: Rebuild.
3939
39402012-09-20 Walter Lee <walt@tilera.com>
3941
3942 * configure.ac: Add tilegx to list of targets that support gold.
3943 * configure: Regenerate.
3944
39452012-09-20 Marek Polacek <polacek@redhat.com>
3946
3947 * MAINTAINERS (Write After Approval): Add myself.
3948
39492012-09-19 Steve Ellcey <sellcey@mips.com>
3950
3951 * configure.ac: Add mips*-mti-elf* target.
3952 * configure: Regenerate.
3953
39542012-09-17 Ian Lance Taylor <iant@google.com>
3955
3956 * MAINTAINERS (Various Maintainers): Add libbacktrace.
3957 * configure.ac (host_libs): Add libbacktrace.
3958 (target_libraries): Add libbacktrace.
3959 * Makefile.def (host_modules): Add libbacktrace.
3960 (target_modules): Likewise.
3961 * configure, Makefile.in: Rebuild.
3962
39632012-09-14 David Edelsohn <dje.gcc@gmail.com>
3964
3965 PR target/38607
3966 Merge upstream change.
3967 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3968
3969 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3970 Add libgomp*.o to compare_exclusions for AIX.
3971 * configure: Regenerate.
3972
39732012-09-06 Diego Novillo <dnovillo@google.com>
3974
3975 * configure.ac: Bump minimum GMP version to 4.2.3.
3976 * configure: Re-generate.
3977
39782012-09-05 Georg-Johann Lay <avr@gjlay.de>
3979
3980 PR target/54461
3981 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3982 target-libgloss if not configured --with-avrlibc=no.
3983 * configure: Regenerate.
3984
39852012-09-04 Jason Merrill <jason@redhat.com>
3986
3987 * configure.ac: Fix --enable-languages=all.
3988
39892012-09-04 Christophe Lyon <christophe.lyon@st.com>
3990
3991 * MAINTAINERS (Write After Approval): Add myself.
3992
39932012-09-03 Richard Guenther <rguenther@suse.de>
3994
3995 PR bootstrap/54138
3996 * configure.ac: Re-organize ISL / CLOOG checks to allow
3997 disabling with either --without-isl or --without-cloog.
3998 * configure: Regenerated.
3999
40002012-09-03 Georg-Johann Lay <avr@gjlay.de>
4001
4002 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4003 * configure: Regenerate.
4004
40052012-08-27 Ulrich Drepper <drepper@gmail.com>
4006
4007 * MAINTAINERS: Fix my email address.
4008
40092012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4010
4011 PR binutils/4970
4012 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4013 and opcodes.
4014 * Makefile.in: Regenerated.
4015
40162012-08-26 Art Haas <ahaas@impactweather.com>
4017
4018 * configure: Regenerate.
4019
40202012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4021
4022 * INSTALL/README: Also refer to the online installation
4023 instructions.
4024
40252012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4026
4027 * MAINTAINERS (Write After Approval): Add myself.
4028 (Picochip port): Remove myself.
4029
40302012-08-14 Diego Novillo <dnovillo@google.com>
4031
4032 Merge from cxx-conversion branch.
4033
4034 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4035 POSTSTAGE1_CONFIGURE_FLAGS.
4036 * Makefile.in: Regenerate.
4037 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4038 Force C++ when bootstrapping.
4039 * configure: Regenerate.
4040
40412012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4042
4043 * MAINTAINERS (Write After Approval): Add myself.
4044
40452012-07-16 Joseph Myers <joseph@codesourcery.com>
4046
4047 * README: Document use of ranges of years in copyright notices.
4048
40492012-07-06 Richard Guenther <rguenther@suse.de>
4050
4051 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4052 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4053 --with-gmp=system.
4054 * Makefile.in: Regenerated.
4055 * configure: Likewise.
4056
40572012-07-06 Richard Guenther <rguenther@suse.de>
4058
4059 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4060 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4061 supply V=1 as extra_make_flags.
4062 * configure: Regenerated.
4063 * Makefile.in: Likewise.
4064
40652012-07-04 Tristan Gingold <gingold@adacore.com>
4066
4067 * configure: Regenerate.
4068
40692012-07-03 Richard Guenther <rguenther@suse.de>
4070
4071 * Makfile.def (isl): Remove not necessary extra_exports and
4072 extra_make_flags.
4073 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4074 * Makefile.in: Regenerated.
4075
40762012-07-03 Richard Guenther <rguenther@suse.de>
4077
4078 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4079 * configure.ac: If either the ISL or the CLooG check failed
4080 do not try to build in-tree versions.
4081 * Makefile.in: Regenerated.
4082 * configure: Regenerated.
4083
40842012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4085
4086 * configure: Regenerate.
4087
40882012-07-02 Janis Johnson <janisjo@codesourcery.com>
4089
4090 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4091 maintainer.
4092
40932012-07-02 Richard Guenther <rguenther@suse.de>
4094
4095 * configure: Regenerated.
4096
40972012-07-02 Richard Guenther <rguenther@suse.de>
4098 Michael Matz <matz@suse.de>
4099 Tobias Grosser <tobias@grosser.es>
4100 Sebastian Pop <sebpop@gmail.com>
4101
4102 * Makefile.def: Add ISL host module, remove PPL host module.
4103 Adjust ClooG host module to use the proper ISL.
4104 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4105 * configure.ac: Include config/isl.m4. Add ISL host library,
4106 remove PPL. Remove PPL configury, add ISL configury, adjust
4107 ClooG configury.
4108 * Makefile.in: Regenerated.
4109 * configure: Likewise.
4110
41112012-07-02 Richard Guenther <rguenther@suse.de>
4112
4113 Merge from graphite branch
4114 2011-07-21 Tobias Grosser <tobias@grosser.es>
4115
4116 * configure: Regenerated.
4117 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4118 both cloog.org and legacy versions. The only supported version will
4119 be CLooG with the isl backend.
4120
4121 2011-07-21 Tobias Grosser <tobias@grosser.es>
4122
4123 * configure: Regenerated.
4124 * configure.ac: Require cloog isl 0.17.0
4125
4126 2011-07-21 Tobias Grosser <tobias@grosser.es>
4127
4128 * configure: Regenerated.
4129 * config/cloog.m4: Do not define CLOOG_ORG
4130
41312012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4132
4133 * configure.ac: Skip C if explicitly selected.
4134 * configure: Regenerate.
4135
41362012-06-28 Christophe Lyon <christophe.lyon@st.com>
4137
4138 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4139 they contain -O2.
4140 * configure: Regenerate.
4141
41422012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4143
4144 PR debug/53740
4145 * df.h, df-problems.c, dce.c: Revert last patch.
4146
41472012-06-25 Iain Sandoe <iain@codesourcery.com>
4148
4149 * MAINTAINERS (Write After Approval): Update my email address.
4150
41512012-06-21 Meador Inge <meadori@codesourcery.com>
4152
4153 * MAINTAINERS (Write After Approval): Add myself.
4154
41552012-06-20 Jason Merrill <jason@redhat.com>
4156
4157 * Makefile.tpl (check-target-libgomp-c++): New.
4158 (check-target-libitm-c++): New.
4159 * Makefile.def (c++): Add them.
4160 * Makefile.in: Regenerate.
4161
41622012-05-29 Edmar Wienskoski <edmar@freescale.com>
4163
4164 * MAINTAINERS (Write After Approval): Add myself.
4165
41662012-05-16 Olivier Hainque <hainque@adacore.com>
4167
4168 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4169 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4170 (install-no-fixedincludes): Adjust accordingly.
4171 * Makefile.in: Regenerate.
4172
41732012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4174
4175 Merge upstream change
4176 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4177
41782012-05-14 Marc Glisse <marc.glisse@inria.fr>
4179
4180 * MAINTAINERS (Write After Approval): Add myself.
4181
41822012-05-09 Nick Clifton <nickc@redhat.com>
4183 Paul Smith <psmith@gnu.org>
4184
4185 PR bootstrap/50461
4186 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4187 allow for the fact that from release v3.1.0 of MPFR the source
4188 files were moved into a src sub-directory.
4189 * configure: Regenerate.
4190
41912012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4192
4193 * configure.ac: Bump minimum MPFR version to 2.4.0.
4194 * configure: Regenerated.
4195
41962012-05-01 Richard Henderson <rth@redhat.com>
4197
4198 * Makefile.def (libatomic): New target_module.
4199 * configure.ac (target_libraries): Add libatomic.
4200 (noconfigdirs): Check if libatomic is supported.
4201 * Makefile.in, configure: Rebuild.
4202
42032012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4204
4205 * MAINTAINERS (Write After Approval): Add myself.
4206
42072012-04-25 Joel Brobecker <brobecker@adacore.com>
4208
4209 * config.sub: Update to 2012-04-18 version from official repo.
4210
42112012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4212
4213 * MAINTAINERS (Write After Approval): Add myself.
4214
42152012-04-11 Steve Ellcey <sellcey@mips.com>
4216
4217 * MAINTAINERS: Changed email address.
4218
42192012-03-28 Georg-Johann Lay <avr@gjlay.de>
4220
4221 PR target/52737
4222 * contrib/gcc_update (files_and_dependencies):
4223 Remove gcc/config/avr/t-multilib from touch data.
4224
42252012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4226
4227 * MAINTAINERS (OS Port Maintainers): Remove irix.
4228 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4229 (unsupported_languages): Remove mips-sgi-irix6.*.
4230 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4231 (with_stabs): Remove.
4232 * configure: Regenerate.
4233
42342012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4235
4236 * MAINTAINERS (OS Port Maintainers): Remove osf.
4237 * configure.ac (enable_libgomp): Remove *-*-osf*.
4238 (with_stabs): Remove alpha*-*-osf*.
4239 * configure: Regenerate.
4240
42412012-03-05 Tristan Gingold <gingold@adacore.com>
4242
4243 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4244 * configure: Regenerate.
4245
42462012-02-17 Walter Lee <walt@tilera.com>
4247
4248 * MAINTAINERS: (Write After Approval): Delete myself.
4249
42502012-02-14 Walter Lee <walt@tilera.com>
4251
4252 * MAINTAINERS (tilegx port): Add myself.
4253 (tilepro port): Add myself.
4254 (Write After Approval): Add myself.
4255
42562012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4257
4258 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4259 and Joseph Myers as docstring relicensing maintainers.
4260
42612012-02-09 Bin Cheng <bin.cheng@arm.com>
4262
4263 * MAINTAINERS (write-after-approval): Add myself.
4264
42652012-02-08 Ira Rosen <irar@il.ibm.com>
4266
4267 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4268 maintainer.
4269
42702012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4271
4272 * MAINTAINERS (Write After Approval): Move myself to
4273 maintain alphabetical order.
4274
42752012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4276
4277 * MAINTAINERS (Write After Approval): Add myself.
4278
42792012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4280
4281 * MAINTAINERS (Write After Approval): Add myself.
4282
42832012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4284 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4285
4286 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4287 * configure: Regenerate.
4288
42892012-01-23 Harshit Chopra <harshit@google.com>
4290
4291 * MAINTAINERS (Write After Approval): Add myself.
4292
42932012-01-22 Douglas B Rupp <rupp@ngnat.com>
4294
4295 * configure.ac: Remove reference to mh-interix.
4296 * configure: Regenerate.
4297
42982012-01-05 Richard Henderson <rth@redhat.com>
4299
4300 PR bootstrap/51072
4301 * configure.ac: Disable libitm if c++ is not enabled.
4302 * configure: Rebuild.
4303
4304 * configure.ac: Fix regexp for same.
4305 * configure: Rebuild.
4306
43072012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4308
4309 * MAINTAINERS (Write After Approval): Add myself.
4310
43112012-01-02 Richard Guenther <rguenther@suse.de>
4312
4313 PR bootstrap/51686
4314 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4315 * Makefile.in: Regenerate.
4316
43172011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4318
4319 * MAINTAINERS (Write After Approval): Add myself.
4320
43212011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4322
4323 * configure: Regenerate.
4324
43252011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4326
4327 * MAINTAINERS (picochip): Changed email address.
4328
43292011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4330
4331 * MAINTAINERS (write-after-approval): Add self.
4332
43332011-11-29 DJ Delorie <dj@redhat.com>
4334
4335 * configure.ac (rl78-*-*) New case.
4336 * configure: Regenerate.
4337 * MAINTAINERS: Add myself as RL78 maintainer.
4338
43392011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4340
4341 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4342
43432011-11-21 Andreas Tobler <andreast@fgznet.ch>
4344
4345 * libtool.m4: Additional FreeBSD 10 fixes.
4346
43472011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4348
4349 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4350 Maintainers section, as Epiphany maintainer.
4351
43522011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4353
4354 PR target/49992
4355 * configure.ac: Remove ranlib special-casing for Darwin.
4356 * configure: Regenerate.
4357
43582011-11-12 Andrey Belevantsev <abel@ispras.ru>
4359
4360 * MAINTAINERS (Reviewers): Keep the list sorted.
4361
43622011-11-11 Andrey Belevantsev <abel@ispras.ru>
4363
4364 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4365
43662011-11-09 Roland McGrath <mcgrathr@google.com>
4367
4368 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4369 * configure: Rebuild.
4370 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4371 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4372 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4373 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4374 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4375 Add READELF.
4376 * Makefile.in: Rebuild.
4377
43782011-11-09 Jason Merrill <jason@redhat.com>
4379
4380 * Makefile.def (language=c++): Remove check-c++0x.
4381 * Makefile.in (check-gcc-c++): Regenerate.
4382
43832011-11-08 Richard Henderson <rth@redhat.com>
4384
4385 * configure.ac: Test for libitm directory present first.
4386
4387 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4388
4389 * configure.ac: Test libitm/configure.tgt to disable libitm.
4390 * configure: Rebuild.
4391
43922011-11-07 Aldy Hernandez <aldyh@redhat.com>
4393 Richard Henderson <rth@redhat.com>
4394
4395 Merged from transactional-memory.
4396
4397 * Makefile.def (lang_env_dependencies): libitm is c++.
4398 Add libitm target module.
4399 * configure.ac: Likewise.
4400 * config/mmap.m4: New file.
4401 * contrib/gcc_update: Add libitm to touch data.
4402 * Makefile.in, configure: Rebuild.
4403
44042011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4405
4406 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4407 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4408 * Makefile.in: Regenerate.
4409
44102011-11-01 DJ Delorie <dj@redhat.com>
4411
4412 * config.sub: Update to version 2011-10-29 (added rl78)
4413
44142011-10-27 Nick Clifton <nickc@redhat.com>
4415
4416 * config.sub: Import these changes from the config project:
4417
4418 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
4419 Ben Elliston <bje@gnu.org>
4420
4421 * config.sub (epiphany): New.
4422
4423 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
4424 Ben Elliston <bje@gnu.org>
4425
4426 * config.sub (hexagon, hexagon-*): New.
4427
4428 2011-08-23 Roland McGrath <mcgrathr@google.com>
4429
4430 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4431 64eb to be64.
4432
4433 2011-08-16 Roland McGrath <mcgrathr@google.com>
4434
4435 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4436 (nacl): Grok as alias for 32el-unknown-nacl.
4437
44382011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
4439
4440 * MAINTAINERS (Write After Approval): Add myself.
4441
44422011-10-24 Teresa Johnson <tejohnson@google.com>
4443
4444 * MAINTAINERS (Write After Approval): Add myself.
4445
44462011-09-21 Jakub Jelinek <jakub@redhat.com>
4447
4448 * MAINTAINERS (sparc port): Remove myself.
4449
44502011-09-14 Tom de Vries <tom@codesourcery.com>
4451
4452 * MAINTAINERS (Write After Approval): Add myself.
4453
44542011-08-14 Yao Qi <yao@codesourcery.com>
4455
4456 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4457 * configure: Regenerate.
4458
44592011-07-26 Ian Lance Taylor <iant@google.com>
4460
4461 * configure.ac: Set have_compiler based on whether gcc directory
4462 exists, rather than on whether gcc is in configdirs.
4463 * configure: Rebuild.
4464
44652011-07-21 Joseph Myers <joseph@codesourcery.com>
4466
4467 * MAINTAINERS (Global Reviewers): Add self.
4468
44692011-07-20 David Edelsohn <dje.gcc@gmail.com>
4470
4471 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4472 link directories.
4473 * Makefile.in: Rebuild.
4474
44752011-07-20 Ian Lance Taylor <iant@google.com>
4476
4477 PR bootstrap/49787
4478 * configure.ac: Move --enable-bootstrap handling earlier in file.
4479 If --enable-bootstrap and either --enable-build-with-cxx or
4480 --enable-build-poststage1-with-cxx, enable C++ automatically.
4481 * configure: Rebuild.
4482
44832011-07-19 Ian Lance Taylor <iant@google.com>
4484
4485 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
4486 make C++ a boot_language. Set and substitute
4487 POSTSTAGE1_CONFIGURE_FLAGS.
4488 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4489 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4490 * configure, Makefile.in: Rebuild.
4491
44922011-07-19 Vladimir Makarov <vmakarov@redhat.com>
4493
4494 * MAINTAINERS (Register Allocation): Move myself from reviewers to
4495 maintainers.
4496
44972011-07-18 Jakub Jelinek <jakub@redhat.com>
4498
4499 * MAINTAINERS (Global Reviewers): Add myself.
4500
45012011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4502
4503 * configure: Regenerate.
4504
45052011-07-16 Jason Merrill <jason@redhat.com>
4506
4507 * Makefile.def (language=c++): Add check-c++0x and
4508 check-target-libmudflap-c++.
4509 * Makefile.tpl (check-target-libmudflap-c++): New.
4510 * Makefile.in: Regenerate.
4511
45122011-07-16 Matthias Klose <doko@ubuntu.com>
4513
4514 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4515 * Makefile.def (target_modules/libjava): Pass
4516 $(EXTRA_CONFIGARGS_LIBJAVA).
4517 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4518 if not configured with --enable-static-libjava.
4519 * Makefile.in: Regenerate.
4520 * configure: Likewise.
4521
45222011-07-15 Jason Merrill <jason@redhat.com>
4523
4524 * Makefile.in (check-c++): Move check-gcc-c++0x after
4525 check-target-libstdc++-v3.
4526
45272011-07-15 Bernd Schmidt <bernds@codesourcery.com>
4528
4529 * MAINTAINERS (c6x port): New entry.
4530
45312011-07-13 Jason Merrill <jason@redhat.com>
4532
4533 * Makefile.in (check-gcc-c++0x): New.
4534 (check-c++): Depend on it.
4535
45362011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4537
4538 PR target/39150
4539 * configure.ac (i[3456789]86-*-solaris2*): Also accept
4540 x86_64-*-solaris2.1[0-9]*.
4541 * configure: Regenerate.
4542
45432011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
4544
4545 * MAINTAINERS (RTL optimizers): Add self.
4546
45472011-06-27 Gabriel Charette <gchare@google.com>
4548
4549 * MAINTAINERS (Write After Approval): Add myself.
4550
45512011-06-22 Hans-Peter Nilsson <hp@axis.com>
4552
4553 PR regression/47836
4554 PR bootstrap/23656
4555 PR other/47733
4556 PR bootstrap/49247
4557 PR c/48825
4558 * configure.ac (target_libraries): Remove target-libiberty.
4559 Remove case-statement setting skipdirs=target-libiberty for
4560 multiple targets. Remove checking target_configdirs and
4561 removing target-libiberty but keeping target-libgcc if
4562 otherwise empty.
4563 * Makefile.def (target_modules): Don't add libiberty.
4564 (dependencies): Remove all traces of target-libiberty.
4565 * configure, Makefile.in: Regenerate.
4566
45672011-06-13 Walter Lee <walt@tilera.com>
4568
4569 * configure.ac (tilepro-*-*) New case.
4570 (tilegx-*-*): Likewise.
4571 * configure: Regenerate.
4572
45732011-06-06 Jing Yu <jingyu@google.com>
4574
4575 * configure.ac: Skip target-libiberty for
4576 arm*-*-linux-androideabi.
4577 * configure: Regenerated.
4578
45792011-06-06 Nick Clifton <nickc@redhat.com>
4580
4581 * config.sub: Sync from upstream.
4582
45832011-06-05 Nenad Vukicevic <nenad@intrepid.com>
4584
4585 * MAINTAINERS (Write After Approval): Add myself.
4586
45872011-06-01 Daniel Jacobowitz <drow@false.org>
4588
4589 * MAINTAINERS: Update my email address.
4590
45912011-05-27 Nathan Froyd <froydnj@codesourcery.com>
4592
4593 * MAINTAINERS (Write After Approval): Update my email address.
4594
45952011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
4596
4597 * MAINTAINERS (Write After Approval): Add myself.
4598
45992011-05-08 Doug Kwan <dougkwan@google.com>
4600
4601 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4602 * configure: Regenerated.
4603 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4604 value from configure.
4605 * Makefile.in: Regenerated.
4606
46072011-05-05 Joseph Myers <joseph@codesourcery.com>
4608
4609 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4610 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4611 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4612 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4613 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4614 *-*-vxworks*): Disable newlib and libgloss in separate case
4615 statement.
4616 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4617 to separate case statement.
4618 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4619 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4620 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4621 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4622 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4623 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4624 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4625 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4626 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4627 i[[3456789]]86-*-rdos*, m32r-*-*,
4628 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4629 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4630 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4631 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4632 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4633 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4634 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4635 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4636 and libgloss in main case over targets. Remove most empty cases
4637 in main case over targets.
4638 * configure: Regenerate.
4639
46402011-05-04 Janis Johnson <janisjo@codesourcery.com>
4641
4642 * MAINTAINERS (Write After Approval): Add myself.
4643
46442011-05-04 Joseph Myers <joseph@codesourcery.com>
4645
4646 * configure.ac: Remove code setting special library locations for
4647 hppa*64*-*-hpux11*. Remove code setting compiler for
4648 sparc-sun-solaris2*.
4649 * configure: Regenerate.
4650
46512011-05-04 Joseph Myers <joseph@codesourcery.com>
4652
4653 * configure.ac: Separate libgloss_dir settings from general case
4654 over targets.
4655 * configure: Regenerate.
4656
46572011-04-28 Joseph Myers <joseph@codesourcery.com>
4658
4659 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4660 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4661 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4662 cases in libgcj-disabling case statement.
4663 (hppa*64*-*-linux*): Set unsupported_languages instead of
4664 disabling target-zlib.
4665 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4666 to hppa*64*-*-hpux*.
4667 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4668 hppa*-*-hpux*.
4669 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4670 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4671 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4672 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4673 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4674 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4675 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4676 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4677 libgcj-disabling case statement.
4678 * configure: Regenerate.
4679
46802011-04-28 Joseph Myers <joseph@codesourcery.com>
4681
4682 * configure.ac: Disable Java for targets not supporting libffi.
4683 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4684 Remove cases in Java-disabling statement.
4685 (*arm-wince-pe): Change to arm-wince-pe.
4686 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4687 cases in Java-disabling statement.
4688 (bfin-*-*): Don't disable Java again.
4689 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4690 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4691 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4692 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4693 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4694 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4695 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4696 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4697 Java-disabling statement.
4698 (mmix-*-*): Don't disable Java again.
4699 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4700 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4701 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4702 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4703 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4704 statement.
4705 * configure: Regenerate.
4706
47072011-04-28 Joseph Myers <joseph@codesourcery.com>
4708
4709 * configure.ac: Separate cases disabling Java and Java libraries
4710 from general case over targets.
4711 * configure: Regenerate.
4712
47132011-04-21 Jie Zhang <jzhang918@gmail.com>
4714
4715 * MAINTAINERS: Update my email address.
4716
47172011-04-20 Easwaran Raman <eraman@google.com>
4718
4719 * MAINTAINERS (Write After Approval): Add myself.
4720
47212011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
4722
4723 PR lto/48086
4724 * configure.ac: Re-enable LTO on *-apple-darwin9*.
4725 * configure: Regenerate.
4726
47272011-04-16 Jim Meyering <meyering@redhat.com>
4728
4729 * MAINTAINERS (Write After Approval): Add myself.
4730
47312011-04-15 Dodji Seketeli <dodji@redhat.com>
4732
4733 * MAINTAINERS: Update my email address.
4734
47352011-04-13 Georg-Johann Lay <avr@gjlay.de>
4736
4737 * MAINTAINERS (Write After Approval): Add myself.
4738
47392011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
4740
4741 * MAINTAINERS (Write After Approval): Add myself.
4742
47432011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
4744
4745 * MAINTAINERS (Write After Approval): Add myself.
4746
47472011-04-06 Joseph Myers <joseph@codesourcery.com>
4748
4749 * configure.ac (build_tools): Remove build-byacc.
4750 (host_libs): Remove mmalloc.
4751 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4752 autoconf automake libtool diff rcs fileutils shellutils time
4753 textutils wdiff find uudecode hello tar gzip indent recode release
4754 sed perl gawk findutils gettext zip.
4755 (libgcj): Remove target-qthreads.
4756 (target_tools): Remove target-examples target-gperf.
4757 (YACC): Don't handle building byacc.
4758 * configure: Regenerate.
4759 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4760 dosutils, examples, fileutils, find, findutils, gawk, gettext,
4761 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4762 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4763 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4764 handle building components.
4765 * Makefile.in: Regenerate.
4766
47672011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
4768
4769 * MAINTAINERS: Update my email address as Xtensa maintainer.
4770
47712011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4772
4773 * config.sub: Sync from upstream.
4774
47752011-04-01 Joseph Myers <joseph@codesourcery.com>
4776
4777 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4778 (microblaze*): Don't disable libssp.
4779 * configure: Regenerate.
4780
47812011-04-01 Joseph Myers <joseph@codesourcery.com>
4782
4783 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4784 moveifchange.
4785 * configure: Regenerate.
4786 * Makefile.tpl: Use @SHELL@ not @config_shell@.
4787 * Makefile.in: Regenerate.
4788
47892011-04-01 Joseph Myers <joseph@codesourcery.com>
4790
4791 * configure.ac (*-*-sysv4*): Don't enable libgomp.
4792 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4793 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4794 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4795 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4796 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4797 md_exec_prefix cases.
4798 * configure: Regenerate.
4799
48002011-04-01 Joseph Myers <joseph@codesourcery.com>
4801
4802 * configure.ac: Separate cases disabling target-libssp,
4803 target-libiberty, target-libstdc++-v3 and Fortran from general
4804 case over targets.
4805 * configure: Regenerate.
4806
48072011-04-01 Joseph Myers <joseph@codesourcery.com>
4808
4809 * configure.ac (*-*-chorusos): Don't disable libgcj.
4810 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4811 Remove case.
4812 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4813 (arm-*-coff): Don't disable libgcj.
4814 (arm*-*-linux-gnueabi): Remove useless assignment.
4815 (arm-*-riscix*): Don't disable libgcj.
4816 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4817 configuration.
4818 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4819 (c54x*-*-*): Remove case.
4820 (tic54x-*-*): Don't disable GCC or GCC libraries.
4821 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
4822 to *.
4823 (d10v-*-*): Don't disable GCC libraries.
4824 (d30v-*-*): Don't disable libgcj.
4825 (h8500-*-*): Don't disable GCC libraries.
4826 (i960-*-*): Don't disable libgcj.
4827 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4828 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4829 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4830 libgcj.
4831 (m68k-*-coff*): Remove case.
4832 (mmix-*-*): Don't disable libgloss on host.
4833 (mn10200-*-*, mn10300-*-*): Remove cases.
4834 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4835 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4836 Don't disable libgcj.
4837 (romp-*-*): Remove case.
4838 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4839 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4840 case.
4841 (v810-*-*): Don't disable GCC libraries.
4842 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4843 (ip2k-*-*): Don't disable GCC libraries.
4844 * configure: Regenerate.
4845
48462011-03-28 Joseph Myers <joseph@codesourcery.com>
4847
4848 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4849 libffi on host.
4850 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4851 on host.
4852 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4853 * configure: Regenerate.
4854
48552011-03-26 John Marino <binutils@marino.st>
4856
4857 * configure.ac: Add support for *-*-dragonfly*
4858 * configure: Regenerate.
4859
48602011-03-25 Joseph Myers <joseph@codesourcery.com>
4861
4862 * configure.ac (native_only): Remove.
4863 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4864 send-pr uudecode guile gnuserv on host.
4865 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4866 send-pr rcs guile perl texinfo libtool on host.
4867 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4868 automake send-pr rcs guile perl texinfo libtool on host.
4869 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4870 (*-*-kaos*): Don't disable target-examples target-gperf on target.
4871 (alpha*-dec-osf*): Don't disable fileutils on target.
4872 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4873 texinfo send-pr expect dejagnu on target.
4874 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4875 target-qthreads on target.
4876 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4877 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4878 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4879 x86_64-*-mingw*): Don't disable expect on target.
4880 (*-*-cygwin*): Don't disable target-gperf on target.
4881 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4882 gnuserv on target.
4883 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4884 target.
4885 * configure: Regenerate.
4886
48872011-03-25 Joseph Myers <joseph@codesourcery.com>
4888
4889 * configure.ac (target_tools): Remove target-groff.
4890 (native_only): Remove target-groff.
4891 (hppa*64*-*-*): Don't disable byacc.
4892 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4893 setting.
4894 (*-*-kaos*): Don't skip target-librx and target-groff.
4895 (*-*-netware*): Don't skip target-libmudflap.
4896 (*-*-tpf*): Don't skip target-libmudflap.
4897 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4898 directories on the host.
4899 (ia64*-*-*vms*): Don't skip tix.
4900 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4901 host.
4902 * configure: Regenerate.
4903
49042011-03-24 Paolo Bonzini <pbonzini@redhat.com>
4905
4906 * configure.ac: Remove references to mt-mep, mt-netware,
4907 mt-wince.
4908 * Makefile.def: Add all-utils soft dependencies.
4909 * Makefile.tpl: Remove GDB_NLM_DEPS.
4910 * configure: Regenerate.
4911 * Makefile.in: Regenerate.
4912
49132011-03-24 Paolo Bonzini <bonzini@gnu.org>
4914
4915 * configure.ac: Do not include mh-x86omitfp.
4916 * configure: Regenerate.
4917
49182011-03-24 Paolo Bonzini <bonzini@gnu.org>
4919
4920 * configure.ac: Remove empty cases.
4921 * configure: Regenerate.
4922
49232011-03-24 Paolo Bonzini <bonzini@gnu.org>
4924
4925 * Makefile.def: Add dependency from termcap to gdb.
4926 * Makefile.in: Regenerate.
4927
49282011-03-24 Paolo Bonzini <bonzini@gnu.org>
4929
4930 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4931 * configure: Regenerate.
4932 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4933 * Makefile.tpl: Likewise.
4934 * Makefile.in: Regenerate.
4935
49362011-03-24 Paolo Bonzini <bonzini@gnu.org>
4937
4938 * configure.ac: Remove all mentions of tentative_cc.
4939 * configure: Regenerate.
4940
49412011-03-24 Joseph Myers <joseph@codesourcery.com>
4942
4943 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4944 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4945 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4946 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4947 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4948 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4949 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4950 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4951 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4952 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4953 *-*-rhapsody*): Remove host cases.
4954 * configure: Regenerate.
4955
49562011-03-24 Joseph Myers <joseph@codesourcery.com>
4957
4958 * configure.ac (ppc*-*-pe): Remove host case.
4959 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4960 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4961 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4962 cases.
4963 * configure: Regenerate.
4964
49652011-03-24 Joseph Myers <joseph@codesourcery.com>
4966
4967 * config.sub: Update to version 2011-03-23.
4968
49692011-03-22 Joseph Myers <joseph@codesourcery.com>
4970
4971 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4972 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4973 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4974 * configure: Regenerate.
4975
49762011-03-22 Joseph Myers <joseph@codesourcery.com>
4977
4978 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
4979 to Write After Approval.
4980 * config-ml.in: Don't handle arc-*-elf*.
4981 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4982 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4983 handle GCC libraries.
4984 * configure: Regenerate.
4985
49862011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4987
4988 PR bootstrap/48120:
4989 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4990 Add -lstdc++ -lm to LIBS.
4991 * configure: Regenerate.
4992
49932011-03-18 David Edelsohn <dje.gcc@gmail.com>
4994
4995 * config.guess: Update to version 2011-02-02
4996 * config.sub: Update to version 2011-02-24
4997
49982011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
4999
5000 PR lto/48086
5001 * configure.ac: Re-enable LTO on *-apple-darwin9.
5002 * configure: Regenerate.
5003
50042011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5005
5006 PR lto/48086
5007 * configure.ac: Disable LTO on darwin due to an assembler change in
5008 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5009 under 256.
5010 * configure: Regenerate.
5011
50122011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5013
5014 * MAINTAINERS: Update myself as score backend maintainer,
5015 update my e-mail address.
5016
50172011-03-09 Xuepeng Guo <terry.guo@arm.com>
5018
5019 * MAINTAINERS: Update my e-mail address.
5020
50212011-03-06 Joey Ye <joey.ye@arm.com>
5022
5023 * MAINTAINERS: Update my e-mail address.
5024
50252011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5026
5027 * configure.ac: Adjust test of with_ppl.
5028 * configure: Regenerated.
5029
50302011-03-02 Kai Tietz <ktietz@redhat.com>
5031
5032 * MAINTAINERS: Adjust my e-mail address.
5033
50342011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5035
5036 * configure.ac: Add -lpwl to ppllibs.
5037 * configure: Regenerated.
5038
50392011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5040
5041 * config/cloog.m4: Add -lisl to clooglibs.
5042 * configure: Regenerated.
5043
50442011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5045
5046 * MAINTAINERS (CPU Port maintainers): Add self.
5047
50482011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5049
5050 * MAINTAINERS: Add myself as testsuite maintainer.
5051
50522011-02-15 Mike Stump <mikestump@comcast.net>
5053
5054 * MAINTAINERS: Add myself as testsuite maintainer.
5055
50562011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5057
5058 Import from Libtool and gnulib:
5059
5060 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5061
5062 Prepare for supporting FreeBSD 10.
5063 * config.rpath: Remove handling of freebsd1* which soon would
5064 match FreeBSD 10.0.
5065
5066 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5067
5068 Remove support for FreeBSD 1.x.
5069 * libtool.m4 (_LT_LINKER_SHLIBS)
5070 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5071 soon would incorrectly match FreeBSD 10.0.
5072
50732011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5074
5075 PR binutils/12283
5076 * move-if-change: Import version from gnulib.
5077
50782011-02-12 Alexandre Oliva <aoliva@redhat.com>
5079
5080 PR lto/47225
5081 * Makefile.def (lto-plugin): Double dash for enable-shared.
5082 (configure-gcc): Depend on all-lto-plugin.
5083 * Makefile.in: Rebuilt.
5084
50852011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5086
5087 * configure.ac: Remove extra bracket.
5088 * configure: Regenerate.
5089
50902011-02-08 Tobias Burnus <burnus@net-b.de>
5091
5092 * MAINTAINERS: Add myself as libquadmath maintainer.
5093
50942011-02-08 Thomas Schwinge <thomas@schwinge.name>
5095
5096 * MAINTAINERS: Update my email address.
5097
50982011-02-07 Joseph Myers <joseph@codesourcery.com>
5099
5100 * MAINTAINERS (option handling): Add self.
5101
51022011-02-06 Kai Tietz <kai.tietz@onevision.com>
5103
5104 PR lto/47225
5105 * Makefile.def: Add dependency for install-gcc
5106 on install-lto-plugin.
5107 * Makfile.in: Regenerated
5108
51092011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5110
5111 * MAINTAINERS (CPU Port Maintainers): Add myself.
5112
51132011-01-31 Alexandre Oliva <aoliva@redhat.com>
5114
5115 PR libgcj/44341
5116 * configure.ac: Discard --with-* flags for host when configuring
5117 target libraries for cross build.
5118 * configure: Rebuilt.
5119
51202011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5121
5122 * MAINTAINERS (linear loop transforms): Removed.
5123
51242011-01-25 Jakub Jelinek <jakub@redhat.com>
5125
5126 * configure.ac: If with_ppl is no, move setting with_cloog=no
5127 after CLOOG_REQUESTED check.
5128 * configure: Regenerated.
5129
51302011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5131
5132 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5133 CLooG has been requested.
5134 * configure: Regenerated.
5135
51362011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5137
5138 * configure: Regenerated.
5139 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5140
51412011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5142
5143 * configure: Regenerated.
5144 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5145
51462011-01-21 Andreas Schwab <schwab@redhat.com>
5147
5148 * configure.ac: Use AS_HELP_STRING throughout.
5149 * configure: Regenerate.
5150
51512011-01-18 Jie Zhang <jie.zhang@analog.com>
5152
5153 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5154 * configure: Regenerate.
5155
51562011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5157
5158 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5159
51602011-01-13 Joel Brobecker <brobecker@adacore.com>
5161
5162 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5163 for ia64-hpux.
5164 * configure: Regenerate.
5165
51662011-01-07 Jan Hubicka <jh@suse.cz>
5167
5168 PR lto/47225
5169 * Makefile.in: Regenerate.
5170 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5171 configure.
5172
51732011-01-07 Jan Hubicka <jh@suse.cz>
5174
5175 * Makefile.in: Regenerate.
5176 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5177 and configure dependency on lto-plugin configure.
5178 (lto-plugin module): Remove dependency on GCC; add dependency on
5179 liniberty.
5180
51812011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5182
5183 * MAINTAINERS (Write After Approval): Add myself.
5184
51852010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5186
5187 * configure: Regenerate.
5188
51892010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5190
5191 * configure.ac: (picochip): Disable libiberty.
5192
51932010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5194
5195 * MAINTAINERS (Write After Approval): Add myself.
5196
51972010-12-10 Ian Lance Taylor <iant@google.com>
5198
5199 PR bootstrap/46819
5200 * configure.ac: For --disable-libgcj clear libgcj_saved.
5201 * configure: Rebuild.
5202
52032010-12-10 Tobias Burnus <burnus@net-b.de>
5204
5205 PR fortran/46540
5206 * configure.ac: Add --disable-libquadmath and
5207 --disable-libquadmath-support.
5208 * configure: Regenerate.
5209
52102010-12-03 Ian Lance Taylor <iant@google.com>
5211
5212 * MAINTAINERS: Add myself as libgo maintainer.
5213
52142010-12-03 Hans-Peter Nilsson <hp@axis.com>
5215
5216 PR libffi/46792
5217 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5218 * configure: Regenerate.
5219
52202010-12-02 Ian Lance Taylor <iant@google.com>
5221
5222 * configure.ac: Always set default for poststage1_ldflags to
5223 -static-libstdc++ -static-libgcc.
5224
52252010-11-29 Andreas Schwab <schwab@redhat.com>
5226
5227 * configure.ac: Move comment to remove extra space in last argument
5228 of GCC_TARGET_TOOL.
5229
52302010-11-26 Alexandre Oliva <aoliva@redhat.com>
5231
5232 PR other/46026
5233 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5234 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5235 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5236 (BASE_FLAGS_TO_PASS): Use it.
5237 * configure: Rebuilt.
5238 * Makefile.in: Rebuilt.
5239
52402010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5241
5242 PR binutils/12258
5243 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5244 Properly check default linker.
5245 * configure: Regnerated.
5246
52472010-11-23 Matthias Klose <doko@ubuntu.com>
5248
5249 * configure.ac: For --enable-gold, handle value `default' instead of
5250 `both*'. New configure option --{en,dis}able-ld.
5251 * configure: Regenerate.
5252
52532010-11-20 Ian Lance Taylor <iant@google.com>
5254
5255 * configure.ac: Only disable a language library if no language needs
5256 it. Don't let --disable-libgcj uncondtionally disable libffi.
5257 * configure: Rebuild.
5258
52592010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5260
5261 * Makefile.in: Regenerate.
5262
5263 PR other/46202
5264 * configure.ac: Fix just-built in-tree STRIP name to be
5265 binutils/strip-new.
5266 * configure: Regenerate.
5267 * Makefile.def (install-strip-gcc, install-strip-binutils)
5268 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5269 (install-strip-sid): Mirror dependencies on non-strip variants
5270 of these targets on the respective -strip prerequisites.
5271 * Makefile.tpl (install-strip, install-strip-host)
5272 (install-strip-target): New targets.
5273 (install-strip-[+module+], install-strip-target-[+module+]):
5274 New targets.
5275 * Makefile.in: Regenerate.
5276
52772010-11-19 Ian Lance Taylor <iant@google.com>
5278 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5279
5280 * configure.ac: Add target-libgo to target_libraries. Set
5281 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5282 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5283 (HOST_EXPORTS): Add GOC.
5284 (BASE_TARGET_EXPORTS): Add GOC.
5285 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5286 (GOCFLAGS_FOR_TARGET): New variable.
5287 (EXTRA_HOST_FLAGS): Add GOC.
5288 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5289 * Makefile.def (target_modules): Add libgo.
5290 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5291 (dependencies): Add dependency from configure-target-libgo to
5292 configure-target-libffi and all-target-libstdc++-v3. Add
5293 dependencies from all-target-libgo to all-target-libffi.
5294 (languages): Add go.
5295 * configure: Rebuild.
5296 * Makefile.in: Rebuild.
5297
52982010-11-19 Ian Lance Taylor <iant@google.com>
5299
5300 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5301 compiler/flag environment variables.
5302
53032010-11-18 Ian Lance Taylor <iant@google.com>
5304
5305 * configure.ac: Check for lang_requires_boot_languages in
5306 config-lang.in files.
5307 * configure: Rebuild.
5308
53092010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
5310 Tobias Burnus <burnus@net-b.de>
5311
5312 PR fortran/32049
5313 * Makefile.def: Add libquadmath; build it with language=fortran.
5314 * configure.ac: Add libquadmath.
5315 * Makefile.tpl: Handle multiple libs in check-[+language+].
5316 * Makefile.in: Regenerate.
5317 * configure: Regenerate.
5318
b9b9d342
TT
53192010-11-16 Tom Tromey <tromey@redhat.com>
5320
5321 * MAINTAINERS: Moved myself to reviewers section.
5322
ecbfe87a
ZD
53232010-11-15 Zdenek Dvorak <ook@ucw.cz>
5324
5325 * MAINTAINERS: Moved myself to reviewers section.
5326
29a4f477
RW
53272010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5328
5329 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5330 (Write After Approval): Remove self.
5331
9965e3cd
AS
53322010-11-15 Andreas Schwab <schwab@redhat.com>
5333
5334 * configure.ac: Fix spelling in option names.
5335 * configure: Regenerated.
5336
0463992b
GJL
53372010-11-13 Georg-Johann Lay <georgjohann@web.de>
5338
5339 PR bootstrap/39622
5340 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5341 * configure: Regenerated.
5342
3df08734
KG
53432010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5344
5345 * MAINTAINERS: Update my email address.
5346
f16e2237
TG
53472010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5348
f16e2237
TG
5349 * configure: Regenerate.
5350
0bb52d68
TG
53512010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5352
1f980c25 5353 * configure: Regenerate.
0bb52d68 5354
aba2b02e
TG
53552010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5356
aba2b02e
TG
5357 * configure: Regenerate.
5358
27882098
TG
53592010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5360
27882098
TG
5361 * configure: Regenerate.
5362
d32ef397
AS
53632010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5364
5365 * configure.ac: Support official CLooG.org versions.
5366 * configure: Regenerate.
5367 * config/cloog.m4: New.
5368
5a4b6c0e
FD
53692010-11-10 François Dumont <francois.cppdevs@free.fr>
5370
5371 * MAINTAINERS (Write After Approval): Add myself.
5372
f2cea726
DE
53732010-11-09 David Edelsohn <dje.gcc@gmail.com>
5374
5375 * MAINTAINERS: Update my email address.
5376
d8ed14ce
IS
53772010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5378
5379 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5380 * configure: Regenerate.
d8ed14ce 5381
48215350
DK
53822010-11-03 Ian Lance Taylor <iant@google.com>
5383 Dave Korn <dave.korn.cygwin@gmail.com>
5384
5385 PR lto/46273
5386 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5387 and on other supported platforms whenever LTO is enabled.
5388 * configure: Rebuild.
5389
87841584
AM
53902010-11-02 Alan Modra <amodra@gmail.com>
5391
5392 PR binutils/12110
5393 * configure.ac: Error when source path contains spaces.
5394 * configure: Regenerate.
5395
fe12dfe1
JW
53962010-10-23 James E. Wilson <wilson@codesourcery.com>
5397
5398 * MAINTAINERS: Update my email address.
5399
66c92425
ILT
54002010-10-20 Ian Lance Taylor <iant@google.com>
5401
5402 * Makefile.def (target_modules): Set lib_path to src/.libs for
5403 libstdc++-v3 module.
5404 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5405 * Makefile.in: Rebuild.
5406
187d3518
LB
54072010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5408
5409 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5410 (Write After Approval): Remove myself.
5411
02db6bba
TG
54122010-10-15 Tristan Gingold <gingold@adacore.com>
5413
5414 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5415
c0103e74
DR
54162010-10-14 Douglas Rupp <rupp@gnat.com>
5417
5418 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5419
1cd0b716
DK
54202010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
5421
5422 * configure.ac (build_lto_plugin): New shell variable.
5423 (--enable-lto): Turn on by default for all non-ELF platforms that
5424 have had LTO support added so far. Set build_lto_plugin appropriately
5425 for both ELF and non-ELF.
5426 (configdirs): Add lto-plugin or not based on build_lto_plugin.
5427 * configure: Regenerate.
5428
d4c1abb3
RW
54292010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5430
5431 Sync from src:
5432 * configure.ac (v850 support): Remove target-libgloss from
5433 noconfigdirs.
5434 * configure: Regenerate.
5435
ffedf511
RW
54362010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5437
5438 PR bootstrap/45326
5439 PR bootstrap/45174
5440 * configure.ac: Honor initial values of $build_configargs,
5441 $host_configargs, $target_configargs. Mark the precious, so
5442 environment settings get recorded.
5443 * configure: Regenerate.
5444
e1826acc
RW
54452010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5446
5447 PR bootstrap/45796
5448 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5449 Depend on all-build-libiberty.
5450 * Makefile.in: Regenerate.
5451
80920132
ME
54522010-09-30 Michael Eager <eager@eagercon.com>
5453
5454 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5455 * configure: Regenerate.
5456
770a498a
ME
54572010-09-28 Michael Eager <eager@eagercon.com>
5458
5459 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5460
86dfbd58
RW
54612010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5462
5463 PR bootstrap/44621
5464 * configure.ac: Fix unportable shell quoting.
5465 * configure: Regenerate.
5466
db50fe7d
IS
54672010-09-21 Iain Sandoe <iains@gcc.gnu.org>
5468
5469 * configure.ac (enable-lto): Add Darwin to the list of supported lto
5470 targets and amend comment.
5471 * configure: Regenerate.
5472
0064e825
TB
54732010-09-15 Tejas Belagod <tejas.belagod@arm.com>
5474
5475 * MAINTAINERS (Write After Approval): Add myself.
5476
bb79486c
JH
54772010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
5478
5479 * configure.ac: Enable LTO by default on Darwin.
5480 * configure: Regenerate.
5481
9e0b22c3
MS
54822010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
5483
bb79486c 5484 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 5485
2fabf1b7
IB
54862010-09-01 Ian Bolton <ian.bolton@arm.com>
5487
bb79486c 5488 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 5489
3a9abc98
DS
54902010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
5491
5492 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5493 ports
5494
331a9a59
DY
54952010-07-28 David Yuste <david.yuste@gmail.com>
5496
5497 * MAINTAINERS (Write After Approval): Add myself.
5498
223a9d64
N
54992010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
5500
5501 * configure.ac: Support all v850 targets.
5502 * configure: Regenerate.
5503
9183bdcf
MG
55042010-07-23 Marc Glisse <marc.glisse@normalesup.org>
5505
5506 PR bootstrap/44455
5507 * configure.ac (extra_mpfr_configure_flags): Copy from
5508 extra_mpc_gmp_configure_flags.
5509 * configure: Re-generated.
5510
2e290598
AK
55112010-07-22 Andi Kleen <ak@linux.intel.com>
5512
5513 * MAINTAINERS (Write After Approval): Add myself.
5514
8d6cd388
CLT
55152010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
5516
5517 * MAINTAINERS (Write After Approval): Add myself.
5518
b0b01eb0
JY
55192010-07-20 Jeffrey Yasskin <jyasskin@google.com>
5520
5521 * MAINTAINERS (Write After Approval): Add myself.
5522
77198d71
JH
55232010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
5524
5525 PR target/44862
5526 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5527 Provide -B option to allow for link spec %s substitutions for
5528 libstdc++.a on darwin.
5529 * Makefile.in: Regenerate.
5530
02fe70af
MM
55312010-07-10 Mikael Morin <mikael@gcc.gnu.org>
5532
5533 * MAINTAINERS (Reviewers): Update my e-mail address
5534
c63a4676
AO
55352010-06-10 Alexandre Oliva <aoliva@redhat.com>
5536
5537 * Makefile.def (configure-gcc): Depend on all-libelf.
5538 * Makefile.in: Rebuild.
5539
e68edbf6
FC
55402010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
5541
5542 * MAINTAINERS (Write After Approval): Add myself in the right place.
5543
dce2d8b2 55442010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
5545
5546 * MAINTAINERS (Write After Approval): Add myself.
5547
dce2d8b2 55482010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
5549
5550 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
5551
55522010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 5553
1ab55d69
MK
5554 * config.sub: Update to version 2010-05-21.
5555 * config.guess: Update to version 2010-04-03.
0c422e74 5556
02540df4
SB
55572010-05-18 Steven Bosscher <steven@gcc.gnu.org>
5558
5559 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5560 * configure: Regenerate.
5561
dfe5f5b2
ST
55622010-05-12 Sriraman Tallam <tmsriram@google.com>
5563
5564 * MAINTAINERS (Write After Approval): Add myself.
5565
c082f9f3
SB
55662010-05-07 Steven Bosscher <steven@gcc.gnu.org>
5567
5568 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5569 a platform that supports LTO.
5570 * configure: Regenerate.
5571
f1af9e5f
SP
55722010-05-05 Sebastian Pop <sebastian.pop@amd.com>
5573
5574 * configure.ac: Allow all the versions greater than 0.10 of PPL.
5575 * configure: Regenerated.
5576
38e3d868
RM
55772010-04-27 Roland McGrath <roland@redhat.com>
5578 H.J. Lu <hongjiu.lu@intel.com>
5579
5580 * configure.ac (--enable-gold): Support both, both/gold and
5581 both/bfd to add gold to configdirs without removing ld.
5582 * configure: Regenerated.
5583
5584 * Makefile.def: Add install-gold dependency to install-ld.
5585 * Makefile.in: Regenerated.
5586
3bec79c5
DK
55872010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
5588
5589 PR lto/42776
5590 * configure.ac (--enable-lto): Refactor handling so libelf tests
5591 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5592 and allow LTO to be explicitly enabled on non-ELF platforms that
5593 are known to support it inside else-clause.
5594 * configure: Regenerate.
5595
615c8ffa
EB
55962010-04-20 Eric Botcazou <ebotcazou@adacore.com>
5597
5598 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5599 * configure: Regenerate.
5600
e4522f78
RC
56012010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
5602
5603 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5604 * configure: Regenerate.
5605
8ccb78f2
RO
56062010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5607
5608 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5609 separately.
5610 * configure: Regenerate.
5611
d5cc2ee3
KW
56122010-04-16 Kevin Williams <kevin.williams@inria.fr>
5613
5614 * MAINTAINERS (Write After Approval): Add myself.
5615
8406cb62
TG
56162010-04-14 Tristan Gingold <gingold@adacore.com>
5617
5618 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5619 * configure: Regenerate.
5620
3591b8e2
SE
56212010-04-13 Steve Ellcey <sje@cup.hp.com>
5622
5623 * configure: Regenerate after change to elf.m4.
5624
a82ecc7b
IS
56252010-04-06 Iain Sandoe <iains@gcc.gnu.org>
5626
5627 * MAINTAINERS (Write After Approval): Add myself.
5628
1f0bf148
SP
56292010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5630
5631 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5632 * configure: Regenerated.
5633
56342010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5635
5636 * configure.ac: Print "buggy but acceptable" when CLooG
5637 revision is less than 9.
5638 * configure: Regenerated.
5639
ecd01dee
DN
56402010-04-01 Diego Novillo <dnovillo@google.com>
5641
5642 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5643
dc683a3f
RW
56442010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5645
5646 PR bootstrap/43615
5647 PR bootstrap/43328
5648
5649 Revert:
5650
5651 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5652
5653 * configure.ac: Do not pass --enable-multilib nor
5654 --disable-multilib in baseargs. Accept explicitly passed
5655 --enable_multilib.
5656 * configure: Regenerate.
5657
7527d83f
UW
56582010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5659
5660 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5661
895522b6
JJ
56622010-03-31 Janis Johnson <janis187@us.ibm.com>
5663
5664 * MAINTAINERS: Remove myself.
5665
9db4e878
RW
56662010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5667
5668 PR bootstrap/43328
5669 * configure.ac: Do not pass --enable-multilib nor
5670 --disable-multilib in baseargs. Accept explicitly passed
5671 --enable_multilib.
5672 * configure: Regenerate.
5673
acf6bf36
AP
56742010-03-28 Andrew Pinski <pinskia@gmail.com>
5675
5676 * MAINTAINERS (spu port): Remove me.
5677
b42f0d7e
JM
56782010-03-23 Joseph Myers <joseph@codesourcery.com>
5679
5680 * configure.ac (tic6x-*-*): New case.
5681 * configure: Regenerate.
5682
0d1152b1
JM
56832010-03-23 Joseph Myers <joseph@codesourcery.com>
5684
5685 * config.sub: Update to version 2010-03-22.
5686 * config.guess: Update to version 2009-12-30.
5687
dce2d8b2 56882010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
5689
5690 PR ada/42554
5691 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5692 * configure: Regenerate.
5693
5408fbe8
RR
56942010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5695
5696 * MAINTAINERS: Update my email address.
5697
3f55a3b3
SP
56982010-03-17 Sebastian Pop <sebastian.pop@amd.com>
5699
5700 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5701 (ghassan.shobaki@amd.com): Removed.
5702
3f08f7e8
AM
57032010-03-17 Alan Modra <amodra@gmail.com>
5704
5705 * MAINTAINERS: Update my email address.
5706
f3a9d094
DN
57072010-03-16 Diego Novillo <dnovillo@google.com>
5708
5709 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5710 Matthews.
5711
db5c4b8b
JM
57122010-03-16 Joseph Myers <joseph@codesourcery.com>
5713
5714 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5715 Gutson, Jeffrey D. Oldham and Mark Shinwell.
5716
b995570a
JM
57172010-03-16 Joseph Myers <joseph@codesourcery.com>
5718
5719 * MAINTAINERS: Update my email address.
5720
124cc66f
DJ
57212010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5722
5723 * MAINTAINERS: Update my email address.
5724
a4581668
BS
57252010-03-15 Bernd Schmidt <bernds@codesourcery.com>
5726
5727 * MAINTAINERS: Update my email address.
5728
49d78e29
JZ
57292010-03-09 Jie Zhang <jie@codesourcery.com>
5730
5731 * MAINTAINERS: Update my email address.
5732
8927b7c0
RO
57332010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5734
5735 PR libstdc++/32499
5736 * configure.ac (RANLIB): Default to true.
5737 (STRIP): Likewise.
5738 (RANLIB_FOR_TARGET): Remove superfluous : argument.
5739 * configure: Regenerate.
5740
dce2d8b2 57412010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
5742
5743 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5744 (Write After Approval): Update my email address.
5745
bf646aaf
NC
57462010-02-17 Nick Clifton <nickc@redhat.com>
5747
5748 PR 11238
5749 * Makefile.tpl (local-distclean): Also remove config.cache files in
5750 sub-directories as there may not be Makefiles present in the
5751 sub-directories.
96e41f16
NC
5752 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5753 the config.cache files found by the find command.
5754
bf646aaf
NC
5755 * Makefile.in: Regenerate.
5756 * configure.ac: Revert previous delta.
5757 * configure: Regenerate.
5758
ff78880a
NC
57592010-02-15 Nick Clifton <nickc@redhat.com>
5760
5761 PR 11238
5762 * configure.ac: Delete config.cache files in sub-directories when
5763 deleting Makefiles.
5764 * configure: Regenerate.
5765
8150eadf
BE
57662010-02-12 Ben Elliston <bje@gnu.org>
5767
5768 * MAINTAINERS: Update my email address.
5769
a9e12bfd
AP
57702010-02-08 Andrew Pinski <pinskia@gmail.com>
5771
5772 * MAINTAINERS (spu port): Update my email address.
5773
95315086
JZ
57742010-02-08 Jie Zhang <jie.zhang@analog.com>
5775
5776 * MAINTAINERS: Add myself as a maintainer for the bfin port.
5777
362c6d2f
KG
57782010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5779
5780 * configure.ac: Add "recommended" version checks for GMP/MPC.
5781 Update recommended GMP/MPFR/MPC versions.
5782 * configure: Regenerate.
5783
888c5ad2
JR
57842010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
5785
5786 * MAINTAINERS: Move my Embecosm email address into the
5787 write-after-approval section.
5788
3bf714a7
ILT
57892010-01-26 Ian Lance Taylor <iant@google.com>
5790
5791 * MAINTAINERS: Add myself as Go frontend maintainer.
5792
ad1e5170
JR
57932010-01-25 Joern Rennecke <amylaar@spamcop.net>
5794
5795 PR libstdc++/36101, PR libstdc++/42813
5796 * configure.ac (bootstrap_target_libs): Make inclusion of
5797 target-libgomp conditional on libgomb being in target_configdirs.
5798 * configure: Regenerate.
5799
fb0553d1
JR
58002010-01-23 Joern Rennecke <amylaar@spamcop.net>
5801
5802 PR libstdc++/36101, PR libstdc++/42813
5803 * configure.ac (bootstrap_target_libs): Include target-libgomp.
5804 * configure: Regenerate.
5805
aae29963
JR
58062010-01-22 Joern Rennecke <amylaar@spamcop.net>
5807
5808 PR libstdc++/36101, PR libstdc++/42813
5809 * configure.ac (target_configdirs): Substitute.
5810 * Makefile.def: Bootstrap target module libgomp.
5811 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5812 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5813 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5814 * configure, Makefile.in: Regenerate.
5815
d8fe8895
DK
58162010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
5817
5818 * MAINTAINERS: Adjust my details.
5819
ebfe4897
EW
58202010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
5821
5822 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5823
f7746c59
TL
58242010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
5825
5826 * MAINTAINERS: reindented my entry with tabs instead of spaces.
5827
306c7b5b
TL
58282010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
5829
5830 * MAINTAINERS (Write After Approval): Add myself.
5831
1b8b9e19
KT
58322010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5833
5834 * MAINTAINERS (Write After Approval): Add myself.
5835
c164615b
RG
58362010-01-11 Richard Guenther <rguenther@suse.de>
5837
5838 PR lto/41569
5839 * Makefile.def (all-lto-plugin): Depend on all-gcc.
5840 * Makefile.in: Regenerated.
5841
f3f623ae
AT
58422010-01-11 Andreas Tobler <andreast@fgznet.ch>
5843
5844 * configure.ac: Enable libjava build on x86_64-*freebsd*.
5845 * configure: Regenerate.
5846
592c90ff 58472010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 5848 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
5849
5850 PR bootstrap/42424
5851 * configure.ac: Include libtool m4 files.
9c78662a 5852 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
5853 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5854 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 5855
592c90ff
KG
5856 * configure: Regenerate.
5857
60a2e213
RW
58582010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5859
5860 PR bootstrap/41818
5861 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5862 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
5863 * Makefile.in: Regenerate.
5864
7413962d
RG
58652010-01-02 Richard Guenther <rguenther@suse.de>
5866
5867 PR lto/41529
5868 * configure.ac: Include config/elf.m4. Disable LTO if not
5869 builting for an elf target.
5870 * configure: Regenerate.
5871
f77f3945
CF
58722009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
5873
5874 * MAINTAINERS: Change my email address.
5875
4960e3f0
BE
58762009-12-18 Ben Elliston <bje@au.ibm.com>
5877
5878 * config.sub, config.guess: Update from upstream sources.
5879
d16a31da
SZ
58802009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
5881
5882 * MAINTAINERS (Write After Approval): Add myself.
5883
3a5729ea
KG
58842009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5885
5886 PR middle-end/30447
5887 PR middle-end/30789
5888 PR other/40302
5889
5890 * configure.ac: Require MPC.
5891 * configure: Regenerate.
5892
43e02a8a
RW
58932009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5894
5895 PR target/38384
5896 PR bootstrap/40972
5897 * libtool.m4: Sync from git Libtool.
5898 * ltoptions.m4: Likewise.
5899 * ltversion.m4: Likewise.
5900 * lt~obsolete.m4: Likewise.
5901 * ltmain.sh: Likewise.
5902
360d4522
KG
59032009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5904
5905 * configure.ac: Update minimum MPC version to 0.8.
5906 * configure: Regenerate.
5907
f264ed56
SP
59082009-11-21 Sebastian Pop <sebpop@gmail.com>
5909
5910 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5911 * configure: Regenerated.
5912
ed2eaa9f
ILT
59132009-11-21 Ian Lance Taylor <iant@google.com>
5914
5915 * configure.ac: Change default of poststage1_ldflags to be empty if
5916 poststage1_libs is set. When poststage1_libs is empty, and
5917 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5918 * configure: Rebuild.
5919
58346783
AN
59202009-11-21 Adam Nemet <adambnmet@gmail.com>
5921
5922 * MAINTAINERS (Write After Approval): Update my email address.
5923
5ca0106a
BE
59242009-11-20 Ben Elliston <bje@au.ibm.com>
5925
5926 * config.guess: Update from upstream sources.
5927
87213cd4
AO
59282009-11-16 Alexandre Oliva <aoliva@redhat.com>
5929
5930 * Makefile.def: Restore host and target settings for gmp.
5931 * Makefile.in: Rebuild.
5932
f61428ed
AO
59332009-11-16 Alexandre Oliva <aoliva@redhat.com>
5934
5935 * configure.ac: Add libelf to host_libs. Enable in-tree configury
5936 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
5937 Fix portability of test of C++ as bootstrap language. Add
5938 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5939 * configure: Rebuild.
5940 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5941 and cloog. Fix in-tree ppl configuration. Introduce libelf
5942 in-tree building.
5943 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5944 (POSTSTAGE1_HOST_EXPORTS): Use it.
5945 (STAGE[+id+]_CXXFLAGS): New.
5946 (BASE_FLAGS_TO_PASS): Pass it down.
5947 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
5948 extra_exports.
5949 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5950 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5951 extra_exports.
5952 * Makefile.in: Rebuild.
5953
f6c56be6
BE
59542009-11-17 Ben Elliston <bje@au.ibm.com>
5955
5956 * config.sub, config.guess: Update from upstream sources.
5957
0ccb5970
JK
59582009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5959
5960 * MAINTAINERS (Write After Approval): Add myself.
5961
dce2d8b2 59622009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
5963
5964 * MAINTAINERS (Write After Approval): Add myself.
5965
5d571eaa
OS
59662009-11-06 Ozkan Sezer <sezeroz@gmail.com>
5967
5968 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
5969 paths for *-w64-mingw* and x86_64-*mingw*.
5970 * configure: Regenerated.
5971
dce2d8b2 59722009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
5973
5974 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5975
c393f559
BK
59762009-11-02 Benjamin Kosnik <bkoz@redhat.com>
5977
5978 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5979 Phil Edwards to Write-After Approval.
5980
ef4c4300
KT
59812009-10-30 Kai Tietz <kai.tietz@onevision.com>
5982
5983 * configure.ac: Disable target-winsup & co for
5984 x86_64-*-mingw* and *-w64-mingw* targets.
5985 * configure: Regenerated.
5986
65a324b4
NC
59872009-10-16 Nick Clifton <nickc@redhat.com>
5988
5989 * MAINTAINERS: Add myself as a maintainer for the RX port.
5990
dce2d8b2 59912009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 5992
9c78662a 5993 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 5994
17e72e5d
RO
59952009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5996
5997 * configure.ac (CLooG test): Use = with test.
5998 * configure: Regenerate.
5999
ed3a56f3
RG
60002009-10-22 Richard Guenther <rguenther@suse.de>
6001
6002 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6003 cloog if the ppl version check failed. Move flags saving
6004 before setting in libelf check.
6005 * configure: Regenerate.
6006
ad0abd3c
RG
60072009-10-21 Richard Guenther <rguenther@suse.de>
6008
6009 * configure.ac: Adjust the ppl and cloog configure to work as
6010 documented. Disable cloog if ppl was disabled. Omit the version
6011 checks if they were disabled.
6012 * configure: Re-generate.
6013
e4c5bd48
RW
60142009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6015
6016 * configure.ac: Add 'lto' to enable_languages, not
6017 new_enable_languages, and only if not already present.
6018 * configure: Regenerate.
6019
0ffd69c5
GP
60202009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6021
6022 * README: Refer to the various COPYING* files instead of just
6023 COPYING.
6024 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6025
dce2d8b2 60262009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
6027
6028 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 6029
58687768
RG
60302009-10-07 Richard Guenther <rguenther@suse.de>
6031
6032 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6033 and Richard Guenther as reviewers.
6034 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6035 as reviewers.
6036
49b0ca5c 60372009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 6038
49b0ca5c 6039 * config.sub: Update from upstream sources.
d2d9ce5e 6040
aeb94799
ILT
60412009-10-06 Ian Lance Taylor <iant@google.com>
6042
6043 * Makefile.def: check-gold depends upon all-gas.
6044 * Makefile.in: Rebuild.
6045
123651cd
PM
60462009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6047
6048 * MAINTAINERS (Write After Approval): Add myself.
6049
d7f09764
DN
60502009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6051
6052 * Makefile.def: all-lto-plugin depends on all-libiberty.
6053 set bootstrap=true for lto-plugin.
6054 Add lto-plugin.
6055 * Makefile.in: Regenerate.
6056 * configure.ac (host_libs): Add lto-plugin.
6057 * configure: Regenerate.
6058
d7f09764
DN
60592009-10-03 Diego Novillo <dnovillo@google.com>
6060
6061 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6062 (HOST_LIBELFLIBS): Define.
6063 (HOST_LIBELFINC): Define.
6064 * Makefile.in: Regenerate.
6065 * configure.ac: Add --enable-lto.
6066 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6067 If --enable-lto is used, add 'lto' to new_enable_languages.
6068 If --enable-lto is used and gold is enabled, add
6069 lto-plugin to configdirs.
6070 * configure: Regenerate.
6071
60722009-10-03 Simon Baldwin <simonb@google.com>
6073
6074 * configure.ac: If --with-system-zlib, suppress local zlib and
6075 pass --with-system-zlib to subdir configure scripts.
6076 * configure: Regenerate.
6077
dce2d8b2 60782009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
6079 Paolo Bonzini <bonzini@gnu.org>
6080
6081 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6082 $(srcdir).
6083 * Makefile.in: Rebuilt.
6084
dce2d8b2 60852009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
6086
6087 * MAINTAINERS (Write After Approval): Add myself.
6088
3e661154
KG
60892009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6090
6091 * configure.ac: Update minimum MPC version to 0.7.
6092 * configure: Regenerate.
6093
f1a036e4
NC
60942009-09-25 Nick Clifton <nickc@redhat.com>
6095
6096 * configure.ac: Pass any --cache-file=/dev/null option on to
6097 subconfigures.
6098 * configure: Regenerate.
6099
d4c74acc
NC
61002009-09-23 Nick Clifton <nickc@redhat.com>
6101
6102 * config.sub, config.guess: Update from upstream sources.
6103
dce2d8b2 61042009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
6105
6106 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6107 * Makefile.in: Rebuilt.
6108
0db770bd
RW
61092009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6110
6111 PR bootstrap/32272
6112 * configure.ac: Error out if $srcdir isn't '.' but contains
6113 host-${host_noncanonical}.
6114 * configure: Regenerate.
6115
71101870
RO
61162009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6117
6118 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6119 maintainer.
6120
ca6d0d62
RW
61212009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6122
79cd2b23
RW
6123 * configure.ac: If bootstrapping a combined tree with
6124 --enable-gold, require c++ in stage1_languages.
6125 * configure: Regenerate.
6126
ab9dcd0c
RW
6127 * configure.ac: Also add target_libs of stage1_languages to
6128 bootstrap_target_libs.
6129 * configure: Regenerate.
6130
ca6d0d62
RW
6131 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6132 with --enable-languages not containing c++.
6133 * configure: Regenerate.
6134
1c3c9f12
JZ
61352009-09-15 Jie Zhang <jie.zhang@analog.com>
6136
6137 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6138 * configure: Regenerate.
6139
dce2d8b2 61402009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 6141
6fb30a14
JR
6142 * MAINTAINERS (Write After Approval): Update my e-mail address,
6143 and move from from here...
6144 (Waiting for paperwork): To here.
0318772d 6145
4056c2c6
JM
61462009-09-09 Joseph Myers <joseph@codesourcery.com>
6147
6148 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6149
3e54529c
RW
61502009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6151
6152 * configure.ac: Do not use $extrasub for replacing @if/@endif
6153 parts in Makefile; instead, use additional arguments to
6154 AC_CONFIG_COMMANDS to do the replacement manually, with several
6155 sed invocations, to avoid HP-UX sed command limits.
6156 * configure: Regenerate.
6157
713e2ea6
AO
61582009-09-08 Alexandre Oliva <aoliva@redhat.com>
6159
6160 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6161 blank before -L.
6162
5646b7b9
AO
61632009-09-04 Alexandre Oliva <aoliva@redhat.com>
6164
6165 * configure.ac (with-build-config): Document. Handle without.
6166 Handle missing argument.
6167 * configure: Rebuilt.
6168
e12c4094
AO
61692009-09-03 Alexandre Oliva <aoliva@redhat.com>
6170
6171 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6172 Default to bootstrap-debug only if compare-debug works.
6173 * configure: Rebuilt.
6174 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6175 * Makefile.in: Rebuilt.
6176
75cb0057
RO
61772009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6178
6179 * MAINTAINERS (OS Port Maintainers): Update my email address.
6180
8fc68cba
AO
61812009-09-01 Alexandre Oliva <aoliva@redhat.com>
6182
6183 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6184 * Makefile.in: Rebuilt.
6185
44cb38cf
CD
61862009-09-01 Chris Demetriou <cgd@google.com>
6187
6188 * MAINTAINERS (Write After Approval): Add myself.
6189
f9329c35
DS
61902009-08-31 Dodji Seketeli <dodji@redhat.com>
6191
6192 PR debug/30161
6193 * include/dwarf2.h (enum dwarf_tag): Added
6194 DW_TAG_GNU_template_template_param
6195 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6196
f945e229
PB
61972009-08-30 Paolo Bonzini <bonzini@gnu.org>
6198
6199 * Makefile.tpl (AWK): Fix typo.
6200 * Makefile.in: Regenerate.
6201
87264276
PB
62022009-08-30 Paolo Bonzini <bonzini@gnu.org>
6203
6204 * configure.ac: Detect awk and sed.
6205 * Makefile.def (flags_to_pass): Add AWK and SED.
6206 * Makefile.tpl (AWK, SED): New.
6207 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6208 * configure: Regenerate.
6209 * Makefile.in: Regenerate.
6210
68ccd57c
DK
62112009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6212
6213 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6214 (collapseslashes): Likewise.
6215
df58e648
RW
62162009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6217
6218 * configure.ac (AC_PREREQ): Bump to 2.64.
6219
0539cb2c
RW
62202009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6221
70fa0efa
RW
6222 * configure.ac: Remove --with-datarootdir, --with-docdir,
6223 --with-pdfdir, --with-htmldir switches.
6224 * configure: Regenerate.
6225
5213506e
RW
6226 * configure: Regenerate.
6227
0539cb2c
RW
6228 * compile: Sync from Automake 1.11.
6229 * depcomp: Likewise.
6230 * install-sh: Likewise.
6231 * missing: Likewise.
6232 * mkinstalldirs: Likewise.
6233 * ylwrap: Likewise.
6234
197c68cc
DK
62352009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6236
6237 * ltmain.sh (func_normal_abspath): New function.
6238 (func_relative_path): Likewise.
6239 (func_mode_help): Document new -bindir option for link mode.
6240 (func_mode_link): Add new -bindir option, and use it to place
6241 output DLL if specified.
6242
58af276a
RW
62432009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6244
0115d4a3
RW
6245 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6246 (baseargs): Add --disable-option-checking.
6247 * configure: Regenerate.
6248
58af276a
RW
6249 * Makefile.def (configure-target-libiberty): Depend on
6250 all-binutils and all-ld.
6251 (configure-target-newlib): Likewise.
6252 * Makefile.in: Regenerate.
6253
e9d9afef
BE
62542009-08-17 Ben Elliston <bje@au.ibm.com>
6255
6256 * config.sub, config.guess: Update from upstream sources.
6257
354ebf88
RW
62582009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6259
6260 Sync from src, merge:
6261
6262 2009-07-02 Tristan Gingold <gingold@adacore.com>
6263
6264 * configure.ac: Do not exclude gas for i386-*-darwin.
6265 Add a case for x86_64-*-darwin.
6266 * configure: Regenerate.
6267
8375f7b2
NV
62682009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6269
6270 * MAINTAINERS: Add my name to Write After Approval list.
6271
dce2d8b2 62722009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
6273
6274 * configure.ac: Add Microblaze target.
6275 * configure: Regenerate.
6276
ea2002ba
CB
62772009-07-31 Christian Bruel <christian.bruel@st.com>
6278
6279 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6280 * configure: Regenerate.
2bf33cdb 6281
dce2d8b2 62822009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
6283
6284 * MAINTAINERS (Write After Approval): Update my e-mail address.
6285
e90e6bd7
ILT
62862009-07-06 Ian Lance Taylor <iant@google.com>
6287
6288 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6289 * configure: Rebuild.
6290
f6e0880a
TG
62912009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6292
6293 * MAINTAINERS: Move myself to the Graphite Reviewers.
6294
6d984927
WG
62952009-06-30 Wei Guozhi <carrot@google.com>
6296
6297 * MAINTAINERS: Add my name to Write After Approval list.
6298
f2689b09
SE
62992009-06-26 Steve Ellcey <sje@cup.hp.com>
6300
6301 PR bootstrap/40338
6302 * configure.ac (comparestring): Create new variable.
6303 * Makefile.tpl (comparestring): Use to skip some comparisions.
6304 * configure: Regenerate.
6305 * Makefile.in: Regenerate.
6306
f62c0ba4
DE
63072009-06-26 Doug Evans <dje@sebabeach.org>
6308
6309 * Makefile.def (host_modules): Add cgen.
6310 * Makefile.in: Regenerate.
6311 * configure.ac (host_tools): Add cgen.
6312 * configure: Regenerate.
6313
7acf4da6
DD
63142009-06-23 DJ Delorie <dj@redhat.com>
6315
6316 * MAINTAINERS: Add myself as mep maintainer.
6317
00020c16
ILT
63182009-06-23 Ian Lance Taylor <iant@google.com>
6319
6320 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6321 boot_languages. Only bootstrap target libraries listed in
6322 target_libs for some boot language. Add --with-stage1-ldflags,
6323 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6324 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6325 if not building with C++.
6326 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6327 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6328 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6329 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6330 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6331 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6332 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6333 * configure, Makefile.in: Rebuild.
6334
1da52d4a
LF
63352009-06-23 Li Feng <nemokingdom@gmail.com>
6336
6337 * MAINTAINERS: Added my name to write-after-approval list.
6338
144c9175
RM
63392009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6340
6341 * configure.ac: Define is_elf for QNX Neutrino targets.
6342 * configure: Regenerate.
6343
e5871e24
GS
63442009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6345
9c78662a 6346 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 6347
5f4a82c0
KG
63482009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6349
6350 * configure.ac: Detect MPC in default directory.
6351 * configure: Regenerate.
6352
394e9195
JG
63532009-06-03 Jerome Guitton <guitton@adacore.com>
6354 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6355
9c78662a
UB
6356 * Makefile.tpl (all): Avoid a trailing backslash.
6357 * Makefile.in: Regenerate.
394e9195 6358
47bca6aa
BE
63592009-06-03 Ben Elliston <bje@au.ibm.com>
6360
6361 * config.sub, config.guess: Update from upstream sources.
6362
a891a473
RS
63632009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6364
6365 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6366 to noconfdirs.
6367 * configure: Regenerate.
6368
70cb2d9f
AO
63692009-06-02 Alexandre Oliva <aoliva@redhat.com>
6370
6371 * Makefile.tpl ([+compare-target+]): Compare all stage
6372 directories, rather than just gcc.
6373 * Makefile.in: Rebuilt.
6374
7f1245df
DK
63752009-06-01 Doug Kwan <dougkwan@google.com>
6376
6377 * configure.ac: Support gold for target arm*-*-*.
6378 * configure: Regenerate.
394e9195 6379
acd26225
KG
63802009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6381
6382 * Makefile.def: Add MPC support and dependencies.
6383 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6384
6385 * Makefile.in, configure: Regenerate.
6386
a1fc946a
AO
63872009-05-27 Alexandre Oliva <aoliva@redhat.com>
6388
6389 * Makefile.tpl (all): Avoid harmless warning in make all when
6390 gcc-bootstrap is enabled but stage_last does not exist.
6391 * Makefile.in: Rebuilt.
6392
2e6a3c8d
NR
63932009-05-24 Nicolas Roche <roche@adacore.com>
6394
6395 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6396 * Makefile.in: Regenerate.
6397
63487d11
DC
63982009-05-21 Denis Chertykov <chertykov@gmail.com>
6399
6400 * MAINTAINERS: Update my e-mail address.
6401
449223af
DK
64022009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
6403
6404 * configure.ac (cygwin noconfigdirs): Remove libgcj.
6405 * configure: Regenerate.
6406
31c98f49
AO
64072009-05-18 Alexandre Oliva <aoliva@redhat.com>
6408
6409 PR other/40159
6410 * Makefile.tpl (all): Don't assume gcc-bootstrap and
6411 gcc-no-bootstrap are mutually exclusive.
6412 * Makefile.in: Rebuilt.
6413
0f501837
AO
64142009-05-18 Alexandre Oliva <aoliva@redhat.com>
6415
6416 PR other/40159
6417 * Makefile.tpl (all): Don't end with unconditional success.
6418 * Makefile.in: Rebuilt.
6419
4a4a4e99
AO
64202009-05-12 Alexandre Oliva <aoliva@redhat.com>
6421
6422 PR target/37137
6423 * Makefile.def (flags_to_pass): Remove redundant and incomplete
6424 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6425 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6426 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
6427 stage_configureflags, stage_cflags and stage_libcflags into
6428 explicit Makefile macros.
6429 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6430 GFORTRAN.
6431 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6432 CC. Set CC_FOR_BUILD from CC.
6433 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6434 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6435 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6436 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
6437 and GFORTRAN.
6438 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6439 (_LIBCFLAGS): Renamed to _TFLAGS.
6440 (do-compare-debug, do-compare3-debug): Drop.
6441 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6442 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6443 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6444 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6445 (XGCC_FLAGS_FOR_TARGET): New.
6446 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6447 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6448 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6449 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 6450 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
6451 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
6452 TFLAGS.
6453 (BUILD_CONFIG): Include if requested.
6454 (all): Set TFLAGS on bootstrap.
6455 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6456 (all-stageid-prefixmodule): Likewise.
6457 (do-clean, distclean-stageid): Set TFLAGS.
6458 (restrap): Fix whitespace.
6459 * Makefile.in: Rebuilt.
6460
1cee3429
PB
64612009-05-07 Paolo Bonzini <bonzini@gnu.org>
6462
6463 * config.guess: Sync with src.
6464
0b70eafd
DK
64652009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
6466
6467 * configure.ac ($with_ppl): Default to no if not supplied.
6468 ($with_cloog): Likewise.
6469 configure: Regenerate.
6470
5175f17c
JW
64712009-04-27 James E. Wilson <wilson@codesourcery.com>
6472
6473 * MAINTAINERS: Update my e-mail address.
6474
952fa153
NC
64752009-04-27 Nick Clifton <nickc@redhat.com>
6476
6477 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6478
a687f83c
EB
64792009-04-25 Eric Botcazou <ebotcazou@adacore.com>
6480
6481 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6482 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6483 * Makefile.in: Regenerate.
6484
9e3eba15
KG
64852009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6486
6487 PR bootstrap/39739
6488 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6489 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6490
6491 * configure, Makefile.in: Regenerate.
6492
a687f83c 64932009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
6494
6495 * include/hashtab.h: Update GTY annotations to new syntax
6496 * include/splay-tree.h: Likewise
6497
070bdbd9
BE
64982009-04-17 Ben Elliston <bje@au.ibm.com>
6499
6500 * config.sub, config.guess: Update from upstream sources.
6501
55f2d967
AG
65022009-04-15 Anthony Green <green@moxielogic.com>
6503
6504 * configure.ac: Add moxie support.
6505 * configure: Rebuilt.
6506
309c24a9
JJ
65072009-04-14 Jakub Jelinek <jakub@redhat.com>
6508
6509 * configure.ac: Change copyright header to refer to version
6510 3 of the GNU General Public License and to point readers at the
6511 COPYING3 file and the FSF's license web page.
6512 * Makefile.def: Likewise.
6513 * Makefile.tpl: Likewise.
6514 * Makefile.in: Regenerate.
6515
b93133bc
JH
65162009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
6517
6518 * configure.ac: Restore match for darwin9 or later. Use double
6519 brackets since regeneration eats one pair.
6520 * configure: Regenerate.
6521
d18ff35a
L
65222009-04-09 H.J. Lu <hongjiu.lu@intel.com>
6523
6524 PR gas/10039
6525 * configure.ac: Require texinfo 4.7.
6526 * configure: Regenerated.
6527
748086b7
JJ
65282009-04-09 Nick Clifton <nickc@redhat.com>
6529
6530 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6531 the GCC Runtime Library Exception.
6532
a3337ea2
KG
65332009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6534
6535 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6536 * configure: Regenerate.
6537
60911f14
SE
65382009-04-01 Steve Ellcey <sje@cup.hp.com>
6539
6540 * Makefil.def (languages): New entries.
6541 * Makefile.tpl (check-gcc-*): New generic target.
6542 * Makefile.in: Regenerate.
60911f14 6543
dce2d8b2 65442009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 6545
d18ff35a 6546 * MAINTAINERS: Update my email address.
7369c1d0 6547
cfb1f59f
TT
65482009-03-18 Tom Tromey <tromey@redhat.com>
6549
d18ff35a
L
6550 * configure: Rebuild.
6551 * configure.ac (host_libs): Add libiconv.
6552 * Makefile.in: Rebuild.
6553 * Makefile.def (host_modules): Add libiconv.
6554 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 6555
75eeae1a
TG
65562009-03-16 Tristan Gingold <gingold@adacore.com>
6557
6558 * configure.ac: Treat gdb as supported on x86_64-darwin.
6559 * configure: Regenerate.
6560
f38095f3
JM
65612009-03-16 Joseph Myers <joseph@codesourcery.com>
6562
6563 * configure.ac (--with-host-libstdcxx): New option.
6564 * configure: Regenerate.
6565
dce2d8b2 65662009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
6567
6568 * MAINTAINERS: Move myself into the write after approval list.
6569
6d401294
NP
65702009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
6571
6572 * MAINTAINERS: Update e-mail address.
2bf33cdb 6573
07c97076
DN
65742009-03-11 Dorit Nuzman <dorit@il.ibm.com>
6575
6576 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6577
dce2d8b2 65782009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
6579
6580 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6581
7a9d3fe8
RW
65822009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6583
6584 Backport from git Libtool:
6585
6586 2009-01-19 Robert Millan <rmh@aybabtu.com>
6587 Support GNU/kOpenSolaris.
6588 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6589 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6590 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6591 GNU/kOpenSolaris.
6592
c9e9e11f
AS
65932009-02-27 Andreas Schwab <schwab@linux-m68k.org>
6594
6595 * MAINTAINERS: Update e-mail address.
6596
5e8c1552 65972009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
6598
6599 * MAINTAINERS (Write After Approval): Add self.
6600
b0adb088
BM
66012009-02-18 Bingfeng Mei <bmei@broadcom.com>
6602
6603 * MAINTAINERS (Write After Approval): Add myself.
6604
ee04b574
AS
66052009-02-05 Andreas Schwab <schwab@suse.de>
6606
6607 * Makefile.tpl (stage_last): Define $r and $s before using
6608 $(RECURSE_FLAGS_TO_PASS).
6609 * Makefile.in: Regenerate
6610
907884c9
ILT
66112009-01-30 Ian Lance Taylor <iant@google.com>
6612
6613 * MAINTAINERS: Move myself to the Global Reviewers list.
6614
416ac4d4
RM
66152009-01-29 Robert Millan <rmh@aybabtu.com>
6616
6617 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6618 * configure: Regenerate.
6619
ee5decb3
GP
66202009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
6621
6622 * MAINTAINERS: Make whitespace consistent.
19196f44 6623 Remove Robert Millan from Write After Approval.
ee5decb3 6624
36fbb0ec
AM
66252009-01-16 Alan Modra <amodra@bigpond.net.au>
6626
6627 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6628 (all-opcodes): Depend on all-libiberty.
6629 * Makefile.in: Regenerate.
6630
52535a64
DR
66312009-01-15 Douglas B Rupp <rupp@gnat.com>
6632
6633 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6634 * configure: Regenerate.
6635
e04a57df
RR
66362009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
6637
6638 * MAINTAINERS (Write After Approval): Add myself.
6639
856c450b
SK
66402009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
6641
6642 * MAINTAINERS: Add myself to reviewers (Fortran).
6643
dce2d8b2 66442009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
6645
6646 PR tree-optimization/38515
6647 * configure.ac (cloog-polylib): Removed.
6648 (with_ppl, with_cloog): Test for "no".
6649 * configure: Regenerated.
6650
1e5e8a59
DF
66512009-01-11 Daniel Franke <franke.daniel@gmail.com>
6652
6653 * MAINTAINERS: Moved myself to reviewers (Fortran).
6654
5e5debf6
TS
66552009-01-06 Thomas Schwinge <tschwinge@gnu.org>
6656
6657 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6658 (Write After Approval): Remove myself.
6659
1c42acf1
DN
66602009-01-03 Diego Novillo <dnovillo@google.com>
6661
6662 * MAINTAINERS: Remove myself from alias maintainership.
6663
2fbbedaf
DA
66642009-01-02 David Ayers <ayers@fsfe.org>
6665
6666 * MAINTAINERS: Update e-mail address.
6667
17213821
GP
66682008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
6669
6670 * MAINTAINERS: Make whitespace consistent.
6671
baafc534
RW
66722008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6673
6674 Backport from upstream Libtool:
6675 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6676 Add cache variables to tests that require the linker to work.
6677 For shlibpath_overrides_runpath, this also changes the semantics
6678 to let the result from the C compiler take precedence.
6679
18430d27
BE
66802008-12-02 Ben Elliston <bje@au.ibm.com>
6681
6682 * config.sub, config.guess: Update from upstream sources.
6683
dce2d8b2 66842008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
6685
6686 * configure.ac (ppllibs): Add by default the lib flags.
6687 * configure: Regenerate.
6688
41e9641b
LM
66892008-12-08 Luis Machado <luisgpm@br.ibm.com>
6690
6691 * MAINTAINERS: Add myself to the write after approval list.
6692
25783c30
JH
66932008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
6694
ee04b574
AS
6695 * configure.ac: Add double brackets on darwin[912].
6696 * configure: Regenerate.
25783c30 6697
0e318fcc
DK
66982008-12-03 Daniel Kraft <d@domob.eu>
6699
6700 * MAINTAINERS: Moved myself and Mikael Morin from Write After
6701 Approval to Reviewer section (for Fortran front-end).
6702
7f171b95
JH
67032008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
6704
6705 * configure.ac: Expand to darwin10 and later.
6706 * configure: Regenerate.
6707
09ce620e
AS
67082008-12-02 Andreas Schwab <schwab@suse.de>
6709
6710 * Makefile.def: configure-target-boehm-gc depends on
6711 all-target-libstdc++-v3.
6712 * Makefile.in: Regenerate.
6713
386c704d
KT
67142008-12-02 Kai Tietz <kai.tietz@onevision.com>
6715
6716 * MAINTAINERS: Add myself as mingw maintainer.
6717
e03dd84a
BE
67182008-12-02 Ben Elliston <bje@au.ibm.com>
6719
6720 * config.sub, config.guess: Update from upstream sources.
6721
3fa87964
GP
67222008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
6723
6724 * README.SCO: Remove.
6725
df72d7ed
FP
67262008-11-29 Fernando Pereira <pronesto@gmail.com>
6727
6728 * MAINTAINERS: Add myself to the write after approval list.
6729
b5646528
DK
67302008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
6731
6732 * MAINTAINERS: Update my email address in WAA section.
6733
dce2d8b2 67342008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
6735
6736 * MAINTAINERS: Update e-mail address.
6737
dce2d8b2 67382008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
6739
6740 * MAINTAINERS: Change e-mail address.
6741
0db3a858
TG
67422008-11-27 Tristan Gingold <gingold@adacore.com>
6743
6744 * configure.ac: Build gdb for i?86-*-darwin*
6745 * configure: Regenerated.
6746
dce2d8b2 67472008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
6748
6749 * MAINTAINERS: Added my full name.
6750
487e299b
DJ
67512008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6752
6753 PR bootstrap/38014
6754 PR bootstrap/37923
6755
6756 Revert:
6757
6758 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6759
6760 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6761 * Makefile.in: Regenerated.
6762
6763 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6764
6765 PR gdb/921
6766 PR gdb/1646
6767 PR gdb/2175
6768 PR gdb/2176
6769
6770 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6771 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6772 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6773 (HOST_EXPORTS): Pass CPPFLAGS.
6774 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6775 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6776 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6777 * Makefile.in, configure: Regenerated.
6778 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6779 and CPPFLAGS_FOR_BUILD.
6780
dce2d8b2 67812008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
6782
6783 * MAINTAINERS: Add myself as middle end maintainer.
6784
044fed69
AS
67852008-11-06 Andrew Stubbs <ams@codesourcery.com>
6786
6787 * MAINTAINERS (Write after approval): Add myself.
6788
caf6defe
DN
67892008-11-05 Diego Novillo <dnovillo@google.com>
6790
6791 * MAINTAINERS (Global Reviewers): Add myself.
6792 (Non-Algorithmic Maintainers): Remove myself.
6793
3e9899ac
TS
67942008-11-04 Thomas Schwinge <tschwinge@gnu.org>
6795
09ce620e 6796 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 6797
ea99e36e
MM
67982008-10-31 Mikael Morin <mikael.morin@tele2.fr>
6799
09ce620e 6800 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 6801
fb0d2684
BE
68022008-10-31 Ben Elliston <bje@au.ibm.com>
6803
6804 * configure.ac (spu-*-*): Remove special case.
6805 * configure: Regenerate.
6806
73c07a3e
CM
68072008-10-30 Catherine Moore <clm@codesourcery.com>
6808
6809 * MAINTAINERS (Write after approval): Update my email address.
6810
7310a2da
SSF
68112008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
6812
6813 * configure.ac [spu-*-*]: Do not set skipdirs.
6814 * configure: Re-generate.
6815
7e51fe23
BS
68162008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
6817
6818 * MAINTAINERS (Various Maintainers): Add myself to reload.
6819
ef20be93
RG
68202008-10-25 Richard Guenther <rguenther@suse.de>
6821
6822 * MAINTAINERS (Various Maintainers): Add myself as middle-end
6823 maintainer. Remove myself as libgcc-math maintainer.
6824 (Non-Algorithmic Maintainers): Remove myself.
6825
03ffcfa0
DJ
68262008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6827
6828 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6829 * Makefile.in: Regenerated.
6830
dec014a9
CC
68312008-10-23 Cary Coutant <ccoutant@google.com>
6832
6833 * MAINTAINERS (Write after approval): Add myself.
6834
b36c386c
DJ
68352008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6836
6837 PR gdb/921
6838 PR gdb/1646
6839 PR gdb/2175
6840 PR gdb/2176
6841
6842 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6843 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6844 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6845 (HOST_EXPORTS): Pass CPPFLAGS.
6846 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6847 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6848 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6849 * Makefile.in, configure: Regenerated.
6850 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6851 and CPPFLAGS_FOR_BUILD.
6852
dce2d8b2 68532008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
6854
6855 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6856 Sebastian Pop.
6857
e0bda97e
AP
68582008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
6859
6860 * MAINTAINERS (Write After Approval): Added myself.
6861
36c713e0
KG
68622008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6863
6864 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6865 recommended version to 2.3.2.
6866
6867 * configure: Regenerate.
6868
8fe005ee
MM
68692008-10-01 Mark Mitchell <mark@codesourcery.com>
6870
6871 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6872
be8f156f
DD
68732008-09-29 David Daney <david.daney@caviumnetworks.com>
6874
6875 * MAINTAINERS (Write After Approval): Update e-mail address.
6876
ae11dff4
PG
68772008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6878
6879 * libtool.m4: Update to libtool 2.2.6.
6880 * lt~obsolete.m4: Update to libtool 2.2.6.
6881 * ltmain.sh: Update to libtool 2.2.6.
6882 * ltsugar.m4: Update to libtool 2.2.6.
6883 * ltversion.m4: Update to libtool 2.2.6.
6884 * ltoptions.m4: Update to libtool 2.2.6.
6885 * ltgcc.m4: Update to match changes from libtool 2.2.6.
6886
441154b1
CF
68872008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
6888
6889 * MAINTAINERS (Write After Approval): Add myself.
6890
775b3b26
BRF
68912008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6892
6893 * MAINTAINERS (Write After Approval): Update my name.
6894
94538043
SB
68952008-09-20 Steven Bosscher <steven@gcc.gnu.org>
6896
09ce620e 6897 * MAINTAINERS: Add myself in "Write After Approval".
94538043 6898
52d1bfd8
SE
68992008-09-18 Steve Ellcey <sje@cup.hp.com>
6900
09ce620e 6901 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 6902
c5cc92f5
GP
69032008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
6904
6905 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6906 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6907 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6908 and Michael Tiemann from Write After Approval since they do not
6909 actually have access.
6910
23d9794a
RG
69112008-09-05 Richard Guenther <rguenther@suse.de>
6912
6913 * configure.ac: Initialize clooglibs to -lcloog.
6914 * configure: Re-generate.
6915
192a671e
LCW
69162008-09-04 Le-Chun Wu <lcwu@google.com>
6917
6918 * MAINTAINERS (Write After Approval): Add myself.
6919
d789184e
SP
69202008-09-03 Sebastian Pop <sebastian.pop@amd.com>
6921
6922 * configure.ac (--with-cloog-polylib): New.
6923 (--disable-cloog-version-check): New.
6924 (--disable-ppl-version-check): New.
6925 * configure: Re-generate.
6926
36a881c7
RG
69272008-09-03 Richard Guenther <rguenther@suse.de>
6928
6929 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6930 cloog test.
6931 * configure: Re-generate.
6932
358da97e
HS
69332008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
6934
6935 Add picoChip port.
6936 * MAINTAINERS: Add picoChip maintainers.
6937
f8bf9252
SP
69382008-09-02 Sebastian Pop <sebastian.pop@amd.com>
6939 Tobias Grosser <grosser@fim.uni-passau.de>
6940 Jan Sjodin <jan.sjodin@amd.com>
6941 Harsha Jagasia <harsha.jagasia@amd.com>
6942 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6943 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6944 Adrien Eliche <aeliche@isty.uvsq.fr>
6945
6946 Merge from graphite branch.
6947 * configure: Regenerate.
6948 * Makefile.in: Regenerate.
6949 * configure.ac (host_libs): Add ppl and cloog.
6950 Add checks for PPL and CLooG.
6951 * Makefile.def (ppl, cloog): Added modules and dependences.
6952 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6953 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6954
d89f0ad6
AL
69552008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6956
6957 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6958 (GCC_SHLIB_SUBDIR): New.
6959 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6960 * configure: Regenerate.
6961 * Makefile.in: Regenerate.
6962
88a25817
GP
69632008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6964
6965 * MAINTAINERS: Consistently use tabs to separate columns.
6966
f873f15f
TG
69672008-08-29 Tristan Gingold <gingold@adacore.com>
6968
6969 * MAINTAINERS (Write after Approval): Add myself.
6970
e1514c3f
TG
69712008-08-28 Tristan Gingold <gingold@adacore.com>
6972
6973 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6974 Enable bfd, binutils and opcodes.
6975 * configure: Regenerate.
6976
4717882f
JDA
69772008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6978
6979 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
6980
28c9884c
TK
69812008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6982
6983 * MAINTAINERS: Use correct Umlaut for last name.
6984
ae96d86a
FXC
69852008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6986
6987 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6988
3ecc96e3
DE
69892008-08-16 David Edelsohn <edelsohn@gnu.org>
6990
6991 * MAINTAINERS: Update my email address.
6992
dd609cc1
EB
69932008-08-16 Nicolas Roche <roche@adacore.com>
6994
6995 * Makefile.tpl: Add BOOT_ADAFLAGS.
6996 * Makefile.in: Regenerate.
6997
08d0963a
RS
69982008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
6999
7000 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7001 * configure: Regenerate.
7002
dce2d8b2 70032008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
7004
7005 * configure.ac: Add makefile fragments for hpux.
7006 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7007 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7008 * configure: Regenerate.
7009 * Makefile.in: Regenerate.
7010
dce2d8b2 70112008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
7012
7013 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7014
dce2d8b2 70152008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
7016
7017 * MAINTAINERS (Write after Approval): Add myself.
7018
78209f30
XG
70192008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7020
7021 * MAINTAINERS (Write After Approval): Add myself.
7022
5b5b098d
AJ
70232008-06-29 Andrew Jenner <andrew@codesourcery.com>
7024
7025 * MAINTAINERS (Write After Approval): Add myself.
7026
d812ec93
KW
70272008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7028
7029 * MAINTAINERS: Update my email address.
7030
99e78224
JY
70312008-06-25 Joey Ye <joey.ye@intel.com>
7032
7033 * MAINTAINERS (Write After Approval): Add myself.
7034
18c04407
RW
70352008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7036
7037 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7038 * Makefile.in: Regenerate.
7039 * configure: Regenerate.
7040
47aa9a31
DK
70412008-06-17 Daniel Kraft <d@domob.eu>
7042
7043 * MAINTAINERS (Write After Approval): Add myself.
7044
ad33ff57
RW
70452008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7046
7047 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7048 "$@" is still intact with both Autoconf 2.59 and 2.62.
7049 * configure: Regenerate.
7050
cdce5c41
RW
70512008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7052
7053 * Makefile.tpl: Fix comment errors.
7054 * Makefile.in: Regenerate.
7055
01b79d11
DM
70562008-06-12 David S. Miller <davem@davemloft.net>
7057 David Edelsohn <edelsohn@gnu.org>
7058
7059 * configure.ac: Add powerpc*-*-* to gold supported targets.
7060 * configure: Regenerate.
7061
f8c33439
JM
70622008-06-08 Joseph Myers <joseph@codesourcery.com>
7063
7064 PR tree-optimization/36218
7065 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7066 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7067 (all prefix="build-"): Pass them to build-system sub-makes.
7068 * Makefile.in: Regenerate.
7069
cd985f66
JM
70702008-06-07 Joseph Myers <joseph@codesourcery.com>
7071
7072 * MAINTAINERS (mt port): Remove.
7073 (sco5, unixware, sco udk): Remove.
7074 (Kean Johnston): Add to Write After Approval.
7075
3f6383d3
JB
70762008-05-30 Julian Brown <julian@codesourcery.com>
7077
7078 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7079 of libobjc for ARM EABI Linux.
7080 * configure: Regenerate.
30da41ed 7081
dce2d8b2 70822008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 7083
09ce620e 7084 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 7085
dce2d8b2 70862008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 7087
e29cc9b4 7088 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 7089
955410cb
JW
70902008-05-15 Janus Weil <janus@gcc.gnu.org>
7091
7092 * MAINTAINERS (Write After Approval): Add myself.
7093
719bb4e3 70942008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
7095
7096 * config-ml.in: don't handle --enable-shared and --enable-static.
7097
372b05fc
RS
70982008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7099
7100 * MAINTAINERS: Update my email address.
7101
f73e2200
PC
71022008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7103
7104 * MAINTAINERS: Update my email address.
09ce620e 7105
3e438e2b
KVH
71062008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7107
7108 * MAINTAINERS (Write After Approval): Add myself.
7109
177bf491
GS
71102008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7111
7112 * MAINTAINERS (Write After Approval): Add myself.
7113
dce2d8b2 71142008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
7115
7116 * MAINTAINERS (crx): Add myself.
7117
14a8726b
PB
71182008-04-18 Paolo Bonzini <bonzini@gnu.org>
7119
7120 Sync with src:
7121 2008-04-14 David S. Miller <davem@davemloft.net>
7122
09ce620e
AS
7123 * configure.ac: Add sparc*-*-* to gold supported targets.
7124 * configure: Regenerate.
14a8726b 7125
7142fb32
PB
71262008-04-18 Paolo Bonzini <bonzini@gnu.org>
7127
7128 PR bootstrap/35457
7129 * configure.ac: Include override.m4.
7130 * configure: Regenerate.
7131
c6b196de
PB
71322008-04-18 Paolo Bonzini <bonzini@gnu.org>
7133
09ce620e
AS
7134 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7135 * Makefile.in: Regenerate.
c6b196de 7136
dce2d8b2 71372008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 7138
09ce620e 7139 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 7140 as nonconfigurable directories list.
09ce620e 7141 * configure: Regenerate.
c993ae60 7142
8479b1b1
BE
71432008-04-14 Ben Elliston <bje@au.ibm.com>
7144
7145 * config.sub, config.guess: Update from upstream sources.
7146
295e261a
HPN
71472008-04-12 Hans-Peter Nilsson <hp@axis.com>
7148
7149 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7150 * Makefile.in: Regenerate.
7151
ac3949d9
EW
71522008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7153
7154 * configure.ac: Do not build libssp for the AVR.
7155 * configure: Regenerate.
7156
06407e30
ILT
71572008-04-07 Ian Lance Taylor <iant@google.com>
7158
7159 * Makefile.def: check-gold depends upon all-binutils.
7160 * Makefile.in: Regenerate.
7161
97db009c
AH
71622008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7163
7164 * MAINTAINERS (Write After Approval): Add myself.
7165
2a79c47f
NC
71662008-04-04 Nick Clifton <nickc@redhat.com>
7167
7168 PR binutils/4334
5f4bebbf 7169 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
7170 builds.
7171 * configure: Regenerate.
7172
c53a18d3
N
71732008-04-04 NightStrike <NightStrike@gmail.com>
7174
7175 PR other/35151
09ce620e
AS
7176 * configure.ac: Combine rules for mingw32 and mingw64.
7177 * configure: Regenerate.
c53a18d3 7178
d925aa70
KT
71792008-04-02 Kai Tietz <kai.tietz@onvision.com>
7180
7181 * MAINTAINERS (Write After Approval): Add myself.
7182
dce2d8b2 71832008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
7184
7185 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7186 * Makefile.in (.NOTPARALLEL): Ditto.
7187
4412a506
PG
71882008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7189
7190 * MAINTAINERS (Write After Approval): Add myself.
7191
dce2d8b2 71922008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
7193
7194 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7195 * Makefile.in (.NOTPARALLEL): Regenerate.
7196
639223bd
PB
71972008-03-27 Paolo Bonzini <bonzini@gnu.org>
7198
7199 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7200 * Makefile.in: Regenerate.
7201
b8ab1f4a
JS
72022008-03-26 Jakub Staszak <kuba@et.pl>
7203
7204 * MAINTAINERS (Write After Approval): Add myself.
7205
b45890a4
TK
72062008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7207
7208 * MAINTAINERS: Update e-mail address.
7209
5afab7ad
ILT
72102008-03-20 Ian Lance Taylor <iant@google.com>
7211
7212 * configure.ac: Add support for --enable-gold.
7213 * Makefile.def: Add gold as a directory like ld.
7214 * configure, Makefile.in: Regenerate.
7215
38d24731
RW
72162008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7217
7218 * configure.ac: m4_include config/proginstall.m4.
7219 * configure: Regenerate.
32bc4cf4
RW
7220
7221 Backport from upstream Libtool:
09ce620e 7222
32bc4cf4 7223 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 7224
32bc4cf4
RW
7225 Deal with Autoconf 2.62's semantic change in m4_append.
7226 * ltsugar.m4 (lt_append): Replace broken versions of
7227 m4_append.
7228 (lt_if_append_uniq): Don't require separator to be overquoted,
7229 and avoid broken m4_append.
7230 (lt_dict_add): Fix typo.
7231 * libtool.m4 (_LT_DECL): Don't overquote separator.
7232
9d3c50ea
DE
72332008-03-13 David Edelsohn <edelsohn@gnu.org>
7234
7235 * config.rpath: Add AIX 6 support.
7236
5d2edb29
PB
72372008-03-13 Paolo Bonzini <bonzini@gnu.org>
7238
7239 * Makefile.def (stageprofile). Remove -fprofile-generate
7240 from stage_libcflags.
7241 * Makefile.in: Regenerate.
7242
954910ef
BE
72432008-03-13 Ben Elliston <bje@au.ibm.com>
7244
7245 * config.sub, config.guess: Update from upstream sources.
7246
e8645a40
TT
72472008-03-06 Tom Tromey <tromey@redhat.com>
7248
7249 * MAINTAINERS: Update for treelang deletion.
7250
2c8e955e
JW
72512008-03-03 James E. Wilson <wilson@tuliptree.org>
7252
7253 * MAINTAINERS: Update my email address.
7254
54acd307
SS
72552008-03-03 Stan Shebs <stanshebs@earthlink.net>
7256
893ad2a1 7257 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
7258 (objective-c/c++): Add myself as a maintainer.
7259
4b52b516
VR
72602008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7261
7262 * MAINTAINERS (Write After Approval): Update my email address.
7263
e652b516
TB
72642008-02-25 Tomas Bily <tbily@suse.cz>
7265
7266 * MAINTAINERS (Write After Approval): Add myself.
7267
02d30740
JJ
72682008-02-23 Jakub Jelinek <jakub@redhat.com>
7269
7270 * MAINTAINERS (OpenMP): Add myself.
7271
1c8bd6a3
PB
72722008-02-20 Paolo Bonzini <bonzini@gnu.org>
7273
4b40b2a5
UB
7274 PR bootstrap/32009
7275 PR bootstrap/32161
1c8bd6a3 7276
4b40b2a5
UB
7277 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7278 * configure: Regenerate.
1c8bd6a3 7279
4b40b2a5
UB
7280 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7281 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7282 STAGE4_LIBCFLAGS): New.
7283 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7284 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7285 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7286 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7287 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7288 for target modules. Don't export LIBCFLAGS.
7289 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7290 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7291 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7292 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7293 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7294 * Makefile.in: Regenerate.
1c8bd6a3 7295
bb44c9d2
RW
72962008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7297
7298 PR libgcj/33085
7299 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7300 Do not use -DDLL_EXPORT. Backport from upstream.
7301
29a7754d
RW
73022008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7303
7304 * MAINTAINERS (Write After Approval): Add myself.
7305
9a212bb7
HPN
73062008-02-02 Hans-Peter Nilsson <hp@axis.com>
7307
7308 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7309 * configure: Regenerate.
7310
aa12a573
MG
73112008-01-31 Marc Gauthier <marc@tensilica.com>
7312
7313 * configure.ac (xtensa*-*-*): Recognize processor variants.
7314 * configure: Regenerate.
7315
ac9e6043
RW
73162008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7317
40049ccc
UB
7318 PR bootstrap/34922
7319 * configure.ac (PARSE_ARGS): Push suitable setting of
7320 ac_subdirs_all, for `./configure --help=recursive'.
7321 Handle `+' in generic toplevel directory disabling.
7322 * configure: Regenerate.
ac9e6043 7323
4288c86a
NC
73242008-01-28 Nick Clifton <nickc@redhat.com>
7325
7326 * MAINTAINERS (xstormy16): Take over maintainership.
7327
8d8da227
JM
73282008-01-25 Joseph Myers <joseph@codesourcery.com>
7329
7330 * MAINTAINERS (c4x port): Remove.
7331
349b60e7
DE
73322008-01-24 David Edelsohn <edelsohn@gnu.org>
7333
7334 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7335
3ca06a68
BE
73362008-01-23 Ben Elliston <bje@au.ibm.com>
7337
7338 * config.sub, config.guess: Update from upstream sources.
7339
3c631381
TG
73402008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7341
7342 * MAINTAINERS (Write After Approval): Add myself.
7343
20533ef1
L
73442008-01-17 H.J. Lu <hjl.tools@gmail.com>
7345
7346 * MAINTAINERS: Update my email address.
7347
73482008-01-09 Raksit Ashok <raksit@google.com>
7349
7350 * MAINTAINERS (Write After Approval): Add myself.
7351
684f4f6a
RA
73522008-01-09 Raksit Ashok <raksit@google.com>
7353
7354 * MAINTAINERS (Write After Approval): Add myself.
7355
9cb8756f
BE
73562008-01-08 Ben Elliston <bje@au.ibm.com>
7357
7358 * config.sub, config.guess: Update from upstream sources.
7359
94e1934d
KG
73602007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7361
7362 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 7363 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
7364 * configure: Regenerate.
7365
a2e51f77
SP
73662007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7367
7368 * MAINTAINERS: Update my email address.
7369
ffe3dcd9
BRF
73702007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7371
7372 * MAINTAINERS: Update my email address.
7373
aa4095c9
RS
73742007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7375
7376 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7377 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7378 * Makefile.in: Regenerate.
7379
dce2d8b2 73802007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
7381
7382 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7383 misplaced entries.
7384
0fe0f073
AT
73852007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7386
7387 * configure.ac: Enable libjava for x86_64-*-darwin9.
7388 * configure: Regenerate.
7389
dce2d8b2 73902007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
7391
7392 * MAINTAINERS (Write After Approval): Add myself.
7393
c3220d4c
BE
73942007-12-05 Ben Elliston <bje@au.ibm.com>
7395
7396 * config.sub, config.guess: Update from upstream sources.
7397
aba7501e
MK
73982007-12-02 Matthias Klose <doko@ubuntu.com>
7399
7400 * config-ml.in: Remove 64bit configure tests.
7401
d683ec81
PB
74022007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7403
7404 * config-ml.in: Robustify against white space in absolute file
7405 names.
7406
7407 * config-ml.in (multi-clean): Substitute ${Makefile}.
7408 Remove superfluous ${Makefile} in list.
7409
60f1711a
TS
74102007-11-19 Thiemo Seufer <ths@mips.com>
7411
7412 * config-ml.in: Don't hardcode the Makefile name.
7413
487f9d96
AM
74142007-11-08 Alexander Monakov <amonakov@ispras.ru>
7415
7416 * MAINTAINERS (Write After Approval): Add myself.
7417
fa3886fe
ST
74182007-11-07 Samuel Tardieu <sam@rfc1149.net>
7419
7420 * MAINTAINERS (Write After Approval): Add myself.
7421
dce2d8b2 74222007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
7423
7424 * MAINTAINERS (Write After Approval): Add myself.
7425
acc48927
BE
74262007-10-25 Ben Elliston <bje@au.ibm.com>
7427
7428 * MAINTAINERS (mercury): Remove entry.
7429 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7430
e00e9858
DJ
74312007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7432
7433 * Makefile.def (dependencies): Make configure-gdb depend on
7434 all-intl.
7435 * Makefile.in: Regenerated.
7436
def14a3c
SK
74372007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
7438
7439 * MAINTAINERS (Fortran maintainer): Remove myself.
7440
dce2d8b2 74412007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
7442
7443 * Makefile.def: To avoid problems running with parallel makes,
7444 build newlib before libgloss so that target specific header
7445 files are availble.
7446 * Makefile.in: Regenerate
7447
bbfbfafc
DJ
74482007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
7449
7450 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7451 * Makefile.in: Regenerate.
7452
c56abad5
VM
74532007-10-09 Vladimir Makarov <vmakarov@redhat.com>
7454
7455 * MAINTAINERS (Register allocation reviewer): Add myself.
7456
f019adc1
MF
74572007-10-08 Mike Frysinger <vapier@gentoo.org>
7458
7459 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7460 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7461 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
7462 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7463 * configure: Regenerate.
7464
dce2d8b2 74652006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
7466
7467 * MAINTAINERS (Register allocation reviewer): Add myself.
7468
0999159b
PB
74692007-10-01 Paolo Bonzini <bonzini@gnu.org>
7470
7471 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7472 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7473 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7474 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7475 * configure.ac: Default them to host tools for $host = $build.
7476 Subst them.
7477
7478 * configure: Regenerate.
7479 * Makefile.in: Regenerate.
7480
dce2d8b2 74812006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
7482
7483 * MAINTAINERS (Register allocation reviewer): Add myself.
7484
dce2d8b2 74852006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
7486
7487 * MAINTAINERS (Register allocation reviewer): Add myself.
7488
9d209c83
SP
74892007-09-21 Seongbae Park <seongbae.park@gmail.com>
7490
7491 * MAINTAINERS (Write After Approval): Fix typo.
7492
1ec3b87b
RS
74932007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
7494
7495 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7496 * configure: Regenerate.
7497
19d5986d
PJ
74982007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
7499
7500 PR bootstrap/31906
7501 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 7502 they're already prefixed.
19d5986d 7503
6d3b5aea
BK
75042007-09-19 Benjamin Kosnik <bkoz@redhat.com>
7505
7506 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7507 libstdc++.
7508 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7509 * configure: Regenerate.
7510 * Makefile.in: Regenerate.
09ce620e 7511
4fe7e755
AS
75122007-09-17 Andreas Schwab <schwab@suse.de>
7513
7514 * configure.ac: Raise minimum makeinfo version to 4.6.
7515 * configure: Regenerate.
7516
dce2d8b2 75172007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 7518
ffe3dcd9 7519 * MAINTAINERS (write-after-approval) add myself
d483feaa 7520
fa9a3f31
AM
75212007-09-15 Alan Modra <amodra@bigpond.net.au>
7522
7523 * configure.ac: Correct makeinfo version check.
7524 * configure: Regenerate.
7525
6593a73e
RS
75262007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
7527
7528 * MAINTAINERS: Update my email address.
7529
d9dced13
RS
75302007-09-14 Richard Sandiford <richard@codesourcery.com>
7531
7532 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
7533 to $skipdirs and only disable gprof for newlib. Use the normal
7534 mips*-elf* handling in other respects.
7535 * configure: Regnerate.
7536
773c1467
DD
75372007-09-12 David Daney <ddaney@avtrex.com>
7538
7539 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7540 enabling libgcj.
7541 * configure: Regenerate.
7542
c03353e2
RIL
75432007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
7544
7545 PR other/32154
7546 * configure.ac: For libgloss targets, point the linker to the linker
7547 script, startup code and simulator library.
7548 * configure: Regenerate.
7549
c4e9bf2b
AH
75502007-09-07 Andrew Haley <aph@redhat.com>
7551
7552 * configure.ac (noconfigdirs): Remove target-libffi and
7553 target-libjava.
7554 * configure: Regenerate.
7555
1f5a6b84
FXC
75562007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7557
7558 PR target/33281
7559 * configure.ac: Use config/mh-mingw on mingw.
7560 * configure: Regenerate.
1f5a6b84 7561
3951e521
PH
75622007-09-05 Pat Haugen <pthaugen@us.ibm.com>
7563
9f349f63 7564 * MAINTAINERS (Write After Approval): Add myself.
3951e521 7565
e643dc23
RG
75662007-09-05 Richard Guenther <rguenther@suse.de>
7567
7568 * configure.ac (--enable-stage1-checking): If neither --enable-checking
7569 nor --disable-checking is provided also turn on yes and types
7570 checking for stage1.
7571 * configure: Re-generate.
7572
039874df
KW
75732007-08-30 Krister Walfridsson <cato@df.lth.se>
7574
7575 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7576 (Write After Approval): Remove myself.
7577
c3f07bd6 75782007-08-29 Nick Clifton <nickc@redhat.com>
15098359 7579
c3f07bd6 7580 * config.sub, config.guess: Update from upstream sources.
15098359 7581
40049ccc 75822007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
7583
7584 * MAINTAINERS (Write After Approval): Added myself.
7585 * MAINTAINERS (Reviewers): Removed myself.
7586
c8aea42c 75872007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 7588 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
7589
7590 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7591 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7592 * Makefile.in: Regenerate.
7593 * configure.ac (--with-debug-prefix-map): New.
7594 * configure: Regenerate.
7595
4bf6c438
RS
75962007-08-17 Richard Sandiford <richard@codesourcery.com>
7597 Nigel Stephens <nigel@mips.com>
7598
4bf6c438
RS
7599 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
7600 as target_makefile_frag.
7601 * configure: Regenerate.
7602
bb286d71
AO
76032007-08-16 Alexandre Oliva <aoliva@redhat.com>
7604
7605 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7606 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
7607 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7608 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7609 (do-compare, do-compare3, do-compare-debug): New.
7610 ([+compare-target+]): Use them.
7611
a4630417
MK
76122007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
7613
7614 * MAINTAINERS (Write After Approval): Change my email address.
7615
d9acb717
RW
76162007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7617 Ben Elliston <bje@au.ibm.com>
7618
7619 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7620 --silent if $silent.
7621 * configure: Regenerate.
7622
96876681
ZD
76232003-08-12 Zdenek Dvorak <ook@ucw.cz>
7624
7625 * MAINTAINERS (Various Maintainers): Add myself as
7626 loop infrastructure maintainer. Update my e-mail
7627 address.
7628
1c1d80ee
DN
76292007-07-31 Diego Novillo <dnovillo@google.com>
7630
7631 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7632 Adjust description.
7633
7e98624c
RG
76342007-07-26 Richard Guenther <rguenther@suse.de>
7635
7636 * configure.ac: Add types checking to stage1 checking flags.
7637 * configure: Regenerate.
7638
4c85af60
NC
76392007-07-17 Nick Clifton <nickc@redhat.com>
7640
7641 * COPYING3: New file. Contains version 3 of the GNU General
7642 Public License.
7643 * COPYING3.LIB: New file. Contains version 3 of the GNU
7644 Lesser General Public License.
7645
19ddfd3a
AK
76462007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7647
7648 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7649
2a064545
AK
76502007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7651
7652 * MAINTAINERS (S/390 co-maintainer): Add myself.
7653 (Write After Approval): Remove myself.
7654
f861f54d
DH
76552007-07-13 Dan Hipschman <dsh@google.com>
7656
7657 * MAINTAINERS (Write After Approval): Add myself.
7658
0136f2f7
NC
76592007-07-11 Nick Clifton <nickc@redhat.com>
7660
7661 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7662 WINDRES export.
7663 * Makefile.in: Regenerate.
7664
6e29b5a4
RO
76652007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7666
7667 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7668 maintainer.
7669
159a4b02
L
76702007-07-05 H.J. Lu <hongjiu.lu@intel.com>
7671
7672 * lt~obsolete.m4: New. Import from 20070318 libtool.
7673
6ba67283
JB
76742007-07-03 Julian Brown <julian@codesourcery.com>
7675
7676 * MAINTAINERS (Write After Approval): Add myself.
7677
30b74385
RW
76782007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7679
7680 * configure.ac: Rewrite 'configure --help' strings to look nicer.
7681 * configure: Regenerate.
7682
76832007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7684
7685 * configure.ac: Add some missing m4 quotation.
7686 * configure: Regenerate.
7687
943c54ce
SB
76882007-07-02 Simon Baldwin <simonb@google.com>
7689
7690 * MAINTAINERS (Write After Approval): Add myself.
7691
1c00b503
PB
76922007-07-02 Paolo Bonzini <bonzini@gnu.org>
7693
7694 * configure: Regenerate.
7695
901119ae
KT
76962007-07-02 Kai Tietz <kai.tietz@onevision.com>
7697
7698 * Makefile.def: Add windmc tool to build.
7699 * Makefile.tpl: Likewise.
7700 * configure.ac: Likewise.
7701 * Makefile.in: Regenerate.
7702 * configure: Regenerate.
09ce620e 7703
83f4c19f
DD
77042007-06-28 DJ Delorie <dj@redhat.com>
7705
7706 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7707 not building newlib.
7708 * configure: Regenerated.
09ce620e 7709
5346c75c
JS
77102007-06-28 Jan Sjodin <jan.sjodin@amd.com>
7711
7712 * MAINTAINERS (Write After Approval): Add myself.
7713
aacfb86b
MM
77142007-06-25 Martin Michlmayr <tbm@cyrius.com>
7715
7716 * MAINTAINERS (Write After Approval): Add myself.
7717
590bf0d3
CM
77182007-06-19 Chris Matthews <chrismatthews@google.com>
7719
7720 * MAINTAINERS (Write After Approval): Add myself.
7721
cdbbee7a
RIL
77222007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
7723
7724 * MAINTAINERS (Write After Approval): Add myself.
7725
b8afffc1
DJ
77262007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7727
7728 * Makefile.def: Add dependency from configure-gdb to all-bfd.
7729 * Makefile.in: Regenerated.
7730
3fcfad76
BS
77312007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
7732
7733 * configure.ac: Don't add target-libmudflap to noconfigdirs for
7734 bfin*-*-uclinux* targets.
7735 * configure: Regenerate.
7736
3f5a2b7f
ILT
77372007-06-14 Ian Lance Taylor <iant@google.com>
7738
7739 * MAINTAINERS: Add myself as non-algorithmic global write
7740 maintainer.
7741
4c46daee
DN
77422007-06-14 Diego Novillo <dnovillo@google.com>
7743
7744 * MAINTAINERS: Add self as middle-end maintainer and
7745 non-algorithmic global write maintainer.
7746
a3bb222a
FXC
77472007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7748
7749 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7750 Move all Fortran maintainers except Paul Brook into the
7751 Non-Autopoiesis section.
7752
a19e8f64
PB
77532007-06-14 Paolo Bonzini <bonzini@gnu.org>
7754
7755 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7756 (distclean-stage[+id+]): Possibly delete stage_last.
7757 * Makefile.in: Regenerate.
7758
1c2abe5e
SP
77592007-06-12 Seongbae Park <seongbae.park@gmail.com>
7760
7761 * MAINTAINERS (Various Maintainer): Fix typo.
7762
abca4739
PB
77632007-06-11 Paolo Bonzini <bonzini@gnu.org>
7764
7765 * MAINTAINERS (Various Maintainer): Add myself as
7766 dataflow maintainer.
7767
a894d2c3
BE
77682007-06-07 Ben Elliston <bje@au.ibm.com>
7769
7770 * config.sub, config.guess: Update from upstream sources.
7771
8024d75e
BE
77722007-06-07 Ben Elliston <bje@au.ibm.com>
7773
7774 * Makefile.tpl: Fix spelling error.
7775 * Makefile.in: Regenerate.
7776
973a9a5e
SE
77772007-06-01 Steve Ellcey <sje@cup.hp.com>
7778
96598938
L
7779 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7780 lt_cv_sys_max_cmd_len.
973a9a5e 7781
ccb4d26b
DN
77822007-05-31 Dorit Nuzman <dorit@il.ibm.com>
7783
7784 * MAINTAINERS (Various Maintainers): Add myself as
7785 auto-vectorizer maintainer.
7786
eecb7461
PB
77872003-05-31 Paolo Bonzini <bonzini@gnu.org>
7788
7789 PR libjava/32098
7790 * libtool.m4: Revert previous change.
7791 * ltgcc.m4: Put it here.
7792
89d28202
ZD
77932003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
7794
7795 * MAINTAINERS (Various Maintainers): Add myself as
7796 auto-vectorizer maintainer.
7797
60c7a11a
L
77982007-05-30 H.J. Lu <hongjiu.lu@intel.com>
7799
7800 PR libjava/32098
7801 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7802
9dd3cc81
RG
78032007-05-30 Richard Guenther <rguenther@suse.de>
7804
7805 * MAINTAINERS (Various Maintainers): Add myself as
7806 auto-vectorizer maintainer.
7807
9cc1244e
JJ
78082007-05-30 Jakub Jelinek <jakub@redhat.com>
7809
7810 PR bootstrap/29382
7811 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7812 * configure: Rebuilt.
7813
6124296b
RC
78142007-05-28 Roberto Costa <robsettantasei@gmail.com>
7815
7816 * MAINTAINERS (Write After Approval): Removed my name.
7817
6b757a0d
SB
78182007-05-25 Steven Bosscher <steven@gcc.gnu.org>
7819
7820 * MAINTAINERS (Write After Approval): Remove myself.
7821
86ef8528
AT
78222007-05-25 Andreas Tobler <a.tobler@schweiz.org>
7823
7824 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7825
1cf3d07d
SE
78262007-05-23 Steve Ellcey <sje@cup.hp.com>
7827
7828 * ltmain.sh: Update from ToT Libtool.
7829 * libtool.m4: Update from ToT Libtool.
7830 * ltsugar.m4: New. Update from ToT Libtool.
7831 * ltversion.m4: New. Update from ToT Libtool.
7832 * ltoptions.m4: New. Update from ToT Libtool.
7833 * ltconfig: Remove.
7834 * ltcf-c.sh: Remove.
7835 * ltcf-cxx.sh: Remove.
7836 * ltcf-gcj.sh: Remove.
7837
ce3fcf8c
OW
78382007-05-22 Ollie Wild <aaw@google.com>
7839
7840 * MAINTAINERS (Write After Approval): Add myself.
7841
342b9200
PB
78422007-05-16 Paolo Bonzini <bonzini@gnu.org>
7843
7844 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7845 stage_cflags.
7846 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7847 Remove CFLAGS/LIBCFLAGS.
7848 (configure-stage[+id+]-[+prefix+][+module+],
7849 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7850 * Makefile.in: Regenerate.
7851
cea17285
DN
78522007-05-15 Diego Novillo <dnovillo@google.com>
7853
7854 * MAINTAINERS: Update e-mail address.
7855
11c004e7
RE
78562007-05-15 Revital Eres <eres@il.ibm.com>
7857
7858 * MAINTAINERS (Write After Approval): Add myself.
7859
ab6bd693
RC
78602007-05-14 Roberto Costa <robsettantasei@gmail.com>
7861
7862 * MAINTAINERS (Write After Approval): Updated my address.
7863
388cdf07
TN
78642007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
7865
7866 * MAINTAINERS (Write After Approval): Add myself.
7867
23f24034
SR
78682007-05-11 Silvius Rus <rus@google.com>
7869
7870 * MAINTAINERS (Write After Approval): Add myself.
7871
34a7526e
TT
78722007-04-23 Tom Tromey <tromey@redhat.com>
7873
7874 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7875
51da21be
MM
78762007-04-22 Mark Mitchell <mark@codesourcery.com>
7877
7878 * MAINTAINERS (cpplib): Rename to ...
7879 (libcpp): ... this. Add C/C++ front end maintainers.
7880
70070387
SE
78812007-04-14 Steve Ellcey <sje@cup.hp.com>
7882
7883 * config-ml.in: Pass ${ml_config_env} to configure calls.
7884
df1a0dbb
CB
78852007-04-04 Christian Bruel <christian.bruel@st.com>
7886
7887 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 7888
9daff147
DK
78892007-04-02 Dave Korn <dave.korn@artimi.com>
7890
7891 * MAINTAINERS (Write After Approval): Add myself.
7892
374eadb2
TB
78932007-03-31 Tobias Burnus <burnus@net-b.de>
7894
7895 * MAINTAINERS (fortran 95 front end): Add myself.
7896
8eced3a2
DR
78972007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7898
7899 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 7900
653de3e3
AZ
79012007-03-24 Ayal Zaks <zaks@il.ibm.com>
7902
7903 * MAINTAINERS (Modulo Scheduler): Add myself.
7904
b737d953
BM
79052007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
7906
7907 * MAINTAINERS (fortran 95 front end): Add myself.
7908 (c++ front end): whitespace fix.
7909
a584cdf2
NF
79102007-03-22 Nathan Froyd <froydnj@codesourcery.com>
7911
7912 * MAINTAINERS (Write After Approval): Add myself.
7913
8c79f3c4
RS
79142007-03-21 Richard Sandiford <richard@codesourcery.com>
7915
7916 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7917 of glob. Quote arguments with single quotes too.
7918 * configure: Regenerate.
7919
07f1ac6d
BM
79202007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7921
7922 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7923 * Makefile.in: Regenerate
7924
172e41aa
AS
79252007-03-07 Andreas Schwab <schwab@suse.de>
7926
7927 * configure: Regenerate.
7928
9c4d2493
BM
79292007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7930
7931 * configure.ac: Add "--with-pdfdir" configure option,
7932 which defines pdfdir variable.
7933 * Makefile.def (target=fixincludes): Add install-pdf to
7934 missing targets.
7935 (recursive_targets): Add install-pdf target.
7936 (flags_to_pass): Add pdfdir.
7937 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7938 target.
7939 * configure: Regenerate
7940 * Makefile.in: Regenerate
7941
e14e622e
EC
79422007-02-28 Eric Christopher <echristo@apple.com>
7943
7944 Revert:
7945 2006-12-07 Mike Stump <mrs@apple.com>
7946
7947 * Makefile.def (dependencies): Add dependency for
7948 install-target-libssp and install-target-libgomp on
7949 install-gcc.
7950 * Makefile.in: Regenerate.
7951
54e433bc
MK
79522007-02-27 Matt Kraai <kraai@ftbfs.org>
7953
7954 * configure: Regenerate.
7955 * configure.ac: Move statements after variable declarations.
7956
6c8d3d8f
KK
79572007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
7958
7959 * MAINTAINERS: Add myself as sh maintainer.
7960
9f8c6739
JM
79612007-02-19 Joseph Myers <joseph@codesourcery.com>
7962
7963 * configure.ac: Adjust for loop syntax.
7964 * configure: Regenerate.
7965
278a7a38
AO
79662007-02-18 Alexandre Oliva <aoliva@redhat.com>
7967
7968 * configure: Rebuilt.
7969
b2eaac4a
AO
79702007-02-18 Alexandre Oliva <aoliva@redhat.com>
7971
7972 * configure.ac: Drop multiple occurrences of --enable-languages,
7973 and fix its quoting.
7974 * configure: Rebuilt.
7975
beeaf216 79762007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
7977 Nathan Sidwell <nathan@codesourcery.com>
7978 Vladimir Prus <vladimir@codesourcery.com>
7979 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
7980
7981 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7982 * configure: Regenerate.
7983
09201a09
GP
79842007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
7985
7986 * ltconfig (freebsd*): Default to elf.
7987
291f172e
DJ
79882007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7989
7990 * configure.ac (target_libraries): Move libgcc before libiberty.
7991 * configure: Regenerated.
7992
c3a86da9
DJ
79932007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7994 Paolo Bonzini <bonzini@gnu.org>
7995
7996 PR bootstrap/30753
7997 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
7998 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
7999 * configure: Regenerated.
8000
88e1e72a
FXC
80012007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8002
8003 * MAINTAINERS (Language Front End Maintainers): Update my mail
8004 address.
8005
44bfc3ac
DJ
80062007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8007
8008 PR bootstrap/30748
8009 * configure.ac: Correct syntax for Solaris ksh.
8010 * configure: Regenerated.
8011
3e19841a
PB
80122007-02-09 Paolo Bonzini <bonzini@gnu.org>
8013
8014 * configure.ac: Sync with src.
8015 * configure: Regenerate.
8016
74a48762
PB
80172007-02-09 Paolo Bonzini <bonzini@gnu.org>
8018
8019 * Makefile.in: Regenerate.
8020
d846e52e
PB
80212007-02-09 Paolo Bonzini <bonzini@gnu.org>
8022
8023 * config.sub: Sync with src.
8024
1c710c3c
DJ
80252007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8026
8027 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8028 noncanonical equivalents.
8029 * configure.in: Rename to...
8030 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8031 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8032 target_noncanonical. Use them. Rewrite removal of configure
8033 arguments for autoconf 2.59. Discard variable settings. Force
8034 program_transform_name for native tools.
8035
8036 * Makefile.in: Regenerated.
8037 * configure: Regenerated with autoconf 2.59.
8038
dce2d8b2 80392007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 8040
3de8da2a 8041 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 8042
f6671c93
AS
80432007-01-31 Andreas Schwab <schwab@suse.de>
8044
8045 * Makefile.tpl (LDFLAGS): Substitute it.
8046 * Makefile.in: Regenerate.
8047
dce2d8b2 80482007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 8049
3de8da2a 8050 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 8051
2472200d
DE
80522007-01-28 David Edelsohn <edelsohn@gnu.org>
8053
3de8da2a 8054 * MAINTAINERS (spu port): Add myself.
2472200d 8055
5305be7e
RG
80562007-01-23 Richard Guenther <rguenther@suse.de>
8057
8058 PR bootstrap/30541
8059 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8060 * Makefile.tpl (GNATBIND): Substitute it.
8061 (GNATMAKE): Likewise.
8062 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8063 of STAGE_PREFIX.
8064 * Makefile.in: Regenerate.
8065 * configure: Regenerate.
8066
416cfb5e
MS
80672007-01-18 Mike Stump <mrs@apple.com>
8068
8069 * configure.in: Re-enable -Werror for gcc builds.
8070
3de8da2a 80712007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 8072
3de8da2a 8073 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 8074
d943d7c4
PB
80752007-01-11 Paolo Bonzini <bonzini@gnu.org>
8076
8077 * configure.in: Change == to = in test command.
3de8da2a 8078 * configure: Regenerate.
d943d7c4 8079
e69bf64b 80802007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
8081 Nick Clifton <nickc@redhat.com>
8082 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8083
8084 * configure.in (build_configargs, host_configargs, target_configargs):
8085 Remove build/host/target parameters.
8086 (host_libs): Add gmp and mpfr.
8087 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8088 * Makefile.def (gmp, mpfr): New.
8089 (gcc): Remove target.
8090 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8091 target_os, target_vendor): New.
dce2d8b2 8092 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
8093 * configure: Regenerate.
8094 * Makefile.in: Regenerate.
e69bf64b
PB
8095
80962007-01-11 Matt Fago <fago@earthlink.net>
8097
8098 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 8099 to improve robustness of configure tests.
e69bf64b 8100 * configure: Regenerate.
e14e622e 8101
a42f3b80
UB
81022007-01-09 Uros Bizjak <ubizjak@gmail.com>
8103
8104 * MAINTAINERS: Add myself as i386 maintainer.
8105
a36aee1a
JH
81062007-01-08 Jan Hubicka <jh@suse.cz>
8107
61fcaeef 8108 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 8109
738a52d3
KT
81102007-01-08 Kai Tietz <kai.tietz@onevision.com>
8111
8112 * configure.in: Add support for an x86_64-mingw* target.
95af8923 8113 * configure: Regenerate.
738a52d3 8114
54fdc474
DJ
81152007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8116
8117 * Makefile.tpl (all-target): Correct @if conditional for target
8118 modules.
8119 * configure.in: Omit libiberty if building only target libgcc.
8120 * configure, Makefile.in: Regenerated.
8121
3dd71726
PB
81222007-01-04 Paolo Bonzini <bonzini@gnu.org>
8123
dce2d8b2 8124 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
8125 * configure: Regenerate.
8126
fa958513
DJ
81272007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8128
8129 * Makefile.def (target_modules): Add libgcc.
8130 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8131 * Makefile.tpl (clean-target-libgcc): Delete.
8132 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8133 on gcc even for bootstrapped modules. Rewrite handling of
8134 lang_env_dependencies to loop over target_modules.
8135 * configure.in (target_libraries): Add target-libgcc.
8136 * Makefile.in, configure: Regenerated.
8137
e1888513
PB
81382006-12-29 Paolo Bonzini <bonzini@gnu.org>
8139
8140 * configure.in: Reorganize recognition of languages. Add
8141 --enable-stage1-languages. Show supported languages for the chosen
8142 target rather than all recognized languages.
8143 * configure: Regenerate.
8144
53b88b73
PB
81452006-12-29 Paolo Bonzini <bonzini@gnu.org>
8146
8147 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8148 * Makefile.in: Regenerate.
8149
a3993f33
KG
81502006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8151
8152 * configure.in: Warn that MPFR 2.2.0 is buggy.
8153 * configure: Regenerate.
8154
f063a9ed
ILT
81552006-12-27 Ian Lance Taylor <iant@google.com>
8156
8157 * configure.in: When removing Makefiles to force a reconfigure, also
8158 remove prev-DIR*/Makefile.
8159 * configure: Regenerate.
8160
af71363e
AS
81612006-12-22 Andreas Schwab <schwab@suse.de>
8162
8163 * configure: Regenerate with correct autoconf version.
8164
0b0dc272
AM
81652006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8166
3de8da2a
UB
8167 * configure.in: add AC_SUBST for *_FOR_TARGET.
8168 * configure: Regenerate.
0b0dc272 8169
53b88b73
PB
81702006-12-19 Paolo Bonzini <bonzini@gnu.org>
8171
8172 * configure.in: Simplify logic for rejecting languages that cannot
8173 be built. Separate the case when a language is unsupported,
8174 from the case when the user chooses not to build a language.
8175
400ebff4
PB
81762006-12-19 Paolo Bonzini <bonzini@gnu.org>
8177
8178 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8179 it only affects bootstrap and could be tested on "$host" as well.
8180 * configure: Regenerate.
8181 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8182
8efea775
PB
81832006-12-19 Paolo Bonzini <bonzini@gnu.org>
8184
8185 PR bootstrap/29544
8186 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8187 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8188 move here comment from Makefile.tpl.
8189 * Makefile.tpl: Move some definitions higher in the file.
8190 (STAGE1_CHECKING): New.
8191 * configure.in: Add --enable-stage1-checking.
8192 * configure: Regenerate.
8193 * Makefile.in: Regenerate.
8194
ed88a7ed
PB
81952006-12-19 Paolo Bonzini <bonzini@gnu.org>
8196
8197 * MAINTAINERS: Add myself as build system maintainer.
8198
b65151d3
SM
81992006-12-15 Simon Martin <simartin@users.sourceforge.net>
8200
8201 * MAINTAINERS (Write After Approval): Add myself.
8202
7e050830
EC
82032006-12-13 Eric Christopher <echristo@apple.com>
8204
8205 * MAINTAINERS: Add myself as darwin maintainer.
8206
8b494895
ILT
82072006-12-11 Ian Lance Taylor <ian@airs.com>
8208
8209 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8210
dce2d8b2 82112006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
8212
8213 MAINTAINERS: Update my entry.
8214
58e24147
AM
82152006-12-11 Alan Modra <amodra@bigpond.net.au>
8216
8217 * configure.in: Handle spu makefile frag.
58e24147
AM
8218 * Makefile.tpl (MAINT): Define
8219 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8220 * configure: Regenerate.
8221 * Makefile.in: Regenerate.
8222
9b6f37a0
BE
82232006-12-11 Ben Elliston <bje@au.ibm.com>
8224
8225 * config.guess: Import latest version.
8226 * config.sub: Likewise.
8227
ea6f5c57
BE
82282006-12-11 Ben Elliston <bje@au.ibm.com>
8229
8230 * configure.in (spu-*-*): Don't skip target-libiberty.
8231 * configure: Regenerate.
8232
42c1cd8a
AT
82332006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8234
8235 PR bootstrap/30134
8236 * configure.in: Correct x86 darwin support for libjava to powerpc
8237 and i?86 only.
8238 * configure: Regenerate.
8239
55eb837d
ST
82402006-12-08 Sandro Tolaini <tolaini@libero.it>
8241
8242 * configure.in: Add x86 darwin support for libjava.
8243 * configure: Regenerate.
8244
5bdacbc7
MS
82452006-12-07 Mike Stump <mrs@apple.com>
8246
8247 * Makefile.def (dependencies): Add dependency for
8248 install-target-libssp and install-target-libgomp on
8249 install-gcc.
8250 * Makefile.in: Regenerate.
8251
477d851c
RG
82522006-12-04 Richard Guenther <rguenther@suse.de>
8253
8254 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8255 (Non-Algorithmic Maintainers): Move over non-algorithmic
8256 loop optimizer maintainers, add myself as a non-algorithmic
8257 middle-end maintainer.
8258
5d33d367
DF
82592006-12-04 Daniel Franke <franke.daniel@gmail.com>
8260
8261 * MAINTAINERS (Write After Approval): Add myself.
8262
dbee1fb3
KG
82632006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8264
8265 * configure.in: Update error message for missing GMP/MPFR.
8266
8267 * configure: Regenerate.
8268
b5147de7
KG
82692006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8270
8271 * configure.in: Update MPFR version in error message.
8272
8273 * configure: Regenerate.
8274
f019376c
KG
82752006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8276
8277 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8278 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8279 --with-gmp-lib): New flags.
8280
8281 * configure: Regenerate.
8282
91ed95ae
BM
82832006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8284
8285 * MAINTAINERS (Write After Approval): Change my email address.
8286
3a971f15
MLI
82872006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8288
05170031 8289 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 8290
dce2d8b2 82912006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
8292
8293 * MAINTAINERS (i18n): Update e-mail address.
8294
df5487ee
TS
82952006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8296
8297 * MAINTAINERS (spu port): Add myself as maintainer.
8298 (Write After Approval): Remove myself.
8299
92c2f0ee
BE
83002006-11-22 Ben Elliston <bje@au.ibm.com>
8301
8302 * configure.in (skipdirs): Don't build libssp for SPU.
8303 * configure: Regenerate.
8304
a3b97199
AP
83052006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8306
8307 * MAINTAINERS (spu port): Add myself as maintainer.
8308 (libobjc): Update my email address.
8309
0eb97064
AB
83102006-11-21 Andrea Bona <andrea.bona@st.com>
8311
8312 * MAINTAINERS (Write After Approval): Add myself.
8313
dce2d8b2 83142006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
8315
8316 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8317 * configure : Rebuilt.
8318
dce2d8b2 83192006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
8320
8321 * MAINTAINERS (Write After Approval): Add myself.
8322
d58542ea
AO
83232006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8324
8325 * MAINTAINERS (Write After Approval): Add myself.
8326
a357b5ae
KG
83272006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8328
8329 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8330 libmpfr.a.
8331 * configure: Regenerate.
8332
9bd6112c
PB
83332006-11-16 Paolo Bonzini <bonzini@gnu.org>
8334
8335 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8336 (unstage): Test for stage_last presence.
8337
8338 PR bootstrap/29802
dce2d8b2
EB
8339 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8340 STAGE_PREFIX.
9bd6112c
PB
8341 * Makefile.in: Regenerate.
8342
c8cf9f0f
ZD
83432003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8344
8345 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8346 maintainers.
8347
467b1fc6
ER
83482006-11-14 Erven Rohou <erven.rohou@st.com>
8349
8350 * MAINTAINERS (Write After Approval): Add myself.
8351
995a5697
PB
83522006-11-14 Paolo Bonzini <bonzini@gnu.org>
8353
8354 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8355 and stageN-package/Makefile.
8356 * Makefile.in: Regenerated.
8357
c8d6d53e
JZ
83582006-11-14 Jie Zhang <jie.zhang@analog.com>
8359
8360 * configure.in: Remove target-libgloss from noconfigdirs for
8361 bfin-*-*.
8362 * configure: Regenerated.
8363
dffb147d
KG
83642006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8365
8366 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 8367
dffb147d
KG
8368 * configure: Regenerate.
8369
ca558912
KG
83702006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8371
8372 * configure.in: Robustify error message for missing GMP/MPFR.
8373
8374 * configure: Regenerate.
8375
dce2d8b2 83762006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
8377
8378 * MAINTAINERS (Write After Approval): Add myself.
8379
dce2d8b2 83802006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
8381
8382 * MAINTAINERS: Change email address.
8383
91de1527
VP
83842006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8385
8386 * MAINTAINERS (Write After Approval): Add myself.
8387
a3867703
PB
83882006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8389
8390 * MAINTAINERS (Write After Approval): Add myself.
8391
b4364fa2
CL
83922006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8393
7e050830 8394 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 8395 Write After Approval section.
b4364fa2 8396
70ec446f
KG
83972006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8398
8399 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
8400 need_gmp anymore.
8401 * configure: Regenerate.
8402
018c8d88
TB
84032006-10-16 Tobias Burnus <burnus@net-b.de>
8404
8405 * MAINTAINERS (Write After Approval): Add myself.
8406
f6a1687e
BE
84072006-10-16 Ben Elliston <bje@au.ibm.com>
8408
8409 * config.guess: Import latest version.
8410 * config.sub: Likewise.
8411
b5422ad7
BM
84122006-10-10 Brooks Moses <bmoses@stanford.edu>
8413
8414 * Makefile.def: Added pdf target handling.
8415 * Makefile.tpl: Added pdf target handling.
8416 * Makefile.in: Regenerated.
8417
bdcee471
CL
84182006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
8419
8420 * MAINTAINERS: Add self as score port maintainer.
8421
7d610414
BM
84222006-10-04 Brooks Moses <bmoses@stanford.edu>
8423
8424 * MAINTAINERS (Write After Approval): Add myself.
8425
e48d66a9
SK
84262006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
8427
7e050830 8428 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
8429 or newer.
8430 * configure: Regenerated.
8431
c394e891
DB
84322006-09-27 Dave Brolley <brolley@redhat.com>
8433
dce2d8b2
EB
8434 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8435 using $s instead of $r.
c394e891
DB
8436 * configure: Regenerated.
8437
1ee4c5a0
TS
84382006-09-26 Thiemo Seufer <ths@mips.com>
8439
8440 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8441 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8442 * configure: Regenerate.
8443
dce2d8b2 84442006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
8445
8446 * MAINTAINERS (Write After Approval): Remove myself.
8447
0c502898
CF
84482006-09-22 Chao-ying Fu <fu@mips.com>
8449
8450 * MAINTAINERS (Write After Approval): Add myself.
8451
a7819e42
JM
84522006-09-10 Joseph S. Myers <joseph@codesourcery.com>
8453
8454 * MAINTAINERS: Add self as soft-fp maintainer.
8455
dce2d8b2 84562006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
8457
8458 * MAINTAINERS: Add myself as avr maintainer.
8459 Remove Marek Michalkiewicz as avr maintainer.
827d0991 8460
e8288489
RC
84612006-09-07 Roberto Costa <roberto.costa@st.com>
8462
8463 * MAINTAINERS (Write After Approval): Add myself.
8464
b91f0a41
CV
84652006-08-30 Corinna Vinschen <corinna@vinschen.de>
8466
8467 * configure.in: Never build newlib for a Mingw host.
8468 Never build newlib as Mingw target library.
8469 Test the existence of winsup/cygwin for building a Cygwin newlib,
8470 rather than just winsup.
8471 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8472 building a Mingw target.
8473 * configure: Regenerate.
8474
094c07a0
EB
84752006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
8476
8477 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8478
8d1171cb
PB
84792006-07-25 Paolo Bonzini <bonzini@gnu.org>
8480
8481 * config.guess: Import from src (was more updated).
8482 * config.sub: Likewise.
8483
2e9e6f68
DJ
84842006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
8485
8486 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8487 * configure: Regenerated.
8488
57255173
PB
84892006-07-18 Paolo Bonzini <bonzini@gnu.org>
8490
cc6010cd
AP
8491 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8492 for stages after the first.
57255173 8493
9fbe6585
JJ
84942006-07-17 Jakub Jelinek <jakub@redhat.com>
8495
8496 * Makefile.def: Add dependencies for configure-opcodes
8497 on configure-intl and all-opcodes on all-intl.
8498 * Makefile.in: Regenerated.
8499
18c3f977
BE
85002006-07-13 Ben Elliston <bje@au.ibm.com>
8501
8502 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8503
27b56ba6
PE
85042006-07-06 Paul Eggert <eggert@cs.ucla.edu>
8505
8506 Port to hosts whose 'sort' and 'tail' implementations
8507 treat operands with leading '+' as file names, as POSIX
8508 has required since 2001. However, make sure the code still
8509 works on pre-POSIX hosts.
8510 * ltmain.sh: Don't assume "sort +2" is equivalent to
8511 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8512
ad6d4e43
UW
85132006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
8514
8515 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8516
706601d9
PG
85172006-07-04 Peter O'Gorman <peter@pogma.com>
8518
8519 * ltconfig: chmod 644 before ranlib during install.
8520
0b50988a
EB
85212006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8522
8523 PR bootstrap/18058
8524 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8525 if the bootstrap compiler is a GCC version that supports it.
8526 * configure: Regenerate.
8527
b6348cb3
PB
85282006-07-03 Paolo Bonzini <bonzini@gnu.org>
8529
95695ad3 8530 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
8531 * configure: Regenerate.
8532
1546bb64
PB
85332006-07-03 Paolo Bonzini <bonzini@gnu.org>
8534
8535 PR other/27063
8536 * configure.in: Test subdir_requires and give an appropriate
8537 error message.
8538 * configure: Regenerate.
8539
5cb6c629
AJH
85402006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
8541
8542 * MAINTAINERS (Write After Approval): Add myself.
8543
f4d8cdf8
JDA
85442006-06-22 John David Anglin <dave.anglin@nrc.ca>
8545
8546 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8547
4fe5abb7
SE
85482006-06-22 Steve Ellcey <sje@cup.hp.com>
8549
8550 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8551
2a79fd67
DA
85522006-06-20 David Ayers <d.ayers@inode.at>
8553
8554 PR bootstrap/28072
8555 * configure.in: Add target-boehm-gc to noconfigdirs depending on
8556 whether target-libjava is being configured instead of whether the
8557 java front end is enabled.
8558 * configure: Regenerate.
7e050830 8559
04879af3
RO
85602006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8561
8562 PR target/27540
8563 * configure.in: Only enable libgomp on IRIX 6.
8564 * configure: Regenerate.
8565
ec6c7392
PB
85662006-06-15 Paolo Bonzini <bonzini@gnu.org>
8567
8568 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8569 too.
8570 * Makefile.in: Regenerate.
8571
12973d7a
DD
85722006-06-13 Jeff Johnston <jjohnstn@redhat.com>
8573
8574 * config-ml.in: Alter CCASFLAGS to include special
8575 multilib options the same as is done for CFLAGS.
8576
c67ed86a
JDA
85772006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8578
8579 * configure.in: Don't enable libgomp on hpux10.
8580 * configure: Rebuilt.
8581
cb253473
DA
85822006-06-12 David Ayers <d.ayers@inode.at>
8583
8584 PR bootstrap/27963
8585 PR target/19970
7e050830 8586 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
8587 ${libgcj} is specified.
8588 * configure: Regenerate.
7e050830 8589
dce2d8b2 85902006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
8591
8592 Sync from src:
7e050830
EC
8593
8594 * configure.in: Sync.
32845532 8595 * configure: Regenerated.
7e050830 8596
32845532
CD
8597 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
8598
8599 * Makefile.def: Added dependencies from sim and gdb on intl, and
8600 added configure dependencies to everything with an all dependency
8601 on intl.
8602 * Makefile.in: Regenerated.
8603
7cd0cf9c
DA
86042006-06-06 David Ayers <d.ayers@inode.at>
8605
8606 PR libobjc/13946
8607 * Makefile.def: Add dependencies for libobjc which boehm-gc.
8608 * Makefile.in: Regenerate.
8609 * configure.in: Add --enable-objc-gc at toplevel and have it
8610 enable boehm-gc for Objective-C.
8611 Remove target-boehm-gc from libgcj.
8612 Add target-boehm-gc to target_libraries.
8613 Add target-boehm-gc to noconfigdirs where ${libgcj}
8614 is specified.
8615 Assert that boehm-gc is supported when requested for Objective-C.
8616 Only build boehm-gc if needed either for Java or Objective-C.
8617 * configure: Regenerate.
7e050830 8618
3ff3adad
PB
86192006-06-05 Paolo Bonzini <bonzini@gnu.org>
8620
8621 PR 27674
8622 * Makefile.tpl (configure-[+prefix+][+module+],
8623 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8624 Remove rule to unstage bootstrapped modules.
8625 (stage_current): New.
8626 * Makefile.in: Regenerate.
8627
898e551d
LB
86282006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8629
8630 * MAINTAINERS (Write After Approval): Update my e-mail address.
8631
ea60341e
MS
86322006-06-01 Mark Shinwell <shinwell@codesourcery.com>
8633
8634 * include/libiberty.h: Declare pex_run_in_environment.
8635
222ae291
AL
86362006-05-31 Asher Langton <langton2@llnl.gov>
8637
8638 * MAINTAINERS (Write After Approval): Add myself.
898e551d 8639
e9a54b07
PB
86402006-05-25 Paolo Bonzini <bonzini@gnu.org>
8641
8642 * Makefile.def (bfd, opcodes): Fix lib_path.
8643 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8644 (restrap): Move under "@if gcc-bootstrap". Fix typo.
8645 * Makefile.in: Regenerate.
8646
03e67131
CD
86472006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8648
8649 * Makefile.in: Regenerate.
8650
65d6e994
CD
86512006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8652
8653 * Makefile.def: Add install-html target. Add datarootdir
8654 docdir and htmldir to flags_to_pass.
8655 * Makefile.tpl: Add install-html target.
8656 * Makefile.in: Regenerate.
8657 * configure.in: Add --with-datarootdir, --with-docdir, and
8658 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8659 * configure: Regenerate.
8660
9e299237
MS
86612006-05-24 Mark Shinwell <shinwell@codesourcery.com>
8662
8663 * configure.in: Enable gprof for cross builds.
8664 * configure: Regenerate.
8665
c31202cd
RG
86662006-05-22 Richard Guenther <rguenther@suse.de>
8667
8668 Revert
8669 2006-01-31 Richard Guenther <rguenther@suse.de>
8670 Paolo Bonzini <bonzini@gnu.org>
8671
8672 * Makefile.def (target_modules): Add libgcc-math target module.
8673 * configure.in (target_libraries): Add libgcc-math target library.
8674 (--enable-libgcc-math): New configure switch.
8675 * Makefile.in: Re-generate.
8676 * configure: Re-generate.
8677 * libgcc-math: New toplevel directory.
8678
2a332582
JDA
86792006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8680 Andreas Tobler <a.tobler@schweiz.ch>
8681
8682 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
8683 * configure: Rebuilt.
8684
dce2d8b2 86852006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 8686
ccce6917
SL
8687 * MAINTAINERS (Write After Approval): Add myself.
8688
ed606bc0
DD
86892006-05-01 DJ Delorie <dj@redhat.com>
8690
3d8f47a0 8691 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
8692 * configure: Regenerate.
8693
9386bd20
RG
86942006-05-01 Richard Guenther <rguenther@suse.de>
8695
8696 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8697 maintainer.
8698
dce2d8b2 86992006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
8700
8701 * MAINTAINERS (Write After Approval): Add myself.
8702
87ceee72
JB
87032006-04-28 Jan Beulich <jbeulich@novell.com>
8704
8705 * MAINTAINERS (Write After Approval): Add myself.
8706
e88a2c09
DD
87072006-04-18 DJ Delorie <dj@redhat.com>
8708
8709 * configure.in (m32c): Build libstdc++-v3. Pass flags to
8710 reference libgloss so that libssp can be built in a combined
8711 tree.
8712 * configure: Regenerate.
8713
675f0a8a
RM
87142006-04-08 Robert Millan <rmh@gcc.gnu.org>
8715
8716 * MAINTAINERS (Write After Approval): Add myself.
8717
27b6c940
BE
87182006-04-05 Ben Elliston <bje@au.ibm.com>
8719
8720 * configure.in: Require makeinfo 4.4 or higher.
8721 * configure: Regenerate.
8722
687b17d4
GP
87232006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
8724
8725 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8726 Rearrange the entries of other libraries to have them in one place.
8727
906ac235
JB
87282006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
8729
7e050830 8730 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
8731 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8732
fb0103e5
RG
87332006-03-14 Richard Guenther <rguenther@suse.de>
8734
8735 * configure: Regenerate with autoconf 2.13.
8736
17237f6b
JB
87372006-03-13 Jim Blandy <jimb@codesourcery.com>
8738
8739 * MAINTAINERS: Use my work address.
bed31434
JB
8740
8741 * MAINTAINERS: Update my E-mail address.
8742
27079765
AH
87432006-03-10 Aldy Hernandez <aldyh@redhat.com>
8744
8745 * configure.in: Handle --disable-<component> generically.
8746 * configure: Regenerate.
8747
54a17039
L
87482006-03-01 H.J. Lu <hongjiu.lu@intel.com>
8749
8750 PR libgcj/17311
8751 * ltmain.sh: Don't use "$finalize_rpath" for compile.
8752
b9bd11ca
EE
87532006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
8754
8755 * MAINTAINERS (Write After Approval): Remove myself.
8756 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8757
dce2d8b2 87582006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 8759
072b06f2
RE
8760 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
8761 (TARGET_CONFIGDIRS): Remove.
8762 * configure.in: Remove AC_SUBST(target_configdirs).
8763 * Makefile.in, configure: Regenerated.
ee2312f3 8764
936e1a35
SK
87652006-02-20 Steven G. Kargl <kargls@comcast.net>
8766
8767 * MAINTAINERS (Write After Approval): Remove myself.
8768 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8769
cc11cc9b
PB
87702006-02-20 Paolo Bonzini <bonzini@gnu.org>
8771
8772 PR bootstrap/25670
8773
8774 * Makefile.tpl ([+compare-target+]): Print explanation messages.
8775
8776 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8777 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8778 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8779 BUILD_PREFIX, BUILD_PREFIX_1.
8780 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8781
8782 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8783 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8784
8785 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8786 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8787 of `cat stage_current`. Always provide the `r' and `s' variables.
8788 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8789 a single shell execution.
8790 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8791 bootstrapped modules, make the stage1 module if the build was not
8792 started yet, else build the current stage.
8793 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8794 (all-build, all-host, all-target, [+make_target+]-host,
8795 [+make_target+]-target): Do not use \-continued lines.
8796 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8797 (current_stage, restrap, stage_last): New.
8798
8799 * Makefile.in: Regenerate.
8800 * configure: Regenerate.
8801
63a7c9ef
BD
88022006-02-19 Bud Davis <jmdavis@link.com>
8803
8804 * MAINTAINERS (Write After Approval): Remove myself.
8805 (Language Front End Maintainers): Add myself as fortran 95
8806 maintainer and update e-mail address.
8807
a3543e3a
FXC
88082006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8809
8810 * MAINTAINERS (Write After Approval): Remove myself.
8811 (Language Front End Maintainers): Add myself as fortran 95
8812 maintainer.
8813
ca5b1d2c
VK
88142006-02-16 Victor Kaplansky <victork@il.ibm.com>
8815
8816 * MAINTAINERS (Write After Approval): Add myself.
8817
0499513f
TK
88182006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
8819
8820 * MAINTAINERS (Write After Approval): Remove myself.
8821 (Language Front End Maintainers): Add myself as
8822 fortran 95 maintainer.
8823
d1f8db0c
PB
88242006-02-14 Paolo Bonzini <bonzini@gnu.org>
8825
8826 Sync from src:
8827
8828 2005-12-27 Leif Ekblad <leif@rdos.net>
8829
cc6010cd
AP
8830 * configure.in: Add support for RDOS target.
8831 * configure: Regenerate.
d1f8db0c
PB
8832
88332006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 8834 Andreas Schwab <schwab@suse.de>
d1f8db0c 8835
cc6010cd 8836 * configure: Regenerate.
d1f8db0c 8837
cac90078
DE
88382006-02-12 David Edelsohn <edelsohn@gnu.org>
8839
8840 * configure.in (enable_libgomp): Add AIX.
8841 * configure: Regenerate.
8842
bd37fbf5
MK
88432006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
8844
8845 * MAINTAINERS (Write After Approval): Add myself.
7e050830 8846
23027b7a
LM
88472006-02-03 Lee Millward <lee.millward@gmail.com>
8848
8849 * MAINTAINERS (Write After Approval): Add myself.
7e050830 8850
0058967b
RG
88512006-01-31 Richard Guenther <rguenther@suse.de>
8852 Paolo Bonzini <bonzini@gnu.org>
8853
8854 * Makefile.def (target_modules): Add libgcc-math target module.
8855 * configure.in (target_libraries): Add libgcc-math target library.
8856 (--enable-libgcc-math): New configure switch.
8857 * Makefile.in: Re-generate.
8858 * configure: Re-generate.
8859 * libgcc-math: New toplevel directory.
8860
e8b05380
PB
88612006-01-26 Paolo Bonzini <bonzini@gnu.org>
8862
8863 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8864 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8865 the assembler, linker and binutils.
8866 * configure: Regenerate.
8867
d54d5437
DM
88682006-01-22 Dirk Mueller <dmueller@suse.de>
8869
8870 * MAINTAINERS (Write After Approval): Add myself.
8871
670cbfcf
DN
88722006-01-20 Diego Novillo <dnovillo@redhat.com>
8873
8874 * configure: Regenerate.
8875
953ff289
DN
88762006-01-18 Richard Henderson <rth@redhat.com>
8877 Jakub Jelinek <jakub@redhat.com>
8878 Diego Novillo <dnovillo@redhat.com>
8879
8880 * libgomp: New directory.
8881 * Makefile.def: Add target_module libgomp.
8882 * Makefile.in: Regenerate.
8883 * configure.in (target_libraries): Add target-libgomp.
8884 * configure: Regenerate.
8885
32ce4048
AO
88862006-01-05 Alexandre Oliva <aoliva@redhat.com>
8887
8888 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8889 @ from continuation.
8890 * Makefile.in: Rebuilt.
8891
0eaf8e17 88922006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 8893
c76c0c83
CL
8894 * MAINTAINERS (Write After Approval): Add myself.
8895
2d309510
PB
88962006-01-04 Paolo Bonzini <bonzini@gnu.org>
8897
8898 PR bootstrap/24252
8899
8900 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8901 * Makefile.tpl (OBJDUMP): New.
8902 (EXTRA_HOST_FLAGS): Add it.
8903 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8904
953ff289
DN
8905 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8906 to use symbolic links between directories. Avoid race conditions
8907 or make them harmless.
8908 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
8909
8910 * Makefile.def (LEAN): Pass.
8911 * Makefile.tpl (LEAN): Define.
8912 (stage[+id+]-start): Accept that the previous directory does not
8913 exist, if the bootstrap is lean.
8914 (stage[+id+]-bubble): Invoke lean bootstrap commands after
8915 stage[+id+]-start. Use a makefile variable and an `if' instead of a
8916 configure substitution.
8917 ([+compare-target+]): Likewise.
8918 ([+bootstrap-target+]-lean): New.
8919 * configure.in: Remove lean bootstrap support from here.
8920
953ff289
DN
8921 * Makefile.in: Regenerate.
8922 * configure: Regenerate.
2d309510 8923
368872c3
BE
89242006-01-04 Ben Elliston <bje@au.ibm.com>
8925
8926 * MAINTAINERS (libdecnumber): Add myself.
8927
d79e6356
MM
89282006-01-02 Mark Mitchell <mark@codesourcery.com>
8929
8930 * libtool-ldflags: New script.
8931
a6fbc1e2
AS
89322006-01-02 Andreas Schwab <schwab@suse.de>
8933
8934 * configure.in: When reconfiguring remove Makefile in
8935 all stage directories.
8936 * configure: Regenerate.
8937
103a4b39
SB
89382005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
8939
8940 * MAINTAINERS: Update my email address.
8941
212f829c
PB
89422005-12-20 Paolo Bonzini <bonzini@gnu.org>
8943
8944 Revert Ada-related part of the previous change.
8945
8946 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8947 Do not pass.
8948 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8949 * Makefile.in: Regenerate.
8950 * configure.in: Do not include mt-ppc-aix target fragment.
8951 * configure: Regenerate.
8952
8ef1f2df
PB
89532005-12-19 Paolo Bonzini <bonzini@gnu.org>
8954
8955 * configure.in: Select appropriate fragments for PowerPC/AIX.
8956 * configure: Regenerate.
8957
8958 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8959 BOOT_CFLAGS, BOOT_LDFLAGS.
8960 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8961 BOOT_CFLAGS, BOOT_LDFLAGS.
8962 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8963 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8964 (stage): Fail if we cannot complete the work.
8965 * Makefile.in: Regenerate.
8966
ab34901f
NS
89672005-12-16 Nathan Sidwell <nathan@codesourcery.com>
8968
8969 * configure.in: Replace ms1 with mt.
8970 * configure: Rebuilt.
8971
cbe82f21
BM
89722005-12-15 Bryce McKinlay <mckinlay@redhat.com>
8973
8974 * MAINTAINERS: Update my email address.
8975
19843472
PB
89762005-12-15 Paolo Bonzini <bonzini@gnu.org>
8977
8978 * Makefile.tpl (all, do-[+make_target+], do-check, install,
8979 install-host-nogcc): Don't invoke $(stage) at the end.
8980 * Makefile.in: Regenerate.
8981
1ca26cd2
PB
89822005-12-14 Paolo Bonzini <bonzini@gnu.org>
8983
8984 * configure.in: Flip the top-level bootstrap switch.
8985 * configure: Regenerate.
8986
f41d6665
DJ
89872005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
8988
8989 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8990 $(stage) and $(unstage).
8991 (EXTRA_TARGET_FLAGS): Correct double-quoting.
8992 (all): Remove stray semicolon.
8993 (local-distclean): Don't handle multilib.tmp and multilib.out.
8994 (install.all): Set $s for consistency.
8995 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8996 check_multilibs setting. Always make the install directory.
8997 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8998 Correct @if/@endif.
8999 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9000 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9001 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9002 (multilib.out): Remove.
9003 * Makefile.in: Regenerated.
9004
dce2d8b2 90052005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
9006
9007 * MAINTAINERS (Write After Approval): Add myself.
9008
64f182bd
NS
90092005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9010
121b2cee
NS
9011 * MAINTAINERS: Add myself as mt maintainer.
9012
64f182bd
NS
9013 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9014
a6d63770
AN
90152005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9016
9017 * MAINTAINERS: Change email address.
9018
2abefe3d
PB
90192005-12-05 Paolo Bonzini <bonzini@gnu.org>
9020
9021 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9022 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9023 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9024 Find in-tree tools if available.
9025 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9026 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9027 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9028 (COMPILER_*_FOR_TARGET): New.
9029 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9030 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9031 (CONFIGURED_*, USUAL_*): Remove.
9032 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9033 STRIP): Use autoconf substitutions.
9034 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9035 COMPILER_NM_FOR_TARGET): New.
9036 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9037
9038 (all): Make all-host and all-target in parallel.
9039 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9040 that $$r and $$s are set before invoking a recursive make.
9041 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9042 ([+bootstrap-target+]): Inline most of the `all' target.
9043
2f3bdde7
BE
90442005-11-29 Ben Elliston <bje@au.ibm.com>
9045
9046 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9047 from the gcc build directory.
9048 * Makefile.in: Regenerate.
9049
a4b6c45a
BE
90502005-11-29 Ben Elliston <bje@au.ibm.com>
9051
9052 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9053 depend on all-libdecnumber.
9054 * configure.in (host_libs): Include libdecnumber.
9055 * Makefile.in: Regenerate.
9056 * configure: Likewise.
9057
473a74b9
BE
90582005-11-29 Ben Elliston <bje@au.ibm.com>
9059
9060 * libdecnumber: Import decNumber sources from the dfp-branch.
9061
b4623110
KJ
90622005-11-21 Kean Johnston <jkj@sco.com>
9063
9064 * config.sub, config.guess: Sync from upstream sources.
9065
67dc1785
BE
90662005-11-21 Ben Elliston <bje@au.ibm.com>
9067
9068 Import from Autoconf sources:
9069
9070 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9071 * config/move-if-change: Don't output "$2 is unchanged";
9072 suggested by Ben Elliston. Handle weird characters correctly.
9073
186abafe
AT
90742005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9075
9076 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9077 to match upstream libtool for darwin.
9078
ef9db8d5
DJ
90792005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9080
9081 * Makefile.def: Remove gdb dependencies for gdbtk.
9082 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9083 (configure-gdb, install-gdb): New rules.
9084 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9085 * Makefile.in, configure: Regenerated.
9086
9c5141ab
JB
90872005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9088
9089 * MAINTAINERS (Write After Approval): Add myself.
9090
4523d51b
EE
90912005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9092
9093 * MAINTAINERS (Write After Approval): Add myself.
9094
086b011c
DN
90952005-10-24 Diego Novillo <dnovillo@redhat.com>
9096
9097 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9098 Diego Novillo.
9099
e7c84bf8
PB
91002005-10-22 Paolo Bonzini <bonzini@gnu.org>
9101
9102 PR bootstrap/24297
9103 * Makefile.tpl (do-[+make-target+], do-check, install,
9104 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9105 are set before recursing.
9106 * Makefile.in: Regenerate.
9107
b88a7564
EB
91082005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9109
9110 PR bootstrap/18939
9111 * Makefile.def (gcc) <target>: Fix thinko.
9112 * Makefile.in: Regenerate.
9113
61efc800
BS
91142005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9115
9116 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9117 * configure: Regenerate.
9118
f53d2869
JZ
91192005-10-15 Jie Zhang <jie.zhang@analog.com>
9120
9121 * MAINTAINERS (Write After Approval): Add self.
9122
077fc835
KH
91232005-10-08 Kazu Hirata <kazu@codesourcery.com>
9124
9125 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9126 target-libffi, target-qthreads, target-libjava, and
9127 targetlibobjc.
9128 * configure: Regenerate.
9129
d739199a
DJ
91302005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9131
9132 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9133 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9134 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9135 (USUAL_OBJDUMP_FOR_TARGET): New.
9136 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9137 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 9138 * configure, Makefile.in: Regenerated.
d739199a 9139
db38c6bb
PB
91402005-10-05 Paolo Bonzini <bonzini@gnu.org>
9141
9142 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9143 before other host packages.
9144
3015564c
KK
91452005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9146
9147 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9148
1061f99e
PB
91492005-10-05 Paolo Bonzini <bonzini@gnu.org>
9150
9151 PR bootstrap/22340
9152
9153 * configure.in (default_target): Remove.
9154 * Makefile.tpl (all): Do not use prerequisites as subroutines
9155 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9156 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9157 use prerequisites as subroutines.
9158 (check-host, check-target): New.
9159 (bootstrap configure & all targets): Do not use stage*-start
9160 if the directory layout is already ok.
9161 (non-bootstrap configure & all targets): Prepend a $(unstage).
9162 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9163 (NOTPARALLEL): Remove.
9164 (unstage, stage variables): New variables.
9165 (unstage, stage targets): Simply expand to those variables.
9166
9167 * configure: Regenerate.
9168 * Makefile.in: Regenerate.
9169
4a9c436f
JW
91702005-10-04 James E Wilson <wilson@specifix.com>
9171
9172 * Makefile.def (lang_env_dependencies): Add libmudflap.
9173 * Makefile.in: Regenerate.
9174
37150080
AS
91752005-10-03 Andreas Schwab <schwab@suse.de>
9176
9177 Backport from libtool CVS:
9178 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9179
9180 * ltmain.sh: add support for installing into temporary
9181 staging area (e.g. 'make install DESTDIR=...')
9182
39d16468
L
91832005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9184
9185 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9186 * configure: Regenerated.
9187
72a7ab82
AP
91882005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9189
9190 * configure: Regenerate with the correct
9191 autoconf version.
9192
6b65a26d
CM
91932005-09-30 Catherine Moore <clm@cm00re.com>
9194
9195 * configure.in (bfin-*-*): New.
9196 * configure: Regenerated.
9197
040b1c5a
GK
91982005-09-28 Geoffrey Keating <geoffk@apple.com>
9199
9200 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9201 (LIPO_FOR_TARGET): New.
9202 (CONFIGURED_LIPO_FOR_TARGET): New.
9203 (USUAL_LIPO_FOR_TARGET): New.
9204 (STRIP_FOR_TARGET): New.
9205 (CONFIGURED_STRIP_FOR_TARGET): New.
9206 (USUAL_STRIP_FOR_TARGET): New.
9207 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9208 STRIP_FOR_TARGET.
9209 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9210 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9211 * Makefile.in: Regenerate.
9212 * configure: Regenerate.
7e050830 9213
3a3c28db
DE
92142005-09-19 David Edelsohn <edelsohn@gnu.org>
9215
9216 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9217 (rs6000-*-aix*): Same.
9218 * configure: Regenerate.
9219
2749a921
TT
92202005-09-16 Tom Tromey <tromey@redhat.com>
9221
9222 * MAINTAINERS: Add self as java maintainer.
9223
7f26dfa3
FXC
92242005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9225
9226 * configure.in: Recognize f95 in the --enable-languages option,
9227 and substitute it for fortran, issuing a warning.
9228 * configure: Regenerate.
9229
d8852c4f
PE
92302005-08-30 Phil Edwards <phil@codesourcery.com>
9231
9232 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9233 * configure: Regenerated.
9234
ad685e81
AH
92352005-08-22 Aldy Hernandez <aldyh@redhat.com>
9236
9237 * MAINTAINERS: Add self as ms1 maintainer.
9238
b00d752c
RE
92392005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9240
9241 * Makefile.def (libssp): Add to lang_env_dependencies.
9242 * Makefile.in: Regenerate.
9243
9ed8fb9b
ILT
92442005-08-18 Ian Lance Taylor <ian@airs.com>
9245
9246 * MAINTAINERS: Add myself as middle-end maintainer.
9247
0f029d39
CG
92482005-08-17 Christian Groessler <chris@groessler.org>
9249
9250 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9251 * Makefile.in: Regenerate.
9252
81087874
AK
92532005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9254
9255 * MAINTAINERS (write after approval): Added myself.
9256
6a134f1c
MR
92572005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9258
9259 * MAINTAINERS (Write After Approval): Add myself.
9260
2693c0b0
PB
92612005-08-12 Paolo Bonzini <bonzini@gnu.org>
9262
9263 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9264 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9265 Look for alternate names of the target cc and c++
9266 * configure: Regenerate.
9267
4de997d1
PB
92682005-08-08 Paolo Bonzini <bonzini@gnu.org>
9269
9270 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9271 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9272 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9273 tools; remove code to manually set them.
9274 (Target tools): Look in the environment for them.
9275 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9276 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9277 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9278 build directory.
9279 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9280 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9281 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9282 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9283 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9284 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9285 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9286 * configure: Regenerate.
9287 * Makefile.in: Regenerate.
9288
b089e33a
BE
92892005-07-28 Ben Elliston <bje@au.ibm.com>
9290
9291 * MAINTAINERS: Update for removed CPU targets.
9292
e3791243
MM
92932005-07-27 Mark Mitchell <mark@codesourcery.com>
9294
9295 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 9296 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
9297 * Makefile.in: Regenerated.
9298
526635cb
MM
92992005-07-26 Mark Mitchell <mark@codesourcery.com>
9300
9301 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9302 (CFLAGS_FOR_TARGET): Use it.
9303 (CXXFLAGS_FOR_TARGET): Likewise.
9304 * Makefile.in: Regenerated.
9305 * configure.in (--with-build-sysroot): New option.
9306 * configure: Regenerated.
9307
19791f70
PB
93082005-07-24 Paolo Bonzini <bonzini@gnu.org>
9309
9310 * Makefile.tpl: Wrap install between unstage and stage
9311 * Makefile.in: Regenerate.
9312
35f5a23f
EC
93132005-07-21 Eric Christopher <echristo@apple.com>
9314
9315 * MAINTAINERS: Update affiliation.
9316
ff3ddf15
PW
93172005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9318
9319 * MAINTAINERS: Add self as crx port maintainer.
9320
3a664c1c
DD
93212005-07-20 DJ Delorie <dj@redhat.com>
9322
9323 * MAINTAINERS: Add self as m32c maintainer.
9324
539df155
KC
93252005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9326
9327 * all files: Update FSF address.
9328
be9c593a
EC
93292005-07-15 Eric Christopher <echristo@redhat.com>
9330
9331 * MAINTAINERS: Change affiliation.
9332
fd7ea4ab
JB
93332005-07-14 Jim Blandy <jimb@redhat.com>
9334
9335 * configure.in: Add cases for Renesas m32c.
9336 * configure: Regenerated.
7e050830 9337
0063a823
KC
93382005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9339
d0ca130a
KC
9340 * COPYING.LIB: Update from fsf.org.
9341
93422005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9343
9344 * COPYING, compile, config.guess,
0063a823
KC
9345 config.sub, install-sh, missing, mkinstalldirs,
9346 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 9347 * config-ml.in: Update FSF address.
0063a823 9348
a8ba31f2
EC
93492005-07-13 Eric Christopher <echristo@redhat.com>
9350
9351 * configure.in: Add toplevel noconfigdir support for tpf.
9352 * configure: Regenerate.
9353
5bea4a03
PB
93542005-07-11 Paolo Bonzini <bonzini@gnu.org>
9355
9356 PR ada/22340
9357
9358 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9359 * Makefile.in: Regenerate.
9360
284bdbbd
MM
93612005-07-07 Mark Mitchell <mark@codesourcery.com>
9362
9363 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 9364 Brolley to write-after-approval.
284bdbbd 9365
452190fb
AS
93662005-07-07 Andreas Schwab <schwab@suse.de>
9367
9368 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9369 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9370 * Makefile.in: Regenerated.
9371
9c8f9ec2
GK
93722005-07-06 Geoffrey Keating <geoffk@apple.com>
9373
9374 * configure.in: Don't build sim or rda when targetting darwin.
9375 * configure: Regenerate.
9376
ef0087a7
KH
93772005-07-06 Kazu Hirata <kazu@codesourcery.com>
9378
9379 * configure.in: Add --enable-libssp and --disable-libssp.
9380 * configure: Regenerate with autoconf-2.13.
9381
77008252
JJ
93822005-07-02 Jakub Jelinek <jakub@redhat.com>
9383
9384 * Makefile.def (target_modules): Add libssp.
9385 * configure.in (target_libraries): Add target-libssp.
9386 * configure: Rebuilt.
9387 * Makefile.in: Rebuilt.
9388
a04eae1b
ZW
93892005-07-01 Zack Weinberg <zackw@panix.com>
9390
9391 * MAINTAINERS: Change email address. Resign from maintainership.
9392
948884cd
RG
93932005-07-01 Richard Guenther <rguenther@suse.de>
9394
9395 * MAINTAINERS: Change my e-mail address and affiliation.
9396
c7870f5d
PB
93972005-06-22 Paolo Bonzini <bonzini@gnu.org>
9398
9399 * Makefile.def (stagefeedback): Come after profile.
9400 Define profiledbootstrap target.
9401 * Makefile.tpl (profiledbootstrap): Remove.
9402 (stageprofile-end): Zap stagefeedback.
9403 (stagefeedback-start): Copy all .gcda files, not only GCC's.
9404 * Makefile.in: Regenerate.
9405
ab99519a
RS
94062005-06-13 Richard Sandiford <richard@codesourcery.com>
9407
9408 * MAINTAINERS: Update my email address.
9409
f610dd5f
ZW
94102005-06-13 Zack Weinberg <zack@codesourcery.com>
9411
9412 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
9413 In 'cpp' stanza, support '#line' as well as '# '.
9414
71bc2a83
AS
94152005-06-08 Andreas Schwab <schwab@suse.de>
9416
9417 * MAINTAINERS: Move myself from 'Write After Approval' to
9418 'CPU Port Maintainers' section as m68k maintainer.
9419
4fab7234
HPN
94202005-06-07 Hans-Peter Nilsson <hp@axis.com>
9421
9422 * configure.in (unsupported_languages): New macro.
9423 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
9424 non-ported target libraries in noconfigdirs.
9425 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9426 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 9427 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
9428 unsupported_languages.
9429 * configure: Regenerate.
9430
68193f9b
TS
94312005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
9432
9433 * configure.in: Fix typo in handling of --with-mpfr-dir.
9434 * configure: Regenerate.
9435
f26f6b8d
RS
94362005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
9437
9438 * MAINTAINERS: Update my email address.
9439
ba4853f8
JB
94402005-06-02 Jim Blandy <jimb@redhat.com>
9441
9442 * config.sub: Add cases for the Renesas m32c. (This patch has been
9443 accepted into the master sources.)
9444
79dd769c 94452005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
9446 Michael Snyder <msnyder@redhat.com>
9447 Stan Cox <scox@redhat.com>
79dd769c 9448
f610dd5f 9449 * configure.in: Set noconfigdirs for ms1.
79dd769c 9450
f610dd5f 9451 * configure: Regenerate.
79dd769c 9452
d29e107f
JD
94532005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
9454
9455 * MAINTAINERS (Write After Approval): Add self.
9456
e93196c3
JC
94572005-06-01 Josh Conner <jconner@apple.com>
9458
9459 * MAINTAINERS (Write After Approval): Add self.
9460
ae263c7a
KH
94612005-06-01 Kazu Hirata <kazu@codesourcery.com>
9462
9463 * MAINTAINERS: Update my email address.
9464
585b3aa3
ZM
94652005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
9466
9467 * MAINTAINERS (Write After Approval): Add self.
9468
4930c50b
CD
94692005-05-26 Chris Demetriou <cgd@broadcom.com>
9470
9471 * MAINTAINERS (Write After Approval): Remove self.
9472
2dfbef6d
PB
94732005-05-25 Paolo Bonzini <bonzini@gnu.org>
9474
9475 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9476 (Dependencies): Consider target modules for bootstrap dependencies.
9477 Make target bootstrap modules depend on each stage's gcc.
9478 * Makefile.in: Regenerate.
9479
bcb28cf5
PB
94802005-05-20 Paolo Bonzini <bonzini@gnu.org>
9481
9482 * Makefile.def (configure-gcc): Depend on binutils having been built.
9483 (all-gcc): No need to do it here.
9484 * Makefile.in: Regenerate.
9485
0cf085e4
PB
94862005-05-19 Paul Brook <paul@codesourcery.com>
9487
f610dd5f 9488 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
9489 language cannot be built.
9490 * configure: Regenerate.
9491
dfb2c39a
DJ
94922005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
9493
9494 * ylwrap: Import from Automake 1.9.5.
9495
771aaa92
DU
94962005-05-13 David Ung <davidu@mips.com>
9497
9498 * MAINTAINERS (Write After Approval): Add self.
9499
3ac9bd58
MS
95002005-05-09 Mike Stump <mrs@apple.com>
9501
9502 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9503 lt_cv_sys_max_cmd_len for now.
f610dd5f 9504
f77a5578
SC
95052005-05-09 Stan Cox <scox@redhat.com>
9506
9507 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9508
795e36e5
MK
95092005-05-08 Matt Kraai <kraai@ftbfs.org>
9510
9511 * README.SCO: Update the URL.
9512
c9392a2b
DE
95132005-05-05 David Edelsohn <edelsohn@gnu.org>
9514
9515 * ltconfig: Define file_list_spec. Pass file_list_spec and
9516 with_gnu_ld to libtool.
9517 * ltcf-c.sh (aix[45]): Define file_list_spec.
9518 * ltcf-cxx.sh (aix[45]): Same.
9519 * ltcf-gcj.sh (aix[45]): Same.
9520 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9521 exists, write list of input files to temporary file.
9522
bebcd931
MS
95232005-05-04 Mike Stump <mrs@apple.com>
9524
9525 * configure.in: Always pass --target to target configures as
9526 otherwise rebuilds that do --recheck will fail.
9527 * confiugure: Rebuilt.
9528
ce406537
PB
95292005-05-04 Paolo Bonzini <bonzini@gnu.org>
9530
9531 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9532 STAGE_HOST_EXPORTS.
9533 (configure, all): Add bootstrap support.
9534 (Host modules, target modules): Pass post-stage1 flags and exports.
9535 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9536 * Makefile.in: Regenerate.
9537
aa9dcfc4
PB
95382005-04-29 Paolo Bonzini <bonzini@gnu.org>
9539
9540 * configure: Regenerate.
9541
b6f9abcf
MS
95422005-04-27 Mike Stump <mrs@apple.com>
9543
9544 * MAINTAINERS: Add self as darwin maintainer.
9545
acb217cb
BS
95462005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
9547
9548 * config.sub: Update from master copy.
9549
b6dae270
MS
95502005-04-21 Mike Stump <mrs@apple.com>
9551
9552 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9553 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9554
c2e0d3a9
HPN
95552005-04-19 Hans-Peter Nilsson <hp@axis.com>
9556
9557 * configure.in <crisv32-*-*, cris-*-*>: New local variable
9558 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
9559 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
9560 "*-*-elf" and "*-*-linux*".
9561 * configure: Regenerate.
9562
871ae772
JM
95632005-04-14 Joseph S. Myers <joseph@codesourcery.com>
9564
9565 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9566
bf070c29
MS
95672005-04-12 Mike Stump <mrs@apple.com>
9568
9569 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9570
e865b6f7
TK
95712005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
9572
9573 * MAINTAINERS (Write After Approval): Add myself.
9574
7b71ad7f
BS
95752005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
9576
9577 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9578
25b42232
PB
95792005-04-06 Paolo Bonzini <bonzini@gnu.org>
9580
f610dd5f 9581 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
9582 (TARGET_CONFIGARGS): Include --with-target-subdir.
9583 (configure, all): New macros. Use them throughout.
9584 * Makefile.in: Regenerate.
9585
d727c624
JG
95862005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
9587
9588 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 9589
fff72cc4
ZD
95902005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9591
9592 * MAINTAINERS: Remove 'loop unrolling' maintainer.
9593
86472dc3
GP
95942005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
9595
9596 * MAINTAINERS: Move John Carr to Write After Approval.
9597
dce2d8b2 95982005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
9599
9600 * config/mh-mingw32: Delete.
9601 * configure.in: Don't use it.
9602 * configure: Regenerate.
9603
33da42bc
PB
96042005-03-31 Paolo Bonzini <bonzini@gnu.org>
9605
9606 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9607 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 9608 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
9609 (HOST_LIB_PATH): Generate from Makefile.def.
9610 (TARGET_LIB_PATH): Likewise.
9611 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9612 * Makefile.in: Regenerate.
9613 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9614 (RPATH_ENVVAR): Include Darwin case.
9615 * configure: Regenerate.
9616
15cc1841
TF
96172005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
9618
9619 * MAINTAINERS (Various Maintainers): Remove self.
9620 (Write After Approval): Add self.
9621
6a8c79d5
TF
96222005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
9623
9624 * MAINTAINERS (Various Maintainers): Add self.
9625
256f7136
PB
96262005-03-25 Paolo Bonzini <bonzini@gnu.org>
9627
9628 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9629 * configure: Regenerate.
9630
191dd2c9
ZW
96312005-03-21 Zack Weinberg <zack@codesourcery.com>
9632
9633 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9634 gcc_version, and gcc_version_trigger from set of flags to pass.
9635 * Makefile.tpl: Remove definitions of above variables.
9636 (config.status): Remove dependency on $(gcc_version_trigger).
9637 * Makefile.in: Regenerate.
9638 * configure.in: Do not reference config/gcc-version.m4 nor
9639 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
9640 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
9641 * configure: Regenerate.
9642
ef6e9bc0 96432005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 9644 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
9645
9646 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9647 * Makefile.in: Regenerate.
9648
009bbd5a
FW
96492005-03-13 Feng Wang <fengwang@nudt.edu.cn>
9650
9651 * MAINTAINERS (Write After Approval): Add myself.
9652
09f8755b
DA
96532005-03-03 David Ayers <d.ayers@inode.at>
9654
9655 * MAINTAINERS (Write After Approval): Add myself.
9656
e73ed25c
AO
96572005-03-01 Alexandre Oliva <aoliva@redhat.com>
9658
9659 PR libgcj/20160
9660 * ltmain.sh: Avoid creating archives with components that have
9661 duplicate basenames.
9662
ace9ac7b
AP
96632005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
9664
9665 PR bootstrap/20250
9666 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9667 instead of check.
9668 * Makefile.in: Regenerate.
9669
c9db9354
PB
96702005-02-28 Paolo Bonzini <bonzini@gnu.org>
9671
9672 * Makefile.in: Regenerate to fix conflict between the previous two
9673 patches.
9674
215c351a
PB
96752005-02-28 Paolo Bonzini <bonzini@gnu.org>
9676
9677 PR bootstrap/17383
9678 * Makefile.def (target_modules): Remove "stage", now unnecessary.
9679 * Makefile.tpl (HOST_SUBDIR): New substitution.
9680 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9681 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9682 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9683 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9684 (Host modules, Bootstrapped modules): Use it.
9685 (Build modules, Target modules): Do not create symlink trees,
9686 always configure out-of-srcdir.
9687 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9688 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9689 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9690 $(HOST_SUBDIR). Create a symlink for host_subdir.
9691
9692 * Makefile.in: Regenerate.
9693 * configure: Regenerate.
9694
5395b47b
NN
96952005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9696
9697 Merged from libada-gnattools-branch:
9698 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
9699
9700 * gnattools: New directory.
9701 * Makefile.def: Add gnattools as a module, depending on target-libada.
9702 * Makefile.in: Regenerate.
9703 * configure.in: Include gnattools in host_tools; disable it if ada
9704 is disabled.
9705 * configure: Regenerate.
9706
ca2cc05c
JM
97072005-02-24 James A. Morrison <phython@gcc.gnu.org>
9708
9709 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9710 treelang maintainer.
9711 (Write After Approval): Remove myself.
9712
d2f3024f
PS
97132005-02-23 Paul Schlie <schlie@comcast.net>
9714
9715 * configure.in: Allow darwin targeted ports to build tk, itcl and
9716 libgui.
9717 * configure: Regenerate.
9718
bba5e0ca
EB
97192005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
9720
9721 PR libgcj/10353
9722 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9723 * configure: Regenerate.
9724
70132ce7
SK
97252005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
9726
9727 * MAINTAINERS (Write After Approval): Add myself.
9728
20f0edca
ILT
97292005-02-10 Ian Lance Taylor <ian@airs.com>
9730
9731 * MAINTAINERS: Update my e-mail address.
9732
e64e5109
RG
97332005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
9734
9735 * MAINTAINERS (Write After Approval): Add myself.
9736
40d64b5a
HPN
97372005-01-29 Hans-Peter Nilsson <hp@axis.com>
9738
9739 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9740 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9741 target-libgloss when not *-*-elf and *-*-aout.
9742 * configure: Regenerate.
9743
54a12711
KH
97442005-01-23 Kazu Hirata <kazu@cs.umass.edu>
9745
9746 * MAINTAINERS: Remove obsolete entries.
9747
0aa99dbb
KH
9748 * MAINTAINERS (Write After Approval): Add Michael Matz.
9749
2b009f5f
NB
97502005-01-19 Neil Booth <neil@daikokuya.co.uk>
9751
9752 * MAINTAINERS: Remove self as cpplib maintainer.
9753
385870f5
KC
97542005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9755
9756 * install-sh, config.sub: Import from upstream.
9757
e7daab31
KC
97582005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9759
9760 PR bootstrap/18222
9761 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9762 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9763 * Makefile.in: Regenerate.
9764
e6003f4d
JT
97652005-01-16 Jason Thorpe <thorpej@netbsd.org>
9766
9767 * MAINTAINERS: Update my email address.
9768
145e2972 97692005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 9770 Andreas Schwab <schwab@suse.de>
145e2972
DE
9771
9772 PR bootstrap/18033
9773 * config-ml.in: Eval option if surrounded by single quotes.
9774
86c7e0da
PB
97752005-01-03 Paolo Bonzini <bonzini@gnu.org>
9776
9777 Revert 2004-12-28 Makefile changes, a better fix will be
9778 applied to mainline and src after GCC 4.0 branches.
9779
3224a22f
PB
97802004-12-28 Paolo Bonzini <bonzini@gnu.org>
9781
9782 PR bootstrap/17383
9783
9784 * Makefile.def (target_modules): Remove stage parameter,
9785 it is always true now.
9786 * Makefile.tpl (configure-build-[+module+],
9787 configure-target-[+module+]): Always build symlink tree
9788 for the directory and for include. BUILD_SUBDIR and
9789 TARGET_SUBDIR cannot be . anymore.
9790 * Makefile.in: Regenerate.
9791
aaf51ca2
DE
97922004-12-25 David Edelsohn <edelsohn@gnu.org>
9793
9794 Revert 2004-12-08 Makefile changes.
9795
4e32e454
DS
97962004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
9797
9798 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9799 cygwin, mingw.
9800
669f01d8
AS
98012004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
9802
9803 * configure.in (sh64-*-*): Reenable gprof.
9804 * configure: Regenerate.
9805
1b227ee0
DE
98062004-12-08 David Edelsohn <edelsohn@gnu.org>
9807
9808 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9809 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9810 (EXTRA_TARGET_FLAGS): Add PICFLAG.
9811 * Makefile.in: Regenerate.
9812
ce5e944c
CF
98132004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
9814
9815 * MAINTAINERS: Update my email address.
9816
893f1e87
MK
98172004-12-07 Matt Kraai <kraai@ftbfs.org>
9818
9819 * Makefile.tpl: Generate normal dependencies if the LHS module is
9820 not bootstrapped.
9821 * Makefile.in: Regenerate.
9822
bb59c339
RS
98232004-12-03 Richard Sandiford <rsandifo@redhat.com>
9824
9825 * configure.in: Include config/gxx-include-dir.m4. Use
9826 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
9827 * configure: Regenerate.
9828
4982adbe
RS
98292004-12-03 Richard Sandiford <rsandifo@redhat.com>
9830
9831 * config.if: Delete.
9832 * configure.in: Set libstdcxx_incdir directly.
9833 * configure: Regenerate.
9834
05750653
EC
98352004-12-02 Eric Christopher <echristo@redhat.com>
9836
9837 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9838 * Makefile.in: Regenerate.
9839
5fef1dbd
RS
98402004-12-02 Richard Sandiford <rsandifo@redhat.com>
9841
9842 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9843 * configure: Regenerate.
9844
afabd8e6
RS
98452004-12-02 Richard Sandiford <rsandifo@redhat.com>
9846
9847 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
9848 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
9849 * configure: Regenerate.
9850
78716e86
EC
98512004-12-01 Eric Christopher <echristo@redhat.com>
9852
9853 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9854 of things to remove.
9855
57ab8ba9
MK
98562004-11-29 Matt Kraai <kraai@ftbfs.org>
9857
9858 * MAINTAINERS (Write After Approval): Update my e-mail address.
9859
2539bffe
KC
98602004-11-29 Kelley Cook <kcook@gcc.gnu.org>
9861
9862 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9863 from CVS libtool to always pass_all.
9864
3e732ba0
JDA
98652004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9866
9867 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9868 (hppa*64*-*-*): Delete incorrect comment.
9869 * configure: Rebuilt.
9870
767f726e
KC
98712004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9872
9873 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9874
2c92e90f
KC
98752004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9876
9877 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9878 from CVS libtool to always pass_all.
9879
32f84e48
KC
98802004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9881
9882 * install-sh, compile: Import from automake.
9883
9587be8a
KC
98842004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9885
9886 * config.guess, config.sub: Import from savannnah.
9887
04e81808 98882004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
9889
9890 * MAINTAINERS (Write After Approval): Add myself
9891
f87a2b2e
MS
98922004-11-12 Mike Stump <mrs@apple.com>
9893
9894 * Makefile.def: Add html support.
9895 * Makefile.tpl: Likewise.
9896 * Makefile.in: Regenerate.
9897
848556c2
GK
98982004-11-11 Geoffrey Keating <geoffk@apple.com>
9899
556f03c4
GK
9900 PR 18423
9901 * configure.in: Remove all instances of build-fixincludes from
9902 noconfigdirs.
9903 (build_configargs): Supply --target to subdirectories.
9904 * configure: Regenerate.
9905
848556c2
GK
9906 * Makefile.def: Make gcc install depend on fixincludes install.
9907 * Makefile.in: Regenerate.
9908
9e5712a5
JJ
99092004-11-10 Janis Johnson <janis187@us.ibm.com>
9910
9911 * MAINTAINERS: Add myself as gcc testsuite maintainer.
9912
4ef509c0
PB
99132004-11-11 Paul Brook <paul@codesourcery.com>
9914
9915 * MAINTAINERS: Add self as arm maintainer. Update email address.
9916
20d11df6
HPN
99172004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
9918
9919 * configure.in (noconfigdirs) [mmix-*-*]: Disable
9920 target-libgfortran.
79fd8592 9921 * configure: Regenerate.
20d11df6 9922
68c70f15
DE
99232004-11-07 David Edelsohn <edelsohn@gnu.org>
9924
9925 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9926 like CC.
9927
54f88091
PB
99282004-11-05 Paolo Bonzini <bonzini@gnu.org>
9929
9930 * Makefile.def (host fixincludes): Specify missing targets.
9931 * Makefile.in: Regenerate.
9932
6866abb8
RC
99332004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
9934
9935 * MAINTAINERS: Add myself
9936
83f62578
GL
99372004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
9938
9939 * MAINTAINERS (Write After Approval): Add myself.
9940
53c7ffe7
GK
99412004-11-04 Geoffrey Keating <geoffk@apple.com>
9942
9943 * Makefile.def: Build fixincludes for the host, too.
9944 * Makefile.in: Regenerate.
9945 * configure.in (host_tools): Add fixincludes.
9946 * configure: Regenerate.
9947
ac8b3d9d
DJ
99482004-11-04 Daniel Jacobowitz <dan@debian.org>
9949
9950 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9951 * configure: Regenerated.
9952
bab37580
L
99532004-11-04 H.J. Lu <hongjiu.lu@intel.com>
9954
9955 PR other/17783
9956 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9957 * configure: Regenerated.
9958
db1de713
MM
99592004-10-31 Mark Mitchell <mark@codesourcery.com>
9960
9961 * README.SCO: Update per FSF instructions.
9962
a827e21a
EW
99632004-10-28 Eric B. Weddington <ericw@evcohs.com>
9964
9965 PR target/18151
9966 * configure.in (case ${target}): Do not build fixincludes for avr.
9967 * configure: Regenerated.
9968
9d069a4f
PB
99692004-10-26 Paolo Bonzini <bonzini@gnu.org>
9970
9971 * configure.in (case ${target}): Do not build fixincludes
9972 on platforms where it is not used.
9973 * configure: Regenerated.
9974
fc45f3fe
DJ
99752004-10-23 Daniel Jacobowitz <dan@debian.org>
9976
9977 * configure.in: Use an absolute path to install-sh.
9978 * configure: Regenerated.
9979
36554b92
AL
99802004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9981
9982 * MAINTAINERS (Write After Approval): Add myself.
9983
88e9994a
KH
99842004-10-19 Kazu Hirata <kazu@cs.umass.edu>
9985
9986 * MAINTAINERS: Remove from Write After Approval those that are
9987 already maintainers.
9988
ad02a944
SP
99892004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
9990
9991 * MAINTAINERS: Update my email address.
9992
c8e6cd41
KC
99932004-10-12 Kelley Cook <kcook@gcc.gnu.org>
9994
9995 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9996 * configure: Regenerate.
9997
dce2d8b2 99982004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
9999
10000 * MAINTAINERS: Update my email address.
10001
a8b0957e
KH
100022004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10003
10004 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10005 entries belonging to this category.
10006
96836f61
JZ
100072004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10008
10009 * MAINTAINERS: Update my e-mail address.
10010
7e0b5752
PB
100112004-10-06 Paolo Bonzini <bonzini@gnu.org>
10012
10013 Fix wrong conflict resolution in:
10014
10015 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10016
10017 * Makefile.in: Regenerate.
10018 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10019 in the recursive `make', instead of hardwiring `all'.
10020 (Autogenerated TARGET-* variables): New.
10021
370f7a47
TL
100222004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10023
10024 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 10025 * configure: Regenerate.
370f7a47 10026
13e5d623
KH
100272004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10028
10029 * MAINTAINERS (Various Maintainers): Move the "windows,
10030 cygwin, mingw" maintainer to ...
10031 (OS Port Maintainers): ... here.
10032
a6497c1b
KH
100332004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10034
10035 * MAINTAINERS (Write After Approval): Remove those that are
10036 maintainers of some subsystem.
10037
1abb828a
D
100382004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10039
10040 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10041 * ltcf-cxx.sh (tpf*): Likewise.
10042 * ltconfig (tpf*): Add TPF OS configuration support.
10043
16d1338d
BS
100442004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10045
10046 * MAINTAINERS: Change my email address to my new work account.
10047
9082a750
MR
100482004-09-24 Michael Roth <mroth@nessie.de>
10049
10050 * configure.in (--without-headers): Add missing double quotes.
10051 * configure: Regenerate.
10052
dce2d8b2 100532004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
10054
10055 * ylwrap: Revert to previous version.
10056
4c4a5bbc
L
100572004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10058
10059 PR bootstrap/17369
10060 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10061 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10062 SET_GCC_LIB_PATH_CMD.
10063 (BASE_TARGET_EXPORTS): Likewise.
10064 * Makefile.in: Regenerated.
10065
10066 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10067 * configure: Regenerated.
10068
85f59630
KC
100692004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10070
10071 * config.guess: New upstream version
10072 * compile, depcomp, install-sh, ylwrap: Likewise.
10073
95c53c62
RS
100742004-09-19 Roger Sayle <roger@eyesopen.com>
10075
10076 * config/mh-x86omitfp: New host makefile fragment. Add
10077 -fomit-frame-pointer to the default BOOT_CFLAGS.
10078 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10079 * configure: Regenerate.
10080
0a1c093b
AP
100812004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10082
10083 PR target/11572
10084 * configure.in (*-*-darwin*): Renable libobjc.
10085 * configure: Regenerate.
10086
315fcf97
NS
100872004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10088
10089 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10090
0a050485 100912004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 10092
0a050485
DB
10093 * Makefile.def: Remove libbanshee.
10094 * Makefile.tpl: Ditto.
10095 * configure.in: Ditto.
10096 * Makefile.in: Regen.
10097 * configure: Ditto.
10098
5f4a098e
DE
100992004-09-08 David Edelsohn <edelsohn@gnu.org>
10100
10101 * ltmain.sh: Use $pic_object as $non_pic_object if
10102 $non_pic_object=none.
10103
32b2511f
PB
101042004-09-07 Paolo Bonzini <bonzini@gnu.org>
10105
10106 * missing: Import latest version from master repository.
10107
fc4d0e82
NC
101082004-09-06 Nick Clifton <nickc@redhat.com>
10109
10110 * config.sub: Import latest version from master repository.
10111 * config.guess: Likewise.
10112 This includes these changes:
78716e86 10113
fc4d0e82
NC
10114 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10115
10116 * config.sub: Handle crisv32, alias etraxfs.
10117 * config.guess (crisv32:Linux:*:*): Handle.
10118
10119 2004-08-13 Brad Smith <brad@comstyle.com>
10120
10121 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10122 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10123
10124 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10125
10126 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10127 assume the processor is a powerpc. This is because coreutils
10128 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10129 in this case, due to a MacOS X bug that causes
10130 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10131 to return a negative number.
10132 Problem reported by Petter Reinholdtsen in:
10133 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10134
10135 2004-07-19 Ben Elliston <bje@gnu.org>
10136
10137 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10138
10139 2004-06-24 Ben Elliston <bje@gnu.org>
10140
10141 * config.guess: Update copyright years.
10142 * config.sub: Likewise.
10143
10144 2004-06-22 Robert Millan <robertmh@gnu.org>
10145
10146 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10147 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10148
10149 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10150
10151 * config.guess (*:*VMS:*:*): New entry. Replaces
10152 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10153 manufacturer.
10154
10155 2004-06-22 Ben Elliston <bje@gnu.org>
10156
10157 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10158 * config.sub: Likewise.
10159
10160 2004-06-22 Ben Elliston <bje@gnu.org>
10161
10162 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10163 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10164
10165 2004-06-11 Ben Elliston <bje@gnu.org>
10166
10167 * config.guess (pegasos:OpenBSD:*:*): Remove.
10168
10169 2004-06-11 Ben Elliston <bje@gnu.org>
10170
10171 From Wouter Verhelst <wouter@grep.be>:
10172 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10173
10174 2004-06-11 Ben Elliston <bje@gnu.org>
10175
10176 * config.guess (luna88k:OpenBSD:*:*): New.
10177
10178 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10179
10180 * config.guess (m32r*:Linux:*:*): New case.
10181 * config.sub: Handle m32rle.
10182
10183 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10184
10185 From Jens Petersen <petersen@redhat.com>:
10186 * config.sub: Handle sparcv8.
10187
10188 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10189
10190 From Tom Smith <smith@cag.lkg.hp.com>:
10191 * config.guess: Version suffixes are equally significant on Tru64
10192 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10193 prefix of "P" (patched kernel).
10194
10195 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10196
10197 * config.sub: Add support for National Semiconductor CRX target.
10198
2f4cc6bf
JJ
101992004-09-03 Janis Johnson <janis187@us.ibm.com>
10200
10201 * MAINTAINERS (Various Maintainers): Remove myself as web page
10202 maintainer, add myself as maintainer of build status lists.
10203
61fec9ff
JB
102042004-09-03 Jan Beulich <jbeulich@novell.com>
10205
10206 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10207 *-*-netware, but add target-libmudflap.
10208 Consolidate *-*-netware targets (of which really only i?86 exists)
10209 into a single entry.
10210 * configure: Likewise.
10211
45f366ab
PB
102122004-09-01 Paolo Bonzini <bonzini@gnu.org>
10213
10214 * Makefile.tpl (sorry): Remove.
10215 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10216 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10217 (do-clean): Clean per-stage directories too.
10218 (do-distclean): Run distclean-stage1 too.
10219 (.NOTPARALLEL): Enable during toplevel bootstrap.
10220 (stage[+id+]-bubble): Enable parallel execution during
10221 the recursive invocation.
10222 * Makefile.in: Regenerate.
10223
10224 Fix previous checkin:
10225
10226 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10227 include.
10228 * configure.in: Fix indentation.
10229 * configure: Regenerate.
10230
dce2d8b2 102312004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 10232
45f366ab
PB
10233 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10234 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10235 * configure: regenerate
78716e86 10236 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 10237 -mdynamic-no-pic
be8fff81 10238
71b5d516
PB
102392004-08-31 Paolo Bonzini <bonzini@gnu.org>
10240
10241 * Makefile.def (build_modules): Add fixincludes.
10242 (dependencies): Make gcc depend on fixincludes.
10243 * configure.in (build_tools): Add fixincludes.
10244 (build_configdirs): Always include build_libs.
10245 * Makefile.in: Regenerate.
10246 * configure: Regenerate.
10247
102482004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
10249
10250 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10251 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10252 phony targets; do not generate timestamp files.
10253 (distclean-stageN): Remove references to their timestamp files.
10254 (restageN, touch-stageN): Remove.
10255 (stageN-bubble): Rewritten.
10256 (compare): Support lean bootstraps.
10257 * Makefile.in: Regenerate.
10258
10259 * configure.in: Only warn when bootstrapping but
10260 build != host or build != target. Support lean bootstraps.
10261 * configure: Regenerate.
10262
ce7cbbb0
PE
102632004-08-26 Phil Edwards <phil@codesourcery.com>
10264
10265 * configure.in: Give a better error message if GMP/MPFR are missing
10266 and a language needing them has been requested.
10267 * configure: Regenerated.
10268
9c71a529
PE
102692004-08-25 Phil Edwards <phil@codesourcery.com>
10270
10271 * configure.in: Print a list of available language front-ends if
10272 a requested one is missing. Tidy stray tab characters.
10273 * configure: Regenerated.
10274
e3f92d3b
MK
102752004-08-19 Michael Koch <konqueror@gmx.de>
10276
10277 * gcc/doc/install.texi: Update entry about automake for libjava.
10278
c3f84f61
RM
102792004-08-17 Robert Millan <robertmh@gnu.org>
10280
10281 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10282 (instead of FreeBSD).
10283 * configure: Regenerate.
10284
7c27e184
PB
102852004-08-16 Paolo Bonzini <bonzini@gnu.org>
10286
10287 * Makefile.in: Regenerate.
10288 * configure: Regenerate.
10289
10290 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10291 stage_*_flags.
10292 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10293 for bootstrapped modules if toplevel bootstrap is going.
10294 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10295 modules. Adjust for changes in Makefile.def. Enable several
10296 rules even in non-bootstrap mode, just to avoid peppering the
10297 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10298 (stage-[+prev+]-bubble): Remove.
10299
10300 * Makefile.def (Dependencies): Depend on all-build-bison,
10301 all-build-flex, all-build-byacc, all-build-texinfo, rather
10302 than the host variations.
10303 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10304 with BUILD_SUBDIR.
10305 (BISON): Update for recent Bisons.
10306 (YACC): Fix typo.
10307 (cross): Depend on all-build.
10308 (all): Do not depend on all-build.
10309 (prebootstrap): Remove.
10310 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10311 (Prebootstrap dependencies): Add them to the per-stage targets
10312 and to all-prebootstrap.
10313 * configure.in (build_configdirs): Always enable build_tools.
10314 (BUILD_DIR_PREFIX): Remove.
10315
10316 * Makefile.def (gcc): Add target variable.
10317 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10318 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10319 in the recursive `make', instead of hardwiring `all'.
10320 (Autogenerated TARGET-* variables): New.
10321
20f3bb80
BB
103222004-08-13 Brian Booth <bbooth@redhat.com>
10323
10324 * MAINTAINERS: Remove myself from write-after-approval.
10325
b5be499d
NN
103262004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10327
10328 * src-release: Stop distributing mmalloc with gdb (which doesn't
10329 use it).
10330 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10331 * Makefile.in: Regenerate.
10332
b3f8d95d
MM
103332004-08-09 Mark Mitchell <mark@codesourcery.com>
10334
10335 * configure.in (arm*-*-eabi*): New target.
10336 * configure: Regenerate.
10337
3589b69e
PB
103382004-08-06 Paolo Bonzini <bonzini@gnu.org>
10339
10340 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10341 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10342 (Dependencies): New section.
10343 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10344 (configure-target-[+module+]): Depend on maybe-all-gcc
10345 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10346 (toplevel profiledbootstrap): Fix dependencies.
10347 * Makefile.in: Regenerate.
10348
972974fc
MM
103492004-08-03 Mark Mitchell <mark@codesourcery.com>
10350
10351 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10352 target-libiberty to noconfigdirs.
10353 * configure: Regenerate.
10354
bebf829d
PB
103552004-08-03 Paul Brook <paul@codesourcery.com>
10356
10357 * configure.in: Check for MPFR as well as GMP.
10358 * configure: Regenerate.
10359
98a5bb3b
RM
103602004-08-01 Robert Millan <robertmh@gnu.org>
10361
10362 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10363 libmudflap for all GNU-based systems (with Glibc).
10364 * configure: Regenerate.
10365
dce2d8b2 103662004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
10367
10368 * Makefile.def (host-modules): Add gcc.
10369 * Makefile.in: Regenerate.
10370 * Makefile.tpl (sorry): New rule.
10371 (configure-host, all-host, [+make_target+]-host, do-check,
10372 install-host): Do not add gcc as a special case.
10373 (host modules): Add a small special-casing for gcc. Export
10374 extra_make_flags through the environment.
10375 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10376 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10377 other recursive targets for gcc): Remove.
10378
10379 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10380 (stage, unstage): New rules.
10381 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10382 distclean-stage[+id+]): Use stage_current.
10383 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10384 the stage*-start rules.
10385
aeb732c1
GK
103862004-08-02 Geoffrey Keating <geoffk@apple.com>
10387
10388 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10389 use -all_load flag.
10390
25b656e7
PB
103912004-08-02 Paolo Bonzini <bonzini@gnu.org>
10392
10393 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10394 * configure: Regenerate.
10395
cc440d71
TM
103962004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
10397
10398 * maintainer-scripts/gcc_release: Revert yesterday's change.
10399
270e140b
SB
104002004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
10401
10402 * MAINTAINERS: Add myself to write-after-approval.
10403
3e4035f8
TM
104042004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
10405
10406 * libf2c: Removed.
10407 * gcc/gccbug.in: Updated because of libf2c removal.
10408 * maintainer-scripts/gcc_release: Ditto.
10409
dce2d8b2 104102004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
10411
10412 * configure.in: Build libmudflap by default on FreeBSD.
10413 * configure: Regenerated.
10414
dfcada9a
MM
104152004-07-09 Mark Mitchell <mark@codesourcery.com>
10416
10417 * configure.in: Do not build libmudflap by default on non-GNU/Linux
10418 systems.
10419 * configure: Regenerated.
10420
dce2d8b2 104212004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
10422
10423 PR target/16344
10424 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10425 feedback based compiler.
10426 * Makefile.in: Rebuilt.
10427
95bcca47
AO
104282004-07-08 Alexandre Oliva <aoliva@redhat.com>
10429
10430 * Makefile.def (host_modules): Set bootstrap=true for flex.
10431 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10432 * Makefile.in: Rebuilt.
10433
051822f6
JH
104342004-07-07 Jan Hubicka <jh@suse.cz>
10435
10436 * MAINTAINERS: Add self as a profile feedback maintainer.
10437
7b61653a
PE
104382004-07-05 Phil Edwards <phil@codesourcery.com>
10439
10440 * configure.in: Do not prepend $srcdir to /dev/null in
10441 makefile fragments.
10442 * configure: Regenerate.
10443
23f6b2f9
PB
104442004-07-01 Paolo Bonzini <bonzini@gnu.org>
10445
10446 * Makefile.def (build_modules): Add bison, byacc, flex,
10447 m4, texinfo.
10448 (flags_to_pass): Add FLEX.
10449 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10450 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10451 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10452 DEFAULT_MAKEINFO): Remove.
10453 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10454 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10455 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10456 objdir or else use configured tool.
10457 (all-build): New.
10458 (all): Depend on it.
10459 (Build module dependencies): Add.
10460 * Makefile.in: Regenerate.
10461 * configure.in: Better support for multiple build modules,
10462 matching what is done for host/target modules. Do not look
10463 for "plausible" locations of build tools if Canadian cross.
10464 Use autoconf's AC_PROG_CC to find a C compiler. Define
10465 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
10466 * configure: Regenerate.
78716e86 10467
1c020272
PB
104682004-06-22 Paolo Bonzini <bonzini@gnu.org>
10469
10470 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10471 * Makefile.in: Regenerate.
10472
a52a0a7f
PB
104732004-06-22 Paolo Bonzini <bonzini@gnu.org>
10474
10475 * Makefile.tpl (configure-build-[+module+],
10476 configure-[+module+], configure-target-[+module+]): Pass
10477 [+extra_configure_args+].
10478 (all-build-[+module+], all-[+module+], check-[+module+],
10479 install-[+module+], [+make_target+]-[+module+],
10480 all-target-[+module+], check-target-[+module+],
10481 install-target-[+module+], [+make_target+]-target-[+module+]):
10482 Pass [+extra_make_args+].
10483 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10484 (GCC_HOST_EXPORTS): Remove.
10485 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10486 cross, check-gcc, check-gcc-c++, install-gcc,
10487 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10488 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10489 * Makefile.in: Regenerate.
10490
ccde3f1a
MS
104912004-06-21 Matthew Sachs <msachs@apple.com>
10492
10493 * MAINTAINERS: Added self to write-after-approval.
10494
6264b0a6
CF
104952004-06-21 Christopher Faylor <cgf@alum.bu.edu>
10496
10497 * configure.in: Check for srcdir/winsup rather than build directory
10498 winsup.
10499 * configure: Regenerate.
10500
801e2270
CV
105012004-06-17 Corinna Vinschen <vinschen@redhat.com>
10502
10503 * configure.in: Don't build Cygwin native newlib if winsup
10504 directory is missing. Emit warning instead.
10505 * configure: Regenerate.
10506
ad6717df
PB
105072004-06-09 Paolo Bonzini <bonzini@gnu.org>
10508
10509 * Makefile.tpl (touch-stage[+id+]): New.
10510 (restage[+prev+]): Depend on touch-stage[+id+].
10511
10512 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10513 Use it throughout.
10514
10515 * Makefile.def: Add profile and feedback bootstrap stages.
10516 Remove next field from bootstrap stages.
10517 * Makefile.tpl (LN, LN_S): Substitute.
10518 (stageN-start, stageN-end): Use double-colon rules, to
10519 provide a hook for additional setup commands.
10520 (distclean-stageN-gcc, restageN): Create dependencies from
10521 [+prev+], not from [+next+].
10522 (stageN-bubble): Add commands for successive stages from
10523 [+prev+], using double-colon rules.
10524 (all-stageN-gcc): Fix typo.
10525 (stagefeedback-start, profiledbootstrap): New.
10526 * Makefile.in: Regenerate.
10527 * configure.in: Call ACX_PROG_LN.
10528 * configure: Regenerate.
10529
5bbb9680
CY
105302004-06-08 Canqun Yang <canqun@nudt.edu.cn>
10531
10532 * MAINTAINERS (Write After Approval): Add myself.
10533
e18be1d4
MA
105342004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
10535
10536 * MAINTAINERS (Write After Approval): Add myself.
10537
5607edfd
PB
105382004-06-03 Paolo Bonzini <bonzini@gnu.org>
10539
10540 * configure.in: Fix --enable-bootstrap breakage introduced in trees
10541 without gcc.
10542 * configure: Regenerate.
10543
1ec4e9c3
PB
105442004-06-01 Paolo Bonzini <bonzini@gnu.org>
10545
10546 * Makefile.tpl: Fix typo.
10547 * Makefile.in: Regenerate.
10548
dce2d8b2 105492004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
10550
10551 * configure.in: Remove new- prefix from toplevel
10552 bootstrap targets.
10553 * configure: Regenerate.
10554
f516a7da
PB
105552004-06-01 Paolo Bonzini <bonzini@gnu.org>
10556
10557 * Makefile.tpl (all.normal): Rename to all.
10558 (all): Replace with a rule to pick the default
10559 target from configure.
10560 (all-gcc, configure-gcc): Use conditionals to
10561 do nothing when toplevel bootstrap is going on.
10562 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10563 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10564 * configure.in: Support --enable-bootstrap.
10565
10566 * Makefile.def: Remove new- prefix from toplevel
10567 bootstrap targets.
10568 * Makefile.tpl: Likewise.
10569
10570 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
10571 target.
10572
10573 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10574 $(RECURSE_FLAGS) to recursive invocation of make.
10575
10576 * Makefile.in: Regenerate.
10577 * configure: Regenerate.
10578
78dd5e36 105792004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 10580 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
10581
10582 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10583 like CC.
10584
30f1bddc
DJ
105852004-05-27 Daniel Jacobowitz <dan@debian.org>
10586
10587 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10588 * configure: Regenerate.
10589
4fc4dd12
DJ
105902004-05-25 Daniel Jacobowitz <drow@false.org>
10591
10592 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10593 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10594 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
10595 targets.
10596 * Makefile.in: Regenerate.
10597
dce2d8b2 105982004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
10599
10600 * configure.in: Test the ability to symlink directories.
10601 * configure: Regenerate.
10602
10603 * Makefile.def (bootstrap-stage): New definitions.
10604 * Makefile.tpl (configure-stage1-gcc,
10605 configure-stage2-gcc, configure-stage3-gcc,
10606 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10607 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10608 new-restage3, compare): Autogenerate, see Makefile.in
10609 entry for behavioral changes.
10610 (distclean-stage1, new-stage1-start, new-stage1-end,
10611 new-stage1-bubble, distclean-stage2, new-stage2-start,
10612 new-stage2-end, new-stage2-bubble, distclean-stage3,
10613 new-stage3-start, new-stage3-end): New autogenerated targets.
10614 (objext, prebootstrap, BOOT_CFLAGS,
10615 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10616 targets.
10617
10618 * Makefile.in: Regenerate.
10619 (distclean-stage1, new-stage1-start, new-stage1-end,
10620 new-stage1-bubble, distclean-stage2, new-stage2-start,
10621 new-stage2-end, new-stage2-bubble, distclean-stage3,
10622 new-stage3-start, new-stage3-end): New targets.
10623 (all-stage1-gcc): Move prebootstrap dependency from here...
10624 (configure-stage1-gcc): ...to here.
10625 (new-bootstrap): Use bubble targets.
10626 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10627 Use per-stage distclean targets.
10628 (configure-stage1-gcc, configure-stage2-gcc,
10629 configure-stage3-gcc, all-stage1-gcc,
10630 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10631 Use new-stageN-start to prepare the tree.
10632
4f4e53dd
PB
106332004-05-23 Paolo Bonzini <bonzini@gnu.org>
10634
10635 * Makefile.def (host_modules): add libcpp.
10636 * Makefile.tpl: Add dependencies on and for libcpp.
10637 * Makefile.in: Regenerate.
10638 * configure.in: Add libcpp host module.
10639 * configure: Regenerate.
10640
60975492
PB
106412004-05-21 Paolo Bonzini <bonzini@gnu.org>
10642
10643 * Makefile.tpl: Whenever a recursive target is defined, wrap
10644 it in a special @if/@endif block, and prepare its maybe
10645 dependency in the @if/@endif block
10646 * configure.in: Instead of writing maybe dependencies, remove
10647 the @if/@endif statements, and remove the @if/@endif blocks
10648 that remain.
10649 * configure: Regenerate.
10650 * Makefile.in: Regenerate.
10651
5ce7d75d
JJ
106522004-05-20 Janis Johnson <janis187@us.ibm.com>
10653
10654 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10655
c779c42f
KK
106562004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
10657
10658 PR bootstrap/15120
10659 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10660 * */configure: Rebuilt.
10661
b4117c30
ZW
106622004-05-17 Zack Weinberg <zack@codesourcery.com>
10663
10664 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10665 of libf2c.
10666 * configure, Makefile.in: Regenerate.
10667
719bb4e3 106682004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
10669
10670 * MAINTAINERS (Write After Approval): Add myself.
10671
6de9cd9a
DN
106722004-05-13 Diego Novillo <dnovillo@redhat.com>
10673
10674 Merge from tree-ssa-20020619-branch.
10675
10676 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10677 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10678 (HOST_GMPLIBS): Define.
10679 (HOST_GMPINC): Define.
10680 (TARGET_LIB_PATH): Add libmudflap.
10681 (GFORTRAN_FOR_TARGET): Define.
10682 (configure-build*): Export GFORTRAN.
10683 (configure-gcc): Export GMPLIBS and GMPINC.
10684 (all-gcc): Add maybe-all-libbanshee.
10685 (configure-target-libgfortran): Define.
10686 * Makefile.in: Regenerate.
10687 * configure.in (host_libs): Add libbanshee.
10688 (target_libraries): Add target-libmudflap and target-libgfortran.
10689 Add --with-libbanshee.
10690 Handle --disable-libmudflap.
10691 (*-*-freebsd*): Use with_gmp.
10692 Add $(libgcj) to noconfigdirs.
10693 * configure: Regenerate.
10694 * depcomp: New file.
10695 * MAINTAINERS: Add tree-ssa maintainers.
10696
8f1b790f
VM
106972004-05-04 Vladimir Makarov <vmakarov@redhat.com>
10698
b4117c30 10699 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 10700
693446fc
BF
107012004-04-30 Brian Ford <ford@vss.fsi.com>
10702
b4117c30 10703 * MAINTAINERS (Write After Approval): Add myself.
693446fc 10704
d1bb666c
UB
107052004-04-29 Uros Bizjak <uros@kss-loka.si>
10706
b4117c30 10707 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 10708
6cf1ac42
PB
107092004-04-28 Paolo Bonzini <bonzini@gnu.org>
10710
10711 * config/acx.m4: Fix fastcompare support for new-bootstrap.
10712 * configure: Regenerate.
10713
632933d5
PB
107142004-04-27 Paolo Bonzini <bonzini@gnu.org>
10715
10716 Revert:
10717 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10718
10719 * Makefile.def (flags_to_pass): Remove *dir variables that
10720 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10721 as well as prefix and exec_prefix.
10722 * Makefile.in: Regenerate.
10723
80dc6aa0
RM
107242004-04-26 Robert Millan <robertmh@gnu.org>
10725
10726 Add patches from libtool CVS.
10727 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10728 * ltconfig: Likewise.
10729 * ltcf-c.sh: Likewise.
10730 * ltcf-cxx.sh: Likewise.
10731 * ltcf-gcj.sh: Likewise.
10732
e11283f1
PB
107332004-04-26 Paolo Bonzini <bonzini@gnu.org>
10734
10735 * Makefile.def (host_modules): Mark with the bootstrap
10736 flag packages on which gcc depends.
10737 * Makefile.tpl (all-bootstrap): Use it.
10738 * Makefile.in: Regenerate.
10739
8546950c
PB
107402004-04-26 Paolo Bonzini <bonzini@gnu.org>
10741
10742 * Makefile.def (flags_to_pass): Remove *dir variables that
10743 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10744 as well as prefix and exec_prefix.
10745 * Makefile.in: Regenerate.
10746
a76494aa
PB
107472004-04-26 Paolo Bonzini <bonzini@gnu.org>
10748
b4117c30
ZW
10749 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10750 * configure: Regenerate.
10751 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10752 * gcc/Makefile.tpl (compare): Use the result of the test.
10753 * gcc/Makefile.in: Regenerate.
a76494aa 10754
03a91701
PB
107552004-04-23 Paolo Bonzini <bonzini@gnu.org>
10756
10757 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10758 Always relocate gcc and prev-gcc to the original names, even
10759 if the build fails.
10760 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10761 New targets.
10762
082a6351
LG
107632004-04-23 Laurent GUERBY <laurent@guerby.net>
10764
10765 * MAINTAINERS: Update my email address.
b4117c30 10766
1f1d584b
RO
107672004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10768
10769 * configure.in (mips*-*-irix5*): Enable ld.
10770 * configure: Regenerate.
082a6351 10771
1db673ca
RO
107722004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10773
10774 * configure: Regenerate.
10775
ce4ea44e
JW
107762004-04-15 James E Wilson <wilson@specifixinc.com>
10777
10778 * Makefile.tpl (configure-[+module+], configure-gcc,
10779 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10780 Set and export LDFLAGS.
10781 * Makefile.in: Regenerate.
10782
611f62ad
MC
107832004-04-12 Michael Chastain <mec.gnu@mindspring.com>
10784
b4117c30 10785 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 10786
be912515
NN
107872004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
10788
10789 PR bootstrap/14871
10790 * Makefile.tpl: If we don't have built-in-tree target tools,
10791 use the ones found by configure rather than hacking around with
10792 program_transform_name.
10793 * configure.in: Give Makefile.tpl the information necessary
10794 to do that.
10795 * Makefile.in: Regenerate.
10796 * configure: Regenerate.
10797
9104315a
NN
107982004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
10799
10800 PR bootstrap/14760
10801 * configure.in: When computing baseargs, strip *all* copies of
10802 offending options. Also, don't match/substitute the trailing space,
10803 so that this actually works when two similar options are separated by
10804 only one space.
10805 * configure: Regenerate.
10806
bef1d700
DE
108072004-04-06 David Edelsohn <edelsohn@gnu.org>
10808
b4117c30
ZW
10809 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10810 (rs6000-*-aix*): Same.
10811 * configure: Regenerate.
bef1d700 10812
54bcf05e 108132004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
10814
10815 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 10816
369a832c 108172004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
10818
10819 * MAINTAINERS: Add myself to write-after-approval.
369a832c 10820
09a9c095
NN
108212004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
10822
7caf53cb
NN
10823 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10824 STRICT_WARN, WARN_CFLAGS flags passed down to make.
10825 * Makefile.in: Regenerate.
10826
09a9c095
NN
10827 * configure.in (top level bootstrap support): Rework --enable-werror
10828 to set @stage2_werror_flag@.
10829 * configure: Regenerate.
10830 * Makefile.tpl (top level bootstrap support): Pass
10831 @stage2_werror_flag@ down to configure in stages 2 and 3.
10832 * Makefile.in: Regenerate.
10833
5595a2bd
NN
108342004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
10835
cbfd7e06
NN
10836 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10837 for stages 2 and 3 as well as in make. As a consequence, remove
10838 OUTPUT_OPTION (now detected by configure) from the flags passed down
10839 to make.
10840 * Makefile.in: Regenerate.
10841
5595a2bd
NN
10842 * Makefile.tpl (new-bootstrap): Fix typo.
10843 * Makefile.in: Regenerate.
10844
ca3b3e20
NN
108452004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
10846
295f4e42
NN
10847 * Makefile.tpl: Rearrange by moving recursive_targets rules
10848 into their proper sections.
10849 * Makefile.tpl (top level bootstrap support): Move disabling
10850 of coverage flags from 'make' to 'configure'; improve comments.
10851 * Makefile.in: Regenerate.
10852
340de83f
NN
10853 * Makefile.tpl (experimental top level bootstrap) Move stage1
10854 language setting from all- target to configure- target; disable
10855 intermodule optimization in stage 1; prevent gratuitous rebuilds
10856 of stage 1.
10857 * Makefile.in: Regenerate.
10858 * configure.in: Comma-separate stage 1 language list for top
10859 level bootstrap.
10860 * configure: Regenerate.
10861
ca3b3e20
NN
10862 * Makefile.tpl: Clean up experimental top level bootstrap support:
10863 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10864 prev-gcc in configure- targets as well as all- targets.
10865 * Makefile.in: Regenerate.
10866
4d038073
KC
108672004-03-21 Kelley Cook <kcook@gcc.gnu.org>
10868
10869 * compile: New file imported from automake.
10870
ab3533d6
PB
108712004-03-17 Paolo Bonzini <bonzini@gnu.org>
10872
10873 * configure.in: Remove symbolic link section.
10874 * configure: Regenerate.
10875 * Makefile.tpl (links): Remove.
10876 * Makefile.in: Regenerate.
10877
1e0f07d3 108782004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 10879 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
10880
10881 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 10882 Set with AC_CHECK_PROGS.
1e0f07d3
PB
10883 * configure.in: Fix comment typo from last patch.
10884 * configure: Regenerate.
10885
2805b53a
NN
108862004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
10887
10888 * Makefile.tpl: Introduce experimental top level bootstrap support.
10889 * Makefile.in: Regenerate.
10890 * configure.in: Introduce support for top level bootstrap.
10891 * configure: Regenerate.
10892
79b4b7d2 108932004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 10894 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
10895
10896 PR bootstrap/14522
10897 * configure.in: Cope with shells that do not support unquoted ^
10898 * configure: Regenerate.
10899
6bbec498 109002004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 10901 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
10902
10903 PR bootstrap/14522
79b4b7d2 10904 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
10905 quotes inside quoted backquote substitutions.
10906 * configure: Regenerate.
10907
83c15dfc
AP
109082004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
10909
10910 PR bootstrap/14522
f2bd98d4 10911 * configure.in: Fix escaping of $.
83c15dfc
AP
10912 * configure: Regenerate.
10913
55ffb5ed
NN
109142004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
10915
10916 * configure: Regenerate, since I forgot to while committing Paolo's
10917 changes.
10918
e4c9c075
PB
109192004-03-08 Paolo Bonzini <bonzini@gnu.org>
10920
10921 PR ada/14131
10922 Move language detection to the top level.
10923 * configure.in: Find default values for the tools as
10924 soon as possible. Disable ada if GNAT is not found.
10925 Emit error message about missing languages. Expand
10926 --enable-languages=all for the gcc subdirectory.
10927
5199e2c6
BE
109282004-03-10 Ben Elliston <bje@gnu.org>
10929
10930 * MAINTAINERS: Update my email address.
10931
c18b95e5
DE
109322004-03-05 David Edelsohn <edelsohn@gnu.org>
10933
10934 * ltconfig: Disable building static libraries if building shared
10935 libraries on AIX 5L.
10936
d0fe5ad3
RS
109372004-03-01 Richard Sandiford <rsandifo@redhat.com>
10938
10939 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10940 and disable libgcj.
10941 * configure: Regenerated.
10942
e6f71f9d
BB
109432004-03-01 Brian Booth <bbooth@redhat.com>
10944
10945 * MAINTAINERS: Add myself to write-after-approval.
10946
8983e50e
PB
109472004-03-01 Paolo Bonzini <bonzini@gnu.org>
10948
10949 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 10950
d4cd9d81
NN
109512004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10952
10953 PR bootstrap/7087
10954 * Makefile.tpl: Guard XFOO sed statements better.
10955 * Makefile.tpl: Add dependency for configure-target-libada.
10956 * Makefile.in: Regenerate (incidentally fixes broken
10957 commit when libada-branch was merged).
10958
0ea0229e
KC
109592004-02-25 Kelley Cook <kcook@gcc.gnu.org>
10960
10961 * MAINTAINERS: Add myself to write-after-approval.
10962
bad93735
AP
109632004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
10964
10965 * MAINTAINERS: Add Nicola Pero and myself as libobjc
10966 maintainers.
10967
a7ca14fc
AC
109682004-02-20 Andrew Cagney <cagney@redhat.com>
10969
10970 * config.guess: Update from version 2003-10-16 to 2004-02-16.
10971 * config.sub: Update from version 2003-11-03 to 2004-02-16.
10972
51592782
NN
109732004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
10974
10975 PR bootstrap/11932
10976 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10977
6a30854a
JQ
109782004-02-14 Jerry Quinn <jlquinn@optonline.net>
10979
10980 * MAINTAINERS: Added myself to write-after-approval.
10981
be8b2bee
MK
109822004-02-14 Michael Koch <konqueror@gmx.de>
10983
10984 * MAINTAINERS: Added myself to write-after-approval.
10985
972760b7
JM
109862004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
10987
10988 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
10989 some OS port maintainers to OS port maintainers section.
10990
b0281654
FCE
109912004-02-13 Frank Ch. Eigler <fche@redhat.com>
10992
10993 * MAINTAINERS: Add self.
10994
3c419fd6
KH
109952004-02-12 Kazu Hirata <kazu@cs.umass.edu>
10996
10997 * MAINTAINERS: Alphabetize.
10998
e88e9aee
PB
109992004-02-12 Paolo Bonzini <bonzini@gnu.org>
11000
11001 * MAINTAINERS: Remove myself.
b4117c30 11002
1915e422
DE
110032004-02-11 David Edelsohn <edelsohn@gnu.org>
11004
11005 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11006 (rs6000-*-aix*): Same.
11007 * configure: Regenerate.
11008
a22c2d8d
KC
110092004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11010
11011 * configure.in (host): Add in missing $noconfigdirs to defines.
11012 * configure: Regenerate.
11013
d9cdb878
AC
110142004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11015 Nathanael Nerode <neroden@gcc.gnu.org>
11016
11017 PR ada/6637, PR ada/5911
b4117c30 11018 Merge with libada-branch:
d9cdb878
AC
11019 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11020 with appropriate dependencies. Add --enable-libada configure switch.
11021 * configure, Makefile.in: Regenerate.
11022
8bd92821
PB
110232004-02-09 Paolo Bonzini <bonzini@gnu.org>
11024
11025 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11026
89a95129
RO
110272004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11028
11029 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11030 * configure: Regenerate.
11031
892629bc
GK
110322004-02-04 Geoffrey Keating <geoffk@apple.com>
11033
11034 Merge from upstream:
11035
11036 * ltmain.in: When setting IFS to '~', be careful about user
11037 arguments that contain '~'.
11038
11039 2004-02-04 Peter O'Gorman <peter@pogma.com>
11040
11041 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11042 Also test $base_compile against $CC with escaped arguments. Bug
11043 reported by Geoff Keating <geoffk@apple.com>.
11044
6b402165
KH
110452004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11046
11047 * MAINTAINERS: Remove i960 port.
11048
fa2f0306
DD
110492004-01-23 DJ Delorie <dj@redhat.com>
11050
11051 * Makefile.def (target_modules) [libiberty]: Don't stage.
11052 * Makefile.in: Rebuilt.
11053
9feb20aa
CT
110542004-01-20 Caroline Tice <ctice@apple.com>
11055
11056 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11057
7aed2ccc
PC
110582004-01-19 Paolo Carlini <pcarlini@suse.de>
11059
11060 * MAINTAINERS: Update my email address.
11061
f25bebe1
JM
110622004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11063
11064 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11065
28083580
VR
110662004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11067
11068 * MAINTAINERS: Remove entries without email address.
11069
c0f4b5e4
DJ
110702004-01-15 Daniel Jacobowitz <drow@mvista.com>
11071
11072 * MAINTAINERS: Add myself to write-after-approval.
11073
b5eb5a5e
SB
110742004-01-15 Steven Bosscher <stevenb@suse.de>
11075
11076 * MAINTAINERS: Update my email address.
11077
dce2d8b2 110782004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
11079
11080 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11081 * Makefile.tpl (configure-target-[+module+]): Support stage.
11082 * Makefile.in: Rebuilt.
11083
74c0b320
ILT
110842004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11085
11086 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11087
2560344b
RS
110882004-01-10 Richard Sandiford <rsandifo@redhat.com>
11089
11090 * MAINTAINERS: Add myself as a MIPS maintainer.
11091
8b21cda6
NN
110922004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11093
2b6c260d
NN
11094 * configure.in: Use ./config.cache, not config.cache.
11095 * configure: Regenerate.
11096 * Makefile.tpl: Special-casing not needed for GCC any more.
11097 * Makefile.in: Regenerate.
11098
09438bde
NN
11099 * configure.in: Don't share a cache file for host dirs.
11100 * configure: Regenerate.
11101
8b21cda6
NN
11102 * config-ml.in: Don't mess with the cache file.
11103
e42870df
EB
111042004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11105
11106 * MAINTAINERS: Move myself from 'Write After Approval' to
11107 'CPU Port Maintainers' section as SPARC maintainer.
11108
6b9eb62c
NN
111092004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11110
78a816a6
NN
11111 * Makefile.tpl: Make GCC use a separate config.cache.
11112 * Makefile.in: Regenerate.
11113
6b9eb62c
NN
11114 PR bootstrap/11932, PR bootstrap/11933
11115 (I don't know if it will fix either of them, but it relates
11116 to them.)
11117 * configure.in: Don't use shared config.cache for target
11118 directories.
11119 * configure: Regenerate.
11120
86d7b562
DN
111212004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11122
11123 * MAINTAINERS: Add myself to 'Write After Approval' section.
11124
07d0a605
RS
111252003-12-31 Roger Sayle <roger@eyesopen.com>
11126
11127 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11128 * configure: Regenerated.
11129
459ac19f
KH
111302003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11131
11132 * MAINTAINERS: Remove the mn10200 maintainer.
11133
5785c0ed 111342003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 11135
cc6010cd
AP
11136 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11137 * configure: Regenerated.
5785c0ed 11138
a268eff9
JH
111392003-12-16 Jan Hubicka <jh@suse.cz>
11140
11141 * MAINTAINERS: Add myself as callgraph maintainer.
11142
9d465b12
TF
111432003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11144
11145 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11146 * configure: Regenerate.
11147
a68a270a
GB
111482003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11149
11150 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11151 'Write After Approval' section. Update email.
11152
dce2d8b2 111532003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
11154
11155 * MAINTAINERS (Write After Approval): Add myself.
11156
8c052da4
MT
111572003-11-20 Matt Thomas <matt@3am-software.com>
11158
11159 * MAINTAINERS: Add myself as a vax port maintainer.
11160
e75f9147
KC
111612003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11162
11163 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11164 (configure-build-[+module+], configure-[+module+]): Likewise.
11165 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11166 * Makefile.in: Regenerate.
11167
43d8d958
AT
111682003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11169
11170 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11171 shared/dylibed libraries.
11172 * ltmain.sh: Likewise.
11173 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11174 * ltcf-cxx.sh: Likewise.
11175 * ltcf-gcj.sh: Likewise.
11176 * ltconfig: Likewise.
11177
638dcaa0
SC
111782003-11-17 Stan Cox <scox@redhat.com>
11179
11180 * MAINTAINERS: Add myself as iq2000 port maintainer.
11181
15cc172b
AC
111822003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11183
b4117c30
ZW
11184 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11185 * Makefile.in: Regenerate.
15cc172b 11186
20af77cd
UW
111872003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11188
11189 * config.sub: Update to 2003-11-03 version.
11190
4dd01c5c
PE
111912003-10-20 Phil Edwards <phil@codesourcery.com>
11192
11193 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11194 * configure: Regenerate.
11195
dce2d8b2 111962003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
11197
11198 * MAINTAINERS: Add myself to 'Write After Approval' section.
11199
8b7ebc31
AC
112002003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11201
11202 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11203
afe1910c
JM
112042003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11205
11206 * MAINTAINERS: Update my email address.
11207
05dcec66
RO
112082003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11209
11210 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11211
dce2d8b2 112122003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
11213
11214 * MAINTAINERS: Add myself to 'Write After Approval' section.
11215
507ec745
BI
112162003-10-16 Bernardo Innocenti <bernie@develer.com>
11217
11218 * config.guess: Update to 2003-10-16 version.
11219 * config.sub: Update to 2003-10-16 version.
11220
dce2d8b2 112212003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
11222
11223 * MAINTAINERS: Added myself to 'Write After Approval' section.
11224
0c9b16bc
FH
112252003-10-15 Falk Hueffner <falk@debian.org>
11226
11227 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11228 'Write After Approval' section. Update email.
11229
74d57d15
RS
112302003-10-14 Roger Sayle <roger@eyesopen.com>
11231
11232 * MAINTAINERS: Move myself from 'Write After Approval' to
11233 'Various Maintainers' section as middle-end maintainer.
11234
d29b8ad8
NN
112352003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11236
11237 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11238 HOST_FLAGS_TO_PASS.
11239 * Makefile.in: Regenerate.
11240
26db814a
BI
112412003-10-11 Bernardo Innocenti <bernie@develer.com>
11242
11243 * config.guess: Update to 2003-10-07 version.
11244 * config.sub: Update to 2003-10-07 version.
11245
fffeb871
RO
112462003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11247
11248 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11249 * ltconfig (irix5*, irix6*): Don't override version_type.
11250
6691a79e
ME
112512003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11252
11253 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11254 * configure: Rebuilt
11255 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11256 * Makefile.in: Rebuilt
11257
62cdd71e
L
112582003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11259
11260 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11261
6fe2eacc
CW
112622003-09-30 Carlo Wood <carlo@alinoe.com>
11263
cc6010cd 11264 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 11265
ea57e5ad
PK
112662003-09-29 Paul Koning <ni1d@arrl.net>
11267
11268 * MAINTAINERS: Move myself from "Write After Approval"
11269 to CPU platform maintainers for pdp11 platform.
11270
e070672a
AT
112712003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11272
11273 * MAINTAINERS: Move myself from 'Write After Approval' to
11274 'Various Maintainers' section as libffi testsuite maintainer.
11275
43bb47c2
DJ
112762003-09-21 Daniel Jacobowitz <drow@mvista.com>
11277
11278 * configure.in: Pass a computed --program-transform-name
11279 to subconfigures.
11280 * configure: Regenerated.
11281
da9d3b37
NN
112822003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11283
94322beb
NN
11284 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11285 * Makefile.in: Regenerate.
11286
da9d3b37
NN
11287 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11288 * Makefile.in: Regenerate.
11289
ffd9060b
ZL
112902003-09-19 Ziemowit Laski <zlaski@apple.com>
11291
11292 * MAINTAINERS: Move myself from 'Write After Approval'
11293 to 'Various Maintainers' (objective-c) section.
11294
eeae7b41
DJ
112952003-09-17 Daniel Jacobowitz <drow@mvista.com>
11296
11297 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11298 quoting.
11299 * configure: Regenerated.
11300
a080d12b
JB
113012003-09-16 Joel Brobecker <brobecker@gnat.com>
11302
11303 * MAINTAINERS (Write After Approval): Add myself to write after
11304 approval list.
11305
6cd2fc59
DN
113062003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11307
cc6010cd 11308 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 11309
dcbdd9cc
ILT
113102003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11311
11312 * MAINTAINERS: Update my e-mail address.
11313
e517f636
AM
113142003-09-09 Alan Modra <amodra@bigpond.net.au>
11315
11316 * libtool.m4 (LD): Correct powerpc64 host match.
11317
bc49924b
JW
113182003-09-06 James E Wilson <wilson@tuliptree.org>
11319
11320 * MAINTAINTERS: Update my affiliation and email address.
11321
082124f5
ZD
113222003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11323
11324 * MAINTAINERS (Write After Approval): Add myself.
11325
dc94d89e
DD
113262003-09-04 DJ Delorie <dj@redhat.com>
11327
11328 * configure: Regenerate.
11329
113302003-09-04 Robert Millan <robertmh@gnu.org>
11331
11332 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 11333
7a0f2d4e
KG
113342003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11335
11336 * configure.in: Ensure arguments to sed are properly spaced.
11337 * configure: Regenerate.
11338
88d032eb
GP
113392003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11340
11341 * MAINTAINERS: Update my e-mail address.
11342
0b3f3d22
ME
113432003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11344
11345 * MAINTAINERS (Write After Approval): Add myself.
11346
d253f9ba
DJ
113472003-08-27 Daniel Jacobowitz <drow@mvista.com>
11348
11349 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11350 * configure: Regenerated.
11351
066ec9c9
MM
113522003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11353
11354 * MAINTAINERS: Update my email address.
11355
415d7ef9
PE
113562003-08-23 Phil Edwards <pme@gcc.gnu.org>
11357
11358 * configure.in: Use newline instead of semicolon when assuming
11359 shell arguments in a for loop.
11360 * configure: Regenerated.
11361
e1567352
JE
113622003-08-22 Jason Eckhardt <jle@rice.edu>
11363
11364 * MAINTAINERS: Resurrect the i860 maintainer.
11365
b348267b
GK
113662003-08-20 Geoffrey Keating <geoffk@apple.com>
11367
e50084fa
GK
11368 PR 8180
11369 * configure.in: When testing with_libs and with_headers, treat
11370 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11371 * configure: Regenerate.
b4117c30 11372
b348267b
GK
11373 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11374 make, shell, etc.
11375 (baseargs): Likewise.
11376 * configure: Regenerate.
11377
ca26ffe0
BI
113782003-08-20 Bernardo Innocenti <bernie@develer.com>
11379
11380 * MAINTAINERS (Write After Approval): Add myself.
11381
940cde4d
GK
113822003-08-19 Geoffrey Keating <geoffk@apple.com>
11383
11384 * configure.in: Disable libgcj for darwin not on powerpc.
11385 * configure: Rebuild.
11386
74bed51b
ADL
113872003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11388
11389 * config-ml.in, symlink-tree: Add license.
11390
b4117c30
ZW
113912003-08-03 Richard Stallman <rms@gnu.org>
11392 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
11393
11394 * README.SCO: New file.
11395
333a28b4
MK
113962003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
11397
11398 * Makefile.tpl (check, check-c++): Express dependencies using
11399 dependencies rather than commands.
11400 * Makefile.in: Regenerate.
11401
c197e306
AC
114022003-08-01 Andrew Cagney <cagney@redhat.com>
11403
11404 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11405 * configure: Ditto.
11406
a8ee6e2d
GK
114072003-07-31 Geoffrey Keating <geoffk@apple.com>
11408
11409 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 11410 * Makefile.in: Update.
a8ee6e2d 11411
8d9b3f2e
AT
114122003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
11413
11414 * configure.in: Enable libgcj for darwin.
11415 * configure: Rebuild.
11416
52c0c542
PE
114172003-07-29 Phil Edwards <pme@gcc.gnu.org>
11418
11419 * config-ml.in: Use ac_configure_args directly instead of
11420 ml_arguments. Only set ml_norecursion if --no[-]recursion is
11421 actually seen.
11422
b4acb5ef
NN
114232003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11424
11425 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11426 creating target and build subdirs to build all parent dirs as needed.
11427 * Makefile.in: Rebuild.
11428 * configure.in: Don't build dirs explicitly here.
11429 * configure: Rebuild.
11430
a51d71d0
PB
114312003-07-26 Paul Brook <paul@nowt.org>
11432
11433 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11434
f43e12ce
AO
114352003-07-22 Alexandre Oliva <aoliva@redhat.com>
11436
11437 * Makefile.tpl (all-make): Depend on intl.
11438 * Makefile.in: Rebuilt.
11439
8a199ff6
PE
114402003-07-20 Phil Edwards <pme@gcc.gnu.org>
11441
11442 * install-sh: Update to newer upstream versions (associated with
11443 aclocal 1.7).
11444 * mkinstalldirs: Likewise.
11445 * missing: Likewise, plus $1Help2man -> $1 typo fix.
11446
e6a8c803
AP
114472003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
11448
11449 * MAINTAINERS: Move self from Bug database only accounts
11450 to write-after-approval.
11451
9f13608f
NN
114522003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
11453
11454 * config.if: Remove unused libc_interface determination.
11455
c7864714
NN
114562003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
11457
11458 * MAINTAINERS: Move self from write-after-approval to
11459 build machinery (*.in).
11460
775956d0
NN
114612003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
11462
11463 PR bootstrap/11273
11464 PR bootstrap/11408
11465 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
11466 unused INSTALL_PROGRAM_ARGS.
11467 * configure.in: Use AC_PROG_INSTALL.
11468 * Makefile.in: Regenerate.
11469 * configure: Regenerate.
11470
c7f67a6e
KH
114712003-07-13 Kazu Hirata <kazu@cs.umass.edu>
11472
11473 * MAINTAINERS: Alphabetize.
11474
33952f6f
AO
114752003-07-10 Alexandre Oliva <aoliva@redhat.com>
11476
11477 * configure: Rebuilt.
11478 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11479 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11480 newlib nor libgloss.
11481 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
11482 * configure.in (am33_2.0-*-linux*): Added.
11483
0d4f1b4e
BW
114842003-07-09 Bob Wilson <bob.wilson@acm.org>
11485
11486 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11487 * configure: Regenerate.
11488
56694dd9
ZW
114892003-07-07 Zack Weinberg <zack@codesourcery.com>
11490
11491 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11492 * Makefile.in: Regenerate.
11493
21607eb4
ZW
114942003-07-04 Zack Weinberg <zack@codesourcery.com>
11495
11496 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11497 * Makefile.in: Regenerate.
11498
dce2d8b2 114992003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
11500
11501 * Makefile.tpl: Replace PWD with PWD_COMMAND.
11502 * Makefile.in: Regenerated.
11503
5d42f90e
L
11504 * config-ml.in: Replace PWD with PWD_COMMAND.
11505
6eb95e99
ZW
115062003-07-04 Zack Weinberg <zack@codesourcery.com>
11507
11508 * intl: New directory; see intl/ChangeLog for details.
11509 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11510 * Makefile.tpl: all-gcc depends on maybe-all-intl.
11511 * Makefile.in: Regenerate.
11512
07d1940e
NN
115132003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
11514
11515 * configure.in: Clean up config-lang.in handling. Delete
11516 useless assignment to "subdirs".
11517 * configure: Regenerate.
11518
4dbda6f0
NN
115192003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
11520
11521 * configure.in: Rename 'target_libs' to 'target_libraries'.
11522 Remove useless reference to 'target_libs'.
11523 * configure: Regenerate.
11524
2c30ab71
KS
115252003-06-23 Keith Seitz <kseitz@sources.redhat.com>
11526
11527 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11528 * Makefile.in: Regenerate.
11529
11405c93
NN
115302003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
11531
11532 * Makefile.def: Introduce flags_to_pass.
11533 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11534 * Makefile.in: Regenerate.
11535
fb87ad5d
HPN
115362003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
11537
11538 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11539 and target-libgloss.
11540 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11541 <h8300*-*-*>: Disable libf2c and ${libgcj}.
11542 * configure: Regenerate.
11543
a7956a48
BK
115442003-06-17 Benjamin Kosnik <bkoz@redhat.com>
11545
11546 * configure.in: Update testsuite_flags to new location.
11547 * configure. Regenerate.
6eb95e99 11548
eaf9f3b2
NN
115492003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
11550
11551 * Makefile.tpl: Remove BUILD_CC stuff.
11552 * Makefile.in: Regenerate.
11553
2d89ffef
KH
115542003-06-17 Kazu Hirata <kazu@cs.umass.edu>
11555
11556 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11557
dce2d8b2 115582003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
11559
11560 * MAINTAINERS (Write After Approval): Add myself.
11561
dce2d8b2 115622003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 11563
b951c91c
L
11564 * config.guess: Update to 2003-06-12 version.
11565 * config.sub: Update to 2003-06-13 version.
11566
dce2d8b2 115672003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
11568
11569 * config.guess: Update to 2003-06-06 version.
11570 * config.sub: Update to 2003-06-06 version.
11571
655b7166
RO
115722003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11573
11574 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11575 * configure. Regenerate.
11576
01b759aa
NN
115772003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
11578
bf1d3e81
NN
11579 * configure.in: Disable serial configure by default.
11580 * configure: Regenerate.
11581 * Makefile.tpl: Abolish .NOTPARALLEL.
11582 * Makefile.in: Regenerate.
11583
e89fbdfe
NN
11584 * Makefile.tpl: Replace {build,host,target}_canonical by
11585 {build,host,target}.
11586 * Makefile.in: Regenerate.
11587
01b759aa
NN
11588 * Makefile.tpl: Fix stupid pasto.
11589 * Makefile.in: Regenerate.
11590
f7dae026
NN
115912003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
11592
11593 * Makefile.tpl: Remove bogus conditional.
11594 * Makefile.in: Regenerate.
11595
115962003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
11597
11598 * Makefile.tpl (profiledbootstrap): New target.
11599 * Makefile.in (profiledbootstrap): New target.
11600
2ffc3e73 116012003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
11602
11603 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11604 Pinski. Remove user names from other bugzilla-only maintainers.
11605
1a1e6b96
NN
116062003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
11607
1358ccea
NN
11608 * Makefile.tpl: Make 'recursive targets' using autogen rather
11609 than shell loop. Remove duplicate 'clean' targets and false
11610 comments.
11611 * Makefile.def: Add systematic dependencies to 'recursive' targets.
11612 Add systematic method of specifying missing targets in subdirs.
11613 Add copyright boilerplate.
11614 * Makefile.in: Regenerate.
11615 * configure.in: Add 'recursive targets' to maybe list.
11616 * configure: Regenerate.
11617
ae74ed1f
NN
11618 * MAINTAINERS: "GNATS only" -> "Bug database only".
11619
1a1e6b96
NN
11620 * Makefile.tpl: Rename [+target+] to [+make_target+].
11621 * Makefile.def: Rename 'target' to 'make_target'.
11622
c79af3fa
NB
116232003-05-31 Neil Booth <neil@daikokuya.co.uk>
11624
11625 * MAINTAINERS: Add self as options handling maintainer.
11626
39d85b61
MM
116272003-05-28 Michael Meissner <gnu@the-meissners.org>
11628
11629 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11630 been too long since I touched those ports.
11631
afc2b62d
DD
116322003-05-28 DJ Delorie <dj@redhat.com>
11633
11634 * Makefile.tpl: Make maybe-check-gcc .PHONY.
11635 * Makefile.in: Regenerate.
11636
df445104
MR
116372003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11638
11639 * configure.in: Use curly braces in the definition of tooldir.
11640 * configure: Regenerate.
11641
2eb98e5d 116422003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 11643
2eb98e5d
DD
11644 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11645 newlib or libgloss.
11646 * Makefile.in: Regenerate.
11647
862fced8
DD
116482003-05-21 DJ Delorie <dj@redhat.com>
11649
11650 * Makefile.tpl: Add missing empty maybe-check-gcc target.
11651 * Makefile.in: Regenerate.
11652
fc351800
ILT
116532003-05-20 Ian Lance Taylor <ian@airs.com>
11654
11655 * MAINTAINERS: Update my e-mail address.
11656
7e2dbcef
NN
116572003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
11658
11659 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 11660 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
11661 Factor out common code from autogen IF statements.
11662 * configure: Regenerate.
11663 * Makefile.in: Regenerate.
11664
f2a0e225
KC
116652003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
11666
11667 * configure.in: Accept i[3456789]86 for machine type.
11668 * configure: Regenerate.
11669
8b87bb96
NN
116702003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
11671
11672 * configure.in: Switch more things to use maybe dependencies.
11673 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
11674 * configure: Regenerate.
11675 * Makefile.tpl: Switch more things to use maybe dependencies.
11676 * Makefile.in: Regenerate.
11677
fdb882bc 116782003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
11679
11680 * Makefile.tpl (install-opcodes): Define.
11681 * Makefile.in: Rebuild.
11682
f7c50032
AJ
116832003-05-13 Andreas Jaeger <aj@suse.de>
11684
11685 * config.guess: Update to 2003-05-09 version.
11686 * config.sub: Update to 2003-05-09 version.
11687
dce2d8b2 116882003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
11689
11690 * configure.in: Correct sed script so that options in quotes are not
11691 deleted.
11692 * configure: Rebuild.
11693
aa8f1f57
CV
116942003-05-12 Corinna Vinschen <corinna@vinschen.de>
11695
11696 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11697 and $$s/newlib/libc/sys/cygwin32 include paths.
11698 * configure: Ditto.
11699
0c130f81
MM
117002003-05-12 Michael Meissner <gnu@the-meissners.org>
11701
11702 * MAINTAINERS: Update my email addresses.
11703
aa1a100b
EB
117042003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
11705
11706 * config-ml.in: Propagate INSTALL variables.
f7c50032 11707
87861833
GP
117082003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11709
11710 * MAINTAINERS: Remove duplicate entries in Write After Approval.
11711
de722255
CD
117122003-05-02 Chris Demetriou <cgd@broadcom.com>
11713
6eb95e99
ZW
11714 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11715 * Makefile.in: Regenerate.
de722255 11716
96c4a002
WB
117172003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
11718
11719 * MAINTAINERS (GNATS only): Add Falk Hueffner.
11720
55b15a11
WB
117212003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
11722
11723 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11724
0c227849
DJ
117252003-04-27 Daniel Jacobowitz <drow@mvista.com>
11726
11727 * Makefile.tpl: Clean $(BUILD_SUBDIR).
11728 * Makefile.in: Regenerated.
11729
d45148c1
WB
117302003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
11731
11732 * MAINTAINERS (Write After Approval): Upgrade myself from
11733 GNATS only to write-after-approval. Update my mail address.
11734
dce2d8b2 117352003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
11736
11737 (OS Port Maintainers: freebsd): Add myself.
11738
438f50c3
MM
117392003-04-22 Mark Mitchell <mark@codesourcery.com>
11740
11741 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11742
9074e169
KJ
117432003-04-22 Kean Johnston <jkj@sco.com>
11744
11745 * MAINTAINERS (SCO ports): Added myself.
11746
dfd39a2e
NS
117472003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11748
11749 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11750
ccbae82a
KJ
117512003-04-19 Kean Johnston <jkj@sco.com>
11752
11753 * MAINTAINERS (Write After Approval): Add myself.
11754
2f50999f
GP
117552003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11756
11757 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11758 * Makefile.in: Regenerate.
11759
e9b84181
JJ
117602003-04-18 Jakub Jelinek <jakub@redhat.com>
11761
11762 * configure.in (powerpc64*-*-linux*): Remove.
11763 * configure: Rebuilt.
11764
1ca4c6e1
PE
117652003-04-17 Phil Edwards <pme@gcc.gnu.org>
11766
11767 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
11768 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11769 and restrap.
11770 * Makefile.in: Regenerate.
11771
0590b963
RE
117722003-04-16 Richard Earnshaw <rearnsha@arm.com>
11773
11774 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11775 * configure: Regenerated.
11776
ff41a56f
DD
117772003-04-15 DJ Delorie <dj@redhat.com>
11778
11779 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11780
50d440bc
NC
117812003-04-13 Nick Clifton <nickc@redhat.com>
11782
11783 * config-ml.in: Remove support for --disable-aix removing
11784 call-aix multilibs.
11785
b1e0a93e
AO
117862003-04-10 Alexandre Oliva <aoliva@redhat.com>
11787
11788 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11789 * */configure: Rebuilt.
11790
71fb704d
JS
117912003-04-08 Joel Sherrill <joel@oarcorp.com>
11792
11793 * MAINTAINERS: Add my email address.
11794
3897ea90
OH
117952003-03-17 Olivier Hainque <hainque@act-europe.fr>
11796
11797 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 11798
93c834b7
NN
117992003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
11800
11801 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11802 * Makefile.in: Regenerate.
11803
82c34dcb
MC
118042003-03-14 Michael Chastain <mec@shout.net>
11805
11806 * Makefile.in: Regenerate with correct Makefile.def.
11807
73458fb7
NN
118082003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
11809
11810 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
11811 Make macro.
11812 * Makefile.in: Regenerate.
11813 * configure.in: Clean up gxx_include_dir logic.
11814 * configure: Regenerate.
11815
32cf27e5
AE
118162003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
11817
11818 * MAINTAINERS (Write After Approval): Add myself.
11819
c727e7a0
BE
118202003-03-10 Ben Elliston <bje@wasabisystems.com>
11821
11822 * MAINTAINERS: Update my mail address.
11823
9a27ac7a
FS
118242003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11825
11826 * configure.in (gxx_include_dir): Fix typo.
11827 * configure: Regenerated.
11828
3aa83176
NN
118292003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11830
11831 * Makefile.tpl: Reindent.
11832 * Makefile.in: Regenerate.
11833 * configure.in: Reindent. Don't set unused variables.
11834 * configure: Regenerate.
11835
9124bc53
DJ
118362003-03-04 Daniel Jacobowitz <drow@mvista.com>
11837
11838 * configure.in: Include $(build_tooldir)/sys-include in
11839 FLAGS_FOR_TARGET.
11840 * configure: Regenerated.
11841
cb543528
NN
118422003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11843
c858bf1e
NN
11844 * Makefile.tpl: Always pass down RANLIB.
11845 * Makefile.in: Regenerate.
11846
aa9c3ab4
NN
11847 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11848 * Makefile.in: Regenerate.
11849 * configure.in: Remove unused logic relating to --enable-shared
11850 and --enable-threads. Remove bogus comments. Remove redundant
11851 noconfigdirs.
11852 * configure: Regenerate.
11853
cb543528
NN
11854 * configure.in: Replace ${libstdcxx_version} by its value.
11855 Remove reference to mh-dgux.
11856 * configure: Regenerate.
11857
53f70c1b
KB
118582003-03-03 Kevin Buettner <kevinb@redhat.com>
11859
11860 * MAINTAINERS (Write After Approval): Add myself.
11861
df0f0674
NN
118622003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11863
11864 * Makefile.tpl: Rearrange.
11865 * Makefile.in: Regenerate.
11866
dce2d8b2 118672003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
11868
11869 * configure.in: Add support for kaOS as cross build target system.
11870 * configure: Regenerated.
11871
a7a287eb
SB
118722003-02-24 Steven Bosscher <steven@gcc.gnu.org>
11873
11874 * MAINTAINERS (Write after approval): Add myself.
11875
ff00c8a2
JW
118762003-02-21 James E Wilson <wilson@tuliptree.org>
11877
11878 * MAINTAINERS: Update my email address.
11879
abb2db7a
ZW
118802003-02-21 Zack Weinberg <zack@codesourcery.com>
11881
11882 * MAINTAINERS: Add self to blanket write privs. section.
11883
e9f2dc3b
SM
118842003-02-20 Sean McNeil <sean@blue.mcneil.com>
11885
11886 * Makefile.tpl: Add definition of CPPFLAGS to pass into
11887 configure-target-* as some target builds may require additional
11888 flags for preprocessor tests.
11889 * Makefile.in: Regenerated.
11890
ee03dc5e
AO
118912003-02-19 Alexandre Oliva <aoliva@redhat.com>
11892
11856278
AO
11893 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11894 * ltconfig: Handle it.
11895 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11896 auto-detecting it.
11897
274aef32
AO
11898 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11899 it is used as argument to $CC.
11900 * ltcf-gcj.sh: Likewise.
11901
ee03dc5e
AO
11902 * configure.in: Introduce --enable-maintainer-mode.
11903 * configure: Rebuilt.
11904 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11905 for maintainer mode.
11906 * Makefile.in: Rebuilt.
11907
30db8e17
JM
119082003-02-18 Jason Merrill <jason@redhat.com>
11909
11910 * Makefile.tpl (check-c++): Allow parallelism.
11911
cab60ac6
GP
119122003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11913
11914 * MAINTAINERS: Remove John Carr (who never actually had access to
11915 gcc.gnu.org).
11916
c8e5d1af
GK
119172003-02-15 Geoffrey Keating <geoffk@apple.com>
11918
11919 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11920 don't configure target-libobjc.
11921 * configure: Regenerate.
11922
70f91f50
RO
119232003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11924
11925 * Makefile.tpl (RANLIB): Define.
11926 * Makefile.in: Regenerate.
11927
669e9062
LB
119282003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
11929
11930 * MAINTAINERS: Update my email.
abb2db7a 11931
61b56b2e
KS
119322003-02-06 Keith R Seitz <keiths@redhat.com>
11933
11934 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11935 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11936 * Makefile.in: Regenerated.
11937 * configure.in: Remove all traces of snavigator, db, and grep.
11938 * configure: Regenerated.
11939
a1ba6e15
GP
119402003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11941
11942 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11943 After Approval.
11944
f5f2cce5
CC
119452003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11946
11947 * MAINTAINERS (Write after approval): Add myself.
11948
ba49f6f1
FCE
119492003-01-31 Frank Ch. Eigler <fche@redhat.com>
11950
11951 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11952 * Makefile.in: Regenerated.
11953
ccf9f10c
RS
119542003-01-30 Roger Sayle <roger@eyesopen.com>
11955
11956 * config.guess: Updated to 2003-01-30's version.
11957 * config.sub: Updated to 2003-01-28's version.
11958
a693735b
AO
119592003-01-30 Alexandre Oliva <aoliva@redhat.com>
11960
11961 * config.if: If gcc_version is already set, just use it. Don't set
11962 gcc_version_trigger if it's already set, otherwise set it to
11963 gcc/version.c, but only if the file exists. If it is not set and
11964 gcc/version.c does not exist, try to extract the version number from
11965 $CC.
11966
204c43d6
AT
119672003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
11968
abb2db7a 11969 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 11970
842e91ec
PE
119712003-01-27 Phil Edwards <pme@gcc.gnu.org>
11972
11973 * configure.in: Revert 24Jan change.
11974 * configure: Regenerate.
11975
6b99984e
GP
119762003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11977
11978 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
11979 entry of HJ Lu.
11980
806e0935
NN
119812003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11982
11983 * configure.in: Revert previous change.
11984 * configure: Regenerate.
11985
307a9864
NN
119862003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11987
11988 * configure.in: Make rda native-only.
11989 * configure: Regenerate.
11990
02ba6302
VR
119912003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11992
11993 * MAINTAINERS: Move myself from GNATS-only-accounts to
11994 write-after-approval.
11995
77d187bc
NN
119962003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
11997
11998 * configure.in: Add missing \.
11999 * configure: Rebuilt.
12000
a94a2d4c
JJ
120012003-01-17 Jakub Jelinek <jakub@redhat.com>
12002
12003 * configure.in (baseargs): Avoid using \| in sed regular
12004 expressions.
12005 * configure: Rebuilt.
12006
73f84924
JJ
120072003-01-16 Jakub Jelinek <jakub@redhat.com>
12008
12009 * configure.in (baseargs): Remove all supported forms of
12010 --cache-file, --srcdir, --host, --build and --target options
12011 from argument lists.
12012 * configure: Rebuilt.
12013
8c12fc63
JZ
120142003-01-15 Josef Zlomek <zlomekj@suse.cz>
12015
12016 * MAINTAINERS: Add myself to write-after-approval list.
12017
7c005a3a
AO
120182003-01-15 Alexandre Oliva <aoliva@redhat.com>
12019
12020 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12021 * configure: Rebuilt.
12022
3dfabf63
NN
120232003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12024
12025 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12026 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12027 * Makefile.in: Regenerate.
12028 * configure: Regenerate.
12029
cf53ae10
AO
120302003-01-09 Alexandre Oliva <aoliva@redhat.com>
12031
12032 * configure.in: Remove Makefile in build, host and target modules
12033 unless configure was run with --no-recursion.
12034 * configure: Rebuilt.
12035
3fbe8e4a
CC
120362003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12037
12038 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12039 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12040 * Makefile.in: Regenerate.
12041
66e2aa7d
CD
120422003-01-08 Chris Demetriou <cgd@broadcom.com>
12043
12044 * config.guess: Update to 2003-01-03 version.
12045 * config.sub: Update to 2003-01-03 version.
12046
b5038cfb
CF
120472003-01-07 Christopher Faylor <cgf@redhat.com>
12048
12049 * configure: Regenerate with proper autoconf 2.13.
12050
d02c69be
CF
120512003-01-07 Christopher Faylor <cgf@redhat.com>
12052
12053 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 12054 * configure: Regenerate.
d02c69be 12055
e914a571
AC
120562003-01-06 Andrew Cagney <ac131313@redhat.com>
12057
12058 * configure.in (GDB_TK): Add tcl directories conditional on
12059 gdb/gdbtk directory being present.
12060 * configure: Regenerate.
abb2db7a 12061
dce2d8b2 120622003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 12063
dce2d8b2
EB
12064 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12065 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
12066 * configure: Rebuilt.
12067
89a7012a
TT
120682002-12-31 Tom Tromey <tromey@redhat.com>
12069
12070 * Makefile.in: Rebuilt.
12071 * Makefile.def (target_modules) [libffi]: Allow installation.
12072
3f4f56e2
AS
120732002-12-31 Andreas Schwab <schwab@suse.de>
12074
12075 * configure.in: Fix use of $program_transform_name.
12076 * configure: Regenerated.
12077
6c1b8d0a
DJ
120782002-12-30 Daniel Jacobowitz <drow@mvista.com>
12079
12080 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 12081 * configure: Regenerated.
6c1b8d0a 12082
c5120911
AO
120832002-12-29 Alexandre Oliva <aoliva@redhat.com>
12084
12085 * Makefile.tpl (local-distclean): Don't remove...
12086 (multilib.ts): ... this. Moved into...
12087 (multilib.out): ... this. Don't use sub-make.
12088 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12089 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12090 (configure-build-[+module+], configure-[+module+],
12091 configure-target-[+module+], configure-gcc): ... these. Test
12092 for Makefile existence. Drop config.status from dependencies.
12093 * Makefile.in: Rebuilt.
12094 * configure.in: Move gcc-version-trigger to the end of
12095 ac_configure_args. Add comments to maybedep.tmp and
12096 serdep.tmp. Introduce --disable-serial-configure. Remove
12097 nonopt from baseargs, matching and removing corresponding
12098 whitespace while at it.
12099 * configure: Rebuilt.
12100
e245b0ea
AO
121012002-12-28 Alexandre Oliva <aoliva@redhat.com>
12102
903de295
AO
12103 * configure.in (host_configargs): Replace reference to
12104 no-longer-defined buildopts with --build=${build_alias}.
12105 * configure: Rebuilt.
12106
e245b0ea
AO
12107 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12108 program_transform_name to standard idiom.
12109 (AUTOGEN, AUTOCONF): Define.
12110 (Makefile.in): Use $(AUTOGEN).
12111 (Makefile): Depend on config.status, and use autoconf-style rule to
12112 build it. Move original commands to...
12113 (config.status): ... this new target.
12114 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12115 $(AUTOCONF).
12116 * Makefile.in: Rebuilt.
12117
671aa708
NN
121182002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12119
53fbfb58
NN
12120 * Makefile.tpl: Fix dramatic bustage due to change in
12121 program_transform_name.
12122 * Makefile.in: Regenerate.
12123
12124 * configure.in: Remove unnecessary PATH setting.
12125 * configure: Regnerate.
12126
12127 * configure.in: Don't default to unprefixed tools unless
12128 the native tools will work.
12129 * configure: Regenerate.
12130
671aa708
NN
12131 * configure.in: Convert to autoconf script. Blow away lots
12132 of now-redundant Makefile fragments.
12133 * configure: Generate using Autoconf.
12134 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12135 * Makefile.in: Regenerate.
12136
57f40826
NN
121372002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12138
3fedb745
NN
12139 * configure: Fix stupid bug where RANLIB was mistakenly included.
12140
abb2db7a 12141 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
12142 (build_configargs, host_configargs, target_configargs).
12143
12144 * configure.in: Move logic out of sed statement.
12145
abb2db7a 12146 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
12147 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12148
315fa0f4
SS
121492002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12150
12151 * config.sub: Import from master repository
12152 * config.guess: Ditto
12153
45aff44f
AS
121542002-12-24 Andreas Schwab <schwab@suse.de>
12155
12156 * Makefile.tpl (multilib.out): Fix missing space.
12157 * Makefile.in: Regenerate.
12158
88b5521b
NN
121592002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12160
12161 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12162 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12163 * Makefile.in: Regenerate.
12164 * configure.in: Remove unnecessary leftovers.
12165
2a726918
GK
121662002-12-21 Geoffrey Keating <geoffk@apple.com>
12167
12168 * configure.in (extra_ranlibflags_for_target): New variable.
12169 (*-*-darwin): Add -c to ranlib commands.
12170 * configure (tooldir): Handle extra_ranlibflags_for_target.
12171
aace3269 121722002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
12173
12174 * Makefile.tpl: Revert HJL's change.
12175 * Makefile.in: Regenerated.
12176 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12177 always.
12178
f0895142
AS
121792002-12-19 Andreas Schwab <schwab@suse.de>
12180
12181 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12182 * Makefile.in: Regenerate.
12183
dce2d8b2 121842002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
12185
12186 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12187 * Makefile.in: Regenerated.
12188
12189 * configure.in (build_prefix): New. Substitute.
12190
212f6dd0
NN
121912002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12192
79308c5d
NN
12193 * Makefile.tpl: Don't let real targets depend on phony targets.
12194 * Makefile.in: Regenerate.
12195
212f6dd0
NN
12196 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12197 * Makefile.in: Regenerate.
12198
ab17919f
SS
121992002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12200
12201 * config.sub: Import from master repository
12202 * config.guess: Ditto
12203
5ecf91d1
JM
122042002-12-16 Jason Merrill <jason@redhat.com>
12205
12206 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12207 previous 'make bootstrap'.
12208 * Makefile.in: Regenerate.
12209
d8437e1b
HPN
122102002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12211
12212 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12213
4977bab6
ZW
122142002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12215
12216 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12217 * Makefile.in: Regenerate.
12218
0edcfdcb
JM
122192002-12-13 Jason Merrill <jason@redhat.com>
12220
6248218a 12221 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
12222 library tests.
12223 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
12224 * Makefile.in: Regenerate.
12225
4977bab6
ZW
122262002-12-12 Alexandre Oliva <aoliva@redhat.com>
12227
12228 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12229 * Makefile.in: Rebuilt.
12230
f87505dd
AO
122312002-12-12 Alexandre Oliva <aoliva@redhat.com>
12232
12233 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12234
4977bab6
ZW
122352002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12236
12237 * configure: Fix bug put in by gremlins.
12238
12239 * Makefile.tpl: Substitute more autoconfily.
12240 * configure: Substitute more autoconfily.
12241 * Makefile.in: Regenerate.
12242
7f0db92a
SS
122432002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12244
12245 * config.sub: Import from master repository
12246 * config.guess: Ditto
12247 * MAINTAINERS: Added Svein Seldal under write after approval
12248
4977bab6
ZW
122492002-12-08 Andrew Cagney <ac131313@redhat.com>
12250
12251 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12252 * Makefile.in (all-sim): Ditto.
12253
122542002-12-06 DJ Delorie <dj@redhat.com>
12255
12256 * Makefile.tpl: Change configure dependencies to not have real
12257 targets depend on phony targets.
12258
122592002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12260
12261 * configure.in: Revert unintentional change.
12262
12263 * Makefile.tpl: Change dependency for */multilib.out so that
12264 it works when gcc isn't in the tree.
12265
12266 * configure.in: Substitute more.
12267 * configure: Run subconfigures from the Makefile.
12268 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12269 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12270
67f1b906
GP
122712002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12272
12273 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12274
4977bab6
ZW
122752002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12276
12277 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12278 and corresponding dependencies.
12279 * Makefile.in: Regenerate.
12280
12281 * configure.in (host_tools): Order binutils, gas and ld for
12282 convenience in running the testsuites.
12283
12284 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12285 * Makefile.in: Regenerate.
12286 * configure.in: Introduce rules to serialize subconfigure runs.
12287
12288 * configure.in: Introduce BASE_CC_FOR_TARGET.
12289 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12290 Realize configure-build-* targets. Realize configure-target-* targets.
12291 * Makefile.in: Regenerate.
12292
122932002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12294
12295 * configure: Move gcc_version_trigger stuff from here...
12296 * configure.in: ...to here.
12297
12298 * configure.in: Separate subconfigure options added by this file from
12299 options given by the user. Add machinery to put args for host
12300 subconfigures into the Makefile.
12301
12302 * Makefile.tpl: Remove 'vault' targets.
12303 * Makefile.tpl: Reorder and comment dependencies.
12304 * Makefile.in: Regenerate.
12305
123062002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12307 * configure.in: Fix my broken commit of previous patch. (sigh)
12308
743f054e
GK
123092002-11-28 Geoffrey Keating <geoffk@apple.com>
12310
12311 * configure.in: Move host-specific darwin noconfigdirs into
12312 the host-specific section.
12313
4977bab6
ZW
123142002-11-28 Geoffrey Keating <geoffk@apple.com>
12315
12316 * configure.in: Move host-specific darwin noconfigdirs into
12317 the host-specific section.
12318
123192002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12320
12321 * configure: Remove skip-this-dir support.
12322 * Makefile.tpl: Remove skip-this-dir support.
12323
12324 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12325 subdirectories.
12326 * Makefile.in: Regenerate.
12327
12328 * Makefile.tpl: Strip out useless setting of 'dir'.
12329 * Makefile.in: Regenerate.
12330
123312002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12332
12333 * configure.in: Fix deeply stupid bug.
12334
12335 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12336 shell code in CXX_FOR_TARGET
12337 * Makefile.def: Introduce raw_cxx.
12338 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12339 RAW_CXX_FOR_TARGET.
12340 * Makefile.in: Regenerate.
12341
123422002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12343
12344 * Makefile.tpl: Remove unnecessary ifs.
12345 * Makefile.in: Regenerate.
12346
12347 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12348 dependencies. Maybe-ize build-libiberty. Create dummy install
12349 targets for 'no_install' modules.
12350 * configure: Move GDB_TK substitution to configure.in. Move
12351 build_modules stuff to configure.in.
12352 * configure.in: Implement soft dependency machinery. Maybe-ize
12353 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12354 * Makefile.in: Regenerate.
12355
123562002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12357
12358 * Makefile.tpl: Make all-target, install-target behave similarly
12359 to all, install (only hitting configured targets). Eliminate
12360 unused macro defintions.
12361
12362 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12363 build != host.
12364
12365 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12366
12367 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12368
12369 * configure.in: Produce lists of subdir targets we're actually
12370 configuring. Remove references to "dosrel".
12371 * Makefile.tpl: Let configure set which subdir targets are hit.
12372 Remove install-cross; clean up install; remove ALL. Remove
12373 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12374 Autogenerate host module targets. Remove empty dependency lines
12375 and redundant dependency; rearrange slightly.
12376 * Makefile.def: Add host-side libtermcap, utils.
12377
12378 * Makefile.in: Regenerate.
12379
e6226a2f
RO
123802002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12381
12382 * ltconfig (osf[345]): Append $major to soname_spec.
12383 Reflect this in library_names_spec.
12384 * ltmain.sh (osf): Prefix $major with . for use as extension.
12385
3b75d237
AJ
123862002-11-19 Andreas Jaeger <aj@suse.de>
12387
12388 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12389 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12390 and sparc64 GNU/Linux systems.
12391
809108de
NS
123922002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12393
12394 * MAINTAINERS: Update email.
12395
e7e0de7e
GP
123962002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12397
12398 * MAINTAINERS: Complete James Dennett's entry.
12399
f7109dea
EB
124002002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12401
12402 * MAINTAINERS (Write After Approval): Add myself.
12403
d3ac17c9
BK
124042002-11-13 Bruce Korb <bkorb@gnu.org>
12405
12406 * Makefile.tpl: syntactic cleanup
12407
dce2d8b2 124082002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
12409
12410 * MAINTAINERS: Add myself to write-after-approval list.
12411
4977bab6
ZW
124122002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12413
12414 * Makefile.def: Add list of recursive targets to autogenerate.
12415 Add build_modules.
12416 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
12417 targets. Autogenerate *-build-* targets.
12418 * Makefile.in: Regenerate.
12419
124202002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12421
12422 * configure: More autoconf-style substitutions.
12423 * Makefile.tpl: More autoconf-style substitutions.
12424 * Makefile.in: Regenerate.
12425
124262002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
12427
12428 * configure: Substitute more variables in a more autoconf-friendly
12429 way. Simplify slightly.
12430 * Makefile.tpl: Make more variables substitutable in an
12431 autoconf-friendly way.
12432 * Makefile.in: Regenerate.
12433
d4783999
JW
124342002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
12435
12436 * MAINTAINERS (Write After Approval): Add myself.
12437
4977bab6
ZW
124382002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
12439
12440 * configure.in (v810*): Remove special setting of tools.
12441
12442 * configure: Add support for extra required flags for ar or nm.
12443 * configure.in (aix4.3+): Use above support for target-specific
12444 issues, rather than using config/mt-aix43.
12445
124462002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
12447
12448 * configure: Remove 'removing', which doesn't work. Replace $subdir
12449 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
12450 with $srcdir. Reformat indentation. Substitute some variables
12451 formerly hard-coded in the Makefile for build=host.
12452 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12453 * Makefile.def: Autogenerate more.
12454 * Makefile.in: Regenerate.
12455
1c9c903e
AN
124562002-11-04 Adam Nemet <anemet@lnxw.com>
12457
12458 * MAINTAINERS (Write After Approval): Add myself.
12459
40673d2b
KB
124602002-11-04 Kevin Buettner <kevinb@redhat.com>
12461
12462 * Makefile.def (host_modules): Add rda.
12463 * Makefile.in: Regenerate.
12464 * configure.in (target_tool): Add target-rda to list.
12465
42e650ae
GP
124662002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12467
12468 * MAINTAINERS: Remove "co-maintainer" note for web pages.
12469
e004b81f
PE
124702002-10-25 Phil Edwards <pme@gcc.gnu.org>
12471
12472 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
12473 and restrap targets to this rule.
12474 * Makefile.in: Regenerate.
12475
06bd49b1
GP
124762002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12477
12478 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12479 GNATS only accounts.
12480
d0af82b0
HPN
124812002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
12482
12483 * configure.in (i[3456]86-*-linux*): Add check to disable
12484 ${libgcj} for glibc1.
12485
10782654
DC
124862002-10-24 Denis Chertykov <denisc@overta.ru>
12487
12488 * MAINTAINERS: Add myself as ip2k port maintainer.
12489
a5a438f5
SS
124902002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
12491
12492 * configure.in: Add tic4x target.
12493
fe3d5b7f
NN
124942002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
12495
aba8a494
NN
12496 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12497 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12498 * Makefile.in: Regenerate.
12499
fe3d5b7f
NN
12500 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12501 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12502 * Makefile.in: Regenerate.
12503
a6ad79e7
JJ
125042002-10-02 Janis Johnson <janis187@us.ibm.com>
12505
12506 * MAINTAINERS: Add myself as web pages co-maintainer.
12507
6a8a9058
NN
125082002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
12509
12510 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12511 * Makefile.in: Regenerate.
12512
327d975a
ZW
125132002-10-02 Zack Weinberg <zack@codesourcery.com>
12514
12515 * MAINTAINERS: Add myself and Nathan Sidwell
12516 <nathan@codesourcery.com> as VxWorks maintainers.
12517
a5ae8f19 125182002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
12519
12520 * Makefile.def: Remove order dependency comments.
12521 * Makefile.tpl: Add explicit install-install dependencies.
12522 * Makefile.in: Regenerate.
d0f6c823 12523
34c6040c 12524 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 12525 * Makefile.in: Regenerate.
34c6040c 12526
d0f6c823
NN
12527 * Makefile.tpl: Add configure-target (for src-release in src)
12528 * Makefile.in: Regenerate.
12529
50bd210b
NC
125302002-09-30 Nick Clifton <nickc@redhat.com>
12531
12532 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12533
ca25149e
UW
125342002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
12535
12536 * configure.in (s390*-*-linux*): Enable libgcj.
12537
dd30b57d
NN
125382002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
12539
9e60a678
NN
12540 * configure: Revert accidentally applied changes.
12541
dd30b57d
NN
12542 * Makefile.tpl: Make more autoconf-friendly.
12543 * Makefile.in: Regenerate.
12544 * configure: Make substitution more autoconf-like.
12545
5831424e
RE
125462002-09-28 Richard Earnshaw <rearnsha@arm.com>
12547
12548 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12549 single entry to handle all these.
12550 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
12551 libjava on arm-*-elf.
12552
b7f3b15b
GK
125532002-09-27 Geoffrey Keating <geoffk@apple.com>
12554
12555 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12556 things that depend on them.
12557
0dffceed
NN
125582002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
12559
12560 * Makefile.tpl: Make subsituted variables more autoconfy.
12561 * Makefile.in: Regenerate.
12562 * configure: Make seds more autoconfy.
12563
1db75a86 125642002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
12565
12566 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12567 * Makefile.in: Regenerate.
12568 * configure.in: Rewrite sed statements to look autoconfy.
12569
1db75a86
NN
12570 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12571 all-target-foo on configure-target-foo.
12572 * Makefile.def: Ditto.
12573 * Makefile.in: Rebuild.
12574
741a4e89
AH
125752002-09-25 Andrew Haley <aph@redhat.com>
12576
12577 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12578
95ddd785
NN
125792002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
12580
12581 * Makefile.def: New file.
12582 * Makefile.tpl: New file.
12583 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12584 * contrib/gcc_update: Note that Makefile.in is a generated file.
12585
12586 * configure.in: Minor rearrangement. Simplify tests.
12587
65a824f6
JT
125882002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
12589
12590 * configure.in (with_headers): Skip copy if value is "yes".
12591 (with_libs): Likewise.
12592
51270f0a 125932002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
12594
12595 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12596 * configure.in (sh*-*-pe*): Ditto.
12597 * configure.in (mips*-*-pe*): Ditto.
12598 * configure.in (*arm-wince-pe): Ditto.
12599
8f89dbf4
NN
12600 * configure.in: Rearrange.
12601
c1b8db3f
KH
126022002-09-14 Kazu Hirata <kazu@cs.umass.edu>
12603
12604 * MAINTAINERS: Update my email address.
12605
341f0575
PK
126062002-08-30 Paul Koning <pkoning@equallogic.com>
12607
12608 * MAINTAINERS: (Write After Approval): Add myself.
12609
d2e06980
GK
126102002-08-29 Geoffrey Keating <geoffk@redhat.com>
12611
12612 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12613
4906d5d8
GK
126142002-08-24 Geoffrey Keating <geoffk@redhat.com>
12615
12616 * MAINTAINERS: Change my mailing address.
12617
e9a25cc8
PC
126182002-08-21 Paolo Carlini <pcarlini@unitus.it>
12619
12620 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 12621 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 12622
dce2d8b2 126232002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
12624
12625 * MAINTAINERS (Write After Approval): Remove myself.
12626 (Various Maintainers: c++ runtime libs): Add myself.
12627
5ce6f47b
EC
126282002-08-15 Eric Christopher <echristo@redhat.com>
12629
12630 * config.sub: Import from master repository.
12631 * config.guess: Ditto.
12632
7f9317f0
AO
126332002-08-19 Alexandre Oliva <aoliva@redhat.com>
12634
12635 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12636 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12637 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12638
7aecca3d
AH
126392002-08-16 Aldy Hernandez <aldyh@redhat.com>
12640
12641 * MAINTAINERS: Add self to rs6000 vector extensions.
12642
8ea4b195
AO
126432002-08-15 Alexandre Oliva <aoliva@redhat.com>
12644
12645 * libiberty/configure: Reverted unintended yesterday's check in.
12646
f5cc59a7
AO
126472002-08-14 Alexandre Oliva <aoliva@redhat.com>
12648
12649 * boehm-gc/configure, libf2c/configure: Rebuilt.
12650 * libffi/configure, libiberty/configure: Ditto.
12651 * libjava/configure, libobjc/configure: Ditto.
12652 * libstdc++-v3/configure, zlib/configure: Ditto.
12653 Merged from binutils:
12654 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
12655 From Steve Ellcey <sje@cup.hp.com>:
12656 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12657 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12658 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12659 IA64.
12660 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12661 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12662 soname_spec, sys_lib_search_path_spec): Ditto.
12663
dce2d8b2 126642002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
12665
12666 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12667
2ff34870
L
126682002-08-04 H.J. Lu (hjl@gnu.org)
12669
12670 * configure.in (mips*-*-linux*): Don't skip target-libffi.
12671
a014f2fe
KW
126722002-08-02 Krister Walfridsson <cato@df.lth.se>
12673
12674 * MAINTAINERS (Write After Approval): Add myself.
12675
c01d477a
AM
126762002-07-31 Alan Modra <amodra@bigpond.net.au>
12677
12678 * configure.in: Move generic linux case to end. Copy generic
12679 linux noconfigdirs to mips*-*-linux* entry and new
12680 powerpc64*-*-linux* entry. Add target-libffi for the latter.
12681
68cd2524
MM
126822002-07-19 Michael Matz <matz@suse.de>
12683
12684 * MAINTAINERS: Add myself as ra* maintainer.
12685
e2d83b8c
CD
126862002-07-16 Chris Demetriou <cgd@broadcom.com>
12687
12688 * config.guess: Update to 2002-07-09 version.
12689 * config.sub: Update to 2002-07-03 version.
12690
cece4f1d
HPN
126912002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
12692
12693 * MAINTAINERS: Fix typo in a maintainer email address.
12694
bb654703
NN
126952002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
12696
12697 * configure.in: Remove two redundant tests.
12698
789b7de5
RO
126992002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12700
12701 * configure.in (mips*-*-irix6*o32): Enable stabs.
12702
e1da1089
NN
127032002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
12704
f3970bba
NN
12705 * configure.in: Don't build grez.
12706 * Makefile.in: Ditto.
12707
e1da1089
NN
12708 * Makefile.in: Remove references to bsp, cygmon, libstub.
12709 * configure.in: Ditto.
12710
12711 * configure.in: Remove leftover reference to gdbtest.
12712
57c905fa
PE
127132002-07-08 Phil Edwards <pme@gcc.gnu.org>
12714
12715 * configure.in (gxx_include_dir): Change to match versioned
12716 C++ headers if --enable-version-specific-runtime-libs is used.
12717
a0af94a7 127182002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 12719
a0af94a7
SE
12720 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12721
423ce3eb
NN
127222002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
12723
12724 * configure.in: Make --without-x work.
12725
98186934
NN
127262002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
12727
c3b7d169
NN
12728 * configure.in: Rearrange target Makefile fragment collection.
12729
98186934
NN
12730 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12731 cvs[src].
12732 * configure.in: Ditto.
12733
eebd288a
MK
127342002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12735
12736 * MAINTAINERS (Write After Approval): Update my e-mail address.
12737
3ab36f05
NN
127382002-06-24 Ben Elliston <bje@redhat.com>
12739
12740 * configure.in (host_tools): Remove cgen.
12741
12742 * Makefile.in (all-cgen): Remove; runs from its source directory.
12743 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 12744 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
12745 (all-sim): Likewise.
12746
dce2d8b2 127472002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
12748
12749 * Makefile.in: Eliminate 'apache' targets.
12750 * configure.in: Eliminate 'apache' targets.
12751
55380b08
NN
12752 * configure.in: Eliminate redundant tests. Reorganize.
12753
9a5c1b9d
NN
12754 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12755
5fd3853a
NN
12756 * config-ml.in: Eliminate references to Cygnus configure.
12757
cfefc434
NN
12758 * Makefile.in: Eliminate references to building emacs.
12759
2fe93885
GS
127602002-06-28 Graham Stott <graham.stott@btinternet.com>
12761
12762 * MAINTAINERS: Update my email address.
12763
53c40185
BK
127642002-06-26 Benjamin Kosnik <bkoz@redhat.com>
12765
12766 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 12767 (cxx_incdir): Remove.
53c40185 12768
97679694
NN
127692002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
12770
12771 * MAINTAINERS (Write After Approval): Add self.
12772
b03bcd37
DC
12773Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
12774
12775 * configure.in: Add support for ip2k.
12776
6bd12129
NN
127772002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
12778
12779 * configure.in: Fix AIX configury bug.
12780
e0d98a92
SE
127812002-06-20 Steve Ellcey <sje@cup.hp.com>
12782
12783 * MAINTAINERS (Write After Approval): Add self.
12784
ba3292db
NN
127852002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12786
ef40bc65
NN
12787 * configure.in: replace ${topsrcdir} with ${srcdir}
12788
7a0be465
NN
12789 * configure.in: Move definition of libstdcxx_flags
12790 right above usage, rather than waaay earlier.
12791
e1848dde
NN
12792 * configure.in: Pull definition of is_cross_compiler earlier.
12793
8bc2fff1
NN
12794 * configure.in: Rearrange a little.
12795
ba3292db
NN
12796 * configure.in: Remove references to librx.
12797 * Makefile.in: Remove references to librx.
12798
11d8b408
DC
12799Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
12800
12801 * config.sub: Add support for avr target.
12802 Import from master sources, rev 1.255
5ce6f47b 12803
93da8339
PE
128042002-06-19 Phil Edwards <pme@gcc.gnu.org>
12805
12806 * configure, .cvsignore: Revert previous change...
12807 * Makefile: ...delete.
12808
b4caab5c
NN
128092002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12810
12811 * configure.in: Eliminate ${gasdir} variable.
12812
ee777171
DB
128132002-06-18 Dave Brolley <brolley@redhat.com>
12814
12815 * configure.in: Add support for frv.
12816 * config.sub: Add support for frv.
12817
26e4af54
PE
128182002-06-18 Phil Edwards <pme@gcc.gnu.org>
12819
12820 * configure: Remove garbage from previous commit.
12821
bb20b7da
PE
128222002-06-18 Phil Edwards <pme@gcc.gnu.org>
12823
12824 * configure: For in-source builds, make a subdir and re-exec there.
12825 * Makefile: New file. Pass targets through to build directory.
12826 * .cvsignore: No longer ignore "Makefile".
12827
9d321f6c
DR
128282002-06-16 Douglas Rupp <rupp@gnat.com>
12829
12830 * MAINTAINERS (Write After Approval): Add self.
12831
c8eb2bc0
KG
128322002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12833
12834 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12835
f210d239
JT
128362002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
12837
12838 * configure.in (vax-*-netbsd*): Re-enable gas.
12839
e9667b3c
NN
128402002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
12841
efe1f357
NN
12842 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12843 BUILD_PREFIX_1, to correct nomenclature.
12844 * configure: Likewise.
12845
e9667b3c
NN
12846 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12847 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12848
fe2fe497
OH
128492002-05-31 Olaf Hering <olh@suse.de>
12850
12851 * config-ml.in: Propogate DESTDIR also.
12852
dcf7f0dd
JT
128532002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
12854
12855 * configure.in (vax-*-netbsd*): Don't build gas for this
12856 platform.
12857
6ff14f32
MM
128582002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
12859
12860 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12861 and libgcj for AVR.
12862
397de1ff
KK
128632002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
12864
12865 * MAINTAINERS (Write After Approval): Add myself.
12866
ac30211c
JT
128672002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
12868
12869 * config.guess: Update to 2002-05-22 version.
12870 * config.sub: Likewise.
12871
1e6347d8
RO
128722002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12873
12874 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12875 * config-ml.in: Likewise.
12876 * configure: Likewise.
12877 * configure.in: Likewise.
12878
e5ce1d6d
SC
128792002-05-16 Stephane Carrez <stcarrez@nerim.fr>
12880
12881 * MAINTAINERS: Update my email address.
12882
6cdef75d
NN
128832002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
12884
4a87f061
NN
12885 * configure.in: Simplify makefile fragment collection.
12886
12887 * configure.in: Remove code to build emacs.
603606e7 12888
e254d6b5
NN
12889 * configure.in : Remove --srcdir argument from targargs and buildargs
12890 (it's always overridden in the Makefile anyway). Rearrange a bit.
12891
12892 * configure: Move some logic to configure.in.
12893 * configure.in: Move some logic from configure.
6cdef75d 12894
1d6006fe
TT
128952002-05-11 Tom Tromey <tromey@redhat.com>
12896
12897 * MAINTAINERS: Reflect libgcj reality.
12898
b70b3534
FS
128992002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
12900
12901 * Makefile.in: Honour DESTDIR.
12902
4434687a
MM
129032002-05-08 Mark Mitchell <mark@codesourcery.com>
12904
12905 * config.guess: Import 2002-03-20 version.
12906 * config.sub: Import 2002-04-26 version.
12907
a89e49c7
RO
129082002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12909
12910 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12911
44e55536
TJ
129122002-05-07 Tim Josling <tej@melbpc.org.au>
12913
12914 * MAINTAINERS: Add self.
12915
dce2d8b2 129162002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
12917
12918 * ltmain.sh: Detect and handle object name conflicts
12919 while piecewise linking a static library.
12920
b7c13625
AO
129212002-05-05 Alexandre Oliva <aoliva@redhat.com>
12922
12923 * configure.in (noconfigdirs): Don't disable libgcj on
12924 sparc64-*-solaris* and sparcv9-*-solaris*.
12925
4182d9fa
AO
129262002-05-03 Alexandre Oliva <aoliva@redhat.com>
12927
12928 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12929
7bebf279
TF
129302002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
12931
12932 * configure.in (FLAGS_FOR_TARGET): Do not add
12933 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12934 on i[3456]86-*-linux*.
12935
9a06dc7d
TF
129362002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
12937
12938 * configure.in (noconfigdirs): Replace [ ] with test.
12939
12940 * configure.in (noconfigdirs): Do not add target-newlib if
12941 target == i[3456]86-*-linux*, and host == target.
12942
a51a07fa
NN
129432002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
12944
9e7facd6
DD
12945 * configure.in: delete reference to absent file
12946
aeaa0f2f
NN
12947 * configure.in: replace '[' with 'test'
12948
4bb98828
NN
12949 * configure.in: Eliminate references to gash.
12950 * Makefile.in: Eliminate references to gash.
12951
64791664
NN
12952 * configure.in: remove useless references to 'pic' makefile fragments.
12953
3ed57cf4
NN
12954 * configure.in: (*-*-windows*) Finish removing.
12955
a51a07fa
NN
12956 * configure.in: Eliminate redundant test for libgui.
12957
8552f6f1
RS
129582002-04-29 Roger Sayle <roger@eyesopen.com>
12959
12960 * MAINTAINERS: Add self and realphabetize. Update entries
12961 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
12962 entry for a29k port maintainer.
12963
dce2d8b2 129642002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
12965
12966 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12967 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12968
704c9a14
NN
129692002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
12970
12971 * configure.in: remove references to dead files
12972
7bff5059
MM
129732002-04-19 Mark Mitchell <mark@codesourcery.com>
12974
12975 * MAINTAINERS: Add information about purpose of this file.
12976
0c7c67f0
TT
129772002-04-18 Tom Tromey <tromey@redhat.com>
12978
12979 * configure.in: Disallow configuring libgcj when it is already
12980 installed and we're using Solaris 2.8 linker. Do enable libgcj on
12981 Solaris 2.8 by default. For PR libgcj/6158.
12982
63501e91
NN
129832002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12984
12985 * configure.in: Move default CC setting out of config/mh-* fragments
12986 directly into here.
12987
701afd4d
NN
129882002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12989
12990 * configure.in: don't even try to configure or make a subdirectory
12991 if there's no configure script for it.
12992
07cdae91
MM
129932002-04-15 Mark Mitchell <mark@codesourcery.com>
12994
12995 * MAINTAINERS: Remove chill maintainers.
12996 * Makefile.in (CHILLFLAGS): Remove.
12997 (CHILL_LIB): Remove.
12998 (TARGET_CONFIGDIRS): Remove libchill.
12999 (CHILL_FOR_TARGET): Remove.
13000 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13001 CHILL_LIB.
13002 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13003 (CHECK_TARGET_MODULES): Likewise.
13004 (INSTALL_TARGET_MODULES): Likewise.
13005 (CLEAN_TARGET_MODULES): Likewise.
13006 (configure-target-libchill): Remove.
13007 (all-target-libchill): Remove.
13008 * configure.in (target_libs): Remove target-libchill.
13009 Do not compute CHILL_FOR_TARGET.
13010 * libchill: Remove directory.
5ce6f47b 13011
ab50d72b
DD
130122002-04-11 DJ Delorie <dj@redhat.com>
13013
13014 * Makefile.in, configure.in: Sync with binutils, entries
13015 follow...
13016
0a1e123a
DD
130172002-04-07 Andrew Cagney <ac131313@redhat.com>
13018
13019 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13020 (do-tar, do-bz2): New rules.
13021 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13022 (gdb-tar): New rule.
13023 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13024 (insight_dejagnu.tar): New rule.
13025 (insight.tar): New rule.
13026 (gdb+dejagnu.tar): New rule.
13027 (gdb.tar): New rule.
13028
ab50d72b
DD
130292002-02-01 Mo DeJong <supermo@bayarea.net>
13030
13031 * Makefile.in: Add all-tix to deps for all-snavigator
13032 so that tix is built when building snavigator.
13033
130342002-01-11 Steve Ellcey <sje@cup.hp.com>
13035
13036 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13037 ld and gdb are not supported.
13038
130392002-01-07 Mark Salter <msalter@redhat.com>
13040
13041 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13042 Allow target-libgloss to be built for arm, strongarm, and xscale.
13043
130442001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13045
13046 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13047 options for i[3456]86-pc-linux* native builds.
13048
130492001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13050
13051 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13052 files from .po files for a distribution.
13053
130542001-09-03 Jeff Holcomb <jeffh@redhat.com>
13055
13056 * configure.in: Enable libstdc++-v3 for h8300 targets.
13057
130582001-06-19 Alan Modra <amodra@bigpond.net.au>
13059
13060 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13061 version from bfd/.
13062
13063Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13064
13065 * Makefile.in (VER): When present, extract the version number from
13066 the file version.in.
13067
dce2d8b2 130682001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
13069
13070 * configure.in : enable ld for aix
13071
130722001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13073
13074 * config.guess: Add linux target for S/390.
13075
130762000-11-07 Philip Blundell <pb@futuretv.com>
13077
13078 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13079
130802000-11-03 Philip Blundell <pb@futuretv.com>
13081
13082 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13083 files.
13084
130852001-01-15 Ben Elliston <bje@redhat.com>
13086
13087 * configure.in (host_tools): Add sid.
13088 Always configure cgen.
13089
130902000-11-24 Nick Clifton <nickc@redhat.com>
13091
13092 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13093
ab50d72b
DD
130942000-08-20 Doug Evans <dje@casey.transmeta.com>
13095
13096 * Makefile.in (ALL_MODULES): Add all-cgen.
13097 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13098 (all-cgen): New target.
13099 (all-opcodes,all-sim): Depend on all-cgen.
13100 * configure.in (host_tools): Add cgen.
13101 Only configure cgen if --enable-cgen-maint.
13102
dce2d8b2 131032002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
13104
13105 * configure.in: Add *-*-freebsd* configurations.
13106
90def2b2
TT
131072002-04-08 Tom Tromey <tromey@redhat.com>
13108
13109 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13110 Fixes PR libgcj/6068.
13111
320d7e7a
KW
131122002-03-30 Krister Walfridsson <cato@df.lth.se>
13113
13114 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13115
18b467f1
RO
131162002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13117
13118 * configure.in (alpha*-dec-osf*): Enable libgcj.
13119
dce2d8b2 131202003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
13121
13122 * MAINTAINERS (Write After Approval): Add myself.
13123
56ae9405
NC
131242002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13125
13126 Fix for: PR bootstrap/3591, target/5676
13127 * configure.in (mcore-pe): Disable the configuration of
13128 libstdc++-v3 since exceptions are not supported.
13129
f18d9a0c
AG
131302002-03-20 Anthony Green <green@redhat.com>
13131
13132 * configure.in: Enable libgcj for xscale-elf target.
13133
dce2d8b2 13134Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
13135
13136 * MAINTAINERS: Update my email address.
13137
28eca9e8
AO
131382002-03-16 Alexandre Oliva <aoliva@redhat.com>
13139
13140 * ltmain.sh (relink_command): Fix typo in previous change.
13141
e67e72c7
AO
131422002-03-15 Alexandre Oliva <aoliva@redhat.com>
13143
13144 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13145 (relink_command): Added --tag flags.
13146 (mode=install): If relinking fails; error out.
13147
c2273204
RH
131482002-03-12 Richard Henderson <rth@redhat.com>
13149
13150 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13151 .NOTPARALLEL tag.
13152 (do-check): Rename from check.
13153 (check): Allow parallel check.
13154
bcb64245
BW
131552002-03-12 Bob Wilson <bob.wilson@acm.org>
13156
13157 * MAINTAINERS: Add myself as maintainer for xtensa port.
13158 Fix alphabetical order in CPU port maintainer list.
13159 Remove myself from Write After Approval list.
13160
63adb4ff
RH
131612002-03-11 Richard Henderson <rth@redhat.com>
13162
13163 * Makefile.in (.NOTPARALLEL): Add fake tag.
13164
9bec4bf0
L
131652002-03-07 H.J. Lu (hjl@gnu.org)
13166
13167 * configure.in: Enable gprof for mips*-*-linux*.
13168
c7fc1f84
DS
131692002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13170
13171 * MAINTAINERS (Write After Approval): Add myself.
13172
6bff33fb
AO
131732002-02-28 Alexandre Oliva <aoliva@redhat.com>
13174
13175 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13176 libjava.
13177 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13178
0210b33b
AO
131792002-02-23 Alexandre Oliva <aoliva@redhat.com>
13180
13181 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13182 because its Makefile is there; test for the executable instead.
13183
fcc0a3ef
AO
131842002-02-22 Alexandre Oliva <aoliva@redhat.com>
13185
13186 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13187 libstdc++-v3 and libjava.
13188
dce2d8b2 131892002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
13190
13191 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13192 boehm-gc
5ce6f47b 13193
40fe0ec3
AO
131942002-02-09 Alexandre Oliva <aoliva@redhat.com>
13195
13196 * config.guess: Updated to 2002-01-30's version.
13197 * config.sub: Updated to 2002-02-01's version.
13198 Contribute sh64-elf.
13199 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13200 * configure.in: Added sh64-*-*.
13201
694d53ee
CD
132022002-02-08 Chris Demetriou <cgd@broadcom.com>
13203
13204 * MAINTAINERS: Belatedly add myself to write after approval list.
13205
a9ca50b1
JH
13206Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13207
13208 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13209 Remove self as Write After Approval.
13210
5ffc3500
GK
132112002-01-31 Geoffrey Keating <geoffk@redhat.com>
13212
13213 * MAINTAINERS: Put self in as maintainer for contrib/regression
13214 directory.
13215
4ceaf7fb
PE
132162002-01-28 Phil Edwards <pme@gcc.gnu.org>
13217
13218 * MAINTAINERS: Update my email address.
13219
51584787
JT
132202002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13221
5ce6f47b
EC
13222 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13223 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
13224 libraries if not supported for NetBSD on target CPU.
13225
5701d273
DR
132262002-01-25 Douglas B Rupp <rupp@gnat.com>
13227
13228 * install-sh: Use _inst.$$_ for temp file name.
13229
b299a075
JT
132302002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13231
13232 * MAINTAINERS (Write After Approval): Move my contact info
13233 from here...
13234 (OS Port Maintainers): ...to here (netbsd).
13235
51fe14b5
BW
132362002-01-22 Bob Wilson <bob.wilson@acm.org>
13237
13238 * MAINTAINERS (Write After Approval): Add myself.
13239
dce2d8b2 132402002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
13241
13242 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13243 (all-target-fastjar): Also depend on all-target-libiberty.
13244
3cd87679
L
132452002-01-16 H.J. Lu (hjl@gnu.org)
13246
13247 * config.guess: Import from master sources, rev 1.225.
13248 * config.sub: Import from master sources, rev 1.238.
13249
969a6d8f
KH
132502002-01-16 Kazu Hirata <kazu@hxi.com>
13251
13252 * MAINTAINERS (Write After Approval): Remove myself.
13253
366f6a52
FW
132542001-12-19 Florian Weimer <fw@deneb.enyo.de>
13255
13256 * MAINTAINERS (Write After Approval): Add myself.
13257
f02240b6
JM
132582001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13259
13260 * MAINTAINERS: Add self as docs co-maintainer.
13261
5d08dc39
MK
132622001-12-11 Matthias Klose <doko@debian.org>
13263
13264 * MAINTAINERS (Write After Approval): Add myself.
13265
39e790d5
ZW
132662001-12-09 Zack Weinberg <zack@codesourcery.com>
13267
13268 * MAINTAINERS: Update my email address.
13269
4519d6a3
TC
132702001-12-07 Turly O'Connor <turly@apple.com>
13271 * MAINTAINERS (Write After Approval): Add myself.
13272 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13273 (rs6000_initialize_trampoline): Call __trampoline_setup for
13274 ABI_DARWIN too.
13275 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 13276 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 13277
21cf0a73
PC
132782001-12-07 Paolo Carlini <pcarlini@unitus.it>
13279
13280 * MAINTAINERS (Write After Approval): Add myself.
13281
4ee43206
DR
13282Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13283
13284 * configure, configure.in: Use temp file for long sed commands.
13285
251931f3
LG
132862001-12-03 Laurent Guerby <guerby@acm.org>
13287
13288 * config.sub: Update to version 1.232 on subversion.
13289
03777dd7
BE
132902001-12-03 Ben Elliston <bje@redhat.com>
13291
13292 * MAINTAINERS: Update mail address for config.* patches.
13293
dce2d8b2 132942001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
13295 Zack Weinberg <zack@codesourcery.com>
13296
13297 When build != host, create libiberty for the build machine.
13298
13299 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13300 CONFIG_ARGUMENTS.
13301 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13302 New variables.
13303 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13304 and rules.
13305 (all.normal): Depend on ALL_BUILD_MODULES.
13306 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13307 (all-build-libiberty): Depend on configure-build-libiberty.
13308
13309 * configure: Calculate and substitute proper value for
13310 ALL_BUILD_MODULES.
13311 * configure.in: Create the build subdirectory.
13312 Calculate and substitute TARGET_CONFIGARGS (formerly
13313 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13314
04075e8f
ZL
133152001-11-26 Ziemowit Laski <zlaski@apple.com>
13316
13317 * MAINTAINERS (write-after-approval): Add self.
13318
ed19322d
CR
133192001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13320
13321 * MAINTAINERS (GNATS only accounts): Remove self.
13322
90a12988
HPN
133232001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13324
13325 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13326 libf2c.
13327
77e653ad
CR
133282001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13329
13330 * MAINTAINERS (Write After Approval): Add self.
13331
64adad99
DB
133322001-11-12 David O'Brien <obrien@FreeBSD.org>
13333
13334 * MAINTAINERS: mips and s390 are also CPU ports.
13335
834a28c7
DB
133362001-11-12 David O'Brien <obrien@FreeBSD.org>
13337
13338 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13339
ef94239f
DB
133402001-11-11 David O'Brien <obrien@FreeBSD.org>
13341
13342 * MAINTAINERS: Alphabetize.
13343
beda0427
KH
133442001-11-09 Kazu Hirata <kazu@hxi.com>
13345
13346 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13347
6ca224d3
JDA
133482001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13349
13350 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13351
132e4bd7
PE
133522001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13353
13354 * configure.in (--enable-languages): Be more permissive about
13355 syntax. Check for empty lists better. Warn about $LANGUAGES.
13356
c6243b4c
GK
133572001-11-08 Geoffrey Keating <geoffk@redhat.com>
13358
13359 * config.sub: Import from master sources, rev. 1.230.
13360 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13361
abbb9e76
LG
133622001-11-07 Laurent Guerby <guerby@acm.org>
13363
13364 * MAINTAINERS (Write After Approval): Add self.
13365
53cdb27a
HPN
133662001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13367
13368 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13369
dd3a88c9
HPN
133702001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13371
13372 * config.sub: Import from master sources, rev 1.226.
13373 * config.guess: Import from master sources, rev 1.216.
13374
d344dce9
HPN
133752001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13376
13377 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13378 * MAINTAINERS: Add self as maintainer of MMIX port.
13379 Remove old after-approval entry.
13380
63f6bcd7
JM
133812001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13382
13383 * ChangeLog, configure: Fix spelling errors.
13384
84f92638
BK
133852001-10-20 Brendan Kehoe <brendan@zen.org>
13386
13387 * MAINTAINERS: Tweak my address.
13388
dce2d8b2 13389Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
13390
13391 * MAINTAINERS: Update my email address.
13392
1567080c 133932001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 13394
f48a3b5c 13395 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 13396 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 13397
30106886
GB
133982001-10-10 Geert Bosch <bosch@gnat.com>
13399
e490616e 13400 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
13401 Added Robert Dewar.
13402
dce2d8b2 134032001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
13404
13405 * MAINTAINERS (Write After Approval): Added self
13406
d1c3e709
GB
134072001-10-02 Geert Bosch <bosch@gnat.com>
13408
13409 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13410
50f5f793
JM
134112001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
13412
13413 * configure: Handle temporary files securely using mkdir.
13414
7fddf9a9
AO
134152001-09-29 Alexandre Oliva <aoliva@redhat.com>
13416
13417 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13418
dce2d8b2 134192001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
13420
13421 * configure.in (*-*-linux*): Disable configuration of target-newlib
13422 and target-libgloss.
e490616e 13423
0c055e34
AO
134242001-09-26 Alexandre Oliva <aoliva@redhat.com>
13425
13426 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13427 RANLIB.
13428
759bfa90
AO
134292001-09-21 Alexandre Oliva <aoliva@redhat.com>
13430
13431 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13432 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13433 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13434 avoid quotes nesting problems.
13435 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13436 (DO_X): Export only variables that are set.
13437
1dc4a750
BE
134382001-09-19 Ben Elliston <bje@redhat.com>
13439
13440 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13441 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13442 semantics. Use the shell built-in "type" command instead.
13443
898c7238
AO
134442001-08-31 Alexandre Oliva <aoliva@redhat.com>
13445
13446 Merged from gcc-3_0-branch:
13447 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
13448 * ltcf-c.sh: Use $objext, not $ac_objext.
13449 2001-07-27 Mark Kettenis <kettenis@gnu.org>
13450 * ltcf-cxx.sh: Add support for GNU.
13451 2001-07-22 Timothy Wall <twall@redhat.com>
13452 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
13453 default settings if using GNU tools with that configuration.
13454 * ltcf-cxx.sh: Ditto.
13455 * ltcf-gcj.sh: Ditto.
13456 2001-07-21 Michael Chastain <chastain@redhat.com>
13457 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13458 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
13459 * ltmain.sh: Mark as gcc-local.
13460
8fa0a32e
EC
134612001-08-30 Eric Christopher <echristo@redhat.com>
13462 Jason Eckhardt <jle@redhat.com>
13463
13464 * config.guess: Merge from master sources.
13465 * config.sub: Merge from master sources, add support for mipsisa32.
13466
32f30f91 134672001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
13468 * config.sub: Merge from master sources, rev 1.219.
13469 * MAINTAINERS: Add self as contact for stormy16 port.
13470
f6084f99
ZW
134712001-08-14 Zack Weinberg <zackw@panix.com>
13472
13473 * config.sub: Merge from master sources, rev 1.218.
13474 * config.guess: Merge from master sources, rev 1.209.
13475
91b54f7f
GS
134762001-08-11 Graham Stott <grahams@redhat.com>
13477
13478 * Makefile.in (check-c++): Add missing semicolon.
13479
e5b3941e
JH
13480Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
13481
32f30f91 13482 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 13483
6387a56e
EC
134842001-07-30 Eric Christopher <echristo@redhat.com>
13485
13486 * MAINTAINERS (Various maintainers: mips port): Added myself.
13487
53b475f0
AH
134882001-07-25 Andrew Haley <aph@cambridge.redhat.com>
13489
e490616e 13490 * configure.in (sh-*-linux*): New.
53b475f0 13491
2a08c780
RH
134922001-07-27 Richard Henderson <rth@redhat.com>
13493
13494 * .cvsignore: Add LAST_UPDATED.
13495
bfa79422
UW
134962001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
13497
13498 * MAINTAINERS (Various maintainers: s390 port): Added myself.
13499
0ae85492
AH
135002001-07-16 Aldy Hernandez <aldyh@redhat.com>
13501
e490616e 13502 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 13503
8e1ab0fe
NP
13504Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
13505
13506 * MAINTAINERS (Write After Approval): Added myself.
13507
2b997990
SC
135082001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13509
13510 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13511 and libgcj on m68hc11/m68hc12.
13512
d920e825
L
135132001-06-27 H.J. Lu (hjl@gnu.org)
13514
13515 * Makefile (CFLAGS_FOR_BUILD): New.
13516 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13517
d425a1e0
JM
135182001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13519
13520 * README: Remove version number.
13521
5b5b4207
GP
135222001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13523
13524 * INSTALL/README: Update wrt. to the installation instructions now
13525 residing in gcc/doc/install.texi.
13526
be839b69
JM
135272001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
13528
13529 * README: Replace with a cut-down and updated version of gcc/README.
13530
fe2ee7c4
DE
135312001-06-12 David Edelsohn <edelsohn@gnu.org>
13532
13533 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13534 multilibs to be disabled.
13535
4f5d646c
DB
135362001-06-11 Daniel Berlin <dan@cgsoftware.com>
13537
13538 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 13539
818f0c85
AO
135402001-06-09 Alexandre Oliva <aoliva@redhat.com>
13541
13542 * config.guess: Import CVS version 1.195.
13543 * config.sub: Import CVS version 1.212.
13544
e9a8af10
AO
135452001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
13546
13547 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13548 gcc/xgcc is built, use -print-prog-name to find out the program
13549 name to use.
13550
ae3ca0a9
PE
135512001-06-04 Phil Edwards <pme@sources.redhat.com>
13552
13553 * config.guess: Import CVS version 1.194. All gcc-local changes
13554 appear to also be in the master copy.
13555 * config.sub: Import CVS version 1.211.
13556
066bd40d
MM
13557Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
13558
13559 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13560 with_gcc]: Use `gcc -shared' to build a shared library.
13561
4aef4f33
JDA
13562Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
13563
13564 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13565 archives.
13566
c386f00f
RO
13567Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13568
13569 * MAINTAINERS (Write After Approval): Add myself.
13570
2ae5cea5
HPN
135712001-06-01 Hans-Peter Nilsson <hp@axis.com>
13572
13573 * configure.in (libstdcxx_flags): Do not try to execute
13574 libstdc++-v3/testsuite_flags until it exists.
13575
c3766183
AM
135762001-06-01 Alan Modra <amodra@bigpond.net.au>
13577
13578 * MAINTAINERS: Update my email address.
13579
9b337833
GS
135802001-05-31 Graham Stott <grahams@redhat.com>
13581
13582 * MAINTAINERS (Write After Approval): Add myself.
13583
dce2d8b2 135842001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
13585
13586 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
13587 libraries when using g++ with native linker.
13588
5f7de4b8
AO
135892001-05-28 Alexandre Oliva <aoliva@redhat.com>
13590
13591 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13592
a7bc0fbb
AO
135932001-05-22 Alexandre Oliva <aoliva@redhat.com>
13594
13595 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13596 [aix4*|aix5*]: Prepend blank.
13597
33456445
AO
135982001-05-20 Alexandre Oliva <aoliva@redhat.com>
13599
13600 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13601 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
13602 of subdir/configure scripts to use the new libtool.m4.
13603
e48d3d00
MK
136042001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
13605
13606 * MAINTAINERS (Write After Approval): Add myself.
13607
9e0e191b
BK
136082001-05-18 Benjamin Kosnik <bkoz@redhat.com>
13609
13610 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13611
3f19b439
BE
136122001-05-11 Ben Elliston <bje@redhat.com>
13613
13614 * Makefile.in (all-sid): New target.
13615 (check-sid, clean-sid, install-sid): Likewise.
13616
6ebe3121
JO
136172001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
13618
13619 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13620
ca3667c4
AO
136212001-05-03 Alexandre Oliva <aoliva@redhat.com>
13622
13623 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13624 libgcj.
13625
136262001-05-03 Alexandre Oliva <aoliva@redhat.com>
13627
13628 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13629 gcc/xgcc is built, use -print-prog-name to find out the program
13630 name to use.
13631
b2964d63
AO
136322001-04-26 Alexandre Oliva <aoliva@redhat.com>
13633
b1bb2302
AO
13634 * configure.in (noconfigdirs): Don't reset it from scratch in the
13635 target case; only append to it.
6387a56e 13636
b2964d63
AO
13637 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13638 sparc-*-solaris2.8]: Disable ${libgcj}.
13639
8343765d
AO
136402001-04-25 Alexandre Oliva <aoliva@redhat.com>
13641
13642 * configure.in (libgcj_saved): Copy from $libgcj.
13643 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13644 --disable-libgcj.
13645
ddbb6d43
GRK
136462001-04-25 Gavin Romig-Koch <gavin@redhat.com>
13647
13648 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 13649 C front end maintainer.
ddbb6d43 13650
3fa03ff9
AG
13651Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
13652
13653 * configure.in: Move *-chorusos target case to the proper switch.
13654 Disable libgcj.
13655
99ffe40f
AO
136562001-04-12 Alexandre Oliva <aoliva@redhat.com>
13657
13658 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13659 1.641.2.228.
13660
78faa32d
FS
136612001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13662
13663 * Makefile.in (STAGE1_CFLAGS): Pass down.
13664
cdbff0ab
AM
136652001-04-13 Alan Modra <amodra@one.net.au>
13666
13667 * config.guess: Add hppa64-linux support. Note for next import that
13668 this is already in the master file.
13669 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
13670
75b9074c
AO
136712001-04-12 Alexandre Oliva <aoliva@redhat.com>
13672
13673 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13674 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13675
125404c5
SS
136762001-04-11 Stan Shebs <shebs@apple.com>
13677
13678 * MAINTAINERS: Add self as Darwin port maintainer.
13679
876684fe
AM
136802001-04-11 Alan Modra <amodra@one.net.au>
13681
13682 * MAINTAINERS: Update my email address.
13683
06729913
LR
136842001-04-10 Loren J. Rittle <ljrittle@acm.org>
13685
13686 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13687 recent versions of FreeBSD (release 3 or later).
13688 * ltconfig: On FreeBSD, -lc must not be provided when building
13689 a shared library or else the standard -pthread gcc option is
13690 rendered worthless to later users of the built library.
13691
67916302
JM
136922001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
13693
13694 * MAINTAINERS: Add self and RTH as C front end maintainers.
13695
d2bc0628
AO
136962001-04-05 Alexandre Oliva <aoliva@redhat.com>
13697
e490616e
ZW
13698 * config.sub: Make sure to match an already-canonicalized
13699 machine name (eg. mn10300-unknown-elf).
d2bc0628 13700
a3406c06
AO
137012001-04-01 Alexandre Oliva <aoliva@redhat.com>
13702
13703 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13704 New macros.
13705 (bootstrap, cross): Use RECURSE_FLAGS.
13706 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13707
a076f6a4
AO
137082001-03-27 Alexandre Oliva <aoliva@redhat.com>
13709
13710 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13711
e9f4fa71
CH
137122001-03-22 Colin Howell <chowell@redhat.com>
13713
7238de5c
CH
13714 * Makefile.in (DO_X): Do not backslash single-quotes in
13715 backquotes (two places).
e9f4fa71 13716
b6b14b1b
AO
137172001-03-22 Alexandre Oliva <aoliva@redhat.com>
13718
13719 Re-installed:
13720 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13721 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13722 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13723 * ltcf-cxx.sh: Likewise.
13724 * ltcf-gcj.sh: Likewise.
13725
1eb0b89d
GP
137262001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13727
13728 * MAINTAINERS: Add myself as "documentation co-maintainer".
13729
82e23236
AO
137302001-03-22 Alexandre Oliva <aoliva@redhat.com>
13731
13732 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13733 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13734
64ec27c3
TT
137352001-03-19 Tom Tromey <tromey@redhat.com>
13736
13737 * config-ml.in: Handle GCJ and GCJFLAGS.
13738
191de407
MC
137392001-03-21 Michael Chastain <chastain@redhat.com>
13740
13741 * Makefile.in: all-m4 depends on all-texinfo.
13742
fed4dede
LR
137432001-03-20 Loren J. Rittle <ljrittle@acm.org>
13744
13745 * MAINTAINERS: Add myself to write after approval list.
13746
085072bb
LB
137472001-03-18 Laurynas Biveinis <lauras@softhome.net>
13748
13749 * Makefile.in (DO_X): Quote nested quotes.
13750
5af8ea3f
AM
137512001-03-18 Alan Modra <alan@linuxcare.com.au>
13752
13753 * MAINTAINERS: Add myself to write after approval list.
13754
69e23037
LB
137552001-03-15 Laurynas Biveinis <lauras@softhome.net>
13756
13757 * Makefile.in (DO_X): Use double quotes for quoting
13758 "RANLIB=$${RANLIB}".
13759
2b9650f4
OP
137602001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
13761
13762 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13763
dce2d8b2 137642001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
13765
13766 * configure.in: Only use `lang_requires' for languages athat are
13767 actually enabled.
13768
f6646274
PE
137692001-03-08 Phil Edwards <pme@sources.redhat.com>
13770
13771 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
13772
c9a54638
AO
137732001-03-08 Alexandre Oliva <aoliva@redhat.com>
13774
13775 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13776
6a556ad6
TT
137772001-03-07 Tom Tromey <tromey@redhat.com>
13778
13779 * configure.in: Allow config-lang.in to set `lang_requires' to list
13780 of other required languages.
13781
6822468a
LB
137822001-03-06 Laurynas Biveinis <lauras@softhome.net>
13783
13784 * Makefile.in: Remove RANLIB definition. Use RANLIB
13785 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13786 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 13787
f04885d3 137882001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 13789 Alexandre Oliva <aoliva@redhat.com>
6387a56e 13790
f04885d3
BK
13791 * Makefile.in (check-c++): Use tabs, not spaces.
13792
288edf47 137932001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 13794
288edf47
LB
13795 * MAINTAINERS: add myself to Write After Approval list.
13796
3d55d2f8 137972001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 13798
e490616e 13799 * Makefile.in (check-c++): New rule.
6387a56e 13800
4d88a68a
BK
13801 * configure.in (target_libs): Remove libg++.
13802 (noconfigdirs): Remove libg++.
13803 (noconfigdirs): Same.
13804 (noconfigdirs): Same.
13805 (noconfigdirs): Same.
13806
13807 * config-ml.in: Remove libg++ references.
13808
13809 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13810 (ALL_TARGET_MODULES): Same.
13811 (configure-target-libg++): Remove.
13812 (all-target-libg++): Remove.
13813 (configure-target-libio): Remove.
13814 (all-target-libio): Remove.
13815 (check-target-libio): Remove.
13816 (.PHONY): Remove.
13817 (libg++.tar.bz2): Remove.
13818 (all-target-cygmon): Remove libio.
13819 (all-target-libstdc++): Remove.
13820 (configure-target-libstdc++): Remove.
13821 (TARGET_LIB_PATH): Remove libstdc++.
13822 (ALL_GCC_CXX): Remove libstdc++.
13823 (all-target-gperf): Correct.
13824
2437d4ed
NC
138252001-02-16 Nick Clifton <nickc@redhat.com>
13826
13827 * configure.in (noconfigdirs): Allow configuration of texinfo
13828 for Cygwin hosts.
13829
85b99cbe
AG
138302001-02-15 Anthony Green <green@redhat.com>
13831
13832 * configure: Introduce GCJ_FOR_TARGET.
13833 * configure.in: Ditto.
13834 * Makefile.in: Ditto.
13835
7b18790c
AS
138362001-02-13 Andreas Schwab <schwab@suse.de>
13837
13838 * MAINTAINERS: Update mail address.
13839
c4880c99
MS
138402001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13841
13842 * config.guess: Add linux target for S/390.
13843 * config.sub: Likewise.
13844
dce2d8b2 138452001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
13846
13847 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 13848 target-libgloss.
e31ae6db 13849
7739adfb
BE
138502001-02-06 Ben Elliston <bje@redhat.com>
13851
13852 * configure: Output host type to stdout, not stderr.
13853
36ca672c
MM
138542001-02-05 Mark Mitchell <mark@codesourcery.com>
13855
e40f2829 13856 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
13857 * ltcf-cxx.sh: Likewise.
13858
36ca672c
MM
13859 * config.if: Assume enable_libstdcxx_v3 is defined.
13860
22fdd65e
MM
138612001-02-04 Mark Mitchell <mark@codesourcery.com>
13862
13863 Remove V2 C++ library.
13864 * configure.in: Remove --enable-libstdcxx_v3 support.
13865
3b60dd8e
BM
138662001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
13867
13868 * include/demangle.h: Add prototype for java_demangle_v3.
13869
42c0c80a
PE
138702001-01-29 Phil Edwards <pme@sources.redhat.com>
13871
13872 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
13873
0be25992
RH
138742001-01-27 Richard Henderson <rth@redhat.com>
13875
13876 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13877
8a8de62d
MS
138782001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13879
13880 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13881 Don't unset, it's non-portable and no longer necessary, set to empty
13882 instead.
13883
92769744
MS
138842001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13885
13886 * ltconfig: Shell portability fix for the tagname validity check.
13887
88a1c0ab
AO
138882001-01-27 Alexandre Oliva <aoliva@redhat.com>
13889
13890 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13891 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13892
45291dd5
MS
138932001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13894
13895 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13896
1ace7e15
TT
138972001-01-26 Tom Tromey <tromey@redhat.com>
13898
13899 * configure.in: Allow libgcj to be built on Sparc Solaris.
13900
0ef8b11b
DE
139012001-01-25 David Edelsohn <edelsohn@gnu.org>
13902
13903 * ltcf-c.sh: Add aix5 case.
13904 * ltcf-cxx.sh: Likewise.
13905 * ltconfig: Likewise.
13906
0006091e
AO
139072001-01-24 Alexandre Oliva <aoliva@redhat.com>
13908
9bad11e1
AO
13909 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13910 keep at least one of build_libtool_libs or build_old_libs set to
13911 yes.
13912
0006091e
AO
13913 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13914 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13915
7c01b2b5
BM
139162001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
13917
13918 * configure.in: Enable libgcj on several additional platforms.
13919
d340e0ac
BM
139202001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
13921
13922 * configure.in: Enable libgcj for linux targets.
13923
5baf8c37
MS
139242001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13925
13926 * MAINTAINERS (Write After Approval): Add myself.
13927
10a0ba84
JDA
139282001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
13929
13930 * MAINTAINERS: Add myself as vax port maintainer.
13931
357c6a4b
FH
139322001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
13933
13934 * MAINTAINERS: Add myself as Mercury front-end maintainer.
13935
6e2d9a7a
MS
139362001-01-09 Mike Stump <mrs@wrs.com>
13937
13938 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13939 failures of subdirectories.
13940
b6b14b1b 139412001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 13942
b6b14b1b 13943 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 13944 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
13945 * ltcf-cxx.sh: Likewise.
13946 * ltcf-gcj.sh: Likewise.
13947 * ltconfig.sh: Fix typo.
976b230d 13948
07109110
LB
139492001-01-02 Laurynas Biveinis <lauras@softhome.net>
13950
13951 * configure: handle DOS-style absolute paths.
13952
1da5b8fc
LB
139532001-01-02 Laurynas Biveinis <lauras@softhome.net>
13954
13955 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13956
4c2f5b4f
MM
139572000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
13958
13959 * MAINTAINERS: Add myself as avr port co-maintainer.
13960
bc53668e
BE
139612000-12-28 Ben Elliston <bje@redhat.com>
13962
13963 * MAINTAINERS: Add myself under ``Write After Approval''.
13964
c387606f
JM
139652000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
13966
13967 * texinfo: Remove directory from GCC.
13968
2cb5082c
JM
139692000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13970
13971 * COPYING: Update to current
13972 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13973 to 19yy as example year in copyright notice).
13974
cc330df9
BK
139752000-12-18 Benjamin Kosnik <bkoz@redhat.com>
13976
6387a56e 13977 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
13978 (libstdcxx_incdir): Pass down.
13979 * config.if: Remove expired bits for cxx_interface, add stub.
13980 (libstdcxx_incdir): Add variable for g++ include directory.
13981 * configure.in (gxx_include_dir): Use it.
6387a56e 13982
4c6b2835
AO
139832000-12-18 Alexandre Oliva <aoliva@redhat.com>
13984
13985 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
13986 with old-email address from ``Write After Approval''.
13987
3896f13e
AJ
139882000-12-15 Andreas Jaeger <aj@suse.de>
13989
13990 * configure.in: Handle lang_dirs.
13991
139922000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 13993
ad46e881
TT
13994 * MAINTAINERS: Removed brads.
13995
90a10418
TT
13996 * MAINTAINERS: Added gcj developers.
13997
41dfe3a2 139982000-12-13 Anthony Green <green@redhat.com>
6387a56e 13999
41dfe3a2 14000 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
14001 listed. Disable libgcj for x86 and Alpha Linux until compatible
14002 with g++ abi.
6387a56e 14003
e2f601da
MS
140042000-12-13 Mike Stump <mrs@wrs.com>
14005
14006 * Makefile.in (local-distclean): Also remove fastjar.
14007
70030c01
RB
140082000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14009
14010 * contrib/gcc_update: Add fastjar --touch entries.
14011
2a50f859
AO
140122000-12-12 Alexandre Oliva <aoliva@redhat.com>
14013
14014 * configure.in: Disable language-specific target libraries for
14015 languages that aren't enabled.
14016
7743113b
AG
140172000-12-10 Anthony Green <green@redhat.com>
14018
14019 * configure.in: Define libgcj. Disable libgcj target libraries for
14020 most targets.
14021
92e061a6
NB
140222000-12-10 Neil Booth <neilb@earthling.net>
14023
14024 * MAINTAINERS: Update mail address, remove from WAA list.
14025
f34ff6d6
APB
140262000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14027
14028 * libjava: Imported from /cvs/java.
14029 * libffi: Likewise.
14030 * Boehm-gc: Likewise.
14031
d82a33c6
APB
140322000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14033
14034 * configure.in (target_libs): Revert 2000-12-08 patch.
14035 (noconfigdirs): Added target-libjava.
14036
e14f8e28
LB
140372000-12-09 Laurynas Biveinis <lauras@softhome.net>
14038
14039 * djunpack.bat: removed.
14040
fc26516b
LB
140412000-12-09 Laurynas Biveinis <lauras@softhome.net>
14042
14043 * Makefile.in: handle DOS-style absolute paths.
14044 * config-ml.in: likewise.
14045 * symlink-tree: likewise.
14046
bd8757b3
APB
140472000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14048
14049 * fastjar: Imported.
14050
81522a1f
APB
140512000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14052
14053 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14054 libjava.
14055 * configure.in (target_libs): Removed `target-libjava'.
14056
5db1f7ed
APB
140572000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14058
14059 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14060 (ALL_MODULES): Added fastjar.
14061 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14062 (all-target-libjava): all-fastjar replaces all-zip.
14063 (all-fastjar): Added.
14064 (configure-target-fastjar, all-target-fastjar): Likewise.
14065 * configure.in (host_tools): Added fastjar.
14066
5e59997c
MS
140672000-12-07 Mike Stump <mrs@wrs.com>
14068
14069 * Makefile.in (local-distclean): Remove leftover built files.
14070
0a534f40
NC
140712000-11-24 Nick Clifton <nickc@redhat.com>
14072
14073 * configure.in (xscale-elf): Add target.
14074 (xscale-coff): Add target.
14075
7686cadf
LR
140762000-11-22 Loren J. Rittle <ljrittle@acm.org>
14077
e490616e
ZW
14078 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14079 recent versions of FreeBSD (release 3 or later).
14080 * ltconfig: On FreeBSD, -lc must not be provided when building
14081 a shared library or else the standard -pthread gcc option is
14082 rendered worthless to later users of the built library.
7686cadf 14083
fff01699
FF
140842000-11-16 Fred Fish <fnf@be.com>
14085
14086 * configure.in (enable_libstdcxx_v3): Fix typo,
14087 libstd++ -> libstdc++.
14088
4dc16355
KL
140892000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14090
14091 * MAINTAINERS: Add self to Write After Approval list.
14092
bf6fc7b2
BS
140932000-11-21 Bernd Schmidt <bernds@redhat.com>
14094
14095 * MAINTAINERS: Update my email address. Add myself to global write
14096 privs list.
14097
ce8e06b1
AO
140982000-11-18 Alexandre Oliva <aoliva@redhat.com>
14099
6e2a4843
AO
14100 * Makefile.in: Merge with src and libgcj.
14101 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14102 configure-target-<library> when their configure scripts need the C
14103 or C++ library to have already been built to work properly.
14104 (do_proto_toplev): Set them to an empty string.
14105
ce8e06b1
AO
14106 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14107 (REALLY_SET_LIB_PATH): Use them.
14108
c003f378
SS
141092000-11-17 Stan Shebs <shebs@apple.com>
14110
14111 * MAINTAINERS: Add self to Write After Approval list.
14112
cc1e60ea
JM
141132000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14114
14115 * configure: Provide the original toplevel configure arguments
14116 (including $0) to subprocesses in the environment rather than
14117 through gcc/configargs.h.
14118
1173593d
JM
141192000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14120
14121 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14122 C99. Alphabetise "Write After Approval" list.
14123
520907ee
MM
141242000-11-12 Mark Mitchell <mark@codesourcery.com>
14125
34f6fbdb
MM
14126 * configure: Turn on libstdc++ V3 by default.
14127
520907ee
MM
14128 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14129 if we've got GCC.
14130
0bbd37ed
PB
141312000-11-11 Philip Blundell <philb@gnu.org>
14132
14133 * MAINTAINERS: Add self to Write After Approval list.
14134
7ca0e6d9
DE
141352000-11-09 David Edelsohn <edelsohn@gnu.org>
14136
14137 * ltcf-c.sh (aix4): Improve shared library configuration; require
14138 exporting symbols.
14139 * ltcf-cxx.sh (aix4): Define.
14140 * ltconfig (aix4): Define library and soname specs appropriate for
14141 AIX. Define command to create export symbols list.
14142
dce2d8b2 14143Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
14144
14145 * config.sub: Add support for Sun Chorus
14146
fc05d516
NC
141472000-10-31 Nick Clifton <nickc@redhat.com>
14148
14149 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14150 <name>@redhat.com. Also installed new email address for Clint
14151 Popetz.
6387a56e 14152
90a0e73f
JM
141532000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14154
14155 * etc: Remove directory from GCC.
14156
a5e1b548
MM
141572000-10-16 Michael Meissner <meissner@redhat.com>
14158
14159 * configure (gcc/configargs.h): Only create if there is a build GCC
14160 directory created.
14161
6387a56e
EC
141622000-10-16 Matthias Klose <doko@debian.org>
14163
be1db873
MK
14164 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14165 when configured for libstdc++-v3.
14166
f5fa9a5b
PE
141672000-10-05 Phil Edwards <pme@gcc.gnu.org>
14168
14169 * configure: Save configure arguments to gcc/configargs.h.
14170
61a77fea
PT
141712000-10-04 Philipp Thomas <pthomas@suse.de>
14172
14173 * config.guess: Import CVS version 1.157.
14174 * config.sub: Import CVS version 1.181.
14175
3a4fee66
AP
141762000-10-04 Andris Pavenis <pavenis@latnet.lv>
14177
14178 * Makefile.in (bootstrap): avoid recursion if subdir missing
14179 (cross): ditto
14180 (do-proto-toplev): ditto
14181
3dd7094e
AO
141822000-09-30 Alexandre Oliva <aoliva@redhat.com>
14183
de710532
AO
14184 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14185 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14186
3dd7094e
AO
14187 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14188 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14189 all affected `configure' scripts.
14190
e592386f
NB
14191Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14192
14193 * MAINTAINERS: Add self as cpplib co-maintainer.
14194
fba54939
AH
141952000-09-24 Aldy Hernandez <aldyh@redhat.com>
14196
14197 * MAINTAINERS: Add self to Write After Approval list.
14198
2bd429f4
GP
141992000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14200
14201 * INSTALL/README: egcs -> GCC update.
14202
dce2d8b2 14203Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
14204
14205 * MAINTAINERS: Add myself to Write After Approval list.
14206
d7ce9a83
KH
142072000-09-15 Kazu Hirata <kazu@hxi.com>
14208
14209 * MAINTAINERS: Add myself to Write After Approval list.
14210
18a53ffe
JL
14211Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14212
e490616e
ZW
14213 * configure.in: Do not build byacc for hppa64. Provide paths to the
14214 X11 libraries for hppa64.
18a53ffe 14215
f246ff23
SC
142162000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14217
14218 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14219
06298abd
AO
142202000-09-06 Alexandre Oliva <aoliva@redhat.com>
14221
4b92758a
AO
14222 * Makefile.in (all-zlib): Added dummy target.
14223
06298abd
AO
14224 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14225 ltcf-gcj.sh: Updated from libtool multi-language branch.
14226
4d73d07a
AO
142272000-09-05 Alexandre Oliva <aoliva@redhat.com>
14228
14229 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14230 (bootstrap*): Depend on all-bootstrap.
14231
05d52d78
PT
142322000-09-05 Philipp Thomas <pthomas@suse.de>
14233
14234 * config.guess: Import CVS version 1.156.
14235 * config.sub: Import CVS version 1.179.
14236
3c809ba4
AG
142372000-09-02 Anthony Green <green@cygnus.com>
14238
14239 * Makefile.in (all-gcc): Depend on all-zlib.
14240 (CLEAN_MODULES): Add clean-zlib.
14241 (ALL_MODULES): Add all-zlib.
14242 * configure.in (host_libs): Add zlib.
14243
10ad78a0 142442000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
14245
14246 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14247 crosses, but add gcc/include to the header search path for them.
14248
b36a9ce3
DB
142492000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14250
14251 * MAINTAINERS: Add self to Write After Approval list.
14252
cb011248
FS
142532000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14254
14255 * config.guess: Import CVS version 1.152.
14256 * config.sub: Import CVS version 1.177.
14257
db310af0
AO
142582000-08-25 Alexandre Oliva <aoliva@redhat.com>
14259
7965440a
AO
14260 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14261 $targargs to tell whether newlib is going to be built.
14262
db310af0
AO
14263 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14264 $$r/TARGET_SUBDIR/libio for _G_config.h.
14265
e7977565
AO
142662000-08-23 Alexandre Oliva <aoliva@redhat.com>
14267
14268 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14269
126bb9ed
DD
142702000-08-22 DJ Delorie <dj@redhat.com>
14271
14272 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14273
5b0e9d29
AO
142742000-08-22 Alexandre Oliva <aoliva@redhat.com>
14275
14276 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14277 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14278 sub-configures.
14279
4f3e904e
DD
142802000-08-21 DJ Delorie <dj@redhat.com>
14281
14282 * MAINTAINERS: Add self as a libiberty maintainer
14283
c9635443
AO
142842000-08-16 Alexandre Oliva <aoliva@redhat.com>
14285
14286 * configure.in (libstdcxx_flags): Use
14287 libstdc++-v3/src/libstdc++.INC.
14288
8b2100ba
AO
142892000-08-15 Alexandre Oliva <aoliva@redhat.com>
14290
14291 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14292
57119aa9
ZW
142932000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14294
eeb943b0
ZW
14295 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14296
6387a56e 14297 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
14298 explicit. Substitute enable_threads into generated Makefiles.
14299 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14300 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14301
acffa7c4
GK
143022000-08-13 Geoff Keating <geoffk@cygnus.com>
14303
14304 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14305
808d8c41
AO
143062000-08-12 Alexandre Oliva <aoliva@redhat.com>
14307
14308 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14309 previous delta.
14310
1fc8c51c 143112000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 14312
1fc8c51c
JM
14313 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14314 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14315 (FLAGS_FOR_TARGET): Not here.
14316 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 14317
25698887
AO
143182000-08-11 Alexandre Oliva <aoliva@redhat.com>
14319
14320 * config-ml.in (CC, CXX): Don't introduce a leading space.
14321
10120687
DD
143222000-08-07 DJ Delorie <dj@delorie.com>
14323
14324 * MAINTAINERS: Add self as a DJGPP maintainer
14325
15c758e9
DD
143262000-08-07 DJ Delorie <dj@redhat.com>
14327
14328 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14329 "if we're also building gcc, and it's a gcc that will run on the
14330 build machine, we want to use its includes instead of the system's
14331 default includes".
14332
2d0de245
JM
143332000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14334
14335 * MAINTAINERS: Add self to Write After Approval list.
14336
e81b330a
AO
143372000-08-03 Alexandre Oliva <aoliva@redhat.com>
14338
83440c1e
AO
14339 * configure.in (libstdcxx_flags): Don't use `"'.
14340
e81b330a
AO
14341 * config-ml.in: Adjust multilib search paths to the
14342 appropriate multilib tree.
14343
cf95c847
AO
143442000-08-02 Alexandre Oliva <aoliva@redhat.com>
14345
14346 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14347 commas in $LANGUAGES.
14348
9e9af119
MH
143492000-08-02 Manfred Hollstein <manfredh@redhat.com>
14350
14351 * configure.in: Re-enable all references to libg++ and librx.
14352
606ce391
AO
143532000-08-01 Alexandre Oliva <aoliva@redhat.com>
14354
89820b43
AO
14355 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14356 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14357 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14358 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14359
606ce391
AO
14360 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14361
04179d4a
AO
143622000-07-31 Alexandre Oliva <aoliva@redhat.com>
14363
14364 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14365 CXX_FOR_TARGET for sed.
14366
d4eb109c
AO
143672000-07-30 Alexandre Oliva <aoliva@redhat.com>
14368
14369 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14370 Do not override if already set in the environment or in configure.
14371 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14372 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14373
4f4caf92
AO
143742000-07-28 Alexandre Oliva <aoliva@redhat.com>
14375
14376 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14377 the libtool CVS tree multi-language branch.
14378 * ltconfig, ltmain.sh: Updated.
6387a56e 14379
b87487b6
AO
143802000-07-27 Alexandre Oliva <aoliva@redhat.com>
14381
1670d1ea
AO
14382 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14383 (clean-target): Depend on it.
14384
b87487b6
AO
14385 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14386 (GCC_FOR_TARGET): Use it.
14387 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14388 * configure.in: ... here.
14389 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14390 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14391
4e81ae98
EC
143922000-07-24 Eric Christopher <echristo@cygnus.com>
14393
14394 * MAINTAINERS: Add self to Write After Approval list.
14395
059ae32c
AO
143962000-07-24 Alexandre Oliva <aoliva@redhat.com>
14397
5b28edd4
AO
14398 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14399 (configure-target-libchill, configure-target-libobjc): Likewise.
14400
059ae32c
AO
14401 * configure.in: Use the same cache file for all target libs.
14402 * config-ml.in: But different cache files per multilib variant.
14403
1adcd149
MS
144042000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14405
14406 * configure (topsrcdir): Don't use dirname.
14407
2d573dff
JO
144082000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
14409
14410 * MAINTAINERS: Add self to Write After Approval list.
14411
d207ebef
JM
144122000-07-20 Jason Merrill <jason@redhat.com>
14413
14414 * configure.in: Remove all references to libg++ and librx.
14415
14416 * configure, configure.in, Makefile.in: Unify gcc and binutils.
14417
144182000-07-20 Hans-Peter Nilsson <hp@axis.com>
14419
14420 * config.sub: Update to subversions version 2000-07-06.
14421
7b7792d5
AH
144222000-07-12 Andrew Haley <aph@cygnus.com>
14423
14424 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14425 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14426
3abaac67
PE
144272000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
14428
14429 * symlink-tree: Check number of arguments.
14430
34be2b36
JW
144312000-07-05 Jim Wilson <wilson@cygnus.com>
14432
14433 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14434 search path for a g++ extracted from the build tree. This
14435 will allow link tests run by configure scripts in
14436 subdirectories to succeed.
14437
d207ebef
JM
144382000-07-01 Koundinya K <kk@ddeorg.soft.net>
14439
e490616e 14440 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 14441
0900331b
MH
144422000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14443
14444 * MAINTAINERS: Add myself as loop discovery maintainer.
14445
d207ebef
JM
144462000-06-28 Corinna Vinschen <vinschen@cygnus.com>
14447
14448 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14449 `os2'. Force ac_cv_exeext to be ".exe" in that case.
14450
144512000-06-19 Timothy Wall <twall@cygnus.com>
14452
14453 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14454 * config.sub: Add tic54x target.
14455
11a27a76
TM
14456Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14457
14458 * MAINTAINERS: Add self as Fortran maintainer,
14459 remove Craig Burley.
14460
d207ebef 14461Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 14462
d207ebef
JM
14463 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14464 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 14465
7758b73f
PT
14466Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
14467
14468 * MAINTAINERS: Add self as i18n maintainer
14469
d207ebef
JM
1447020000-05-21 H.J. Lu (hjl@gnu.org)
14471
e490616e
ZW
14472 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14473 directory are used if they exist. Make sure
14474 $(build_tooldir)/include is searched for header files,
14475 $(build_tooldir)/lib/ for library files.
d207ebef 14476 (GCC_FOR_TARGET): Likewise.
e490616e 14477 (CXX_FOR_TARGET): Likewise.
d207ebef 14478
bae29210
JL
14479Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
14480
14481 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14482
d207ebef 14483Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
14484
14485 * Makefile.in (configure-target-libiberty): Depend on
14486 configure-target-newlib.
14487
aab0d19d
AO
144882000-05-16 Alexandre Oliva <aoliva@cygnus.com>
14489
14490 * configure.in, Makefile.in: Merge all libffi-related
14491 configury stuff from the libgcj tree.
14492
d207ebef
JM
14493Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
14494
14495 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14496 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14497
14498Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
14499
14500 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14501 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 14502 current version information. Add to proto-toplev directory.
d207ebef
JM
14503 (gdb-taz): Build do-djunpack.
14504
758c7bd4
DE
145052000-05-15 David Edelsohn <edelsohn@gnu.org>
14506
14507 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14508
1888228d
AC
14509Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
14510
14511 * MAINTAINERS: Add self to Write After Approval list.
14512
d207ebef
JM
145132000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14514
14515 * ltmain.sh: Preserve in relink_command any environment
14516 variables that may affect the linker behavior.
14517
2d7cc2fe
JL
14518Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
14519
d207ebef
JM
14520 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14521
14522Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
14523
14524 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14525
145262000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14527
14528 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 14529 with the version name.
2d7cc2fe 14530
ee455968
JE
14531Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
14532
14533 * MAINTAINERS: Add self as bb-reorder maintainer.
14534
73b97e5c
BK
145352000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
14536
14537 * config.if: Tweak.
14538
d207ebef
JM
145392000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
14540
14541 * djunpack.bat: New file.
14542
14543Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
14544
14545 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
14546 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14547 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14548 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 14549
954869eb
DP
145502000-04-16 Dave Pitts <dpitts@cozx.com>
14551
e490616e
ZW
14552 * config.sub (case $basic_machine): Change default for "ibm-*"
14553 to "openedition".
954869eb 14554
eaabe541
AJ
145552000-04-13 Andreas Jaeger <aj@suse.de>
14556
14557 * MAINTAINERS: Added myself.
14558
d207ebef
JM
14559Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
14560
14561 * Makefile.in (gdb-taz): New target. GDB specific archive.
14562 (do-md5sum): New target.
14563 (MD5PROG): Define.
14564 (PACKAGE): Default to TOOL.
14565 (VER): Default to a shell script.
14566 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 14567 md5 checksum generation.
d207ebef
JM
14568 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14569 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14570 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 14571 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
14572
14573Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
14574
14575 * configure (warn_cflags): Delete.
14576
0ea6d60c
PDM
14577Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
14578
14579 * MAINTAINERS: Added myself.
14580
17090313 145812000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 14582 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 14583
e490616e
ZW
14584 * configure.in (enable_libstdcxx_v3): Add.
14585 (target_libs): Add bits here to switch between libstdc++-v2 and
14586 libstdc++-v3.
14587 * config.if: And this file too.
14588 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 14589
76b78517
MM
145902000-04-05 Michael Meissner <meissner@redhat.com>
14591
14592 * config.sub (d30v): Add d30v as a basic machine type.
14593
ad242caf
JM
145942000-03-29 Jason Merrill <jason@casey.cygnus.com>
14595
14596 * configure.in: -linux-gnu*, not -linux-gnu.
14597
d4537148
TM
14598Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14599
14600 * MAINTAINERS: Add self in write-after-approval section.
14601
f152e9d4
JW
14602Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
14603
14604 * MAINTAINERS: Add self as ia64 port maintainer.
14605
6a5fcef1
NB
146062000-03-08 Neil Booth <NeilB@earthling.net>
14607
14608 * MAINTAINERS: Add self in write-after-approval section.
14609
d207ebef 14610Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 14611
d207ebef
JM
14612 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14613 (do-tar-bz2): Replace TOOL with PACKAGE.
14614 (gdb.tar.bz2): Remove GDBTK from GDB package.
14615 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 14616 dejagnu.tar.bz2): New packages.
d207ebef
JM
14617
146182000-02-27 Andreas Jaeger <aj@suse.de>
14619
14620 * configure.in: Add entry for mips*-*-linux*, move catch all
14621 *-*-*linux* entry below this one.
14622
146232000-02-27 Ian Lance Taylor <ian@zembu.com>
14624
14625 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 14626
521fe9d0
NC
146272000-02-24 Nick Clifton <nickc@cygnus.com>
14628
14629 * config.sub: Support an OS of "wince".
14630
d207ebef
JM
14631Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
14632
14633 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 14634 version.
d207ebef 14635
dce2d8b2 146362000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
14637
14638 * config.sub: Add support for Linux/IBM 370.
14639 * configure.in: Likewise.
14640
3a685f6f
NC
146412000-02-22 Nick Clifton <nickc@cygnus.com>
14642
14643 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14644
dce2d8b2 146452000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 14646
d207ebef 14647 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 14648
4746ee26
KG
146492000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14650
14651 * configure (gcc_version): When setting, narrow search to
14652 lines containing `version_string'.
14653
ba96c72d
DC
146542000-02-15 Denis Chertykov <denisc@overta.ru>
14655
14656 * config.sub: Add support for avr target.
14657
77f16a66
NC
146582000-02-14 Nick Clifton <nickc@cygnus.com>
14659
14660 * MAINTAINERS: Add maintainers for MCore port.
14661
784a3a80
HPN
14662Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
14663
14664 * config.sub: Add mmix-knuth-mmixware.
14665
719dd4fa
KG
146662000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14667
14668 * MAINTAINERS: Pair cccp with cpplib maintainership.
14669
dce2d8b2 146702000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
14671
14672 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14673 structure stuff to -L library search.
14674 (CXX_FOR_TARGET): Ditto.
14675 (CROSS_CHECK_MODULES): Fix spelling mistake.
14676
7a53e94b
MM
146772000-01-24 Mark Mitchell <mark@codesourcery.com>
14678
14679 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14680 the C++ compiler.
14681
0da3b5a7
RH
146822000-01-12 Richard Henderson <rth@cygnus.com>
14683
14684 * configure.in: Don't build some bits for beos.
14685
02368d6d
JS
146862000-01-12 Joel Sherrill (joel@OARcorp.com)
14687
14688 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14689 as include files.
14690
2e76d35c
ZW
146912000-01-11 Zack Weinberg <zack@wolery.cumb.org>
14692
14693 * Add self as cpplib maintainer, as requested by Jason
14694 Merrill. Correct my e-mail address.
14695
4c25fdcf
GK
146962000-01-06 Geoff Keating <geoffk@cygnus.com>
14697
14698 * configure.in: Use mt-aix43 to handle *_TARGET defs,
14699 not mh-aix43.
14700
188e3966
HPN
14701Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
14702
14703 * MAINTAINERS: Add myself to "write after approval" list.
14704
c2f5d030
RH
147051999-12-14 Richard Henderson <rth@cygnus.com>
14706
14707 * config.guess (alpha-osf, alpha-linux): Detect ev67.
14708 * config.sub: Accept alphaev[78], alphaev8.
14709
eeda916a
AO
147101999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14711
14712 * config.guess, config.sub: Update from autoconf.
14713
b3bd7820
BK
147141999-11-29 Bruce Korb <autogen@linuxbox.com>
14715
2c290989 14716 * MAINTAINERS: update my playtime e-address.
b3bd7820 14717
1882b2b1
RO
14718Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14719
14720 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14721 necessary libraries are missing.
14722
dce2d8b2 14723Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
14724
14725 * MAINTAINERS: Add new 'write after approval' maintainer.
14726
1e25de97
APB
14727Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
14728
14729 * MAINTAINERS: Add new Java maintainer.
14730
1722c704
AS
147311999-10-25 Andreas Schwab <schwab@suse.de>
14732
14733 * configure: Fix quoting inside arguments of eval.
14734
8141abe8
NC
147351999-10-21 Nick Clifton <nickc@cygnus.com>
14736
14737 * config-ml.in: Allow suppression of some ARM multilibs.
14738
0b77644a
LV
14739Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
14740
14741 * config.guess: Add OS/390 match pattern.
14742 * config.sub: Add mvs, openedition targets.
14743 * configure.in (i370-ibm-opened*): New.
14744
d207ebef
JM
147451999-09-04 Steve Chamberlain <sac@pobox.com>
14746
14747 * config.sub: Add support for configuring for pj.
14748
147491999-08-31 Nick Clifton <nickc@cygnus.com>
14750
14751 * config.sub (maybe_os): Add support for configuring for fr30.
14752
af13ebe9
NC
147531999-08-25 Nick Clifton <nickc@cygnus.com>
14754
14755 * configure.in: Do not configure or build ld for AIX
14756 platforms. ld is known to be broken on these platforms.
14757
1250c760
RO
14758Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14759
14760 * config-ml.in: Pass compiler flag corresponding to multidirs to
14761 subdir configures.
14762
d207ebef
JM
147631999-08-09 Ian Lance Taylor <ian@zembu.com>
14764
14765 * Makefile.in (LDFLAGS): Define.
14766
147671999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
14768
14769 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14770 noconfigdirs.
14771 (*-*-cygwin*): Likewise.
14772
147731999-08-08 Ian Lance Taylor <ian@zembu.com>
14774
14775 * mkdep: New file.
14776 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14777 (BINUTILS_SUPPORT_DIRS): Add mkdep.
14778
14779 From Eli Zaretskii <eliz@is.elta.co.il>:
14780 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14781 long file name when using DJGPP on MS-DOS.
14782
dbd83e11
JL
14783Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
14784
14785 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14786
d207ebef
JM
147871999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
14788
14789 * Makefile.in (check-target-libio): Remove all-target-libstdc++
14790 dependency as this causes "make check" to globally "make all"
14791
cd1f4c2c
TT
14792Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
14793
14794 * configure.in (target_libs): Added target-zlib.
14795 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14796 (CONFIGURE_TARGET_MODULES): Likewise.
14797 (CHECK_TARGET_MODULES): Likewise.
14798 (INSTALL_TARGET_MODULES): Likewise.
14799 (CLEAN_TARGET_MODULES): Likewise.
14800 (configure-target-zlib): New target.
14801 (all-target-zlib): Likewise.
14802 (all-target-libjava): Depend on all-target-zlib.
14803 (configure-target-libjava): Depend on configure-target-zlib.
14804
14805 * Makefile.in (configure-target-libjava): Depend on
14806 configure-target-newlib.
14807 (configure-target-boehm-gc): New target.
14808 (configure-target-qthreads): New target.
14809
e490616e
ZW
14810 * configure.in (target_libs): Added target-qthreads.
14811 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14812 (CONFIGURE_TARGET_MODULES): Likewise.
14813 (CHECK_TARGET_MODULES): Likewise.
14814 (INSTALL_TARGET_MODULES): Likewise.
14815 (CLEAN_TARGET_MODULES): Likewise.
14816 (all-target-qthreads): New target.
14817 (configure-target-libjava): Depend on configure-target-qthreads.
14818 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
14819
14820 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14821 (CONFIGURE_TARGET_MODULES): Likewise.
14822 (CHECK_TARGET_MODULES): Likewise.
14823 (INSTALL_TARGET_MODULES): Likewise.
14824 (CLEAN_TARGET_MODULES): Likewise.
14825 (all-target-libjava): New target.
14826 (all-target-boehm-gc): Likewise.
14827 * configure.in (target_libs): Added libjava, boehm-gc.
14828
d207ebef
JM
148291999-07-22 Ian Lance Taylor <ian@zembu.com>
14830
14831 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14832 configure.bat in SUPPORT_FILES.
14833 (gas+binutils.tar.bz2): Likewise.
14834
14835 * makeall.bat: Remove; obsolete.
14836
148371999-07-21 Ian Lance Taylor <ian@zembu.com>
14838
14839 From Mark Elbrecht:
14840 * configure.bat: Remove; obsolete.
14841
148421999-07-11 Ian Lance Taylor <ian@zembu.com>
14843
14844 * configure: Add -W -Wall to the default CFLAGS when compiling with
14845 gcc.
14846
14847Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
14848
14849 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14850
148511999-06-30 Mark Mitchell <mark@codesourcery.com>
14852
14853 * configure.in: Build ld on IRIX6.
14854
148551999-06-12 Ian Lance Taylor <ian@zembu.com>
14856
14857 * Makefile.in: Change distribution targets to use bzip2 instead of
14858 gzip.
14859 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14860 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14861
148621999-06-04 Nick Clifton <nickc@cygnus.com>
14863
14864 * config.sub: Add mcore target.
14865
26d088fa
CD
14866Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
14867
14868 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14869
c2c08b29
L
14870Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
14871
14872 * config.guess (dummy): Changed to $dummy.
14873
671d0648
NC
148741999-05-24 Nick Clifton <nickc@cygnus.com>
14875
14876 * config.sub: Tidied up case statements.
14877
b1345c72
BE
148781999-05-22 Ben Elliston <bje@cygnus.com>
14879
51ccbd8d
BE
14880 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14881 <jiro@din.or.jp>.
14882
b1345c72
BE
14883 * config.guess: Merge with FSF version. Future changes will be
14884 more accurately recorded in this ChangeLog.
14885 * config.sub: Likewise.
14886
2caf864f
SM
14887Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
14888
14889 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14890
d207ebef
JM
148911999-04-30 Tom Tromey <tromey@cygnus.com>
14892
14893 * ltmain.sh: [mode link] Always use CC given by ltconfig.
14894
90fb0c24
TT
148951999-04-23 Tom Tromey <tromey@cygnus.com>
14896
14897 * ltconfig, ltmain.sh: Update to libtool 1.2f.
14898
d207ebef
JM
148991999-04-20 Drew Moseley <dmoseley@cygnus.com>
14900
14901 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14902 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14903 Bad merge removed these two changes.
14904
3516940d 14905Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 14906 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
14907
14908 * config.guess (interix Alpha): Add.
14909
d207ebef
JM
149101999-04-11 Richard Henderson <rth@cygnus.com>
14911
14912 * configure.in (i?86-*-beos*): Do config gperf; don't config
14913 gdb, newlib, or libgloss.
14914
e891fbfe 14915Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 14916
e891fbfe
AO
14917 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14918 link a trivial program with -mabi=64. If it fails, remove mabi=64
14919 from multidirs.
14920
f9ae47d6
PT
14921Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
14922
14923 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14924
d207ebef
JM
149251999-04-08 Nick Clifton <nickc@cygnus.com>
14926
14927 * config.sub: Add support for mcore targets.
14928
149291999-04-07 Michael Meissner <meissner@cygnus.com>
14930
14931 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14932 not mt-ospace, in order to shut up assembler warning about using
14933 symbols that are named the same as registers.
14934
149351999-04-07 Drew Moseley <dmoseley@cygnus.com>
14936
14937 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14938 dependency list for all-target-cygmon.
14939
149401999-04-05 Doug Evans <devans@casey.cygnus.com>
14941
14942 * config-ml.in: Check $host, not $target, for selective multilibs.
14943 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14944 thumb interworking, and underscore prefix multilibs.
14945
149461999-04-04 Ian Lance Taylor <ian@zembu.com>
14947
14948 * missing: Update to version from current automake.
14949
88101ab9
L
14950Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
14951
14952 * configure (gxx_include_dir): Removed.
14953
14954 * configure.in (gxx_include_dir): Handle it.
14955 * Makefile.in: Likewise.
14956
d207ebef
JM
149571999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
14958
14959 * config.sub (mips64vr4111,mips64vr4111el) Add.
14960
149611999-03-21 Ben Elliston <bje@cygnus.com>
14962
e490616e 14963 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 14964
8dc91cbe
ME
14965Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
14966
8dc91cbe
ME
14967 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14968 config/mh-djgpp.
14969
d207ebef
JM
14970Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
14971
14972 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14973 all-target-newlib to dependency list for all-target-bsp.
14974
926bb5ed
MK
14975Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
14976
14977 * config.sub: Add i386-uwin support.
14978 * config.guess: Likewise.
14979
4a6e3000
FS
14980Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14981
14982 * configure.in: cleanup, add mh-*pic handling for arm, special
14983 case powerpc*-*-aix*
14984
d207ebef
JM
14985Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
14986
14987 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14988 can be built.
14989
14990Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
14991
14992 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 14993 targets.
d207ebef 14994
71c91078
NC
149951999-03-02 Nick Clifton <nickc@cygnus.com>
14996
14997 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14998
282e5df8
GN
14999Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15000
15001 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15002
1de558ee
NC
150031999-02-24 Nick Clifton <nickc@cygnus.com>
15004
15005 * config.sub: Fix typo in arm recognition.
15006
d207ebef
JM
15007Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15008
15009 * configure.in (noconfigdirs): Changed target_configdirs to
15010 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15011 rather than m68k-*-* since it is not known to work on
15012 m68k-aout. Ditto for arm-*-*oabi.
15013
15014Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15015
15016 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
15017
150181999-02-19 Ben Elliston <bje@cygnus.com>
15019
15020 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15021 Smart and improved by Andrew Cagney.
15022
fab7445a
ME
15023Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15024
15025 * config.guess: Recognize openbsd-*-hppa.
15026
8ccdc228
L
15027Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15028
15029 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15030 only if it is not empty.
15031
3b7265ff
NC
150321999-02-17 Nick Clifton <nickc@cygnus.com>
15033
15034 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 15035
d207ebef 15036 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
15037
15038 * config.sub: Modified to recognize uname's armv* syntax.
15039
d207ebef
JM
150401999-02-17 Mark Salter <msalter@cygnus.com>
15041
15042 * configure.in: Added target-bsp for sparclite.
15043
15044Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15045
15046 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15047
150481999-02-08 Nick Clifton <nickc@cygnus.com>
15049
15050 * configure.in: Add support for strongarm port.
15051 * config.sub: Add support for strongarm target.
15052
c48dd3f5 15053Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 15054
c48dd3f5
MK
15055 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15056 the old name config/mh-cygwin32.
15057 Enable texinfo.
15058
d207ebef
JM
15059Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15060
15061 * configure.in: Do build ld for ix86 Solaris.
15062
ecd62820
JW
15063Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15064
15065 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15066 $AR_FOR_TARGET. Likewise for RANLIB.
15067
bbd8fa7f 15068Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 15069
e490616e
ZW
15070 * config.sub (oabi): Recognize.
15071 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 15072
0397442c
RL
15073Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15074
15075 * config.guess: Improve detection of i686 on UnixWare 7.
15076
c9ffaa63
MK
15077Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15078
15079 * config.guess: Add support for i386-pc-interix.
15080 * config.sub: Likewise.
15081 * configure.in: Likewise.
c9ffaa63 15082
d207ebef
JM
15083Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15084
15085 * Makefile.in: Remove unneeded all-target-libio from
15086 from all-target-winsup target since it is now unneeded.
15087 Add all-target-libtermcap in its place since it is now
15088 needed.
15089
15090Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15091
15092 * configure.in: makefile stub for cygwin target is probably
15093 unnecessary. Remove it for now.
d207ebef
JM
15094
15095Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15096
15097 * configure.in: libtermcap.a should be built when cygwin is the
15098 target as well as the host.
15099 * config.guess: Allow mixed case in cygwin uname output.
15100 * Makefile.in: Add libtermcap target.
d207ebef 15101
ebe12325
JL
15102Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15103
15104 * config.sub: Clean up handling of hppa2.0.
15105
57057b67
RB
15106Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15107
15108 * config.guess: Use C code to identify more HP machines.
15109
f8670be1
JL
15110Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15111
15112 * config.sub: Handle hppa2.0.
15113
d207ebef
JM
15114Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15115
15116 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 15117 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
15118
151191998-12-15 Mark Salter <msalter@cygnus.com>
15120
15121 * configure.in: Added target-bsp for several target architectures.
15122
15123 * Makefile.in: Added rules for bsp.
15124
d1a09590
JL
15125Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15126
15127 * config.guess: Improve detection of hppa2.0 processors.
15128
15129Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15130
15131 * config.guess: Recognize FreeBSD using ELF automatically.
15132
71205e0b
MH
151331998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15134
15135 * configure (skip-this-dir): Add handling for new shell script, which
15136 might be created by a sub-directory's configure to indicate, this particular
15137 directory is "unwanted".
15138 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15139
d207ebef
JM
15140Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15141
15142 * ltconfig: import from libtool, after changing libtool to
15143 account for the cygwin name change.
15144
15145Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15146
15147 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15148 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15149
15150Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15151
15152 * configure.in: Add libtermcap to list of cygwin dependencies.
15153
15154Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15155
e490616e
ZW
15156 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15157 they include winsup/include when it's a cygwin target.
d207ebef
JM
15158
151591998-11-12 Tom Tromey <tromey@cygnus.com>
15160
15161 * configure.in (host_tools): Added zip.
15162 * Makefile.in (all-target-libjava): Depend on all-zip.
15163 (all-zip): New target.
15164 (ALL_MODULES): Added all-zip.
15165 (NATIVE_CHECK_MODULES): Added check-zip.
15166 (INSTALL_MODULES): Added install-zip.
15167 (CLEAN_MODULES): Added clean-zip.
15168
15169Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15170
15171 * Makefile.in: lose "32" from comment about cygwin.
15172
15173Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15174
15175 * configure.in: Use -Os to build target libraries for the fr30.
15176
15177Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15178
15179 * config.sub: Add fr30.
15180
15181Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15182
e490616e 15183 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
15184 cygwin* instead of cygwin32*.
15185 * config.sub: Check cygwin* instead of cygwin32*.
15186
d2ec8b39
RL
15187Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15188
15189 * config.guess: Match any version of Unixware7.
15190
d207ebef
JM
151911998-10-20 Syd Polk <spolk@cygnus.com>
15192
15193 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15194 if desired.
15195
35cd2565
JL
15196Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15197
15198 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15199 these if the appropriate directories and files to not exist.
15200
52d4e5b7
JL
15201Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15202
15203 * Makefile.in (DEVO_SUPPORT): Add config.if.
15204
38ada91e
MH
15205Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15206
15207 * configure: Add pattern to replace "build_tooldir"'s
15208 definition in the generated Makefile with "tooldir"'s
15209 actual value.
15210
e44e84da
JL
15211Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15212
56a8387f
JL
15213 * config.sub: Bring back lost sparcv9.
15214
e44e84da
JL
15215 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15216
5cb95c7a
JL
15217Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15218
15219 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15220 CC_FOR_TARGET and friends.
15221
15222Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15223
ceff9b14
AO
15224 * Makefile.in (build_tooldir): New variable, same as tooldir.
15225 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15226 -B$(build_tooldir)/bin/.
15227 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 15228
f2d11dcd
GP
15229Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15230
15231 * README: Remove installation instructions and refer to the
15232 INSTALL directory instead.
15233
73a6d2e7 15234Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 15235
73a6d2e7
RL
15236 * config.sub: Add support for i[34567]86-pc-udk.
15237 * configure.in: Likewise.
15238
5d4a5ee6
JL
15239Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15240
15241 * Makefile.in: add bzip2 package building bits for user
15242 tools module
15243 * configure.in: ditto
15244
6fc19d6d
JL
15245Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15246
15247 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15248 (ALL_TARGET_MODULES): Add all-target-libobjc.
15249 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15250 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15251 (all-target-libchill): Add dependencies.
15252 * configure.in (target_libs): Add libchill.
4e81ae98 15253
f653f0ab
MH
152541998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15255
15256 * configure.in (target_subdir): Remove duplicate line.
15257
5d4a5ee6
JL
15258Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15259
15260 * Makefile.in (all-automake): fix dependencies.
15261
494933e4
JL
15262Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15263
15264 * configure.in: Minor cleanups for building in the $(target_alias)
15265 subdir.
15266
f6b58262
JW
152671998-09-22 Jim Wilson <wilson@cygnus.com>
15268
15269 * Makefile.in (bootstrap): Set r and s before make all. Use
15270 BASE_FLAGS_TO_PASS in make all.
15271 (cross): Likewise.
15272
27c7a08d
MM
152731998-09-20 Mark Mitchell <mark@markmitchell.com>
15274
15275 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15276
e67afd1e
RH
15277Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15278
15279 * config.sub: Fix typo in last change.
15280
8e44ac71
MH
152811998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15282
15283 * config.sub: Add support for C4x target.
15284 * configure.in: Likewise.
15285
d7496fbb
DM
152861998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15287
15288 * config.sub: Recognize sparcv9 just like sparc64.
15289
22097bd1
RL
15290Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15291
15292 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15293
4b877abd
JL
15294Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15295
2c8ec9a2
JL
15296 * config.guess: Correctly identify Pentium II sco boxes.
15297
4b877abd
JL
15298 * config.guess: Fix "tr" code. From Weiwen Liu.
15299
ab03db52
JH
15300Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15301
15302 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15303 stabs.
15304
b54db294
JL
15305Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15306
15307 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15308 (ALL_TARGET_MODULES): Add all-target-libchill.
15309 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15310 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15311 (all-target-libchill): Add dependencies.
15312 * configure.in (target_libs): Add libchill.
15313
bf48dd73
LW
15314Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15315
15316 * config.guess: Avoid assumptions about "tr" behaves when
15317 LANG is set to something other than English.
15318
a3cbd105
L
15319Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15320
15321 * configure (gxx_include_dir): Changed to
15322 '${prefix}/include/g++'-${libstdcxx_interface}.
15323
15324 * config.if: New to determine the interfaces.
15325
c4acd909
MK
15326Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15327
15328 * config.guess: Detect and handle MPE/IX.
15329 * config.sub: Deal with MPE/IX.
15330
9ea97665
DE
15331Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15332
15333 * configure.in: Use mh-aix43.
15334
0ce065bd
MH
153351998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15336
15337 * configure: Fix --without/--disable cases for gxx-include-dir.
15338
5d4a5ee6
JL
15339Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15340
15341 * mdata-sh: Imported. Needed for automake support.
15342
15343Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15344
15345 * Makefile.in (taz): Try "chmod -R og=u ." before
15346 "chmod og=u `find . -print`".
15347
15348Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15349
15350 * configure.in: Add arm-elf and thumb-elf support.
15351
15352Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15353
15354 * Makefile.in: Undo previous patch.
15355
15356Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15357
15358 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15359 to here ...
15360 (install-no-fixedincludes): and here
15361 (INSTALL_MODULES): ... from here.
15362
466456d9
ILT
15363Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15364
15365 * config.sub: Merge with FSF.
15366
1b409d25
ILT
15367 * config.guess: Merge with FSF.
15368
d207ebef
JM
15369Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15370
15371 * configure (extraconfigdirs): New variable.
15372 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15373 * Makefile.in (all): Move higher in file.
15374 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15375 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15376 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15377 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15378 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15379
153801998-07-23 Brendan Kehoe <brendan@cygnus.com>
15381
15382 * Makefile.in (all-target-libjava): Depend on all-gcc and
15383 all-target-newlib.
15384 (configure-target-libjava): Depend on $(ALL_GCC).
15385
7f1937c1
RL
15386Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15387
15388 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15389 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15390
2ada2bd6
ML
15391Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15392
15393 * INSTALL/README: Fix typo.
15394
1e025bde
ML
15395Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
15396
5d4a5ee6
JL
15397 * ylwrap: Change absolute path checks to check for DOS style path
15398 names.
1e025bde 15399
5d4a5ee6
JL
15400 * ylwrap: Don't use a full path name if the source file is in the
15401 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 15402
6755ff73
ILT
15403 * config-ml.in: Default to being verbose, to match Feb 18 change to
15404 configure.
15405
5d4a5ee6
JL
15406Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
15407
15408 Brought over from egcs:
15409
15410 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15411
15412 * configure.in (target_subdir): Set to ${target_alias} instead
15413 of "libraries".
15414
15415 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15416
15417 * configure.in (target_subdir): Set to libraries if enable_multilib.
15418
15419Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
15420
15421 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15422 multilibs, force reconfiguration the first time we create
15423 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15424
15425Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
15426
15427 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15428 avoid confusion with --no-recursion.
15429
15430Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
15431
15432 * configure.in: Win32 hosts shouldn't use install -x
15433 * install-sh: remove -x option, and special .exe-handling
15434 hack.
15435
d207ebef
JM
15436Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
15437
15438 * config.guess: Recognize i586-pc-beos.
15439 * configure.in: Don't build some bits for beos.
15440
fbd836fc
ILT
15441Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
15442
5d4a5ee6
JL
15443 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15444 CFLAGS default to -O2.
15445
fbd836fc
ILT
15446 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15447 when using GNU ld.
15448
15449Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
15450
15451 * ltmain.sh: Correct install when using a different shell.
15452
15453Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
15454
15455 * ltconfig, ltmain.sh: Update to libtool 1.2b.
15456
d207ebef
JM
15457Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
15458
15459 * makefile.vms: Update to build binutils/makefile.vms. Add install
15460 target.
fbd836fc
ILT
15461
15462Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
15463
15464 * ltconfig: Update to correct AIX handling.
15465
69b471bc
JL
15466Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15467
81241b5e
JL
15468 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15469
69b471bc
JL
15470 * configure.in (target_subdir): Set to ${target_alias} instead
15471 of "libraries".
15472
bedf82df
MH
154731998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
15474
15475 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15476 (Makefile): Depend on $(gcc_version_trigger).
15477
15478 * configure (gcc_version): Change default initializer to empty
15479 string.
15480 (gcc_version_trigger): New variable; pass this variable down
15481 to subdir configures to enable them checking gcc's version
15482 themselves. Emit make macros for both gcc_version vars.
15483 (topsrcdir): Initialize reliably.
15484 (recursion line): Remove --with-gcc-version=${gcc_version}.
15485
28e449d8
MH
154861998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15487
15488 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
15489 --enable-version-specific-runtime-libs which installs C++ runtime stuff
15490 in $(libsubdir); emit definition in each generated Makefile.
15491 (gxx_include_dir): Initialize depending on
15492 $enable_version_specific_runtime_libs.
28e449d8 15493
50c4c9f7
MH
154941998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
15495
15496 * configure (gcc_version): Initialize properly depending on
15497 how and where configure is started.
15498 (recursion line): Pass a --with-gcc-version=${gcc_version}
15499 to configures in subdirs.
15500
d207ebef
JM
15501Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
15502
15503 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 15504 cygmon
d207ebef 15505
5d4a5ee6
JL
15506Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
15507
15508 * configure.in: Add cygmon and libstub support for mn10200.
15509
2f96399b
MH
155101998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
15511
15512 * configure (gcc_version): Add new variable describing the
15513 particular gcc version we're building.
15514 * Makefile.in (libsubdir): Add new macro for the directory
15515 in which the compiler finds executables, libraries, etc.
15516 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15517 and libsubdir.
15518
c4137c50
AO
15519Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15520
ceff9b14
AO
15521 * Makefile.in (local-clean): Remove *.log.
15522 (warning.log): Built with warn_summary from build.log.
15523 (mail-report.log): Run test_summary.
15524 (mail-report-with-warnings.log): Run test_summary including
15525 warning.log in the report.
c4137c50 15526
276d5ee0
RL
15527Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
15528
15529 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15530
5d4a5ee6
JL
15531Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
15532
15533 * Makefile.in (grep): Grep no longer depends on libiberty.
15534
15535Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
15536
15537 * Makefile.in: all-snavigator needs all-libgui.
15538
15539Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
15540
15541 * configure.in: Add cygmon and libstub support for mn10300.
15542
8af14275
ILT
15543Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
15544
15545 * missing: Update to version from automake 1.3.
15546
fbd836fc
ILT
15547 * ltmain.sh: On installation, don't get confused if the same name
15548 appears more than once in the list of library names.
15549
466456d9
ILT
15550Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
15551
15552 * config.sub: Accept m68060 and m5200 as CPU names.
15553
5d4a5ee6
JL
15554Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
15555
15556 * configure: Use && rather than using -a in test, because odd
15557 strings can confuse test.
15558 * configure.in: Likewise.
15559
fbd836fc
ILT
15560Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
15561
15562 * ltconfig, ltmain.sh: Bring in Visual C++ support.
15563
f0983958
AO
15564Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15565
15566 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 15567 bootstrap4-lean): New targets.
f0983958 15568
bfed1ea0
JL
15569Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
15570
15571 * mpw-* Delete. Not used.
15572
5d4a5ee6
JL
15573Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
15574
15575 * COPYING.LIB: Update FSF address.
15576
bfed1ea0
JL
15577Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
15578
15579 * ltconfig, ltmain.sh: Update to libtool 1.2a.
15580
5d4a5ee6
JL
15581 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15582 GAS_SUPPORT_DIRS.
15583
bfed1ea0
JL
15584Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
15585
15586 * ltconfig, ltmain.sh: Avoid producing a version number if
15587 -version-info was not used.
15588
5d4a5ee6
JL
15589Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
15590
15591 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15592 building with newlib.
15593
155941998-04-30 Paul Eggert <eggert@twinsun.com>
15595
d207ebef 15596 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 15597 Solaris `make' causes it to continue to next definition.
d207ebef
JM
15598
15599Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
15600
15601 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15602 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
15603
15604Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
15605
15606 * configure.in: Change alpha to alpha* in several places.
15607
d207ebef
JM
15608Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
15609
15610 * config.sub: Recognize sparc86x.
15611
77be0cab
MM
15612Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
15613
15614 * configure.in (--enable-target-optspace): Remove debug echo.
15615
62441128
JW
15616Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
15617
15618 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15619
bfed1ea0
JL
15620Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
15621
15622 * ltconfig: Update cygwin32 support.
15623
5d4a5ee6
JL
15624 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15625 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15626 (GDB_SUPPORT_DIRS): Likewise.
15627
3f4ea1de
MM
15628Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
15629
15630 * configure.in (target_makefile_frag): If --enable-target-optspace,
15631 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
15632 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15633 not used.
15634 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 15635
5d4a5ee6
JL
15636Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
15637
15638 * Makefile.in (all-bfd): Depend on all-intl.
15639 (all-binutils): Likewise.
15640 (all-gas): Likewise.
15641 (all-gprof): Likewise.
15642 (all-ld): Likewise.
15643
156441998-04-19 Brendan Kehoe <brendan@cygnus.com>
15645
15646 * configure.in (host_tools): Fix typo, lbtool -> libtool.
15647
bfed1ea0
JL
15648Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
15649
5d4a5ee6
JL
15650 * Makefile.in (all-bfd): Depend upon all-libiberty.
15651
bfed1ea0
JL
15652 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15653
5d4a5ee6
JL
15654Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
15655
15656 * Makefile.in: Add libstub.
15657
15658 * configure.in: Ditto. Build libstub for targets that have cygmon
15659 support.
15660
15661Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
15662
15663 * configure.in: Don't set PICFLAG on ix86-cygwin32.
15664
15665Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
15666
15667 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15668 use mh-sysv5 if specified. Support gprof on SCO Open Server.
15669
ec8d6ddc
KW
15670Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
15671
15672 * configure: Define DEFAULT_M4 by searching PATH.
15673 * Makfile.in: Use DEFAULT_M4.
15674
bfed1ea0
JL
15675Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
15676
15677 * ltconfig: Add cygwin32 support.
15678
5d4a5ee6
JL
15679 * Makefile.in, configure.in: Add libtool as a native only directory
15680 to configure and build.
15681
547a6183
JL
15682Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
15683
15684 * Makefile.in (INSTALL_MODULES): Remove texinfo.
15685
5d4a5ee6 15686Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 15687
5d4a5ee6
JL
15688 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15689
15690Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
15691
15692 * Makefile.in: add ash make rules
15693 * configure.in: add ash to native_only and host_tools lists
15694
15695Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
15696
15697 * Makefile.in (all-gettext, all-intl): New targets.
15698 (ALL_MODULES): Added all-gettext, all-intl.
15699 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15700 (INSTALL_MODULES): Added install-gettext, install-intl.
15701 (CLEAN_MODULES): Added clean-gettext, clean-intl.
15702
15703 * configure.in (host_tools): Added gettext.
15704 (native_only): Likewise.
15705 (noconfigdirs) [various cases]: Likewise.
15706 (host_libs): Added intl.
15707
d207ebef
JM
15708Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
15709
15710 * configure: Do not disable building gdbtk for cygwin32 hosts.
15711
e98e406f
NC
15712Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
15713
15714 * configure.in: Add thumb-coff target.
15715 * config.sub: Add thumb-coff target.
15716
5d4a5ee6
JL
15717Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15718
15719 * Makefile.in: Revert yesterday's change.
15720 (all-target-winsup): all-target-librx stays out of here.
15721
15722Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
15723
15724 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15725 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15726 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15727 Remove references to librx and libg++.
15728
15729Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
15730
15731 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15732 recursive makes
15733
bfed1ea0
JL
15734Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
15735
15736 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 15737 for newlib directory.
bfed1ea0
JL
15738 (CXX_FOR_TARGET): Likewise.
15739
15740Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
15741
15742 * ltconfig: Update after libtool/ltconfig.in change for
15743 hpux11.
15744
15745Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
15746
15747 * ltconfig, ltmain.sh: Update to libtool 1.2.
15748
3cd730af
MH
15749Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
15750
15751 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15752 (install-gcc-cross): Instead, override LANGUAGES here.
15753
80564603
DL
157541998-03-18 Dave Love <d.love@dl.ac.uk>
15755
15756 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15757 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15758
d207ebef
JM
15759Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
15760
15761 * configure.in: Add Thumb-pe target.
15762
5d4a5ee6 15763Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 15764
5d4a5ee6
JL
15765 * Makefile.in - changed sn targets to snavigator
15766 * configure.in - changed sn targets to snavigator
15767
2d4a0558
MH
15768Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
15769
15770 * config-ml.in: After building symlink tree call make distclean
15771 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15772 to be the case for libiberty.
15773
04b93567
L
15774Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
15775
15776 * configure: When making link, also check the current
15777 directory. The configure scripts may create one.
15778
9a06b842
RH
15779Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
15780
15781 * config.sub: Accept alphapca56 and alphaev6 properly.
15782
217fc4e6
FS
15783Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15784
15785 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15786
3e07bdbd 15787Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 15788
e490616e 15789 * config.sub (sco5): Fix typo.
3e07bdbd 15790
5d4a5ee6
JL
15791Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
15792
15793 * Makefile.in (INSTALL_MODULES): Move install-tcl before
15794 install-itcl.
15795 (install-itcl): Remove dependency on install-tcl.
15796
15797Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
15798
15799 * configure.in: Remove libgloss from noconfigdirs for MN10300.
15800
15801Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
15802
15803 * configure.in: Don't build libgui for a cygwin32 target when not on
15804 a cygwin32 host.
15805
15806Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
15807
15808 * configure (redirect): Set to null, so default behavior of
15809 configure is now --verbose.
15810
ce0d965c
DL
158111998-02-16 Dave Love <d.love@dl.ac.uk>
15812
15813 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15814 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15815
3acd1fd0
MH
15816Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
15817
15818 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15819 this change to sync Makefile.in with its ChangeLog entries.
15820
5d4a5ee6
JL
15821Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
15822
15823 * ltmain.sh (mkdir): Check that the directory doesn't exist
15824 before we exit with error, so that we don't get races during
15825 parallel builds.
15826
bfed1ea0
JL
15827Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
15828
15829 * ltconfig, ltmain.sh: Update from libtool 1.0i.
15830
4e77e8f1
MH
15831Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
15832
15833 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15834 PICFLAG_FOR_TARGET.
15835 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15836
15837 * configure: Emit a definition for the new macro enable_shared
15838 into each Makefile.
15839
5d4a5ee6
JL
15840Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15841
15842 * configure.in (host_tools, native_only): Add libtool.
15843
15844Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
15845
15846 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15847 Fix typo in ming config comment.
15848
bfed1ea0
JL
15849Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
15850
15851 * ltconfig, ltmain.sh: Update from libtool 1.0h.
15852
5d4a5ee6
JL
15853Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
15854
15855 * config.sub: Add tic30 cases, and map c30 to tic30.
15856
8821a725
RH
15857Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
15858
15859 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15860 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15861 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15862 (CLEAN_TARGET_MODULES): Similarly
15863 (all-target-libf2c): Add dependences.
4e81ae98 15864 * configure.in (target_libs): Add libf2c.
8821a725 15865
5d4a5ee6
JL
15866Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
15867
15868 * configure.in: Remove expect from noconfigdirs when target
15869 is cygwin32. OK to build expect and dejagnu with Canadian
15870 Cross.
15871
0aadd657
ILT
15872Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
15873
5d4a5ee6
JL
15874 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15875 host.
15876
0aadd657
ILT
15877 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15878 and mingw32.
15879
d0a8352c
MH
15880Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
15881
15882 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15883 here as it is not defined in the toplevel Makefile.
15884
59739e3c
MH
15885Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
15886
15887 * configure (package_makefile_rules_frag): New variable, which names
15888 a file with generic rules, ...
15889 Change comment to mention we now have FIVE parts.
15890 * configure: Undo last change.
15891
228197ee
LT
15892Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
15893
15894 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 15895 * config.sub: More accurate determination of HP processor types.
228197ee 15896
efd4c0ba
MH
15897Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
15898
15899 * configure (package_makefile_frag): Move inserting the
15900 ${package_makefile_frag} to where it should be according
15901 to the comment.
15902
6eef3189
PB
15903Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
15904
15905 * config.guess: Add support for Linux/ARM.
15906
d207ebef
JM
15907Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
15908
15909 * .cvsignore: Remove *-info and *-install since they match
15910 release-info and mpw-install, which we don't want to just ignore.
15911
48464ebf
RH
15912Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
15913
15914 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15915
803462a7
PN
15916Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
15917
15918 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15919 local_prefix to sub-make invocations.
15920
520ab477
L
15921Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
15922
15923 * configure.in: Check makefile fragments in the source
15924 directory.
15925
4bcdb76d
AO
15926Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15927
ceff9b14
AO
15928 * configure.in: Check whether host and target makefile
15929 fragments exist before adding them to *_makefile_frag.
4bcdb76d 15930
5d4a5ee6
JL
15931Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
15932
15933 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15934
15935Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
15936
15937 * configure.in: Make sure we only replace RPATH_ENVVAR on
15938 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15939 regexp to sed.
15940
15941 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15942 to sub-makes.
15943
0d3e11a5
LI
159441998-01-13 Lee Iverson (leei@ai.sri.com)
15945
15946 * config-ml.in (multi-do): LDFLAGS must include multilib
15947 designator.
15948
d45b3d87 15949Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
15950
15951 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15952
d39cd7a1
MK
15953Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
15954
15955 * config.sub: Add mingw32 support.
15956 * configure.in: Likewise.
d39cd7a1 15957
6decbc24
FS
15958Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15959
15960 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15961
5d4a5ee6
JL
15962Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
15963
15964 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15965 * configure (gxx_include_dir): Provide a definition for subdirs
15966 which do not use autoconf.
15967
15968Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
15969
15970 * config.guess: Sync with egcs. Picks up new alpha support,
15971 BeOS & some additional linux support.
15972
d3d1907a
JL
15973Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
15974
15975 * config.guess: HP 9000/803 is a PA1.1 machine.
15976
b104e095
RH
15977Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
15978
15979 * configure.in: It's alpha*-...
15980
aca823c1
L
15981Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15982
15983 * configure.in (host_makefile_frag, target_makefile_frag):
15984 Handle multiple config files.
15985 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15986 alpha-*-*.
15987
d207ebef
JM
15988Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
15989
15990 * mkdep: New file.
15991
15992Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
15993
15994 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15995
5d4a5ee6
JL
15996Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
15997
15998 * Makefile.in: Add libgui directory.
15999 (GDB_TK): Add all-libgui.
16000 * configure.in: Add libgui directory.
16001 * configure: Add all-libgui to GDB_TK.
16002
16003Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16004
16005 * config-ml.in (multidirs): Add m32r to multilib list.
16006
16007Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16008
16009 * Makefile.in (all-target-gperf): Change dependency to
16010 all-target-libstdc++.
16011
baf55877
FF
16012Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16013
16014 * config.guess: Add BeOS support.
16015
5d4a5ee6
JL
16016Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16017
16018 Source directory cvs renamed to cvssrc:
16019 * configure.in (host_tools): Change cvs to cvssrc.
16020 (native_only): Likewise.
16021 (noconfigdirs) [various cases]: Likewise.
16022 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16023 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16024 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16025 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16026 (all-cvssrc): Rename target from all-cvs.
16027
f2d76545
JL
16028Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16029
16030 * configure (gxx_include_dir): Fix thinko.
16031
205cba53
JL
16032Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16033
16034 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16035 (install-cross, install-gcc-cross): New targets.
16036
5d4a5ee6
JL
16037Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16038
16039 * configure.in (noconfigdirs): Add support for Thumb target.
16040
16041 * config.sub (maybe_os): Add support for Thumb target.
16042
16043Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16044
16045 * Makefile.in: Add rules for cygmon.
16046
16047 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16048
96b0f1fc
JL
16049Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16050
16051 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16052 * configure (gxx_include_dir): Provide a definition for subdirs
16053 which do not use autoconf.
d207ebef
JM
16054
16055Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16056
16057 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 16058 11/18/97 build
d207ebef 16059
7dfef6ed
JL
16060Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16061
16062 * From Franz Sirl.
16063 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16064 found on RedHat Linux systems.
96b0f1fc 16065
83cfe7c0
JL
16066Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16067
16068 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16069 guesses.
16070
7dfef6ed
JL
16071Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16072
16073 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16074
5d4a5ee6
JL
16075Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16076
16077 * ltmain.sh: If mkdir fails, check whether the directory was created
16078 anyhow by some other process.
16079
d207ebef
JM
16080Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16081
16082 * configure.in (d30v-*-*): Configure all directories.
16083
16084Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16085
16086 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16087 for the D30V.
16088
16089Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16090
16091 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16092
5d4a5ee6
JL
16093Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16094
e490616e
ZW
16095 * include/libiberty.h: Add extern "C" { so it can be used with C++
16096 progrms.
16097 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16098 programs.
5d4a5ee6 16099
d207ebef
JM
16100Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16101
16102 * configure.in (d30v-*-*): Configure GCC now.
16103
5d4a5ee6
JL
16104Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16105
16106 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16107 is no longer needed.
16108
c9670e62
JM
16109Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16110
16111 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16112
cc71c0ca
MH
16113Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16114
16115 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16116 targets using "$@" to provide support for similar but not identical
16117 targets without having to duplicate code.
16118
d207ebef
JM
16119Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16120
16121 * makefile.vms: Fix to work with DEC C.
16122
16123Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16124
16125 * config.sub: Add mips-tx39-elf to marketing names.
16126
16127Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16128
16129 * ltmain.sh: Handle symlinks in generated script.
16130
16131Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16132
16133 * configure: Handle autoconf style directory options: --bindir,
16134 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16135 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16136 --sysconfdir.
16137 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16138 (sharedstatedir, localstatedir, oldincludedir): New variables.
16139 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16140 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16141 sbindir, sharedstatedir, and sysconfdir.
16142
b1e3ddfd
AJ
16143Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16144
16145 * Makefile.in (bootstrap-lean): New target.
16146
d207ebef
JM
16147Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16148
16149 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 16150 sn, and gnuserv from noconfigdirs.
d207ebef
JM
16151
16152Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16153
16154 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16155
09f97c1e
JL
16156Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16157
16158 * Makefile.in (cross): New target.
16159
335d0ab2
AO
16160Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16161 Jeff Law <law@cygnus.com>
16162
16163 * Makefile.in (bootstrap2, bootstrap3): New targets.
16164 (all-bootstrap): Remove outdated and confusing target.
339c9b00 16165 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 16166
d207ebef
JM
16167Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16168
16169 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 16170 windows. Consistent with gdb/configure.
d207ebef 16171
e693cc28
UD
161721997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16173
e693cc28
UD
16174 * configure.in: Name Linux target fragment.
16175
16176 * configure: Rewrite so that project Makefile fragment is inserted
16177 first and appears last in the resulting Makefile.
16178
d207ebef
JM
16179Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16180
16181 * Makefile.in (install-itcl): Install tcl first.
16182
5d4a5ee6
JL
16183Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16184
16185 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16186
f401679e
JW
16187Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16188
16189 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16190
16191 * configure.in (skipdirs): Add target-librx for Linux.
16192 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16193
ec20b1b9
JL
16194Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16195
16196 * Makefile.in (bootstrap): New target.
16197
becdcf6d
JL
16198Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16199
63f6bcd7 16200 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 16201
d207ebef
JM
16202Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16203
16204 * config.guess: Merge with FSF.
16205
0c82f6bf
FF
16206Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16207
16208 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16209
d207ebef
JM
16210Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16211
16212 * config.sub: Add "marketing-names" patch.
16213
3fbc0b70
JS
16214Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16215
e490616e 16216 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 16217
e20d4801
JL
16218Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16219
16220 * config.sub: Handle v850-elf.
16221
fe181f78 16222Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
16223
16224 * .cvsignore (*-install): Remove.
16225
bfed1ea0
JL
16226Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16227
16228 * ltconfig: Set CONFIG_SHELL in libtool.
16229 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16230
558a1e7c
JW
16231Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16232
16233 * configure.in (target_subdir): Set to libraries if enable_multilib.
16234
7818d6fc
JW
16235Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16236
16237 * config.guess: Update from gcc directory.
16238
d207ebef
JM
16239Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16240
16241 * Makefile.in (all-sim): Depends on all-readline.
16242
6599da04
JM
16243Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16244
16245 * Makefile.in (BISON, YACC): Use $$s.
16246 (all-bison): Depend on all-texinfo.
16247
16248Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16249
16250 * Makefile.in (BISON): Add -L flag.
16251 (YACC): Likewise.
16252
d207ebef
JM
16253Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16254
4e81ae98
EC
16255 * configure.in (noconfigdirs): Add support for v850e target.
16256
d207ebef
JM
16257 * config.sub (maybe_os): Add support for v850e target.
16258
16259Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16260
4e81ae98
EC
16261 * configure.in (noconfigdirs): Add support for v850ea target.
16262
d207ebef
JM
16263 * config.sub (maybe_os): Add support for v850ea target.
16264
6599da04
JM
16265Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16266
16267 * config.sub: Add mipstx39. Delete r3900.
16268
16269Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16270
16271 * Makefile.in (all-autoconf): Depends on all-texinfo.
16272
16273Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16274
16275 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16276 eabi targets.
16277
16278Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16279
16280 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16281
16282 * configure: When handling a Canadian Cross, handle YACC as well as
16283 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 16284 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
16285
16286Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16287
16288 * Makefile.in (BISON): bison, not byacc or bison -y.
16289 (YACC): bison -y or byacc or yacc.
16290 (various): Add *-bison as appropriate.
16291 (taz): No need to mess with BISON anymore.
16292
16293Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16294
16295 * configure: If OSTYPE matches *win32*, try to find a good value for
16296 CONFIG_SHELL.
16297
16298Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16299
16300 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16301 configure.in if it is present.
16302
16303Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16304
16305 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16306
16307Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16308
16309 * config.sub: Recognize `arc' cpu.
16310 * configure.in: Likewise.
16311 * config-ml.in: Likewise.
16312
16313Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16314
16315 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16316
16317Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16318
16319 * configure: Changed sed delimiter from ':' to '|' when
16320 attempting to substitute ${config_shell} for SHELL. On
16321 NT ${config_shell} may contain a ':' in it.
16322
16323Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16324
16325 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16326
16327Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16328
16329 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16330
16331Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16332
16333 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16334
16335 * ylwrap: If the program is a relative path, force it to be
16336 absolute.
16337
16338Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16339
16340 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16341
16342Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16343
16344 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
16345 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16346 for libraries.
6599da04
JM
16347
16348Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16349
16350 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 16351 separated by spaces.
6599da04
JM
16352
16353Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16354
16355 * ylwrap: New file.
16356 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16357
16358 * ltmain.sh: Handle /bin/sh at start of install program.
16359
16360 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16361
16362 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16363 * missing: New file, from automake 1.2.
16364
16365Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16366
16367 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16368 check-tk to CHECK_X11_MODULES.
16369
16370Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16371
16372 * config.sub: Merge with FSF.
16373
16374Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16375
16376 * config.guess: Merge with FSF.
16377
16378Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16379
16380 * configure: Treat msdosdjgpp like go32.
16381 * configure.in: Likewise. Don't remove gprof for go32.
16382
16383 * configure: Change Makefile.tem2 to Makefile.tm2.
16384
16385Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16386
16387 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16388
16389Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16390
16391 * install-sh (chmodcmd): Set to null if the DST directory already
16392 exists. Same as Nov 11th change.
16393
16394Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
16395
4e81ae98 16396 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
16397
16398Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
16399
16400 * config.guess: Update from FSF.
16401
16402Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
16403
16404 * Makefile.in (GDB_TK): Depend on itcl and tix.
16405
16406Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
16407
16408 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16409 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16410 (INSTALL_SCRIPT): New variable.
16411 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16412 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16413 to -x.
16414 * install-sh: Add support for -x option.
16415
16416Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
16417
16418 * configure.in, Makefile.in: Treat tix like itcl.
16419
16420Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
16421
16422 * Makefile.in (WINDRES): New variable.
16423 (WINDRES_FOR_TARGET): New variable.
16424 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16425 (EXTRA_HOST_FLAGS): Add WINDRES.
16426 (EXTRA_TARGET_FLAGS): Add WINDRES.
16427 (EXTRA_GCC_FLAGS): Add WINDRES.
16428 ($(DO_X)): Pass down WINDRES.
16429 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16430 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16431 DLLTOOL_FOR_TARGET.
16432
16433Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
16434
16435 * configure.in: configure sim before gdb for win32-x-ppc
16436
16437Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16438
16439 Move gperf into the toplevel, from libg++.
16440 * configure.in (target_tools): Add target-gperf.
16441 (native_only): Add target-gperf.
16442 * Makefile.in (all-target-gperf): New target, depend on
16443 all-target-libg++.
16444 (configure-target-gperf): Empty rule.
16445 (ALL_TARGET_MODULES): Add all-target-gperf.
16446 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16447 (CHECK_TARGET_MODULES): Add check-target-gperf.
16448 (INSTALL_TARGET_MODULES): Add install-target-gperf.
16449 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16450
16451Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 16452
6599da04
JM
16453 * config.sub (mn10200): Recognize new basic machine.
16454
16455Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16456
16457 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16458 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16459
16460Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16461
16462 * configure.in: If we're building mips-sgi-irix6* native, turn on
16463 ENABLE_MULTILIB and set TARGET_SUBDIR.
16464
16465Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
16466
16467 * Makefile.in (all-sn): Depend on all-grep.
16468
16469Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
16470
16471 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16472
16473 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16474 Makefile. From Jeff Makey <jeff@cts.com>.
16475 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16476
16477 * Makefile.in (DISTBISONFILES): Remove.
16478 (taz): Don't futz with DISTBISONFILES. Change BISON to use
16479 $(DEFAULT_YACC).
16480
16481 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 16482 cygwin32.
6599da04
JM
16483
16484 * Makefile.in (LD): New variable.
16485 (EXTRA_HOST_FLAGS): Pass down LD.
16486 ($(DO_X)): Likewise.
16487
16488Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
16489
16490 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16491
16492Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
16493
16494 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 16495 before adding our own. Always add --build.
6599da04
JM
16496
16497Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
16498
16499 * configure.in (targargs): Pass --build if we're doing
16500 a cross-compile.
16501
16502Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
16503
ca236658 16504 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
16505 sed. Otherwise sed chokes on NT path names with drive
16506 designators. Also look for "?:*" as the leading characters in an
16507 absolute pathname.
16508
16509Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
16510
16511 * config.sub: Support for r3900.
16512
16513Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
16514
16515 * configure.in: Use install-sh, not install.sh.
16516
16517Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
16518
16519 * Makefile.in (taz): Improve check for BISON so it doesn't try to
16520 apply it twice.
16521
16522Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
16523
16524 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16525 install-binutils.
16526
16527Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
16528
16529 * Makefile.in: Add automake targets.
16530 * configure.in (host_tools): Add automake.
16531
16532Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
16533
16534 * configure: Default CXX to c++, not gcc.
16535 * Makefile.in (CXX): Set to c++, not gcc.
16536 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16537
16538Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
16539
16540 * install-sh: try appending a .exe if source file doesn't
16541 exist
16542
16543Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
16544
16545 * configure.in: Turn on multilib by default.
16546 (cross_only): Remove target-libiberty.
16547
16548 * Makefile.in (all-gcc): Don't depend on libiberty.
16549
16550Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
16551
16552 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16553
16554Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
16555
16556 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16557 (DISTBISONFILES): Add ld/Makefile.in
16558
16559Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
16560
16561 * configure.in: if target is cygwin32 but host isn't cygwin32,
16562 don't configure gdb tcl tk expect, not just gdb.
16563
16564Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
16565
16566 * configure.in: Added gnuserv everywhere sn appears.
16567
16568 * Makefile.in (ALL_MODULES): Added all-gnuserv.
16569 (CROSS_CHECK_MODULES): Added check-gnuserv.
16570 (INSTALL_MODULES): Added install-gnuserv.
16571 (CLEAN_MODULES): Added clean-gnuserv.
16572 (all-gnuserv): New target.
16573
16574Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
16575
16576 * config.guess: Fixes for MIPS OpenBSD systems.
16577
16578Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
16579
16580 * Makefile.in (INSTALL_XFORM): Remove.
16581 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16582
16583 * mkinstalldirs: New file, copied from automake.
16584 * Makefile.in (installdirs): Rename from install-dirs. Use
16585 mkinstalldirs. Change all users.
16586 (DEVO_SUPPORT): Add mkinstalldirs.
16587
16588Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
16589
16590 * install-sh: Rename from install.sh.
16591 * Makefile.in (INSTALL): Change install.sh to install-sh.
16592 (DEVO_SUPPORT): Likewise.
16593
16594 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
16595 Graichen <graichen@rzpd.de>.
16596
16597Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
16598
16599 * config.guess: Recognize OpenBSD systems correctly.
16600
16601Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16602
16603 * README, Makefile.in (ETC_SUPPORT): Remove references to
16604 cfg-paper*, configure.{texi,man,info*}._
16605
16606Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
16607
16608 * Makefile.in (all.normal): Ensure that gcc is built after all
16609 the x11 - ie gdb - targets.
16610
16611Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
16612
16613 * makefile.vms: Don't run conf-a-gas.
16614
16615Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
16616
e490616e 16617 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 16618
d207ebef
JM
16619Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
16620
16621 * configure.in: Remove noconfigdirs case since gdb also
16622 configures and builds for tic80-coff.
16623
6599da04
JM
16624Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
16625
16626 * configure: Set cache_file to config.cache.
16627 * Makefile.in (local-distclean): Remove config.cache.
16628
16629Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
16630
16631 * COPYING: Update FSF address.
16632
d207ebef
JM
16633Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
16634
16635 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16636 noconfigdirs.
16637
6599da04
JM
16638Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
16639
16640 * Makefile.in (install-dirs): Don't crash if prefix, and hence
16641 MAKEDIRS, is empty.
16642
16643Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
16644
16645 * config.sub: Tweak mn10300 entry.
16646
16647Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
16648
16649 * configure.in (host_tools): Put sim before gdb, so gdb's
16650 configure.tgt can determine if the simulator was configured.
16651
16652Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
16653
16654 * config.sub: Move BeOS $os case to be with other Cygnus
16655 local cases.
16656
16657Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
16658
16659 * config.sub: Remove misplaced comment that broke Linux.
16660
16661Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
16662
16663 * config.sub: Add BeOS support.
16664
16665Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
16666
16667 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16668
16669Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
16670
16671 * configure.in (noconfigdirs): Remove tcl and tk from
16672 noconfigdirs for cygwin32 builds.
16673
d207ebef
JM
16674Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
16675
16676 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16677
6599da04
JM
16678Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
16679
16680 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16681 make-all.com, use makefile.vms instead.
16682
16683Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
16684
16685 * config.sub: Accept -lnews*.
16686
d207ebef
JM
16687Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
16688
16689 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 16690 target-examples and target-libiberty for d30v.
d207ebef
JM
16691
16692Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16693
16694 * configure.in (noconfigdirs): Enable ld for d30v.
16695
16696Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
16697
16698 * configure.in (tic80-*-*): Build compiler.
16699
16700Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
16701
16702 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 16703 unsupported d30v directories
d207ebef
JM
16704
16705Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16706
4e81ae98
EC
16707 * config.sub, configure.in: Add d30v target cpu.
16708
6599da04
JM
16709Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
16710
16711 * makefile.vms: New file.
16712 * make-all.com: Remove.
16713
16714Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
16715
16716 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16717
16718Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
16719
16720 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16721
16722Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
16723
16724 * Makefile.in (ALL_MODULES): Added all-db.
16725 (CROSS_CHECK_MODULES): Addec check-db.
16726 (INSTALL_MODULES): Added install-db.
16727 (CLEAN_MODULES): Added clean-db.
16728
16729Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
16730
16731 * config.guess: Merge with latest FSF sources.
16732
16733Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
16734
16735 * Makefile.in (ALL_MODULES): Added all-itcl.
16736 (CROSS_CHECK_MODULES): Added check-itcl.
16737 (INSTALL_MODULES): Added install-itcl.
16738 (CLEAN_MODULES): Added clean-itcl.
16739
16740Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
16741
16742 * configure.in: build gdb for mn10200
16743
16744Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
16745
16746 * Makefile.in (all-target-winsup): Depend on all-target-libio.
16747
d207ebef
JM
16748Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
16749
16750 * configure.in (tic80-*-*): Turn off most targets right now.
16751
6599da04
JM
16752Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
16753
16754 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16755 rather than the makeinfo program.
16756 (do-info): Depend upon all-texinfo.
16757
16758Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
16759
16760 * configure.in: Remove uses of config/mh-linux.
16761
16762 * config.sub, config.guess: Merge with latest FSF sources.
16763
d207ebef
JM
16764Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
16765
16766 * config.sub (case $basic_machine): Add tic80 entries.
16767
6599da04
JM
16768Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
16769
16770 * config.sub, config.guess: Merge with latest FSF sources.
16771
16772Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16773
16774 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16775 * mpw-config.in: Test for NewFolderRecursive.
16776 * mpw-install: Use symbolic name for startup filename.
16777 * mpw-README: Add various additional details.
16778
16779Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
16780
16781 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16782
16783Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
16784
16785 * configure.in: Do build gcc and the target libraries for
16786 the mn10200.
16787
16788Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
16789
16790 * configure.in: don't avoid building gdb for mn10300 any more
16791 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16792 instead of single-quoting it.
16793
16794Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
16795
16796 * configure.in: Don't use --with-stabs on IRIX 6.
16797
16798Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
16799
16800 * configure.in (m32r): Build gdb, libg++ now.
16801
16802Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16803
16804 * configure.in (mips*-sgi-irix6*): Remove gdb and related
16805 directories from noconfigdirs.
16806
16807Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
16808
16809 * config.sub (basic_machine): added mips16 configuration
16810
16811Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16812
16813 * config.sub: Handle d10v-unknown.
16814
d207ebef
JM
16815Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
16816
16817 * config.sub: Handle v850-unknown.
16818
6599da04
JM
16819Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
16820
16821 * Makefile.in: add findutils
16822 * configure.in: add findutils to list of host_tools
16823
16824Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
16825
16826 * config.sub: Handle mn10200 and mn10300.
16827
16828Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16829
16830 * configure.in (d10v-*): Do not build librx.
16831
16832Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
16833
16834 * configure.in (mn10300): Build everything except gdb & libgloss.
16835
16836Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
16837
16838 * config.guess: Patch for Dansk Data Elektronik servers,
16839 from Niels Skou Olsen <nso@dde.dk>.
16840
16841 For ncr, use /bin/uname rather than uname, since GNU uname does not
16842 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
16843
16844 Patch for MIPS R4000 running System V,
16845 from Eric S. Raymond <esr@snark.thyrsus.com>.
16846
16847 Fix thinko for nextstep.
16848
16849 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16850
16851 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
16852 * config.guess: Guess mips-dec-mach_bsd4.3.
16853
16854 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
16855 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
16856 release numbers.
16857 * config.guess (mips-mips-riscos*): Emit just enough of the
16858 release number.
16859
16860 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
16861 * config.guess (sparc-auspex-sunos*): Added.
16862 (f300-fujitsu-*): Added.
16863
16864 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
16865 * config.guess: Recognize a Tadpole as a sparc.
16866
16867Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16868
16869 * config.guess: Don't assume that NextStep version is either 2 or
16870 3. NextStep 4 (aka OpenStep 4) has come out now.
16871
16872Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16873
16874 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16875 From Rik Faith <faith@cs.unc.edu>.
16876
16877Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
16878
16879 * config.sub: Contributions from bug-gnu-utils to:
16880 Support plain "hppa" (no version given) architecture, reported by
16881 OpenStep.
16882 OpenBSD like NetBSD.
16883 LynxOs is not a hardware supplier.
16884
16885 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 16886 OpenBSD like NetBSD.
6599da04
JM
16887 Stratus systems.
16888 More Pyramid systems.
16889 i[n>4]86 Intel chips.
16890 M680[n>4]0 Motorola chips.
16891 Use unknown instead of lynx for hardware manufacturer.
16892
16893Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16894
16895 * install.sh (chmodcmd): Set to null if the DST directory already
16896 exists.
16897
16898Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16899
16900 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16901 not use mt-ppc target Makefile fragment any more.
16902
16903Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16904
16905 * configure.in (*-*-windows): Exclude everything but those dirs
16906 needed to build windows.
16907
16908Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
16909
16910 * Makefile.in (all-target-winsup): Depend on all-target-librx.
16911
16912Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16913
16914 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
16915
16916Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16917
16918 * Undo my previous change.
16919
16920Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
16921
16922 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16923 unconditionally.
16924 (MAKEOVERRIDES): Define (revert this part of October 18 change).
16925
16926Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16927
16928 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
16929 host to add it's own flags.
6599da04
JM
16930
16931Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
16932
16933 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16934
16935Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
16936
16937 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16938 (CXX_FOR_TARGET): Likewise.
16939 (GCC_FOR_TARGET): Define.
16940 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16941 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16942 CC_FOR_TARGET was specified on the command line.
16943 (MAKEOVERRIDES): Don't define.
16944
16945Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
16946
16947 * configure.in (m32r): Fix spelling of libg++ libs.
16948
16949Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
16950
16951 * config.sub (-apple*): Remove, now redundant.
16952
16953Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
16954
16955 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16956
16957 * configure: Rework yesterday's sed script patch.
16958
16959 * config.sub: Merge with FSF.
16960
16961Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
16962
16963 * config.guess: Merge from FSF.
16964
16965 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
16966 * config.guess: Use pc instead of unknown, for pc clone systems.
16967 Change linux to linux-gnu.
6599da04
JM
16968
16969 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 16970 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
16971
16972Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
16973
16974 * test-build.mk (HOLES): Add "xargs" for gdb.
16975
16976 * configure: Avoid hpux10.20 sed bug.
16977
16978Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
16979
731a8127 16980 * configure.in: Add support for windows host
6599da04
JM
16981 (that is a build done under the Microsoft build environment).
16982
16983Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
16984
16985 * Makefile.in: Replace all uses of srcroot with s, to shrink
16986 command line lengths.
16987
16988 Patches from Geoffrey Noer <noer@cygnus.com>:
16989 * configure.in: If configuring for newlib, pass --with-newlib to
16990 subdirectories.
16991 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16992 -Bnewlib/ and -Lwinsup to gcc.
16993 (CXX_FOR_TARGET): Likewise.
16994
16995Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
16996
16997 * Makefile.in (ETC_SUPPORT): Add configure.
16998
16999Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17000
4e81ae98 17001 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
17002 host configuration file.
17003
17004Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17005
17006 * configure.in: Break mn10x00 support into separate
17007 mn10200 and mn10300 configurations.
17008 * config.sub: Likewise.
17009
17010Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17011
17012 * configure.in: Add lots of stuff to noconfigdirs for
17013 the mn10x00 targets.
17014
17015 * config.sub, configure.in: Add mn10x00 support.
17016
17017Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17018
17019 * make-all.com: Call conf-a-gas, not config-a-gas.
17020
17021Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17022
17023 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 17024 targets.
6599da04
JM
17025
17026Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17027
17028 * mpw-README: Add much more detail for native PowerMac.
17029 * mpw-install: New file.
17030 * mpw-configure: Add --norecursion and --help options.
17031 * mpw-config.in: Translate readme and install files when
17032 copying to objdir.
17033 * mpw-build.in: Don't always depend on byacc and flex.
17034 (install-only-top): New action.
17035
d207ebef
JM
17036Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17037
17038 * configure.in: You can now configure GDB for the v850.
17039
6599da04
JM
17040Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17041
17042 * configure.in (noconfigdirs): Don't configure any C++ dirs
17043 if targeting D10V.
17044
17045Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17046
17047 * config.sub: Recognize mips64vr5000.
17048
17049Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17050
17051 * configure.in: Use a single line for host_tools and native_only.
17052
17053Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17054
17055 * config.sub, configure.in: Add entries for m32r.
17056
17057Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17058
17059 * Makefile.in (inet-install): Don't run install-gzip.
17060
17061Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17062
17063 * configure.in: Don't config lots of things for *-*-windows*.
17064
17065Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17066
17067 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17068 (host_libs, host_tools): Copy from configure.in.
17069 * mpw-configure: Don't complain about directories not found.
17070
17071Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17072
17073 * configure.in (i[345]86): Recognize i686 for pentium pro.
17074 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17075 file.
17076
17077 * config.guess (i[345]86): Ditto.
17078
17079Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17080
17081 * configure.in (noconfigdirs): Removed gdb for D10V.
17082
d207ebef 17083Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 17084
d207ebef
JM
17085 * configure.in: Remove ld, target-libio, target-libg++, and
17086 target-libstdc++ from noconfigdirs.
5d4a5ee6 17087
6599da04
JM
17088Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17089
17090 * configure: Fix three locations where shell scripts were
17091 being run directly rather than with config_shell.
17092
d207ebef
JM
17093Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17094
17095 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17096 * config.sub (basic_machine): Recognize v850.
17097
6599da04
JM
17098Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17099
17100 * mpw-configure: Handle multiple enable/disable options and
17101 pass them down recursively, handle -c and -s flags appropriately
17102 depending on choice of compiler, add escape mechanism for
17103 quoted arguments to gC.
17104
17105Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17106
17107 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17108 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17109 so that -mrelocatable-lib and -mno-eabi are used.
17110
17111 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17112 not support --print-multi-lib, don't abort.
17113
6599da04
JM
17114Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17115
17116 * make-all.com: Run config-a-gas.
17117 * setup.com: Don't copy subdirectory files around.
17118
17119Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17120
17121 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17122 target, it now compiles correctly.
17123
17124Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17125
17126 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17127
17128Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17129
4e81ae98 17130 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
17131
17132Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17133
17134 * configure.in (native_only): Add prms.
17135
17136Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17137
17138 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17139 (BINUTILS_SUPPORT_DIRS): Likewise.
17140
17141Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17142
17143 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17144 d10v support is added.
17145
17146Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17147
17148 * configure.in (d10v-*-*): New target.
17149
17150Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17151
17152 * config.guess (HP 9000/811): Recognize this as a PA1.1
17153 machine.
17154
17155Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17156
17157 * Makefile.in (do-tar-gz): New target, split out from tail end of
17158 taz target. Run each command separately, don't use pipes.
17159 (taz): Use it.
17160
17161Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17162
17163 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17164 * mpw-build.in: No builds should depend on building byacc or flex,
17165 they are assumed to be installed already.
17166
17167Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17168
17169 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17170 variable that CC_FOR_TARGET needs.
17171
17172Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17173
17174 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17175 options have changed since the last time the subdirectory was
17176 configured, and if it has, reconfigure.
17177 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17178 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17179
17180Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17181
17182 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17183 CLEAN_MODULES): Add bash.
17184 (all-bash): New target.
17185
17186Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17187
17188 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17189
17190Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17191
17192 * config.sub (basic_machine): Recognize d10v as a valid processor.
17193
17194Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17195
17196 * mpw-configure: Add support for --bindir.
17197 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17198
17199Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17200
17201 * configure.in: add bash, time, gawk to list of hosttools and things
17202 to only build for native toolchains
17203
17204Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17205
17206 * Makefile.in (docdir): Remove.
17207
17208Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17209
17210 * Makefile.in (datadir): Set to $(prefix)/share.
17211
17212Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17213
17214 * configure.in: build diff and patch for cygwin32-hosted
17215 toolchains.
17216
17217Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17218
17219 * config.sub: Accept -rtems*.
17220
17221Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17222
e490616e
ZW
17223 * configure.in: enable dosrel for cygwin32-hosted builds,
17224 remove diff from the list of things not buildable
17225 via Canadian Cross
6599da04
JM
17226
17227Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17228
17229 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 17230 don't get ". ".
6599da04
JM
17231
17232Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17233
17234 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17235
17236Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17237
17238 * Makefile.in (taz): Handle case where tex3patch didn't even get
17239 checked out. Also, if it was found, put the symlink in a new util
17240 subdirectory.
17241
17242Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17243
17244 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17245
17246Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17247
17248 * config.sub: Recognize -openvms.
17249 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17250 * make-all.com, setup.com: New files.
17251
17252Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17253
17254 * Makefile.in (taz): tex3patch moved to texinfo/util.
17255
17256Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17257
17258 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17259 * configure.in: remove make from disable-if-Can-Cross list
17260 enable gdb if ${host} and ${target} are cygwin32
17261
17262Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17263
17264 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17265 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17266
17267Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17268
17269 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17270 distinguish sysv/svr4/bsd variants.
17271 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17272
17273Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17274
17275 * configure.in: Added copyright notice.
17276 * move-if-change: Added copyright notice.
17277
17278Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17279
17280 * configure.in (powerpcle-*-solaris*): Until we get shared
17281 libraries working, don't build gdb, sim, make, tcl, tk, or
17282 expect.
17283
17284Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17285
17286 * config.guess: Merge with FSF:
17287
17288 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17289 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17290
17291 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17292 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17293
17294 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17295 * config.guess: Combine two OSF1 rules.
17296 Also recognize field test versions. From mjr@zk3.dec.com.
17297 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17298 because GNU uname does not support -p. From pmr@pajato.com.
17299
17300Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17301
17302 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17303
17304Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17305
17306 * mpw-README: Document GCCIncludes.
17307
17308Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17309
17310 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17311
17312Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17313
17314 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17315
17316Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17317
17318 * configure.in (*-*-cygwin32): Configure make.
17319
17320Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17321
17322 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17323
17324Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17325
17326 * Makefile.in (all-inet): Depend on all-perl.
17327
17328 * Makefile.in (inet-install): New target.
17329
17330 * Makefile.in (all-inet): Depend on all-tcl.
17331 (all-inet): Depend on all-send-pr.
17332
17333Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17334
17335 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17336 temporarily.
17337
17338Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17339
17340 * configure.in: Don't configure --with-gnu-ld on AIX.
17341
17342Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17343
17344 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17345
17346Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17347
17348 * Makefile.in (ALL_MODULES): Added all-inet.
17349 (CROSS_CHECK_MODULES): Added check-inet.
17350 (INSTALL_MODULES): Added install-inet.
17351 (CLEAN_MODULES): Added clean-inet.
17352 (all-indent): New target.
17353
17354 * configure.in (host_tools): Added inet.
17355 (native_only): Added inet.
17356 (noconfigdirs): Added inet.
17357
17358Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17359
17360 * configure.in: Don't configure libgloss if we are not configuring
17361 newlib.
17362
17363Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17364
17365 * configure.in: Don't configure libgloss for unsupported
17366 architectures.
17367
17368Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17369
17370 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17371
17372Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17373
17374 * Makefile.in (ALL_MODULES): Include all-apache.
17375 (CROSS_CHECK_MODULES): Include check-apache.
17376 (INSTALL_MODULES): Include install-apache.
17377 (all-apache): New target.
17378
17379 * configure.in: Added apache everywhere perl is seen.
17380
17381Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17382
17383 * Makefile.in: Add support for clean-{module} and
17384 clean-target-{module} rules.
17385
17386Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17387
17388 * configure.in (*-*-ose) do not build libgloss.
17389
17390Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17391
17392 * config.guess (prep*:SunOS:5.*:*): Turn into
17393 powerpele-unknown-solaris2.
17394
17395Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
17396
17397 * configure.in: Permit --enable-shared to specify a list of
17398 directories.
17399
17400Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17401
17402 * configure.in (host==solaris): Pass only the first word of $CC
17403 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17404
17405Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17406
17407 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17408
17409Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
17410
17411 * Makefile.in (ALL_MODULES): Include all-perl.
17412 (CROSS_CHECK_MODULES): Include check-perl.
17413 (INSTALL_MODULES): Include install-perl.
17414 (ALL_X11_MODULES): Include all-guile.
17415 (CHECK_X11_MODULES): Include check-guile.
17416 (INSTALL_X11_MODULES): Include install-guile.
17417 (all-perl): New target.
17418 (all-guile): New target.
17419
17420 * configure.in (host_tools): Include perl and guile.
17421 (native_only): Include perl and guile.
17422 (noconfigdirs): Don't build guile and perl; no ports have been
17423 done.
17424
17425Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
17426
e490616e
ZW
17427 * configure (--enable-*): Handle quoted option lists such as
17428 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
17429
17430Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17431
17432 * Makefile.in ({,inst}all-target): New rule so we can make and
17433 install all of the target directories easily.
17434
17435Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17436
17437 * configure.in: Add missing global flag in sed substitution when
17438 deleting `target-' from ${configdirs}.
17439
17440Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
17441
17442 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17443 option.
17444
17445 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17446 config/mh-necv4.
17447
17448 * install.sh: Correct misspelling of transformbasename.
17449
17450 * config.guess: Recognize mips-*-sysv*.
17451
17452Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
17453
17454 * config.sub: Recognize mon960.
17455
17456Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
17457
17458 * configure: Restore Canadian Cross handling of BISON and LEX,
17459 removed in Feb 20 change.
17460
17461Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
17462
17463 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17464 Mention make install. Remove the old copyright date as well the
17465 clumsy and rather pointless copyright on the README file.
17466
17467Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
17468
17469 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17470 Makefile after running symlink-tree, then run `make distclean' to
17471 avoid clobbering any generated files in srcdir.
17472
17473Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
17474
17475 * configure.in (m68k-*-netbsd*): Build everything now.
17476
17477Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17478
17479 * Makefile.in (taz): Fix quoting.
17480
17481Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
17482
17483 * configure.in (sparclet-*-*): Build everything now.
17484
17485Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17486
17487 * configure.in (m68k-*-linux*): New host.
17488
17489Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
17490
17491 * configure: Check for bison before byacc.
17492
17493Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
17494
17495 * Makefile.in configure: Change the way LEX and BISON/YACC are
17496 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
17497 searching PATH. These are used as fallbacks by Makefile.in if
17498 flex/bison/byacc aren't in objdir.
17499
17500Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
17501
17502 * Makefile.in: Make everything which depends upon all-bfd also
17503 depend upon all-opcodes, in case --with-commonbfdlib is used.
17504
17505Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17506
17507 * configure.in (host *-*-cygwin32): Don't build gdb if we are
17508 building NT native compilers on Unix.
17509
17510Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
17511
17512 * configure.in: Don't get CC from the host Makefile fragment if we
17513 can find gcc in PATH, or if this is a Canadian Cross. Move the
17514 Solaris test for /usr/ucb/cc to the post target script, just after
17515 the compiler sanity test.
17516
17517Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
17518
17519 * config.sub: Merge with FSF.
17520
17521Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
17522
17523 * Makefile.in (RPATH_ENVVAR): New variable.
17524 (REALLY_SET_LIB_PATH): Use it.
17525 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17526
17527Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
17528
17529 * config.sub, configure.in: Recognize sparclet cpu.
17530
17531Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17532
17533 * config.guess: Support m68k-cbm-sysv4.
17534
17535Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17536
17537 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17538 m68k-unknown-linuxaout from linker help string. Put quotes around
17539 $ld_help_string.
17540
17541Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
17542
17543 * config.guess (powerpc-harris-powerunix): Add guess for port
17544 to new target.
17545
17546Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17547
17548 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17549
17550Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
17551
17552 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17553 $(REALLY_SET_LIB_PATH) in Makefile.
17554 * Makefile.in (SET_LIB_PATH): New variable.
17555 (REALLY_SET_LIB_PATH): New variable.
17556 ($(DO_X)): Use $(SET_LIB_PATH).
17557 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17558 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17559 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17560 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17561 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17562 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17563 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17564 (install-dosrel): Likewise.
17565 (all-opcodes): Depend upon all-libiberty.
17566
17567Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
17568
17569 * config.guess (*:CYGWIN*): New
17570
17571Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17572
17573 * Makefile.in (all-target-winsup): All all-target-libiberty.
17574
17575Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17576
17577 * configure.in (noconfigdirs): Add missing # in front of comment.
17578
17579Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
17580
17581 * configure.in: add second pass to things added to noconfigdirs
17582 so *-gm-magic can exclude libgloss properly.
17583
17584Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17585
17586 * mpw-configure (extralibs_name, rez_name): Set correctly
17587 for MWC68K compiler.
17588
17589 * mpw-README: Add more info on the necessary build tools.
17590
17591Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
17592
17593 * configure.in, config.sub: Recognize cygwin32.
17594
17595Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
17596
17597 * config.guess, config.sub: Recognize A/UX.
17598
17599Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
17600
17601 * config.sub: Merge with gcc/config.sub.
17602
17603Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
17604
17605 * mpw-build.in (do-binutils): Add build of stamps.
17606
17607Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
17608
17609 * config.sub: Add recognition for mips64vr4100*-* targets.
17610
17611Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17612
17613 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17614 Add creation of gconfigargs with `--enable-shared' turned on.
17615 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17616 ($(host)-stamp-stage3-configured): Likewise.
17617 (HOLES): Add chatr and ldd.
17618 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17619
17620Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
17621
17622 * configure: Pass --nfp to recursive configures.
17623
17624Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
17625
17626 * Makefile.in (DLLTOOL): New.
17627 (DLLTOOL_FOR_TARGET): New.
17628 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17629 (EXTRA_TARGET_FLAGS): Ditto.
17630 (EXTRA_GCC_FLAGS): Ditto.
17631 (CONFIGURE_TARGET_MODULES): Ditto.
17632 (DO_X): Ditto.
17633 * configure: Add DLLTOOL.
17634
17635Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
17636
17637 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17638 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17639 mh-sco, since old workarounds no longer needed, and don't
17640 build ld, since libraries have weak symbols in COFF.
17641
17642Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
17643
17644 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17645
17646Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
17647
17648 * configure.in: Make sure that ${CC} can be used to compile an
17649 executable.
17650
17651Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17652
17653 * Makefile.in (all-gdb): Depend on $(GDB_TK).
17654 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17655 nothing depending on whether gdbtk is being built.
17656
17657Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
17658
17659 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17660
17661Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
17662
17663 * configure.in (noconfigdirs): Put ld or gas in this early, if the
17664 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17665
17666Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
17667
17668 * config-ml.in: Add support for
17669 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17670 Simplify setting of multidirs from --disable-foo.
17671
17672Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17673
17674 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17675 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17676 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 17677 non-empty, pass them on to the GCC make.
6599da04
JM
17678 (all-bootstrap): New rule that is like all-gcc, except it executes
17679 the GCC bootstrap rule instead of the GCC all rule.
17680
17681Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
17682
17683 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17684
17685Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17686
17687 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17688 DG/UX support.
17689
17690Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
17691
17692 * config.sub (i*86*) Change [345] to [3456]
17693
17694Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17695
17696 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17697 --with-gnu-ld=no.
17698
17699Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17700
17701 * config-ml.in (rs6000*, powerpc*): Add switches to control which
17702 AIX multilibs get built.
17703
17704Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17705
17706 * configure.in (i386-win32): Don't build expect if we're not
17707 building the tcl subdir.
17708
17709Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
17710
17711 * Makefile.in: (configure-target-examples, all-target-examples):
17712 New targets, configure and build example programs.
17713
17714Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17715
17716 * mpw-configure: If an mpw-config.in generated a file mk.sed,
17717 use it as input to sedit the generated MPW makefile.
17718 * mpw-README: Add a suggestion about Gestalt.h.
17719
17720Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
17721
17722 * config.sub: Accept *-*-ieee*.
17723
17724Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
17725
17726 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
17727 Ronald F. Guilmette <rfg@monkeys.com>.
17728
17729Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17730
17731 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17732 for powerpc-pe native.
17733 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17734 (target==powerpc-pe): duplicate i386-win32 entry.
17735
17736Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17737
17738 * configure.in (noconfigdirs): Exclude target-newlib for all versions
17739 of vxworks, not just vxworks5.1.
17740
17741Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
17742
17743 * mpw-configure: Add support for exec-prefix.
17744
17745Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17746
17747 * config.guess: Recognize HP model 816 machines as having
17748 a PA1.1 processor.
17749
17750Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
17751
17752 * configure: Ignore new autoconf configure options.
17753
6599da04
JM
17754Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17755
17756 * config.guess: Recognize Pentium under SCO.
17757 From Robert Lipe <robertl@arnet.com>.
17758
17759Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17760
17761 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
17762
17763Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
17764
17765 * configure.in: Don't configure gas for alpha-dec-osf*.
17766
17767Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
17768
17769 * configure.in: Default to --with-stabs for some targets for which
17770 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17771 i[345]86*-*-unixware*.
17772
17773Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
17774
17775 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17776 rather than basing it on the target. Simplify handling of options
17777 controlling which directories to configure. Remove extraneous
17778 slash in multi-clean target.
17779
17780Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
17781
17782 * config-ml.in: Prefix more variables with ml_ so they don't collide
17783 with configure's.
17784
17785Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
17786
17787 * configure: Don't turn -v into --v.
17788
17789Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
17790
17791 * configure.in (targargs): Fix typo.
17792
17793 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17794
17795Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
17796
17797 * configure.in: Strip --host and --target options from
17798 CONFIG_ARGUMENTS, and always configure for --host only. Add
17799 --with-cross-host option when building with a cross-compiler.
17800 * configure: Canonicalize the arguments put into config.status by
17801 always using `=' for an option with an argument. Pass a presumed
17802 --host or --target explicitly.
17803
17804Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
17805
17806 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17807 into general OS recognition case.
17808
17809Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17810
17811 * configure.in (target_configdirs): add target-winsup only
17812 for win32 target systems.
17813
17814Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
17815
17816 * Makefile.in (all-target-libgloss): Depend upon
17817 configure-target-newlib, since when libgloss is built it looks to
17818 see if the newlib directory exists.
17819
17820Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
17821
17822 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17823 cfg-ml-*.in.
17824
17825Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
17826
17827 * configure: Handle LD and LD_FOR_TARGET when configuring a
17828 Canadian Cross.
17829
6599da04
JM
17830Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17831
17832 * configure.in (target_libs): add target-winsup.
17833 (target==i386-win32): add patch diff flex make to $noconfigdirs.
17834 (target==ppcle-pe): remove ld from $noconfigdirs.
17835
17836Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
17837
17838 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17839 Preserve relative path names in $srcdir. Build symlink tree if
17840 configuring cross target dir and srcdir=. (= no VPATH support).
17841 (configure-target-libg++): Depend on configure-target-librx.
17842 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17843 * config-ml.in: New file.
17844 * symlink-tree: New file.
17845 * configure: Ensure srcdir="." if that's what it is.
17846
17847Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17848
17849 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17850 includes and FLEX_SKELETON setting.
17851 * mpw-configure (--with-gnu-ld): New option, controls whether
17852 to use PPCLink or ld with PowerMac GCC.
17853 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17854 * mpw-config.in: Configure grez if targeting Mac.
17855
17856 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
17857 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17858 just macos.
6599da04
JM
17859 * configure.in: Configure grez resource compiler if targeting Mac.
17860 * Makefile.in (all-grez, install-grez): New targets.
17861
17862Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
17863
17864 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 17865 gcc in the path, set CC to gcc -O2.
6599da04
JM
17866
17867Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
17868
17869 * configure: Default ${build} correctly. Avoid picking up extra
17870 spaces when reading CC and CXX from Makefile. When doing a
17871 Canadian Cross, use plausible default values for numerous
17872 variables.
17873 * configure.in: When doing a Canadian Cross, don't try to
17874 configure tools whose configure script can't handle it.
17875
17876Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17877
17878 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17879
17880Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
17881
17882 * configure: Remove dubious bug reporting address.
17883
17884Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
17885
17886 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
17887 configure script, run that instead of this directory's configure.
17888 In either case, print a message that we're configuring the sub-dir.
17889
17890Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
17891
17892 * configure.in: Before checking for the existence of various files,
17893 use sed to filter out "target-".
17894
17895Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
17896
17897 * Makefile.in (DO_X): Split rule to decrease command line length
17898 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
17899 (Philippe De Muyter).
17900
17901Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17902
17903 * Makefile.in (all-patch): depend on all-libiberty.
17904
17905Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
17906
17907 * configure.in: If the only directory in target_configdirs which
17908 actually exists is libiberty, then set target_configdirs to empty,
17909 to avoid trying to build a target libiberty in a gas or gdb
17910 distribution.
17911
17912Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
17913
17914 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
17915 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17916 systems.
6599da04
JM
17917
17918Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17919
17920 * configure.in (copy_dirs): Use sys-include instead of include
17921 for --with-headers option.
17922
17923Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
17924
17925 * Makefile.in, configure.in: Make winsup builds work with
17926 new scheme.
17927
17928Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
17929
17930 * configure.in: Build the linker on AIX.
17931
17932Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
17933
17934 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
17935 where needed.
17936
17937Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
17938
17939 * Makefile.in (all-gcc): Fix typo.
17940
17941Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
17942
17943 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
17944
17945Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
17946
17947 * configure.in: Rename libFOO to target-libFOO, and xiberty
17948 to target-xiberty, to provide more flexibility.
17949 (target_subdir): Define. Create if cross.
17950 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17951 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
17952 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17953 check-libFOO -> check-target-libFOO, etc.
17954 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17955 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17956 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17957 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
17958 allow ALL_GCC="" to only configure.
17959 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
17960 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
17961 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
17962
17963Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
17964
17965 * Makefile.in (taz): Build "info" in etc explicitly.
17966
17967Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
17968
17969 * configure.in: Make sure that CC is undefined (as opposed to
17970 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
17971 problem with autoconf trying to configure on a host without GCC.
17972
17973Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17974
17975 * mpw-configure: Set host alias from choice of host compiler,
17976 only use generic MPW Makefile sed if present, edit a file
17977 named "hacked_Makefile.in" instead of "Makefile.in" if present.
17978 * mpw-README: Add problem notes about CW6 and CW7.
17979
17980Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
17981
17982 * Makefile.in (taz): Use ";" instead of ";;".
17983
17984Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17985
17986 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
17987 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17988 DISTDOCDIRS.
17989 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
17990 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
17991
17992Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
17993
17994 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
17995 and gnats, because they are now subsumed by DISTSTUFFDIRS.
17996 Move bfd to DISTSTUFFDIRS.
17997
17998Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17999
18000 * Makefile.in (X11_LIB): Removed.
18001 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18002
18003 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18004
18005Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18006
18007 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18008 names.
18009
18010Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18011
18012 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18013
18014Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18015
18016 * configure.in (i[345]86-*-win32): Always build newlib.
18017 Don't configure cvs, autoconf or texinfo.
18018 * Makefile.in (LD_FOR_TARGET): New.
18019 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18020 Pass down LD_FOR_TARGET.
18021
18022Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18023
18024 * winsup: New directory.
18025 * Makefile.in: Build winsup.
18026 * configure.in: Winsup is configured when target is win32.
18027 Can only build win32 target GDB when native.
4e81ae98 18028
6599da04
JM
18029Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18030
18031 * config.guess: Recognize HP model 819 machines as having
18032 a PA 1.1 processor.
18033
18034Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18035
18036 * configure: Fix sed loop which substitutes for CC and CXX to
18037 avoid bug found in various sed implementations.
18038
18039Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18040
18041 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18042 simulator. Use standard powerpc-*-eabi*.
18043
18044Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18045
18046 * configure.in: Stop putting gas and binutils in noconfigdirs for
18047 powerpc-*-aix* and rs6000-*-*.
18048
18049Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18050
18051 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18052 -mcall-aixdesc libraries.
18053
18054Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18055
18056 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18057
18058 * config.sub (arm | armel | armeb): Fix shell syntax.
18059
18060Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18061
18062 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18063 -msoft-float and -mcpu=common support.
18064 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18065 libraries.
18066
18067Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18068
18069 * configure.in: Allow configuration and build of emacs19 for the alpha.
18070
18071Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18072
18073 * configure.in (CC): Get ^CC, not just any old CC, from
18074 ${host_makefile_frag}.
18075
18076Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18077
4e81ae98 18078 * configure.in (CC): Try to get CC from
6599da04
JM
18079 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18080
18081Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18082
18083 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18084 only if it exists in $(srcdir).
18085
18086Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18087
18088 * configure: If CC and CXX are not set in the environment, set
18089 them, based on either an existing Makefile or on searching for gcc
18090 in PATH. Substitute for CC and CXX in Makefile.
18091 * configure.in: Remove libm from target_libs. Separate
18092 target_configdirs from configdirs. If CC is not set in
18093 environment, try to get it from a host Makefile fragment. Rewrite
18094 changes of configdirs to use skipdirs instead. A few minor
18095 tweaks. Take directories out of target_configdirs as they are
18096 taken out of configdirs. Remove existing Makefile files from
18097 subdirectories. Substitute for TARGET_CONFIGDIRS and
18098 CONFIG_ARGUMENTS in Makefile.
18099 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18100 by configure.in.
18101 (CONFIG_ARGUMENTS): Likewise.
18102 (CONFIGURE_TARGET_MODULES): New variable.
18103 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18104 ($(CONFIGURE_TARGET_MODULES)): New target.
18105 (configure-libg++, configure-libio): New targets.
18106 (all-libg++): Depend upon configure-libg++.
18107 (all-libio): Depend upon configure-libio.
18108 (configure-libgloss, all-libgloss): New targets.
18109 (configure-libstdc++): New target.
18110 (all-libstdc++): Depend upon configure-libstdc++.
18111 (configure-librx, all-librx): New targets.
18112 (configure-newlib): New target.
18113 (all-newlib): Depend upon configure-newlib
18114 (configure-xiberty): New target.
18115 (all-xiberty): Depend upon configure-xiberty.
18116
18117Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18118
18119 * configure.in (host i[345]86-*-win32): Expand the
18120 noconfigdirs again.
18121
18122Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18123
18124 * mpw-configure: Fix sed command file name.
18125
18126Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18127
4e81ae98 18128 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
18129 noconfigdirs again.
18130
18131Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18132
18133 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18134 or powerpc*-*-pe*, since they are not yet supported.
18135
18136Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18137
18138 Add PowerMac support and many other enhancements.
18139 * mpw-configure: New option --cc to select compiler to use,
18140 paste options set according to --cc into the generated
18141 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18142 if mpw-make.sed is present.
18143 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18144 add forward includes for PowerPC include files.
18145 * mpw-build.in: Build using Makefile.PPC if present.
18146 (do-byacc, etc): Remove separate version resource builds.
18147 (do-gas): Build "stamps" before "all".
18148 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18149 * mpw-README: Update to reflect --cc option, PowerMac support,
18150 and recently-reported compatibility problems.
18151
18152Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18153
18154 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18155 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18156 (--with-multilib-top): Pass to recursive invocations.
18157
18158Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18159
18160 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18161 v810-*-*.
18162
18163Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18164
18165 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18166 gdb, ld and opcodes on v810-*-*.
18167
6599da04
JM
18168Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18169
18170 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18171 (local-maintainer-clean): New target.
18172 (maintainer-clean): New target.
18173 (realclean): Just depend upon maintainer-clean.
18174
18175Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18176
18177 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18178
18179Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18180
18181 * configure.in: Build ld in mips*-*-bsd* case.
18182
18183Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18184
18185 * config.sub: Accept -lites* OS. From Ian Dall.
18186
18187Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18188
18189 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 18190 targets.
6599da04
JM
18191
18192Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18193
18194 * configure.in: treat i386-win32 canadian cross the same as
18195 i386-go32 canadian cross.
18196
18197Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18198
18199 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18200 running under the simulator to build a reduced set of libraries.
18201 (powerpc-*-eabiaix): Add fine grained multilib support added to
18202 other powerpc targets yesterday.
18203
18204Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18205
18206 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18207 -disable-softfloat, -disable-relocatable, -disable-aix, and
18208 -disable-sysv to control which multilib libraries get built.
18209
18210Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18211
18212 * configure: Add Makefile.tem to list of files to remove in trap
18213 handler.
18214
18215Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18216
18217 * config.guess (*Linux*): Add missing "exit"s.
18218 Also, need specific check for alpha-unknown-linux (uses COFF).
18219
18220Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18221
18222 * config.guess: Merge with FSF:
18223
18224 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18225 * config.guess (AIX4): More robust release numbering discovery.
18226
18227 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18228 * config.guess (i386-sequent-ptx): Properly get version number.
18229
18230 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18231 * config.guess (mips:*:4*:UMIPS): New case.
18232
18233Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18234
18235 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18236 (i386-win32 host): Likewise. Don't build readline.
18237
18238Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18239
18240 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18241 SUPPORT_FILES to submakes.
18242
18243Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18244
18245 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18246 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18247 mpw-configure.
18248
18249Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18250
18251 * configure.in (appdirs): Use =, not ==, in test expression when
18252 trying to build the text to print in the warning message for
18253 Solaris users.
18254
18255Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18256
18257 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18258
18259Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18260
18261 * config.guess: Recognize lynx-2.3.
18262
18263Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18264
18265 * config.sub (z8ksim): Deleted
18266 (z8k-*-coff): New, this is the one true name of the target.
18267
18268Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18269
18270 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18271
18272Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18273
18274 * config.guess (*:Linux:*:*): First try asking the linker what the
18275 default object file format is (elf, aout, or coff). Then if this
18276 fails, try previous methods.
18277
18278Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18279
18280 * configure.in: Don't build newlib for *-*-vxworks5.1.
18281
18282Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18283
18284 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18285 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18286
18287Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18288
18289 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18290
18291Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18292
18293 * cfg-ml-com.in: New file.
18294 * cfg-ml-pos.in: New file.
18295
18296Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18297
18298 * COPYING.NEWLIB: Add HP free copyright to list.
18299
18300Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18301
18302 * config.sub: Recognize -eabi* for the system, not just -eabi.
18303
18304Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18305
18306 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18307 * config.sub, configure.in (win32): New target and host.
18308
18309Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18310
18311 * configure.in: Add i386-pe configuration.
18312
18313Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18314
18315 * mpw-build.in (install): Install GDB after LD.
18316
18317Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18318
18319 * mpw-config.in (elf/mips.h): Always forward-include, needed
18320 for GDB to build.
18321
18322Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18323
18324 * testsuite: New directory for customer acceptance and whole tool
18325 chain tests.
18326
18327Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18328
18329 * configure: If per-host line isn't found, but AC_OUTPUT is found
18330 and a configure script exists, run it instead.
18331
18332Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18333
18334 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18335
18336Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18337
18338 * configure: Set build_{cpu,vendor,os,alias} to host values when
18339 --build isn't specified.
18340
18341Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18342
18343 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18344 (FLAGS_TO_PASS): Pass them.
18345 (EXTRA_TARGET_FLAGS): Ditto.
18346
6599da04
JM
18347Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18348
18349 * Makefile.in (all-libg++): Depend on all-libstdc++.
18350
18351Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18352
18353 * configure.in (noconfigdirs): Enable all packages for
18354 i386-unknown-netbsd.
18355
18356Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18357
18358 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18359 hosted builds (DOS builds)
18360
18361Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18362
18363 Changes for ARM based on patches from Richard Earnshaw:
18364 * config.sub: Handle armeb and armel.
18365 * configure.in: Omit arm linker only for riscix.
18366
18367Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18368
18369 * config.guess: Update from FSF.
18370
18371Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18372
63f6bcd7 18373 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
18374 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18375 powerpcle variant. Convert pentium into i586, not i486. Add p5
18376 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18377 temporarily.
18378
18379Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18380
18381 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18382
18383Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18384
18385 * config.sub: Accept -lites* as a basic system type.
18386
18387Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18388
18389 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18390 installed, and if so return linuxoldld as the system name.
18391
18392Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18393
18394 * config.guess: Add hppa1.1-hp-lites support.
18395
18396Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
18397
18398 * configure.in: Don't build newlib for m68k-vxworks5.1.
18399
18400Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18401
18402 * configure.in (mips-sgi-irix6): Use mh-irix5.
18403
18404Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
18405
18406 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18407
18408Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18409
18410 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 18411 OSF/1. Fix compiler flags.
6599da04
JM
18412 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
18413
18414Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
18415
18416 * configure.in: Recognize --with-newlib.
18417 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18418
18419Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18420
d207ebef 18421 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
18422 to *_X11_MODULES due to gdbtk needing X include files et al.
18423
18424Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
18425
18426 Merge in support for Mac MPW as a host.
18427 (Old change descriptions retained for informational value.)
18428
18429 * mpw-config.in: Add generic include forwards for cpu-specific
18430 include files in aout and elf directories.
18431
18432 * mpw-configure: Added copyright.
18433 * mpw-config.in: Check for presence of required build tools.
18434 (target_libs): Add newlib.
18435 (target_tools): Add examples.
18436 (Read Me): Generate as "Read Me for MPW" instead.
18437 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18438 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18439 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18440
18441 * mpw-configure: Remove subdir-specific makefile hackery,
18442 delete mk.tmp after using it.
18443
18444 * mpw-build.in (all): Display start and end times.
18445
18446 * mpw-configure (host_canonical): Set.
18447 (target_cpu): Always add to makefiles.
18448 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18449 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18450 (mpw-mh-mpw): Look for in srcdir and srcroot.
18451 Use sed instead of mpw-edit-prefix to edit prefix definitions.
18452
18453 * mpw-build.in: (install-only): New target.
18454
18455 * mpw-configure (host_alias, target_alias): Rename from hostalias
18456 and targetalias, add into generated Makefile.
18457 (mk.tmp): If present, add into generated Makefile.
18458 * mpw-build.in (all-gas): Build config.h first before gas proper.
18459
18460 * mpw-configure (config.status): Write only if changed.
18461 * mpw-config.in (readline): Configure it (not built, just used for
18462 definitions).
18463
18464 * mpw-config.in (elf/mips.h): Add a forward include.
18465
18466 * mpw-config.in: Forward-include most .h files in include into
18467 extra-include.
18468 (readline): Don't build.
18469 mpw-build.in (install): Install GDB.
18470
18471 * mpw-configure (prefix, mpw_prefix): Handle it.
18472 * mpw-config.in (mmalloc, readline): Don't configure.
18473 * mpw-build.in (thisscript): Rename to ThisScript.
18474 Use mpw-build instead of BuildProgram everywhere.
18475 (mmalloc, readline): Don't build.
18476 * mpw-README: New file, basic documentation about the MPW port.
18477
18478 * mpw-config.in: Use forward-include to create include files.
18479
18480 * mpw-configure: Add more things to the top of each configured
18481 Makefile, including contents of config/mpw-mh-mpw.
18482 * mpw-config.in (extra-include): Create this directory and fill it
18483 with Posix-like include files when configuring.
18484
18485 * config.sub (apple, mac, mpw): Add various aliases.
18486
18487 * mpw-build.in: New file, top-level build script fragment for MPW.
18488 * mpw-configure: New file, configure script for MPW.
18489 * mpw-config.in: New file, config fragment for MPW.
18490
18491Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18492
18493 * configure.in (host_libs): Remove glob, since it is gone from the
18494 sources.
18495
18496Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18497
18498 * Makefile.in: define empty GDB_NLM_DEPS var.
18499
18500 * configure.in(target_makefile_frag): use config/mt-netware
18501 for netware targets.
18502
18503Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
18504
18505 * config.sub: Merge in recent FSF changes. Remove linux special
18506 cases.
18507
18508Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18509
731a8127 18510 Revert this change:
6599da04
JM
18511
18512 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18513
18514 * build-all.mk: Use CC=cc -Xs on Solaris.
18515
6599da04
JM
18516Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18517
18518 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
18519 stop using it.
18520 * Makefile.in: Nuke all references to glob subdirectory.
18521
18522Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18523
18524 * configure.in: Fix --enable-shared logic in per-host.
18525
18526Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
18527
18528 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18529
18530Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
18531
18532 * configure.in (noconfigdirs): Don't build gas on AIX, for
18533 powerpc*-*-aix* as well as for rs6000*-*-aix*.
18534
18535Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
18536
18537 * configure: Fix --cache-file to work if the file argument is a
18538 relative path.
18539
18540Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
18541
18542 * configure: If the --cache-file is used, pass it down to
18543 configure in subdirectories.
18544
18545Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
18546
18547 * config.sub: add vxworks29k configuration.
18548
18549Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18550
18551 * Makefile.in (taz): Do "diststuff" part quietly.
18552
18553Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
18554
18555 * config.sub: Mini-merge with gcc/config.sub.
18556
18557Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18558
18559 * config.guess (IRIX): Sed - to _.
18560
18561Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18562
18563 * Makefile.in (source-vault, binary-vault): New targets.
18564
18565Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
18566
18567 * config.sub: Recognize -eabi as a basic system type.
18568
18569Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18570
18571 * configure.in (enable_shared stuff): Fix typo.
18572
18573Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
18574
18575 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18576
18577Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18578
18579 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18580
18581Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
18582
18583 * configure.in (rs6000-*-*): Don't build gas.
18584
18585Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
18586
18587 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18588 reduce command line length.
18589 (AS_FOR_TARGET): Check for as.new, not Makefile.
18590 (NM_FOR_TARGET): Check for nm.new, not Makefile.
18591
18592Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
18593
18594 * config.guess: Merge from FSF.
18595
18596Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18597
18598 * configure: Don't use $ when handling program_suffix.
18599
18600Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
18601
18602 * configure.in: Configure tk for hppa/hpux.
18603
18604Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
18605
18606 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
18607
18608Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18609
18610 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
18611 to LIBCXXFLAGS. Tests are better run without it.
18612
18613Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
18614
18615 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18616
18617Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
18618
18619 * configure.in (*-*-netware*): Don't configure xiberty.
18620
18621Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
18622
18623 * configure.in: Remove tk from native_only list.
18624
18625Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
18626
18627 * build-all.mk: Add mips-ncd-elf target to sun4 targets
18628 for special NCD build.
18629
18630Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18631
18632 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18633 makeall.bat, they're only useful for binutils snapshots.
18634 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18635 makeall.bat to specified SUPPORT_FILES.
18636
18637Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
18638
18639 * build-all.mk: Add Ericsson targets to sun4 and solaris
18640 hosts. Add BNR's sun4 target to solaris host, so their
18641 build-from-source will be tested in-house first.
18642
18643Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18644
18645 * Makefile.in (LIBCFLAGS): New variable.
18646 (CFLAGS_FOR_TARGET): Ditto.
18647 (LIBCFLAGS_FOR_TARGET): Ditto.
18648 (LIBCXXFLAGS): Ditto.
18649 (CXXFLAGS_FOR_TARGET): Ditto.
18650 (LIBCXXFLAGS_FOR_TARGET): Ditto.
18651 (BASE_FLAGS_TO_PASS): Pass them.
18652 (EXTRA_TARGET_FLAGS): Ditto.
18653
731a8127 18654 * configure.in: Support --enable-shared.
6599da04
JM
18655
18656Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
18657
18658 * configure.in (target_libs): Include libstdc++ again.
18659 * config.guess: Update from FSF (for FreeBSD).
18660
18661Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18662
18663 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18664 makeall.bat.
18665 (DISTDOCDIRS): Add `etc'.
18666 (ETC_SUPPORT_PFX): New variable.
18667 (taz): Include anything from etc starting with a word in
18668 ETC_SUPPORT_PFX.
18669
18670Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18671
18672 * config.sub: Update for recent FSF changes. Remove obsolete
18673 h8300hds entry. Add -windows* and -osx as basic os. Minor
18674 spacing changes.
18675
18676Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18677
18678 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
18679
18680 * config.guess: Merge with FSF.
18681 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18682
18683Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18684
18685 * configure: Since the "trap 0" handler will override the exit
18686 status on many systems, only use it for "exit 1", and make it set
18687 a non-zero exit status; reset it before "exit 0". Also, check
18688 exit status of config.sub, and error out if it failed.
18689
18690Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
18691
18692 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18693 and install libgloss.
18694
18695Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18696
18697 * Makefile.in (all-binutils): Depend upon all-byacc.
18698
18699 * configure.in: Don't build emacs on Irix 5.
18700
18701Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18702
18703 * configure.in (*-*-netware*): Add libio.
18704
18705Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18706
18707 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18708 (CHECK_TARGET_MODULES): Ditto.
18709 (INSTALL_TARGET_MODULES): Ditto.
18710 (TARGET_LIBS): Ditto.
18711 (all-libstdc++): Note dependencies.
18712
18713Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18714
18715 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18716
18717Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18718
18719 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18720 -fexternal-templates.
18721
18722 * configure.in (target_libs): Add libstdc++.
18723 (noconfigdirs): Add libstdc++ as appropriate.
18724
18725Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18726
18727 * config.guess: Update from FSF.
18728
18729Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18730
18731 * configure: Use ${config_shell} when running ${configsub}.
18732
18733Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
18734
18735 * config.sub: No longer recognize h8300h.
18736
18737Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18738
18739 * config.sub: Remove extraneous differences between config.sub and
18740 gcc/config.sub.
18741
18742Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18743
18744 * Makefile.in (DISTSTUFFDIRS): Add gas.
18745
18746Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
18747
18748 * COPYING.NEWLIB: New file.
18749
18750Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
18751
18752 * config.guess (HP-UX): Patch from Harlan Stenn
18753 <harlan@landmark.com> to also emit release level.
18754
18755Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18756
18757 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18758
18759Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
18760
18761 * config.sub: Merge nextstep cleanup from FSF.
18762
18763Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18764
18765 * configure.in (arm-*-*): Don't configure ld for this target.
18766
18767Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18768
18769 * configure.in (*-*-netware): don't configure libg++, libio,
18770 librx, or newlib.
18771
18772Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18773
18774 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
18775 configure ld--it works, but it doesn't support shared libraries.
18776
18777Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18778
18779 * config.guess (*-unknown-freebsd*): Get rid of possible
18780 trailing "(Release)" in version string.
18781 Patch from Paul Richards <paul@isl.cf.ac.uk>.
18782
18783Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
18784
18785 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18786 Fix type: *-next-neststep -> *-next-nextstep.
18787
18788 * config.guess: Merge from FSF:
18789
18790 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18791
18792 * config.guess: Recognize powerpc-ibm-aix3.2.5.
18793
18794 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18795
18796 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18797 instead of UNIX_SV for UnixWare 1.0).
18798
18799Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
18800
18801 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
18802 to make gdb/nlm/* build after the compiler and linker.
18803
18804Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
18805
18806 * config.guess (netbsd, freebsd, linux): Accept any machine,
18807 not just i[34]86.
18808 (m68k-atari-sysv4): Relocate to match FSF version.
18809
18810 * config.guess: More merges from the FSF:
18811
18812 Add a space before function call or macro invocation.
18813
18814 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18815
18816 * config.guess: Add trap cmd to remove dummy.c and dummy when
18817 interrupted.
18818
18819 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18820
18821 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18822 (dummy): Redirect stderr from compilation of dummy.c.
18823
18824 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
18825
18826 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18827
18828Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
18829
18830 * configure: Accept and ignore --cache*, for compatibility with
18831 new autoconf.
18832
18833Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
18834
18835 * config.guess: Merge from FSF:
18836
18837 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18838
18839 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
18840 (PATH): Add /.attbin at end for finding uname.
18841 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
18842
18843 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
18844
e490616e 18845 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
18846
18847 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
18848
e490616e
ZW
18849 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18850 to select whether to use ELF or COFF.
6599da04
JM
18851
18852 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18853
e490616e 18854 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
18855
18856 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
18857
18858 * config.guess: Guess the OS version for HPUX.
18859
18860 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
18861
18862 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18863
18864Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18865
18866 * configure.in: Recognize --with-headers, --with-libs, and
18867 --without-newlib.
18868 * Makefile.in (all-xiberty): Depend upon all-ld.
18869
18870Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18871
18872 * configure.in: Change i[34]86 to i[345]86.
18873
18874Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18875
18876 * configure (version): A few more tweaks to help message.
18877
18878Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
18879
18880 * Makefile.in: Remove (for now) librx as a host library,
18881 now that we're building it for target.
18882
18883Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18884
18885 * configure: Fix up help message; from karl@owl.hq.ileaf.com
18886 (Karl Berry).
18887
18888Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
18889
18890 * configure.in: Also configure librx.
18891
18892Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18893
18894 * Makefile.in: Update various rules to reflect that librx
18895 is now needed for libg++.
18896
18897Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18898
18899 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18900
18901Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18902
18903 * configure.in: Configure the examples directory.
18904
18905Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18906
18907 * configure: Simplify Jun 2 1994 change.
18908
18909Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18910
18911 * change CC to /usr/latest/bin/gcc for lynx host builds, since
18912 /bin/gcc isn't good enough to build gcc.
18913
18914Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
18915
18916 * Makefile.in (GDB_SUPPORT_FILES): Remove
18917 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
18918 (gdb.tar.gz): Add new rule to use standard distribution building
18919 mechanism.
18920
18921Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18922
18923 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
18924 Bill Cox <bill@cygnus.com>.
18925
18926Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
18927
18928 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
18929
18930Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
18931
18932 * configure: Search current dir first in .gdbinit.
18933
18934Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
18935
18936 * config.sub: Recognize freebsd (merged from gcc config.sub).
18937
18938Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
18939
18940 * config.sub: Refer to NeXT's operating system as nextstep.
18941
18942 * config.sub (case $basic_machine): Re-order the cases, to match
18943 the order in the FSF version (which is mostly alphabethical).
18944 Merge in some additions and changes from the FSF.
18945
18946Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
18947
18948 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18949 * config.sub: Recognize cxux7.
18950 * configure.in: Use mh-cxux for m88k-harris-cxux*.
18951
18952Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18953
18954 * config.sub: Fix typo powerpc -> powerpc-*.
18955
18956Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
18957
18958 * Makefile.in: `all-emacs19' depends on `all-byacc'.
18959
18960 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18961 parallel with all-emacs and install-emacs). Top-level command
18962 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18963
18964Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18965
18966 * test-build.mk ($(host)-stamp-stage2-installed): Remove
18967 $(relbindir)/make before doing ``make install'', and use
18968 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
18969 installing over running make binary.
18970 ($(host)-stamp-stage3-installed): Likewise.
18971
18972Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18973
18974 * config.guess: Recognize Mach.
18975
18976Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18977
18978 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18979 see whether --exec-prefix was used.
18980
18981Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18982
18983 * README: Explicitly mention libg++/README. (Zoo's idea.)
18984
18985Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18986
18987 * Makefile.in: Add all-librx target similar to all-libproc.
18988
18989Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
18990
18991 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
18992 with post 1.2 uname bogosity.
18993
18994Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18995
18996 * configure: Remove temporary files on receipt of a signal.
18997
18998Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
18999
19000 * configure: If there is a package_makefile_frag, remove
19001 ${subdir}/Makefile.tem after copying it in.
19002
19003Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19004
19005 * build_all.mk: support rs6000 lynx identifies itself as
19006 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19007 since /bin/gcc is too feeble to compile a modern gcc.
19008
19009Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19010
19011 * brought devo/test-build.mk update-to-date with progressive/
19012 test-build.mk. Add lynx targets and hppa flag info.
19013
19014Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19015
19016 * configure.in: Use mh-ncrsvr43. Patch from
19017 Tom McConnell <tmcconne@sedona.intel.com>.
19018
19019Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19020
19021 * config.guess (i386-unknown-bsdi): No longer need to
19022 check #if defined(__bsdi__) && defined(__i386__).
19023
19024Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19025
19026 * configure: Set program_transform_nameoption correctly.
19027
19028Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19029
19030 * brought build-all.mk update-to-date with progressive build-all.mk,
19031 added new targets and hppa info.
4e81ae98 19032
6599da04
JM
19033Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19034
19035 * configure: If config.guess result is a prefix of the user
19036 specified target, assume a native build and use the user specified
19037 target as the host alias. Remove SunOS patch suffix removal hack.
19038 * configure.in: Remove SunOS patch suffix removal hack.
19039
19040 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19041 in NATIVE_CHECK_MODULES.
19042
19043Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19044
19045 * Makefile.in: Rename HOST_ONLY to NATIVE.
19046 * configure: Delete SunOs patch suffix from host_canonical
19047 and build_canonical variables that are prepended to Makefiles.
19048 * configure.in: Add comments for easier maintenance.
19049
19050Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19051
19052 * Makefile.in: Add all-libproc target similar to all-gui.
19053
19054Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19055
19056 * Makefile.in (CHECK_MODULES): split into
19057 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19058
19059Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19060
19061 * config.guess (i386-unknown-bsdi): New system to guess.
19062
19063Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19064
19065 * Makefile.in: Add all-gui target (but not yet build by "all").
19066
19067Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19068
19069 * config.sub: Move deletion of patch suffix from here...
19070 * configure.in: To here, at Ian's suggestion. The top-
19071 level scripts might need to know of a patch level.
19072
19073Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19074
19075 * config.sub: Strip off patch suffix so rtl is recognized
19076 as a sunos4.1.3 machine, even though it's been patched.
19077
19078Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19079
19080 * Makefile.in (INSTALL_LAST): Delete.
19081 (INSTALL_DOSREL): New.
19082
19083Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19084
19085 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19086 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19087 whether we pass down --with-gnu-ld anyhow.
19088
19089Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19090
19091 * Makefile.in (INSTALL_LAST): Change operation so it works
19092 on more flavors of make.
19093 * configure.in (go32): Don't build libg++ or libio.
19094
19095Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19096
19097 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19098 they can be overriden by templates.
19099
19100Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19101
19102 * configure.in (target==go32): Don't build gdb.
19103 * dosrel: New directory.
19104
19105Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19106
19107 * configure.in (host==go32): Configure dosrel too.
19108 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19109 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19110 be set by incoming names or templates.
19111 (INSTALL_LAST): New rule.
6599da04
JM
19112
19113Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19114
19115 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19116
19117Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19118
6599da04
JM
19119 * configure.in (appdirs): New variable. Currently empty, but will
19120 be used in gas distribution. If nonempty, lists a set of
19121 directories at least one of which must get configured, or top
19122 level configuration is considered to have failed.
19123 (rs6000-*-lynxos*): Use new file name.
19124
19125Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19126
19127 Eliminate XTRAFLAGS.
19128 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19129 newlib include files using -idirafter, and also use -nostdinc.
19130 (CXX_FOR_TARGET): Likewise.
19131 (XTRAFLAGS): Removed.
19132 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19133 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19134 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19135 ($(DO_X)): Don't pass down XTRAFLAGS.
19136
19137Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19138
19139 * configure.in (mips*-dec-bsd*): New target; do build linker.
19140 (mips*-*-bsd*): New target; don't build linker.
19141
19142Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19143
19144 * configure.in: support rs6000-*-lynxos* configuration.
19145 support sunos4 as a cross target.
19146
19147 * config.sub: look for lynx*, not lynx since the OS version may
19148 legitimately be part of the name.
19149
19150Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19151
19152 * configure.in (i[34]86-*-sco*): Move to be with other i386
19153 targets.
19154 (romp-*-*): New target. Skip various binary utilities.
19155 (vax-*-*): New target. Don't build newlib.
19156 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19157
19158Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19159
19160 * configure.in: Only set host_makefile_frag if config
19161 directory exists.
19162
19163Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19164
19165 * install.sh: If $dstdir exists, don't check whether each
19166 component does.
19167
19168Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19169
19170 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19171
19172Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19173
3b75d237
AJ
19174 * configure.in (*-*-lynxos*): Don't configure newlib for either
19175 native or cross Lynx.
6599da04
JM
19176
19177Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19178
19179 * config.sub (sparc64-elf): Fix os.
19180 (z8k): Remove duplicate.
19181
19182Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19183
19184 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19185 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19186
19187Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19188
19189 * configure: Make file links cleanly even if Lynx fails on
e490616e 19190 an NFS symlink (at least fail cleanly).
6599da04
JM
19191
19192Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19193
19194 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19195 -XNh2000.
19196
19197Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19198
19199 * configure: Unknown options are fatal again.
19200
19201Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19202
19203 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 19204 compatibility.
6599da04
JM
19205
19206Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19207
19208 * build-all.mk: Add `clean' target.
19209
19210Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19211
19212 * config.guess: Add SINIX support.
19213 * configure.in: Add mips-*-sysv4* support.
19214
19215Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19216
19217 * build-all.mk: Document all useful targets.
19218 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19219 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19220
19221Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19222
19223 * configure: Support --silent, --quiet.
19224
19225Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19226
19227 * configure: Support --disable-FEATURE.
19228
19229Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19230
19231 * config.guess: Recognize NCR running SVR4.3.
19232
19233Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19234
19235 * config.guess: Make BSDI generate i386-unknown-bsd386.
19236 Patch from Paul Eggert <eggert@twinsun.com>.
19237
19238Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19239
19240 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19241
19242Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19243
19244 * configure: Make unrecognized options give nonfatal warnings
19245 instead of fatal errors, and pass them to any subdirectory
19246 configures in case they recognize them.
19247 Make --x equivalent to --with-x.
19248
19249Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19250
19251 * configure: Add --enable-* options. Clean up usage message and
19252 some comments.
19253
19254Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19255
19256 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19257
19258Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19259
19260 * configure.in (hppa*-*-*): Enable binutils.
19261
19262Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19263
19264 * config.sub: Recognize cisco.
19265
19266Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19267
19268 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19269
19270Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19271
19272 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19273 than one configuration name. Add comment.
19274
19275Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19276
19277 * config.guess: about target *-hitachi-hiuxwe2, fixed
19278 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19279 macro is incorrect.]
19280
19281Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19282
19283 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19284 than the "make ls" stuff which used to be here.
19285
19286Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19287
19288 * config.guess: Recognize i[34]86-unknown-freebsd.
19289 From Shawn M Carey <smcarey@rodan.syr.edu>.
19290
19291Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19292
19293 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19294
19295Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19296
19297 * config.guess: Check for ptx.
19298
19299Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19300
19301 * config.sub: Add os9k checking.
19302
19303Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19304
19305 * config.guess: Handle OSF1 running on HPPA processors
19306
19307Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19308
19309 * configure: If subdir configure fails, print out a message with
19310 subdirectory name, in case subdir's configure code didn't identify
19311 itself.
19312
19313Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19314
19315 * configure.in: Remove embedded newlines from configdirs.
19316 Avoid mismatches of substrings. Fix matching strings at end
19317 of configdirs.
19318
19319Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19320
19321 * config.guess: Add Lynx/rs6000 config support.
19322
19323Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19324
19325 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19326
19327Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19328
19329 * configure.in (hppa*-*-osf*): Treat this just like most other
19330 PA configurations (eg no binutils or ld).
19331 (hppa*-*-*elf*): These configurations have binutils and ld.
19332
19333Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19334
19335 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19336
19337Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19338
19339 * configure.in (rs6000-*-*): Build gas.
19340
19341Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19342
e490616e 19343 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
19344
19345Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19346
19347 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19348 for GDB and GDB has been fixed to not need it.
19349
6599da04
JM
19350Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19351
19352 * config.guess: Recognize vax hosts.
19353
19354Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19355
19356 * configure (while loop): Don't use "break 2" inside case
19357 statement -- the case statement isn't an enclosing loop.
19358
19359Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19360
19361 * config.guess: Clean up NeXT support, to allow nextstep
19362 on Intel machines. Make OS be nextstep.
19363
19364Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19365
19366 * config.guess: Add alternate forms for Convex.
19367
19368Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19369
19370 * configure: Completely rewrite option processing. Take
19371 advantage of pattern-matching to avoid invoking test frequently.
19372 Also clean up host and target defaulting logic.
19373
19374Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19375
19376 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19377 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19378 commands (plus user environment) will fit SCO limits.
19379
19380Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19381
19382 * configure.in: Don't issue warnings about directories which are
19383 not being configured if -norecursion is set. Correct test for
19384 --with-gnu-as and --with-gnu-ld to not get confused by substring
19385 matches.
19386
19387 * configure.in: Don't build gas for alpha-dec-osf1*.
19388
19389Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19390
19391 * configure: Back out Per's change of 12/19/1993. It changes the
19392 behavior of configure in unexpected and confusing ways.
19393
19394 Also, use different delim char when calculating
19395 program_transform_name so that the name can contain slashes.
19396
19397Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
19398
19399 * configure.in, config.sub: Add support for VSTa micro-kernel.
19400
19401Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
19402
19403 * configure.in: Nuke hacks which were used to get a special
19404 version of GAS for HPPA configurations.
19405
19406Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
19407
19408 * configure: If only ${target_alias} is given, use that
19409 as the default for ${host_alias}.
19410 * configure: Add missing back-slashes before nested quotes.
19411
19412Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19413
19414 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19415
19416Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
19417
19418 * config.guess: Recognize some Tektronix configurations.
19419 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19420
19421Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19422
19423 * config.sub: Match any flavor of SH.
19424
19425Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
19426
19427 * configure.in: Don't try to configure newlib for Alpha.
19428
19429Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19430
19431 * configure.in: Don't build ld for Irix 5. Don't build gas,
19432 libg++ or libio for any Alpha target.
19433
19434 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
19435
19436Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
19437
19438 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19439 default arguments -- so it tried to compress itself.
19440
19441Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19442
19443 * configure.in (notsupp): ensure that a space is always at the end
19444 of the configdirs list, since the grep checks for an explicit space
19445
19446Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19447
19448 * configure.in (target i386-sysv4.2): don't build ld, since static
19449 versions of many libraries are not available.
19450
19451Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19452
19453 * config.guess: Recognize Apollos (using environment variables).
19454 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19455
19456Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19457
19458 * config.guess: Recognize Sony news mips running newsos.
19459
19460Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
19461
19462 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19463 "fi ; else" for bash.
19464
19465Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
19466
19467 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19468
19469Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
19470
19471 * config.sub: accept unixware as an alias for svr4.2.
19472 Fix some inconsistancies with the gcc version.
19473
19474Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19475
19476 * Makefile.in (DISTDOCDIRS): Add gdb.
19477
19478Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
19479
19480 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
19481
19482Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19483
19484 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19485 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19486 this now.
19487
19488Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19489
19490 * config.sub: Accept hiux* as an OS name.
19491
19492 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19493 etc/make-stds.texi. The underscore came from gcc, and dje now
19494 agrees that RUNTESTFLAGS is the correct name.
19495
19496Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
19497
19498 * install.sh: Remove 'set -e'. It makes any conditionals
19499 in the script useless.
19500
19501 * config.guess: Automatically recognize arm-acorn-riscix
19502 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19503
19504Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
19505
19506 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19507
19508Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19509
19510 * Makefile.in (DISTDOCDIRS): New variable.
19511 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 19512 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
19513
19514Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19515
19516 * configure.in (hppa target): check the source directory for the
19517 pagas sub-directory
19518
19519Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
19520
19521 * config.sub: Allow -aout* and -elf*.
19522
19523Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19524
19525 * configure.in: Don't build ld on i386-solaris2, same as for
19526 sparc-solaris2.
19527
19528Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
19529
19530 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19531
19532Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19533
19534 * configure.in: Configure gdb for alpha.
19535
19536Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19537
19538 * Makefile.in (CXXFLAGS): Add -O.
19539
19540Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19541
19542 * config.guess: added support for DG Aviion
19543
19544Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19545
19546 * configure.in: Produce warning message for subdirectories not
19547 configurable for this host/target combination. Don't try to
19548 configure gdb for vms.
19549
19550Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
19551
19552 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19553 appropriate files before making "diststuff".
19554 (DISTBISONFILES): New var: list of files to be edited.
19555 (DISTSTUFFDIRS): Add binutils.
19556
19557Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19558
19559 * config.sub: also handle mipsel and mips64el (for little endian mips)
19560
19561Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19562
19563 * configure.in: Add * to end of all OS names.
19564
19565Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
19566
19567 * configure.in: Build newlib for LynxOS native.
19568
19569Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19570
19571 * config.guess: Add support for delta 88k running SVR3.
19572
19573 * configure.in: Add comment about HP compiler vs. emacs.
19574
19575Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19576
19577 * configure.in: don't build ld on solaris2 (not a viable option
19578 due to bugs in getpwnam & getpwuid)
19579
19580Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19581
19582 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19583 config.guess will produce a full version number.
19584
19585Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19586
19587 * configure.in: Build linker and binutils for alpha-dec-osf1.
19588
19589Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19590
19591 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19592 and gdb/testsuite/Makefile.in.
19593
19594Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19595
19596 * configure.in: recognize mips*- instead of mips-
19597
19598Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
19599
19600 * config.sub: Accept linux*coff and linux*elf as operating
19601 systems.
19602
19603Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19604
19605 * config.sub: Recognize mips64, and mips3 as an alias for it.
19606
19607Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19608
19609 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19610 gdb knows how to handle OSF/1 shared libraries.
19611
19612Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19613
19614 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19615 * config.guess: Recognize Hitachi's HIUX.
19616 * config.sub: Recognize h3050r* and hppahitachi.
19617 Remove redundant cases for hp9k[23]*.
19618
19619Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19620
19621 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19622 if gas and ld are in the source tree and are in ${configdirs}.
19623 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 19624 --with options (but still pass them down on the command line,
6599da04
JM
19625 if they were explicitly specified).
19626
19627Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19628
19629 * configure: substitute SHELL value in Makefile.in with
19630 ${CONFIG_SHELL}
19631
19632Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19633
19634 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19635 *-*-solaris2* targets.
19636
19637Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19638
19639 * Makefile.in: define M4, and pass it down to sub-makes;
19640 all-autoconf now depends on all-m4
19641
19642Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19643
19644 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19645 presence of {ar,ranlib} instead of a configured directory
19646
19647Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19648
19649 * config.guess: Accept 34?? as well as 33?? for NCR.
19650
19651Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19652
19653 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19654 of 'gas' in sed commands, since 'gash' is now in the tree as well.
19655
19656Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19657
19658 * configure: grab values for $(CC) and $(CXX) from the
19659 environment, so that someone can do "CC=gcc configure; make" and
19660 have it work right (matching the way that autoconf works now)
19661
19662 * configure.in, Makefile.in: add support for gash, the tcl
19663 interface to Galaxy
19664
19665 * config.guess: add NetBSD variants (hp300, x86)
19666
19667Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
19668
19669 * install.sh: Support -d option (in the manner of SunOS 4 install,
19670 as it is more deterministic than that of GNU install)
19671 (chmodcmd): Set file to mode 755 by default (should also do default
19672 chgrp and chown, but I don't feel like dealing with that now)
19673
19674Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
19675
19676 * config.sub: Remove h8300hhms alias.
19677
19678Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19679
19680 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19681
19682Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19683
19684 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19685 as stmp-fixinc
19686
19687Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19688
19689 * config.sub: recognize m88110-bug-coff.
19690
19691Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19692
19693 * Makefile.in (all-libio): all dependencies on the toolchain used
19694 to build this (gcc, gas, ld, etc)
19695
19696Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19697
19698 * config.guess: Deal with OSF/1 1.3 on alpha.
19699
19700Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19701
19702 * install.sh: add some 'else true' clauses for portability
19703
19704 * configure.in: don't build libio for h8[35]00-*-* targets
19705
19706Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
19707
19708 * Makefile.in: Add support for new libio.
19709
19710Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19711
19712 * install.sh: If one command fails, don't try the rest. Don't try
19713 to remove $dsttmp (via trap) unless we have already created it.
19714 If $src doesn't exist, detect it and exit with an error.
19715
19716 * config.guess: Recognize BSD on hp300.
19717
19718Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
19719
19720 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19721 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19722
19723Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
19724
19725 * Makefile.in (all-send-pr): depends on all-prms
19726
19727Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19728
19729 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19730
19731Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19732
19733 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19734 Added test for mips-mips-riscos5.
19735
19736Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19737
19738 * configure.in: use mh-hp300 for 68k HP hosts
19739
19740Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19741
19742 * configure: add support for CONFIG_SHELL, so that you can use
19743 some alternate shell for evaluating configure scripts
19744
19745Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
19746
19747 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
19748 in configure script to bug-gdb@prep.ai.mit.edu when building
19749 distribution archive.
19750 * Makefile.in (COMPRESS): Remove def.
19751 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
19752 gdb.tar.Z and make-gdb.tar.Z respectively.
19753 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
19754 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
19755 to convergence with 'taz' target in Makefile.in.
19756
19757Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19758
19759 * install.sh (dsttmp): use trap to ensure that tmp files go
19760 away on error conditions
19761
19762Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19763
19764 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19765
19766Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19767
19768 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19769 its parent is '/' not ''.
19770
19771 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19772
19773Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
19774
19775 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19776 that ${newsrcdir}/configure.in does.
19777
19778Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19779
19780 * test-build.mk: support for CONFIG_SHELL
19781
19782Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
19783
19784 * config.sub (netware): Add as a basic system type.
19785
19786Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19787
19788 * Makefile.in (Makefile): depend on configure.in. Also drop the
19789 $(srcdir)/ from the dependency on Makefile.in.
19790
19791Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
19792
19793 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19794 (h8300hhms is temporary until multi-libraries are implemented).
19795 * configure.in: Handle h8300h too.
19796
19797Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19798
19799 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19800
19801Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
19802
19803 * configure: Remove extraneous output when guessing host type.
19804 * config.guess: Remove extraneous output when guessing using C
19805 compiler rather than uname, or when guessing fails.
19806
19807Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
19808
19809 * Makefile.in: remove all.cross and install.cross targets
19810
19811 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19812 definitions
19813
19814Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
19815
19816 * configure.in (target sh): Build gprof.
19817
19818Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19819
19820 * config.sub: change -solaris to -solaris2
19821
19822Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19823
19824 * configure.in: Use config/mh-riscos for mips-*-sysv*.
19825
19826Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
19827
19828 * configure: Correct error message for missing Makefile.in to
19829 print correct directory.
19830
19831Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19832
19833 * install.sh: kludge around 386BSD shell bug
19834
19835Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
19836
19837 * config.guess: Recognize NeXT.
19838 * config.guess: Recognize i486-ncr-sysv4.
19839 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
19840
19841Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
19842
19843 * Makefile.in (MAKEINFOFLAGS): New variable.
19844 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19845 * build-all.mk, test-build.mk: Pass down --no-split as
19846 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
19847
19848Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
19849
19850 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
19851
19852Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
19853
19854 * Makefile.in (libg++.tar.z): New rule.
19855 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
19856 * Makefile.in (taz): Only do a single chmod.
19857
19858Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19859
19860 * install.sh: don't use dirname anymore (replaced with sed usage)
19861
19862Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
19863
19864 * Makefile.in: Change extension for gzip'd files from '.z' to
19865 '.gz' per new FSF standard usage.
19866
19867Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19868
19869 * configure: put quotes around the final value of program_transform_name
19870
19871Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19872
19873 * Makefile.in: new install.sh support; update install-info rules
19874
19875Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
19876
19877 * configure.in: Build diff for crosses, but not for go32 host.
19878
19879 * configure.in: Build gprof only for native, and don't build it
19880 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19881
19882Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
19883
19884 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19885
19886Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19887
19888 * configure.in (host_tools): Add prms.
19889
19890Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19891
19892 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19893 with $(FLAGS_TO_PASS) on the command line
19894
19895 * config.sub: Recognize lynx and lynxos
19896
19897Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
19898
19899 * config.sub: Accept -ecoff*, not just -ecoff.
19900
19901Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19902
19903 * Makefile.in (taz): Use .gz suffix instead of .z.
19904 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19905 names.
19906
19907Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19908
19909 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19910
19911Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19912
19913 * Makefile.in (install-no-fixedincludes): install gcc last, so
19914 that rebuilds that might happen during 'make install' don't get
19915 bogus gcc include files
19916
19917Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19918
19919 Change from Utah for HPPA support:
19920 * config.guess: Recognize hppa1.x-hp-bsd.
19921
19922Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
19923
19924 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
19925 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19926
19927Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
19928
19929 * config.sub: Add support for rom68k and bug boot monitors.
19930
19931Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
19932
19933 * Makefile.in: Make all-opcodes depend on all-bfd.
19934
19935Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
19936
19937 * config.guess: Added special check for i[34]86-univel-sysv4*.
19938
19939Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
19940
19941 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19942 the processor rather than assuming i486.
19943
19944Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19945
19946 * config.guess: Recognize SunOS6 as Solaris3.
19947
19948Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
19949
19950 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
19951 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19952
19953Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
19954
19955 * build-all.mk (all-cross): New target for Canadian Cross.
19956 Added Q2 go32 targets.
19957 * test-build.mk: Configure go32 cross sparclite-aout and
19958 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
19959 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19960
19961Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19962
19963 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19964 GO32 hosted toolchains
19965
19966Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
19967
19968 * configure: change so "-exec-prefix" gets passed down rather
19969 than "-exec_prefix" so autoconf generated Makefiles get the
19970 exec_prefix set right.
19971
19972Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19973
19974 * config.guess: get the Solaris2 minor version number
19975
19976 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19977
19978Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19979
19980 * config.guess: Recognize some Sequent platforms.
19981
19982Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19983
19984 * Makefile.in: added the vault-install target
19985
19986 * configure.in: actually use the Sun3 makefile fragment that's in
19987 config, also added the release dir to configdirs
19988
19989Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19990
19991 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19992
19993Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19994
19995 * configure.in: remove some program from Alpha targetted toolchains
19996
19997Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
19998
19999 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20000 gprof.
20001 (taz): Run "make diststuff" in those directories instead of "make
20002 proto-dir". Look for "VERSION=" only at start of line in subdir
20003 Makefile. Use "gzip -9" for compression.
20004 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20005 (binutils.tar.z): New target.
20006
20007Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20008
20009 * Makefile.in (taz): Include gpl.texinfo.
20010
20011Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20012
20013 * Makefile.in (setup-dirs): Merged into "taz" target.
20014 (taz): Only do `proto-dir' stuff if a directory is actually needed
20015 for this target.
20016
20017Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20018
20019 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20020 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20021 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20022 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20023 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20024
20025Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20026
20027 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20028 config.sub, and move-if-change to gdb testsuite distribution
20029 archive, so the testsuite can be extracted, configured, and
20030 run separately from the gdb distribution. Blow away the Chill
20031 tests that require a Chill compiled executable, since GNU Chill
20032 is not yet publically available.
20033
20034Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20035
20036 * test-build.mk: set environment variables in a single command,
20037 instead of a list of assignments and exports
20038
20039 * config.guess: recognize Alpha/OSF1 systems
20040
20041Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20042
20043 * configure: Change help message to prefer --options rather than
20044 -options.
20045
20046Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20047
20048 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20049 zippy@ecst.csuchico.edu.
20050 * config.guess: Recognize miniframe.
20051
20052Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20053
cc6010cd
AP
20054 * Makefile.in: Use srcroot to find runtest rather than rootme.
20055 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
20056
20057Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20058
20059 * test-build.mk: Extensive additions to support building on a
20060 machine other than the host.
20061
20062Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20063
20064 * configure (tooldir): Fix for i386-aix again.
20065
20066Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20067
20068 * configure, Makefile.in: Change definition of $(tooldir)
20069 to match the FSF.
20070
20071Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20072
20073 * config.guess: Recognize i[34]86/SVR4.
20074
20075Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20076
20077 * Makefile.in (all-gdb): gdb depends on sim.
20078
20079Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20080
20081 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20082 at the same time we make the prototype gdb directory.
20083 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20084 files at the same time as the gdb base release distribution.
20085
20086Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20087
20088 * Makefile.in (check): Use individual check targets rather than
20089 DO_X rule.
20090 (check-gcc): Added.
20091
20092Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20093
20094 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20095 for System V release 3.2.
20096
20097Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20098
20099 * config.sub: Recognize hppaosf.
20100 * configure.in: Do configure ld/binutils/gas for it.
20101
20102Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20103
20104 * configure (tooldir): Alter syntax used to set this, for systems
20105 where "\$" isn't handled right, like i386-aix.
20106
20107Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20108
20109 * configure: Pass program-transform-name, not
20110 program_transform_name, to recursive configures.
20111
20112Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20113
20114 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20115 of gas+ld+binutils.
20116
20117Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20118
20119 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20120
20121Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20122
20123 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20124
6599da04
JM
20125Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20126
20127 * Makefile.in (PRMS): Set back to all-prms.
20128
20129Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20130
20131 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20132 targets, rather than for MIPS hosts.
20133
20134Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20135
20136 * configure.in: add comment for --with-x default values
20137
20138 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20139
20140 * Makefile.in: add check-* targets for each of the directories in
20141 the tree. Add a definition of RUNTEST that will use the one we
20142 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20143
20144Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20145
20146 * configure.in: Removed obsolete references to bfd_target and
20147 target_makefile_frag.
20148
20149 * build-all.mk: Set assorted targets for Q2.
20150 * config.sub: Recognize z8k-sim and h8300-hms.
20151 * test-build.mk: Really don't pass host to configure.
20152 (HOLES): Added uname.
20153
20154Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20155
20156 * configure: Handle an empty program-prefix, program-suffix or
20157 program-transform-name correctly.
20158
20159Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20160
20161 * build-all.mk: -G 8 no longer required for MIPS targets.
20162 * test-build.mk: Don't pass host argument to configure; make it
20163 guess.
20164
20165Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20166
20167 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20168 * Makefile.in (COMPRESS): New macro, like GZIP.
20169
20170Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20171
20172 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20173
20174 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20175 with gas currently defaults to -G 0.
20176
20177Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20178
20179 * Makefile.in (all-flex): flex depends on byacc.
20180
20181 * build-all.mk: If host not specified, use config.guess. Pass TAG
20182 to test-build.mk as RELEASE_TAG.
20183 * test-build.mk (configargs): New variable containing arguments to
20184 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20185 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20186
20187 * config.guess: Use /bin/uname when checking -X argument on SCO,
20188 to avoid invoking GNU uname which doesn't understand -X.
20189
20190 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20191
20192 * configure.in: Build gas for mips-*-*.
20193
20194Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20195
20196 * Makefile.in (all.normal): insert missing backslash.
20197
20198Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20199
731a8127 20200 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
20201
20202 * Makefile.in: Complete overhaul to merge many almost identical
20203 targets.
20204
20205Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20206
20207 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20208 (gdb.tar.Z): Adjusted.
20209
20210 * Makefile.in (setup-dirs, taz): New targets; should be general
20211 enough to adapt for gdb sometime. Build only .z file.
20212 (gas.tar.z): New target.
20213
20214Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20215
20216 * build-all.mk: Use CC=cc -Xs on Solaris.
20217
6599da04
JM
20218Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20219
20220 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20221 for handling BISON for FSF releases.
20222
20223Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20224
20225 * configure: Actually implement the change zoo just documented.
20226
20227Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20228
20229 * configure: when using config.guess, only set target_alias when
20230 it's not already been set (ie, on the command line)
20231
20232Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20233
20234 * Makefile.in: add installcheck target, set PRMS to install-prms
20235
20236Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20237
20238 * configure: add support for package_makefile_fragment, handle the
20239 case where a directory has a configure.in file but no Makefile.in
20240 more gracefully (with an actual understandable error message, even);
20241 add support for --without (and add this to the usage message); also
20242 explicitly add a --host=${host_alias} to the command line when
20243 config.guess is used
20244
20245Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20246
20247 * configure: Must use both --host and --target in recursive calls.
20248
20249Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20250
20251 * Makefile.in: Change deja-gnu to dejagnu.
20252
20253Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20254
20255 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20256
20257Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20258
20259 * configure.in: canonicalize all instances to *-*-solaris2*,
20260 also strip out a number of tools to not build for go32 host
20261
20262Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20263
20264 * config.guess: add GPL.
20265
20266 * Makefile.in, config.guess, config.sub, configure: bump
20267 copyrights to 93.
20268
20269Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20270
20271 * Makefile.in (do-info): Removed obsolete check for existence of
20272 localenv file.
20273
20274 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20275
20276Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20277
20278 * Makefile.in: a couple of 'else true' for decstation,
20279 support for TclX
20280
20281 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20282
20283Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20284
20285 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20286
20287Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20288
20289 * config.guess: Recognize i386-ibm-aix (PS/2).
20290 * configure.in: Use config/mh-aix386 file for it.
20291
20292Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20293
20294 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20295 CC_FOR_TARGET instead.
20296 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20297
20298Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20299
20300 * Makefile.in: Add sim to list of directories sent with gdb
20301
20302Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20303
20304 * configure.in: Put back mips-dec-bsd* case.
20305
20306Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20307
20308 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20309 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20310 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
20311
20312Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20313
20314 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20315
20316 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20317 (install-info): install dir.info only if it exists,
20318 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20319
20320Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20321
20322 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20323 gas for mips-dec-bsd.
20324
20325Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20326
20327 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20328 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20329
20330Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20331
20332 * configure.in: Added "dejagnu" to hosttools list.
20333
20334Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20335
20336 * config.sub, configure.in, config.guess: Add support
20337 for Bosx, an AIX variant from Bull.
20338 Patches from F.Pierresteguy@frcl.bull.fr.
20339
20340Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20341
20342 * devo/dejagnu: Initial creation of devo/dejagnu.
20343 Migrated dejagnu testcases and support files for testing software
20344 tools to reside as subdirectories, currently called "testsuite",
20345 within the directory of the software tool. Migrated all programs,
20346 support libraries, etc. beloging to dejagnu proper from
20347 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20348 with no modifications. The changes to these files which will
20349 allow them to configure, build, and execute properly will be made
20350 in a future update.
20351
20352Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20353
20354 * Makefile.in: Change send_pr to send-pr.
20355 * configure.in: Likewise.
20356 * send_pr: Renamed directory to send-pr.
20357
20358Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20359
20360 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20361
20362Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20363
20364 * README: Update for gdb-4.8 release.
20365 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20366 gdb-xxx.tar.z (gzip'd) file also.
20367
20368Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20369
20370 * Makefile.in: make all-diff depend on all-libiberty
20371
20372Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20373
20374 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20375
20376Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20377
20378 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20379
20380Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20381
20382 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20383 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20384 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20385
20386Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20387
20388 * Makefile.in: makeinfo binary is in a new location
20389
20390Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20391
20392 * config.sub: Accept -ecoff as an OS.
20393
20394 * Makefile.in: Various changes to eliminate a level of make
20395 recursion and reduce the required command line length.
20396 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20397 sub-makes.
20398 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20399 variables holding settings for specific sub-makes.
20400 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20401 in terms of BASE_FLAGS_TO_PASS.
20402 (TARGET_LIBS): New variable listing directories which use
20403 TARGET_FLAGS_TO_PASS.
20404 (subdir_do): Eliminated.
20405 (do-*): New set of targets to replace subdir_do.
20406 (various): All targets which used subdir_do now depend on do-*.
20407 (local-clean): Renamed from do_clean.
20408 (local-distclean): New target, dependency of distclean and
20409 realclean.
20410 (install-info): Don't create directories. Depend on dir.info
20411 rather than calling make recursively.
20412 (install-dir.info): Eliminated.
20413 (install-info-dirs): Create all info directories here.
20414 (dir.info): Depend upon do-install-info.
20415
20416 * test-build.mk (HOLES): Added false.
20417
20418Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
20419
20420 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
20421
20422Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20423
20424 * Makefile.in (info): remove dependency on all-texinfo. The
20425 problem was really in texinfo/C, not at this level.
20426
20427Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
20428
20429 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20430
20431Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
20432
20433 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
20434 GDB releases.
20435
20436Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20437
20438 * configure: Include srcdir in message about target of link not
20439 being found. Don't convert `-' to `_' in `with' options being
20440 passed to subdirs.
20441
20442Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20443
20444 * configure.in: add uudecode to host_tools
20445
20446 * Makefile.in: added {all,install}-uudecode targets, added them to
20447 the appropriate lists
20448
20449Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
20450
20451 * Makefile.in (all-gcc): Added dependency on all-gas.
20452
20453 * configure.in (mips-*-*): Build ld and binutils.
20454
20455Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20456
20457 * configure: check return code from mkdir, print error message and
20458 exit on failure.
20459
20460Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
20461
20462 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
20463
20464Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
20465
20466 * test-build.mk (HOLES): Added tar, cpio and uudecode.
20467
20468Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20469
20470 * config.sub (h8500): Recognize this as a cpu type.
20471
20472Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20473
20474 * configure: source directory missing is no longer a warning
20475
20476 * configure.in: recognize irix[34]* instead of irix[34]
20477
20478 * Makefile.in: define and pass down X11_LIB
20479
6599da04
JM
20480Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
20481
20482 * guess-systype: Renamed to ...
20483 * config.guess: ... by popular request.
20484 * configure.in, Makefile.in: Update accordingly.
20485
20486Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
20487
20488 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
20489 + Add Convex, Cray/Unicos, and Encore/Multimax support.
20490 + Execute ./dummy instead of assuming . is in PATH.
20491
20492Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
20493
20494 * guess-systype: New shell script. Attempts to guess the
20495 canonical host name of the executing host.
20496 Only a few hosts are supported so far.
20497 * configure: Call guess-systype if no host is specified.
20498
20499Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
20500
20501 * Makefile.in (gcc-no-fixedincludes): Made to work with current
20502 gcc Makefile.
20503
6599da04
JM
20504Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
20505
20506 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20507 (all-gcc, install-gcc, subdir_do): Use it.
20508
20509Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20510
20511 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20512
20513Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
20514
20515 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20516 set exclusively by configure, using configure.in .
20517
20518Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20519
20520 * test-build.mk: set $PATH for all builds
20521
20522 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20523
20524Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
20525
20526 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
20527 the one used in gcc/Makefile.in, so that a null expansion doesn't
20528 override the one needed to build gcc with a native cc.
20529
6599da04
JM
20530Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20531
20532 * configure: Accept -with arguments.
20533
20534Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20535
20536 * Makefile.in: added h8300sim
20537
20538Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
20539
6599da04
JM
20540 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20541 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
20542 (all-cygnus, native, build-cygnus): Make
20543 $(canonhost)-stamp-3stage-done, not $(host)....
20544 * test-build.mk (stamp-3stage-compared): Use tail +10c for
20545 i386-sco3.2v4. Added else true to if command.
20546
20547Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
20548
20549 * config.sub: (from FSF) Sequent uses a BSD-like OS.
20550
20551Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
20552
20553 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20554
20555Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20556
20557 * configure.in: don't remove binutils from Solaris builds
20558
20559Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
20560
20561 * Makefile.in: get rid of earlier definitions for *clean,
20562 also handle the recursive info rule better
20563
20564Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
20565
20566 * Makefile.in (mostlyclean, distclean, realclean): Fix to
20567 do more-or-less the right thing.
20568
20569Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
20570
20571 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20572 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20573
20574Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20575
20576 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20577 $(host_canonical).
20578
20579 * configure.in: split the configdirs list into 4 categories (native
20580 v. cross, library v. tool) and handle the cross-only and native-
20581 only in more reasonable (and correct!) way.
20582
20583Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
20584
20585 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
20586 configdirs anymore.
20587
20588Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20589
20590 * Makefile.in: extensive cleanup:: removed all of the explicit
20591 clean-* targets, collapsed many wrappers around subdir_do into
20592 one, added additional targets to satisfy standards.texi, deleted
20593 some old targets, some changes for consistency
20594
20595Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20596
20597 * configure.in: handle some programs as cross-only, and others as
20598 native only
20599
20600 * test-build.mk: handle partial holes in a more generic manner
20601
20602 * Makefile.in: m4 depends on libiberty
20603
6599da04
JM
20604Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20605
20606 * configure.in: add m4, textutils, fileutils, sed, shellutils,
20607 time, wdiff, and find to configdirs
20608
20609 * Makefile.in: all, clean, and install rules for the new programs
20610 added to configure.in
20611
20612Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20613
20614 * configure.in: use mh-sun for all *-sun-* hosts
20615
6599da04
JM
20616Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20617
20618 * Makefile.in: define flags for X11 include files and library file
20619 locations, pass them down to the programs that need this info
20620
20621 * build-all.mk: added a 'native' target, to 3stage the native toolchain
20622
6599da04
JM
20623Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20624
20625 * configure.in: start building libg++ for HP-UX targets
20626
20627Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
20628
20629 * README: Update references to files moved into etc/.
20630
20631Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
20632
20633 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
20634 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
20635
20636Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
20637
20638 * configure: accept dash as well as underscore in long option
20639 names for FSF compatibility.
20640
20641Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
20642
20643 * config.sub: added -sco3.2v4 support from FSF.
20644
20645Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20646
20647 * configure.in: expand the section that adds or removes
20648 directories from the list of programs to build, to handle native
20649 vs. cross in addition to host v. native
20650
20651Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
20652
20653 * Makefile.in: Replace C++ in macro names with CXX.
20654 This is less likely to break ...
20655
20656Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20657
20658 * test-build.mk: add -w to GNU_MAKE
20659
20660Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20661
20662 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20663 add 'sparc' to list of recognized cpus. This needed to make
20664 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20665 Delete some redundant ose68 variants. Recognize -wrs as an os,
20666 then changes that into $CPU-wrs-vxworks.
20667
20668 * configure.in: remove most references to gdbtest, regularize
20669 target based program removal
20670
20671 * test-build.mk: import from p3 tree (many fixes and changes)
20672
20673Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20674
20675 * Makefile.in: added rules to handle tcl, tk, and expect
20676
20677 * configure.in: handle those directories if they exist
20678
20679Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20680
20681 * config.sub: removed bogus hppabsd and hppahpux names, since
20682 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20683
20684Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20685
20686 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
20687 depends upon all-xiberty
20688
20689 * Makefile.in: changes from p3, including:
20690
20691 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
20692
20693 * Makefile.in (XTRAFLAGS): include newlib directories if
20694 newlib/Makefile exists, rather than if host != target.
20695
20696 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
20697
20698 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20699 from the same source tree and not building a cross-compiler. This
20700 matters for the libg++ configuration if reconfiguring a tree that
20701 has already been installed.
20702
20703 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
20704
20705 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20706 pick up the machine and system specific header files.
20707
20708 * Makefile.in: added AS_FOR_TARGET, passed down in
20709 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20710 the C compiler to use to create programs which are run in the
20711 build environment, set it to default to $(CC), and passed it down
20712 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20713
20714 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
20715
20716 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20717 We need them for unusual native builds, like systems without
20718 ranlib.
20719
20720 * configure: also define $(host_canonical) and
e490616e
ZW
20721 $(target_canonical), which are the full, canonical names for the
20722 given host and target
6599da04
JM
20723
20724Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
20725
20726 * Makefile.in: Added separate definitions for C++.
20727
20728Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
20729
20730 * configure.in (configdirs): Add deja-gnu.
20731
20732Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
20733
20734 * README: Update for configure.texi and gdb-4.7 release.
20735
20736Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
20737
20738 * Makefile.in: Move "all" target to top of file.
20739 Previously, first target was ".PHONY" which caused BSD4.4 make
20740 to build .PHONY when make was run without arguments.
20741
20742Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
20743
20744 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
20745 Library-copylefted code in libiberty.
20746
20747Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
20748
20749 * config.sub: Replace m68kmote with plain old m68k.
20750
20751Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
20752
20753 * Makefile.in: Remove space from blank line, avoid Make complaints.
20754
20755Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
20756
20757 * config.sub: Complain if no argument is given. Added support for
20758 386bsd as OS and target alias.
20759
20760Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
20761
20762 * Makefile.in (XTRAFLAGS): include newlib directories if
20763 newlib/Makefile exists, rather than if host != target.
20764
20765Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
20766
20767 * config.sub: recognize sparclite-wrs-vxworks.
20768
20769 * Makefile.in (install-xiberty): added *-xiberty make rules (from
20770 p3.) Added clean-xiberty to clean.
20771
20772Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20773
20774 * configure.in: use *-*-* instead of nested cases for host and target
20775
20776Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
20777
20778 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20779 from the same source tree and not building a cross-compiler. This
20780 matters for the libg++ configuration if reconfiguring a tree that
20781 has already been installed.
20782
20783Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
20784
20785 * config.sub (i486v/i486v4): Merge in from FSF version.
20786
20787Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
20788
20789 * configure: only set PWD if it is already set.
20790
20791Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
20792
20793 * configure: just set PWD=`pwd` at the top, since Ultrix sh
20794 doesn't have unset and all success paths (and most error paths)
20795 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20796 to just ${PWD} to avoid confusion.)
20797
20798Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
20799
20800 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20801 even for a native compilation.
20802
20803Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
20804
20805 Changes to make the gdb.tar.Z rule work better.
20806
20807 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
20808 (DEVO_SUPPORT): Add configure.texi.
20809 (bfd-ilrt.tar.Z): Remove ancient rule.
20810
20811Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
20812
20813 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20814 pick up the machine and system specific header files.
20815
20816 * configure.in, config.sub: added new target m68010-adobe-scout,
20817 with alias of adobe68k. Changed configure.in to check for
20818 -scout before -sco* to avoid a false match.
20819
20820 * Makefile.in: added AS_FOR_TARGET, passed down in
20821 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20822 the C compiler to use to create programs which are run in the
20823 build environment, set it to default to $(CC), and passed it down
20824 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20825
20826Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
20827
20828 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20829 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
20830 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20831 FOR_TARGET variants, to newlib and libg++.
20832
20833Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
20834
20835 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20836 first.
20837
20838Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
20839
20840 * config.sub: Accept `elf' as an environment.
20841
20842Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20843
20844 * Makefile.in (all-opcodes): cd into the right directory
20845
20846Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
20847
20848 * configure: added -program_transform_name option, used as
20849 argument to sed when installing programs.
20850 configure.texi: added documentation for -program_prefix,
20851 -program_suffix and -program_transform_name.
20852
20853Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
20854
20855 * config.sub: Accept i486 where i386 ok.
20856
20857Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
20858
20859 * config.sub: accept we32k
20860
20861Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
20862
3b75d237 20863 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
20864
20865 * Makefile.in: don't create all directories for ``make install'';
20866 let the subdirectories create the ones they need.
20867
20868Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20869
e490616e 20870 * COPYING: new file, GPL v2
6599da04
JM
20871
20872Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20873
20874 * Makefile.in: use the new gen-info-dir, which needs a template
20875 argument (which also lives in texinfo)
20876
20877 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20878
6599da04
JM
20879Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
20880
20881 * config.sub (ncr3000): Change i386 to i486.
20882
20883Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20884
20885 * Makefile.in: add install-rcs, install-grep to
20886 install-no-fixedincludes, removed install-bison and install-libgcc
20887
20888Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
20889
20890 * configure.in: grab the HPUX makefile fragment if on HPUX
20891
20892Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20893
20894 * Makefile.in: eradicate bison spoor (ditto libgcc).
20895 configure.in: recognise m68{k,000}-ericsson-OSE.
20896 es1800 is alias for m68k-ericsson-OSE
20897
20898Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20899
20900 * configure.in: rearrange the parts that remove programs from
20901 configdirs, based now on HOST==TARGET or by canonical triple.
20902
20903Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20904
20905 * test-build.mk: recurse explicitly with -f test-build.mk when
20906 appropriate. predicate stage3 and comparison on the existence
20907 of gcc. That is, if gcc isn't around, we aren't three-staging.
20908 On very clean, also remove ...stamp-co. Build in-place before
20909 doing other builds.
20910
20911Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20912
20913 * Makefile.in, configure.in: add tgas
20914
20915Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20916
20917 * Makefile.in: a number of changes merged in from progressive.
20918
20919 * configure.in: add libm.
20920
20921 * .cvsignore: ignore some stuff that comes from test-build.mk.
20922
6599da04
JM
20923Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
20924
20925 * config.sub: Add es1800 (m68k-ericsson-es1800).
20926
20927Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20928
20929 * configure: Add program_suffix (parallel to program_prefix)
20930 * Makefile.in: adjust directory-creating script for losing decstation
20931
20932Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
20933
20934 * configure: Minor $subdir-related fixes.
20935
20936Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20937
20938 * configure: fix various problems with propogating
20939 makefile_target_frag in subdirs.
20940 * configure.in: config libgcc if its there
20941
20942Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
20943
20944 * config.sub: HPPA merge.
20945
6599da04
JM
20946Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
20947
20948 * Makefile.in: Replace all-bison with all-byacc in all
20949 dependency lines for other tools (which now use byacc).
20950
20951Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
20952
20953 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
20954
6599da04
JM
20955Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
20956
20957 * Makefile.in: make gprof rules similar to byacc rules (instead of
20958 vestigal $(unsubdir) that didn't work...)
20959
20960Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
20961
20962 * config.sub: Add support for Linux.
20963 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
20964 (at least for libg++).
20965
20966Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20967
20968 * configure.texi: fix doc for the -nfp option to configure
20969
20970Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
20971
20972 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20973
20974Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
20975
20976 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20977 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20978 * configure.in: added solaris* host_makefile_frag hook.
20979
20980Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20981
20982 * config.sub: changed recognition of m68000 so that various
20983 m68k types can be specified via m680[01234]0
20984
20985Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20986
20987 * config.sub (basic_machine): fix sed so that '-foo' isn't
20988 completely substituted out while .+'-foo' loses the '-foo'
20989
20990Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20991
20992 * config.sub ($os): Add -aout.
20993
20994Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
20995
20996 * configure: If host_makefile_frag is absolute, don't
20997 prefix ${invsubdir} (relevant to libg++ auto-configure).
20998
20999Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21000
21001 * Makefile.in (tooldir): Define it.
21002 (all-ld): Depend on all-flex.
21003
21004Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21005
21006 * Makefile.in (check): Fix libg++ special case.
21007
21008Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21009
21010 * configure: do not bury `pwd` into config.status, thus do fewer
21011 pwd's.
21012
21013 * configure: print the "Building in" message only when building in
21014 other than "." AND verbose.
21015
63f6bcd7 21016 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
21017 configures.
21018
21019 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21020
21021Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21022
21023 * Makefile.in: macroize flags passed on recursion. remove
21024 fileutils.
21025
21026Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21027
21028 * configure: get makesrcdir right for subdirs deeper than 1.
21029
21030 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21031 install.
21032
21033Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21034
21035 * Makefile.in: don't print subdir_do or recursion lines.
21036
21037Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21038
21039 * standards.texi: added menu item.
21040
21041 * Makefile.in: build and install standards.info.
21042
21043 * standards.texi: new file.
21044
21045Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21046
21047 * configure: test for and move config.status pieces from
21048 ${subdir}/.
21049
21050Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21051
6599da04
JM
21052 * configure: Test for existance of files before trying to mv
21053 them, to avoid numerous non-existance messages.
21054
21055Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21056
21057 * configure: correct final line of config.status.
21058
21059 * configure: patch from eggert. Avoids a protection problem if
21060 the original Makefile.in is read only.
21061
21062 * configure: use move-if-change from gcc to create config.status.
21063 Some makefiles depend on config.status to tell if a directory
21064 has been reconfigured for a different host. This change
21065 prevents those directories from remaking everything in the case
21066 where the reconfig was only intended to rebuild a Makefile.
21067
21068 * configure: test for config.sub with "config.sub sun4" rather
21069 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21070 host alias from a missing config.sub.
21071
21072Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21073
21074 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21075 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
21076
21077Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21078
21079 * configure: mkdir ${subdir} as needed.
21080
21081Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21082
21083 * Makefile.in,configure.in: added autoconf.
21084
21085Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21086
21087 * Makefile.in: no longer pass against on recursion.
21088
21089 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21090 definitions are not inherited.
21091
21092 * configure: correct makesrcdir when subdir is .
21093
21094Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21095
21096 * configure: Add support for 'subdirs' variable, which is
21097 like 'configdirs', except that configure doesn't re-invoke
21098 itself for subdirs, it just creates a Makefile for each subdir.
21099 * configure.texi: Document subdirs.
21100
21101Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21102
21103 * configure.in: added flex to configdirs
21104
21105Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21106
21107 * Makefile.in: remove clean-stamps from clean.
21108
21109Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21110
21111 * configure.in: Add gdbtest to configdirs.
21112
21113Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21114
21115 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21116 to recursive makes.
21117 * configure.in: Recognize new ncr3000 config.
21118
21119Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21120
21121 * Makefile.in, configure.in: removed references to gdbm.
21122
21123Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21124
21125 * config.sub: Don't canonicalize os value
21126 newsos* to bsd (readline needs to check for newsos).
21127 (This fix was earlier made Jan 31, but got re-broken.)
21128
21129Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21130
21131 * configure.in: sco is an os, not a vendor!
21132
21133 * configure: Quote $( better. Keep various shells happy.
21134
21135Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21136
21137 * Makefile.in: eliminate stamp-files.
21138
21139Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21140
21141 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21142 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21143
21144Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21145
21146 * config.sub: fix iris/iris3.
21147
21148Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21149
21150 * configure: re-add -rm.
21151
21152Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21153
21154 * Maskefile.in: add .stmp-rcs to all.
21155
21156 * configure.in: remove gas from rs6000 build, use aix host fragment.
21157
21158Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21159
21160 * configure: pass down site_option during recursion.
21161
21162Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21163
21164 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21165
21166Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21167
21168 * configure: Change exec_prefix so that it really defaults to prefix.
21169
21170Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21171
21172 * Makefile.in, configure.in: Add support for mmalloc library.
21173
21174Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21175
21176 * Makefile.in: add stmp dependencies for a few more things.
21177
21178Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21179
21180 * configure: adjusted error message on objdir/srcdir configure
21181 collision, per john's suggestion.
21182
21183 * Makefile.in: add libiberty stmp to all and all.cross.
21184
21185Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21186
21187 * Makefile.in: remove force dependencies, add grep to all.
21188
21189Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21190
21191 * Makefile.in: drop flex. make stamp files work.
21192
21193 * configure: added test for conflicting configuration in srcdir,
21194 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21195 gets cranky. use relative paths for configure and srcdir
21196 whenever possible. Send some error messages to stderr that were
21197 going to stdout.
21198
21199Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21200
21201 * Makefile.in: Fix libg++ rule to check for gcc directory
21202 before using gcc/gcc. Also pass XTRAFLAGS.
21203
21204Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21205
21206 * Makefile.in: added stmp-files so that directories aren't polled
21207 when they are already built.
21208
21209 * configure.texi: fixed a node pointer problem.
21210
21211Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21212
731a8127 21213 * config.sub configure.in gdb/configure.in
6599da04
JM
21214 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21215 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21216 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21217
21218Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21219
21220 * configure: -recurring becomes -silent. corrected help message
21221 for -site= option.
21222
21223 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21224
21225Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21226
21227 * configure: when building Makefile for crosses, replace
21228 tooldir and program_prefix. default srcdir from location of
21229 config.sub. remove "for host in hosts" and "for target in
21230 targets" loops.
21231
21232Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21233
21234 * Makefile.in: Do not pass bindir or mandir to cvs.
21235
21236Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21237
21238 * Makefile.in, configure.in: removed traces of namesubdir,
21239 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21240 copyrights to '92, changed some from Cygnus to FSF.
21241
21242 * configure.texi: remove most references to multiple hosts,
21243 multiple targets, subdirs, etc.
21244
21245 * configure.man: removed rcsid. reference config.sub not
21246 config.subr.
21247
21248 * Makefile.in: mkdir $(infodir) on install-info.
21249
21250Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21251
21252 * configure.texi: Explain better about .gdbinit and about
21253 the environment that configure.in sections run in.
21254
21255Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21256
21257 * configure.in: Ultrix is only a decstation if it's a MIPS.
21258
21259Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21260
21261 * README: DOC.configure => cfg-paper.texi.
21262
21263Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21264
21265 * config.sub (near case $os): Don't convert newsos* to bsd!
21266
21267Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21268
21269 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21270 the number of copies of COPYING that go into the GDB tar file.
21271
21272Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21273
731a8127 21274 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
21275 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21276 Fix SCO configuration stuff.
21277
21278Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21279
21280 * Makefile.in: For libg++, make sure the -I pointing
21281 to the gcc directory goes *after* all the libg++-local -I flags.
21282 Also, move just-gcc dependency from just-libg++ to all-libg++.
21283
21284Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21285
21286 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21287
21288Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21289
21290 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21291
21292Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21293
21294 * config.sub: Add stratus configuration frags. Also
21295 submitted to FSF.
21296
21297Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21298
21299 * Makefile.in (DEV_SUPPORT): add configure.man.
21300
21301 * config.sub(Decode manufacturer-specific): add -none*.
21302
21303Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21304
21305 * Makefile.in: remove form feeds to make Sun's make happy.
21306 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21307
21308Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21309
21310 * Makefile.in (AR_FLAGS): Make quieter.
21311
21312Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21313
21314 * configure.in: Add libg++.
21315 * configure: When verbose, don't output the command line at each
21316 level; it will be unremarkably the same as the previous version,
21317 which will be the same as what the user typed.
21318
21319Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21320
21321 * configure.in, Makefile.in: fix clean-info, add flex. add
21322 fileutils.
21323
21324 * configure: be less sensitive to spaces in Makefile.in. Do not
21325 look for sources in "..". Doing so breaks subdirectories that
21326 might have their own configure. If a subdir has it's own
21327 configure script, use it.
21328
21329Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21330
21331 * cfg-paper.texi: some changes suggested by rms.
21332
21333Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21334
21335 * config.sub: Merge in some small additions from the FSF version,
21336 taken from the gcc distribution, to bring the Cygnus and FSF
21337 versions into closer sync.
21338
21339Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21340
21341 * configure.in: Changed svr4 references to sysv4.
21342
21343Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21344
21345 * configure: added -V for version number option.
21346
21347Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21348
21349 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21350 renamed from DOC.configure to cfg-paper.texi.
21351
21352Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21353
21354 * configure, config.subr, config.sub: config.subr is now
21355 config.sub again.
21356
21357Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21358
21359 * configure.texi: new file, in progress.
21360
21361 * Makefile.in: build info file and install the man page for
21362 configure.
21363
21364 * configure.man: new file, first cut.
21365
21366 * configure: find config.subr again now that configuration "none"
21367 has gone. removed all traces of the -ansi option. removed all
21368 traces of the -languages option.
21369
21370 * config.subr: resync from rms.
21371
21372Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21373
21374 * configure, config.sub, config.subr: merge config.sub into
21375 config.subr, call the result config.subr, remove config.sub, use
21376 config.subr.
21377
21378 * Makefile.in: revised install for dir.info.
21379
21380Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21381
21382 * configure.in: add decstation host makefile frag.
21383
21384 * Makefile.in: BISON now bison -y again. also install-gcc on
21385 install. clean-gdbm on clean. infodir belongs in datadir.
21386 Make directories for info install. Build dir.info here then
21387 install it.
21388
21389Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21390
21391 * Makefile.in: fix for bad directory tests.
21392
21393Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21394
21395 * configure: \{1,2\} appears to be a sysv'ism. Use a different
21396 regexp. -srcdir relative was being handled incorrectly.
21397
21398 * Makefile.in: unwrapped some for loops so that parallel makes
21399 work again and so one can focus one's attention on a particular
21400 package.
21401
21402Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21403
21404 * configure: added PWD as a stand in for `pwd` (for speed). use
21405 elif wherever possible. make -srcdir work without -objdir.
21406 -objdir= commented out.
21407
21408Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21409
21410 * configure: +options become --options. -subdirs commented out.
21411 added -host, -datadir. Renamed -destdir to -prefix. Comment in
21412 Makefile now at top of generated Makefile. Removed cvs log
21413 entries. added -srcdir. create .gdbinit only if there is one
21414 in ${srcdir}.
21415
21416 * Makefile.in: idestdir and ddestdir go away. Added copyrights
21417 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
21418 and mandir now keyed off datadir by default.
21419
21420Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21421
21422 * Freshly created ChangeLog.
21423
21424\f
21425Local Variables:
21426mode: change-log
21427left-margin: 8
21428fill-column: 76
21429version-control: never
21430End: