Daily bump.
[platform/upstream/gcc.git] / ChangeLog
1 2022-03-28  Tom Tromey  <tromey@adacore.com>
2
3         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
4         * configure: Rebuild.
5
6 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
7
8         * MAINTAINERS: Change my information.
9
10 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
11
12         * MAINTAINERS: Add myself to DCO section.
13
14 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
15
16         * configure.ac: Fix incorrect option in comment.
17         * configure: Regenerate.
18
19 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
20
21         * Makefile.def (dependencies): Make configure-sim depend on
22         all-readline.
23         * Makefile.in: Regenerate.
24
25 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
26
27         * MAINTAINERS (Write After Approval): Update my e-mail address.
28
29 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
30
31         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
32
33 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
34
35         * MAINTAINERS: Update my email and add myself to the DCO list.
36
37 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
38
39         Revert:
40         2021-09-16  Andrew Pinski  <apinski@marvell.com>
41
42         PR bootstrap/67102
43         * Makefile.def: Have configure-target-libffi depend on
44         all-target-libstdc++-v3.
45         * Makefile.in: Regenerate.
46
47 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
48
49         PR other/104181
50         * build.log: Remove.
51
52 2022-01-20  Martin Liska  <mliska@suse.cz>
53
54         * MAINTAINERS: Adjust email address based on IRC request.
55
56 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
57
58         * MAINTAINERS: Update my email address.
59
60 2022-01-17  Martin Liska  <mliska@suse.cz>
61
62         * MAINTAINERS: Rename .c names to .cc.
63
64 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
65
66         * Makefile.am: Remove.
67
68 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
69
70         * Makefile.am: New file.
71
72 2022-01-11  Martin Liska  <mliska@suse.cz>
73
74         * MAINTAINERS: Sort 2 names.
75
76 2022-01-10  Martin Liska  <mliska@suse.cz>
77
78         * MAINTAINERS: Fix obvious issues with sorting.
79
80 2022-01-07  liuhongt  <hongtao.liu@intel.com>
81
82         * build.log: New file.
83
84 2022-01-05  Nathan Sidwell  <nathan@acm.org>
85
86         * MAINTAINERS: Add DCO entry.  Sort that list.
87
88 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
89
90         * MAINTAINERS: Change of email address in both DCO and
91         Write After Approval list.
92
93 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
94
95         * configure: Regenerate.
96
97 2021-12-21  Martin Liska  <mliska@suse.cz>
98
99         * config.sub: Change mode back to 755.
100
101 2021-12-17  Martin Liska  <mliska@suse.cz>
102
103         * config.sub: Sync from master.
104
105 2021-12-17  Martin Liska  <mliska@suse.cz>
106
107         Revert:
108         2021-12-16  Matthias Seidel  <mseidel@apache.org>
109
110         * config.sub: Fix typo.
111
112 2021-12-16  Matthias Seidel  <mseidel@apache.org>
113
114         * config.sub: Fix typo.
115
116 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
117
118         Revert:
119         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
120
121         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
122         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
123         * configure.ac: Include config/gcc-plugin.m4.
124         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
125         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
126         RANLIB if possible.
127         * Makefile.in: Regenerated.
128         * configure: Likewise.
129
130 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
131
132         * Makefile.tpl (BUILD_CFLAGS): New.
133         (CFLAGS): Append $(BUILD_CFLAGS).
134         (CXXFLAGS): Likewise.
135         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
136         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
137         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
138         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
139         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
140         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
141         (PGO-TRAINING-TARGETS): Likewise.
142         (PGO_BUILD_TRAINING): Likewise.
143         (all): Add '+' to the command line for recursive make.  Support
144         the PGO build.
145         * configure.ac: Add --enable-pgo-build[=lto].
146         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
147         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
148         * Makefile.in: Regenerated.
149         * configure: Likewise.
150
151 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
152
153         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
154         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
155         * configure.ac: Include config/gcc-plugin.m4.
156         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
157         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
158         RANLIB if possible.
159         * Makefile.in: Regenerated.
160         * configure: Likewise.
161
162 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
163
164         * MAINTAINERS: Add myself to write after approval.
165
166 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
167
168         * MAINTAINERS: Adding myself.
169
170 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
171
172         * configure: Regenerate.
173         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
174         $(CPP).
175
176 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
177
178         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
179         libatomic.
180         * Makefile.in: Regenerate.
181         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
182         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
183         target-libphobos-bootstrap.
184         (STAGE2_CONFIGURE_FLAGS): Likewise.
185         * configure: Regenerate.
186         * configure.ac: Add support for bootstrapping D front-end.
187
188 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
189
190         * MAINTAINERS: Add myself to DCO section and update email address.
191
192 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
193
194         * configure: Regenerate.
195         * configure.ac: Ensure that PIC (shared) defaults are set
196         correctly for Darwin.
197
198 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
199
200         * MAINTAINERS: Update my address.
201
202 2021-11-12  Alan Modra  <amodra@gmail.com>
203
204         * Makefile.def (configure-opcodes): Depend on configure-bfd.
205         * Makefile.in: Regenerate.
206
207 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
208
209         * MAINTAINERS: Clarify the policy WRT the Write After Approval
210         list.
211
212 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
213
214         * MAINTAINERS (Reviewers, arc): Remove my entry.
215         (Write After Approval): Add an entry for myself.
216
217 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
218
219         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
220         * Makefile.in: Regenerate.
221         * configure: Regenerate.
222         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
223
224 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
225
226         * MAINTAINERS: Fix up Maciej's entries.
227
228 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
229
230         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
231         maintainer.
232
233 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
234
235         PR other/102663
236         * Makefile.def: Handle install-dvi target.
237         * Makefile.tpl: Likewise.
238         * Makefile.in: Regenerate.
239
240 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
241
242         * MAINTAINERS: Add myself for write after approval.
243
244 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
245
246         * Makefile.def: Mark libcody, libdecnumber,
247         c++tools, libgcc, and libobjc as missing TAGS
248         targets.
249         * Makefile.in: Regenerate.
250
251 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
252
253         * MAINTAINERS: Add myself to DCO section and update email
254         address.
255
256 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
257
258         * MAINTAINERS: Add myself to DCO section.
259
260 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
261
262         * configure: Regenerate.
263         * configure.ac (skipdirs): Add the contents of target_configdirs if
264         we are not building gcc.
265
266 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
267
268         * Makefile.def: Back-port commits ba4d88ad892f and
269         755ba58ebef0 from binutils-gdb repository.
270         * Makefile.in: Regenerated.
271
272 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
273
274         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
275
276 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
277
278         * Makefile.def: Add a jit check target for the jit
279         language.
280         * Makefile.in: Regenerate.
281
282 2021-09-16  Andrew Pinski  <apinski@marvell.com>
283
284         PR bootstrap/67102
285         * Makefile.def: Have configure-target-libffi depend on
286         all-target-libstdc++-v3.
287         * Makefile.in: Regenerate.
288
289 2021-09-10  Petter Tomner  <tomner@kth.se>
290
291         * MAINTAINERS: Me added to DCO and write after approval
292
293 2021-09-01  YunQiang Su  <syq@debian.org>
294
295         * MAINTAINERS: Add myself for write after approval.
296
297 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
298
299         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
300         * Makefile.in: Regenerate.
301
302 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
303
304         * MAINTAINERS: Add myself for write after approval.
305
306 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
307
308         * Makefile.in: Regenerate.
309         * Makefile.tpl: Make the state of the configured host
310         shared flag available to makefile fragements.
311
312 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
313
314         * MAINTAINERS (Write After Approval): Add myself.
315
316 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
317
318         * .dir-locals.el (bug-reference-url-format): Use https.
319
320 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
321
322         * .dir-locals.el (c-mode): Change fill-column to 79.
323
324 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
325
326         * MAINTAINERS: Add myself to DCO section.
327
328 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
329
330         * configure: Regenerate.
331         * configure.ac: Adjust cases for which it is necessary to
332         include the Darwin host config fragment.
333
334 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
335
336         * MAINTAINERS: Add myself for write after approval and DCO.
337
338 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
339
340         * Makefile.def: Add dsymutil defs.
341         * Makefile.in: Regenerated.
342         * Makefile.tpl: Add dsymutil to flags.
343         * configure: Regenerated.
344         * configure.ac: Add dsymutil to target and build recipes.
345
346 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
347
348         * MAINTAINERS: Add myself for write after approval.
349
350 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
351
352         * MAINTAINERS (Write After Approval): Add myself.
353
354 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
355
356         * MAINTAINERS: Add myself for write after approval and DCO
357
358 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
359
360         * .gitignore: Add entry for cscope.out.
361
362 2021-06-22  liuhongt  <hongtao.liu@intel.com>
363
364         * MAINTAINERS: Remove my Write After Approval entry.
365
366 2021-06-21  liuhongt  <hongtao.liu@intel.com>
367
368         * MAINTAINERS: Add myself as maintainer of the i386 vector
369         extensions.
370
371 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
372
373         * MAINTAINERS (Write After Approval): Add myself.
374
375 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
376
377         * MAINTAINERS (Various Maintainers): Add Andrew and myself
378         as *vrp and ranger maintainers.
379
380 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
381
382         * MAINTAINERS: Adjust my entry in the DCO section so that it does
383         not trigger testsuite failures.
384
385 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
386
387         * MAINTAINERS: Add myself to DCO section with both email addresses.
388
389 2021-06-03  Jason Merrill  <jason@redhat.com>
390
391         * MAINTAINERS: Add DCO version number.
392
393 2021-06-02  Jason Merrill  <jason@redhat.com>
394
395         * MAINTAINERS: Add DCO section.
396
397 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
398
399         * MAINTAINERS (Write After Approval): Add myself.
400
401 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
402
403         * configure.ac: Add gnulib to configdirs for sim.
404         * configure: Regenerate.
405
406 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
407
408         * Makefile.def: Add configure-sim dependency on all-gnulib.
409         * Makefile.in: Regenerated.
410
411 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
412
413         * MAINTAINERS (Write After Approval): Add myself.
414
415 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
416
417         * MAINTAINERS (Write After Approval): Add myself.
418
419 2021-05-11  Martin Liska  <mliska@suse.cz>
420
421         * MAINTAINERS: Remove entries for removed
422         components (HSA, BRIG, libhsail-rt).
423         Move Pekka to Write After Approval.
424
425 2021-05-11  Martin Liska  <mliska@suse.cz>
426
427         * Makefile.def: Remove libhsail-rt.
428         * Makefile.in: Likewise.
429         * configure.ac: Likewise.
430         * configure: Regenerate.
431         * libhsail-rt/ChangeLog: Removed.
432         * libhsail-rt/Makefile.am: Removed.
433         * libhsail-rt/Makefile.in: Removed.
434         * libhsail-rt/README: Removed.
435         * libhsail-rt/aclocal.m4: Removed.
436         * libhsail-rt/configure: Removed.
437         * libhsail-rt/configure.ac: Removed.
438         * libhsail-rt/configure.tgt: Removed.
439         * libhsail-rt/include/internal/fibers.h: Removed.
440         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
441         * libhsail-rt/include/internal/phsa-rt.h: Removed.
442         * libhsail-rt/include/internal/workitems.h: Removed.
443         * libhsail-rt/rt/arithmetic.c: Removed.
444         * libhsail-rt/rt/atomics.c: Removed.
445         * libhsail-rt/rt/bitstring.c: Removed.
446         * libhsail-rt/rt/fbarrier.c: Removed.
447         * libhsail-rt/rt/fibers.c: Removed.
448         * libhsail-rt/rt/fp16.c: Removed.
449         * libhsail-rt/rt/misc.c: Removed.
450         * libhsail-rt/rt/multimedia.c: Removed.
451         * libhsail-rt/rt/queue.c: Removed.
452         * libhsail-rt/rt/sat_arithmetic.c: Removed.
453         * libhsail-rt/rt/segment.c: Removed.
454         * libhsail-rt/rt/workitems.c: Removed.
455         * libhsail-rt/target-config.h.in: Removed.
456
457 2021-05-04  Nick Clifton  <nickc@redhat.com>
458
459         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
460         * configure: Regenerate.
461
462 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
463             Tobias Burnus  <tobias@codesourcery.com>
464
465         * configure.ac (--enable-offload-defaulted): New.
466         * configure: Regenerate.
467
468 2021-04-23  David Faust  <david.faust@oracle.com>
469
470         * MAINTAINERS (Write After Approval): Add myself.
471
472 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
473
474         * MAINTAINERS (Write After Approval): Add myself.
475
476 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
477
478         * MAINTAINERS: Add myself as pru port maintainer.
479
480 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
481
482         * MAINTAINERS: Add myself as static analyzer maintainer.
483
484 2021-03-18  Jeff Law  <jlaw@tachyum.com>
485
486         * MAINTAINERS: Update primary entry.
487
488 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
489
490         * MAINTAINERS (Write After Approval): Add myself.
491
492 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
493
494         * Makefile.def: Remove all-sim dependency on configure-gdb.
495         * Makefile.in: Regenerated.
496
497 2021-03-11  Jeff Law  <law@redhat.com>
498
499         * MAINTAINERS: Update entries for a few ex-ImgTec employees
500
501 2021-03-11  Martin Liska  <mliska@suse.cz>
502
503         * Makefile.tpl: The change was done Makefile.in which
504         is generated file.
505
506 2021-03-08  Jeff Law  <law@redhat.com>
507
508         * MAINTAINERS: Update my email address
509
510 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
511
512         * config.guess: Import latest upstream.
513         * config.sub: Import latest upstream.
514
515 2021-01-25  Martin Liska  <mliska@suse.cz>
516
517         PR gcov-profile/98739
518         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
519         for profiledbootstrap.
520
521 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
522
523         * MAINTAINERS (Write After Approval): Add myself.
524
525 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
526
527         * MAINTAINERS (Write After Approval): Update my e-mail address.
528
529 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
530
531         * MAINTAINERS: Fix spacing.
532
533 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
534
535         * MAINTAINERS (Write After Approval): Add myself
536
537 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
538
539         * Makefile.def: Sync with binutils-gdb:
540         (dependencies): all-ld depends on all-libctf.
541         (host_modules): libctf is no longer no_install.
542         No longer no_check.  Checking depends on all-ld.
543         * Makefile.in: Regenerated.
544
545 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
546
547         * libtool.m4: Match gnu* along other GNU systems.
548         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
549         * libgo/configure: Re-generate.
550
551 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
552
553         * MAINTAINERS: Update my email address.
554
555 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
556
557         * MAINTAINERS (Write After Approval): Add myself.
558
559 2020-12-15  Nathan Sidwell  <nathan@acm.org>
560
561         * Makefile.def
562         * Makefile.in
563         * Makefile.tpl
564         * configure
565         * configure.ac
566
567 2020-12-15  Nathan Sidwell  <nathan@acm.org>
568
569         * Makefile.def: Add libcody.
570         * configure.ac: Add libcody.
571         * Makefile.in: Regenerated.
572         * configure: Regenerated.
573
574 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
575
576         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
577
578 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
579
580         PR target/97865
581         * libtool.m4: Update handling of Darwin platform link flags
582         for Darwin20.
583
584 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
585
586         * .gitignore: Sync with binutils-gdb
587
588 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
589
590         * MAINTAINERS: Add myself as arc port maintainer.
591
592 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
593
594         PR d/87788
595         * configure.ac: Don't disable D for *-*-darwin*.
596         * configure: Regenerate.
597
598 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
599
600         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
601         hppa64-*-hpux11*.
602
603 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
604
605         * configure: Regenerate.
606         * configure.ac: Add --bootstrap-hwasan option.
607
608 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
609
610         * config.guess: Import latest upstream.
611         * config.sub: Import latest upstream.
612
613 2020-11-16  Martin Liska  <mliska@suse.cz>
614
615         * .gitignore: Add cache as clangd uses it now.
616
617 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
618
619         * MAINTAINERS (Write After Approval): add myself
620
621 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
622
623         * MAINTAINERS (Write After Approval): Add myself.
624
625 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
626
627         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
628         Remove FIXME comments.
629
630 2020-11-06  Martin Uecker  <muecker@gwdg.de>
631
632         * MAINTAINERS: Update my email address.
633
634 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
635
636         * MAINTAINERS (Write After Approval): Add myself.
637
638 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
639
640         PR target/97302
641         * configure.ac: Only set with_gmp to /usr/local
642         if not building in tree.
643         * configure: Regenerate.
644
645 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
646
647         * MAINTAINERS (Write After Approval): Add myself.
648
649 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
650
651         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
652
653 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
654
655         PR bootstrap/96612
656         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
657         if not the same as ${host}.
658         * configure: Regenerate.
659
660 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
661
662         * MAINTAINERS (Write After Approval): Add myself.
663
664 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
665
666         * MAINTAINERS: Update my email address.
667
668 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
669
670         * MAINTAINERS (Write After Approval): Add myself.
671
672 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
673
674         * MAINTAINERS (Write After Approval): Add myself.
675
676 2020-06-12  Martin Liska  <mliska@suse.cz>
677
678         * .gitignore: Add .clang-tidy.
679
680 2020-06-08  Jason Merrill  <jason@redhat.com>
681
682         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
683         * configure: Regenerate.
684
685 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
686
687         * MAINTAINERS: Add myself as xtensa port maintainer.
688
689 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
690
691         * configure.ac: Don't require --enable-host-shared when building
692         for Mingw.
693         * configure: Regenerate.
694
695 2020-05-18  Jason Merrill  <jason@redhat.com>
696
697         * configure.ac: Update bootstrap dialect to -std=c++11.
698
699 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
700
701         * MAINTAINERS (Write After Approval): Add myself.
702
703 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
704
705         PR target/92713
706         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
707         (noconfigdirs): Add 'target-libstdc++-v3'.
708         * configure: Regenerate.
709
710 2020-04-21  Stephen Casner  <casner@acm.org>
711
712         PR 25830
713         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
714         * configure: Rebuild.
715
716 2020-04-17  Martin Liska  <mliska@suse.cz>
717             Jonathan Yong <10walls@gmail.com>
718
719         PR gcov-profile/94570
720         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
721         for CYGWIN.
722
723 2020-04-14  Martin Jambor  <mjambor@suse.cz>
724
725         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
726
727 2020-04-09  Tom Tromey  <tom@tromey.com>
728
729         * configure: Rebuild.
730         * Makefile.in: Rebuild.
731         * Makefile.def (gdbsupport, gdbserver): New host modules.
732         (configure-gdb): Depend on all-gdbsupport.
733         (all-gdb): Depend on all-gdbsupport, all-libctf.
734         * configure.ac (host_tools): Add gdbserver.
735         Conditionally build gdbserver and gdbsupport.
736
737 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
738
739         * configure.ac: Build libgomp by default for amdgcn.
740         * configure: Regenerate.
741
742 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
743
744         * MAINTAINERS (Write After Approval): Add myself.
745
746 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
747
748         * MAINTAINERS (Write After Approval) : Add myself.
749
750 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
751
752         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
753
754 2020-02-14  Martin Sebor  <msebor@redhat.com>
755
756         * doc/extend.texi (attribute alias): Mention type requirement.
757         (attribute weak): Same.
758         (attribute weakref): Correct invalid example.
759
760 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
761
762         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
763
764 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
765             Jakub Jelinek  <jakub@redhat.com>
766
767         * .gitattributes: Add *.md diff=md.
768
769 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
770
771         The mentioned auto-generated file is no more part of the
772
773         GCC sources, it's auto-generated in $(builddir) during build.
774
775         PR target/92055
776         * contrib/gcc_update (files_and_dependencies): Remove
777         entry for gcc/config/avr/t-multilib.
778
779 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
780
781         * MAINTAINERS: Update my email address.
782
783 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
784
785         * README.MOVED_TO_GIT: Remove.
786
787 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
788
789         * README.MOVED_TO_GIT: New file.
790
791 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
792
793         * MAINTAINERS (Write After Approval): Add myself.
794
795 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
796
797         * MAINTAINERS (write_after_approval): Add myself.
798
799 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
800
801         * MAINTAINERS (write_after_approval): Add myself.
802
803 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
804
805         * MAINTAINERS (write_after_approval): Add myself.
806
807 2019-12-11  Matthias Klose  <doko@ubuntu.com>
808
809         * configure.ac: Factor out common cases for compare_exclusions.
810         * configure: Regenerate.
811
812 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
813
814         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
815         flag.
816
817 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
818
819         * MAINTAINERS (Write After Approval): Add myself.
820
821 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
822
823         PR middle-end/92463
824         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
825         * configure: Regenerate
826
827 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
828
829         * configure.ac: Use https for gcc.gnu.org.
830         * configure: Regenerated.
831
832 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
833
834         * MAINTAINERS (aarch64 port): Remove my name, move to...
835         (Write After Approval): ...Here.
836
837 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
838
839         * MAINTAINERS: Change my email address as maintainer.
840
841 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
842
843         PR fortran/91828
844         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
845         * configure: Regenerated.
846
847 2019-10-21  Jason Merrill  <jason@redhat.com>
848
849         * .gitattributes: Also check ChangeLog whitespace.
850
851 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
852
853         * contrib/dg-extract-results.sh: Add support for KPASS.
854         * contrib/dg-extract-results.py: Likewise.
855
856 2019-10-17  Jason Merrill  <jason@redhat.com>
857
858         * .gitattributes: Avoid {} in filename pattern.
859
860 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
861
862         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
863         Approval section.
864
865 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
866
867         * MAINTAINERS: Add myself to Write After Approval
868
869 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
870
871         * MAINTAINERS: Add myself as an aarch64 maintainer.
872
873 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
874
875         * MAINTAINERS: Add myself as aarch64 maintainer.
876
877 2019-09-23  Carl Love  <cel@us.ibm.com>
878
879         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
880         New define_insn.
881         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
882         vsx_xxpermdi16_le_V16QI): Removed define_insn.
883
884 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
885
886         * MAINTAINERS (Sam Tebbs): Update email address.
887
888 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
889
890         * MAINTAINERS: Update my email address.
891
892 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
893
894         * libtool.m4: Handle uclinuxfdpiceabi.
895
896 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
897
898         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
899         Remove myself from Write After Approval section.
900
901 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
902
903         * configure.ac: Support for bpf-*-* targets.
904         * configure: Regenerate.
905
906 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
907
908         * config.sub: Import upstream version 2019-06-30.
909         * config.guess: Import upstream version 2019-07-24.
910
911 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
912
913         * MAINTAINERS: Remove spu port maintainers.
914
915 2019-08-28  Martin Liska  <mliska@suse.cz>
916
917         * .gitignore: Add .clangd and compile_commands.json
918         to .gitignore.
919
920 2019-08-23  Michael Forney  <mforney@mforney.org>
921
922         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
923         * Makefile.in: Regenerate.
924
925 2019-08-19  Tom Tromey  <tom@tromey.com>
926
927         * configure: Rebuild.
928         * configure.ac: Add --with-static-standard-libraries.
929
930 2019-08-16  Alexandre Oliva <oliva@gnu.org>
931
932         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
933
934 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
935
936         * MAINTAINERS (Write After Approval): Add myself.
937
938 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
939
940         * MAINTAINERS (Write After Approval): Remove myself, already listed in
941         RISC-V port maitainer.
942
943 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
944
945         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
946
947 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
948
949         * MAINTAINERS (Write After Approval): Add myself.
950
951 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
952
953         * MAINTAINERS (Write After Approval): Add myself.
954
955 2019-06-25  Martin Liska  <mliska@suse.cz>
956
957         contrib/filter-clang-warnings.py: Transform from
958         filter-rtags-warnings.py.
959
960 2019-06-15  Tom Tromey  <tom@tromey.com>
961
962         * configure.ac (host_libs): Add gnulib.
963         * configure: Rebuild.
964         * Makefile.def (host_modules, dependencies): Add gnulib.
965         * Makefile.in: Rebuild.
966
967 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
968
969         * MAINTAINERS (Write After Approval): Add myself.
970
971 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
972
973         * configure: Regenerate.
974         * configure.ac: Add PRU target.
975
976 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
977
978         * MAINTAINERS (Write After Approval): Add myself.
979
980 2019-06-11  Nick Clifton  <nickc@redhat.com>
981
982         Import these changes from the binutils/gdb repository:
983
984         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
985
986         * Makefile.def (dependencies): configure-libctf depends on all-bfd
987         and all its deps.
988         * Makefile.in: Regenerated.
989
990         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
991
992         * Makefile.def (host_modules): Add libctf.
993         * Makefile.def (dependencies): Likewise.
994         libctf depends on zlib, libiberty, and bfd.
995         * Makefile.in: Regenerated.
996         * configure.ac (host_libs): Add libctf.
997         * configure: Regenerated.
998
999 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1000
1001         * MAINTAINERS (Write After Approval): Add myself.
1002
1003 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1004
1005         * MAINTAINERS: Update my email address.
1006
1007 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1008
1009         * MAINTAINERS (Write After Approval): Add myself.
1010
1011 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1012
1013         * MAINTAINERS (Write After Approval): Add myself.
1014
1015 2019-05-07  Jim Wilson  <jimw@sifive.com>
1016
1017         * MAINTAINERS: Remove myself as IA-64 maintainer.
1018
1019 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1020
1021         * MAINTAINERS (Write After Approval): Add myself.
1022
1023 2019-05-02  Richard Biener  <rguenther@suse.de>
1024
1025         PR bootstrap/85574
1026         * Makefile.tpl (compare target): Also compare extra-compare
1027         files.
1028         * Makefile.in: Regenerate.
1029
1030 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1031
1032         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1033         as modulo-scheduler maintainer.
1034
1035 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1036
1037         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1038
1039 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1040
1041         * MAINTAINERS: Update my email address.
1042
1043 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1044
1045         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1046         * configure: Regenerate.
1047
1048 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1049
1050         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1051         * configure: Regenerate.
1052
1053 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1054
1055         * configure.ac: Add target-zlib to target_libraries.
1056         * configure: Regenerate.
1057
1058 2019-04-09  Martin Liska  <mliska@suse.cz>
1059
1060         * Makefile.in: Regenerate.
1061         * Makefile.tpl: Pass GENERATOR_CFLAGS
1062         in all stages.
1063
1064 2019-03-28  Martin Liska  <mliska@suse.cz>
1065
1066         PR bootstrap/89829
1067         * Makefile.in: Revert r254150.
1068         * Makefile.tpl: Likewise.
1069
1070 2019-03-28  Ben Elliston  <bje@gnu.org>
1071
1072         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1073         related, and libdecnumber.
1074
1075 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1076
1077         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1078         (Write After Approval): Remove myself.
1079
1080 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1081
1082         * MAINTAINERS (Write After Approval): Add myself.
1083
1084 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1085
1086         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1087         (Write After Approval): Remove myself and Julian.
1088
1089 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1090
1091         * MAINTAINERS (Write After Approval): Add myself.
1092
1093 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1094
1095         * MAINTAINERS (Write After Approval): Add myself.
1096
1097 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1098
1099         * ChangeLog: Replace space with tab.
1100         * MAINTAINERS: Delete 1 tab to keep alignment.
1101
1102 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1103
1104         * MAINTAINERS (Write After Approval): Add myself.
1105
1106 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1107
1108         * MAINTAINERS (Write After Approval): Add myself.
1109
1110 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1111             Kwok Cheung Yeung  <kcy@codesourcery.com>
1112             Julian Brown  <julian@codesourcery.com>
1113             Tom de Vries  <tom@codesourcery.com>
1114             Jan Hubicka  <hubicka@ucw.cz>
1115             Martin Jambor  <mjambor@suse.cz>
1116
1117         * configure.ac: Likewise.
1118         * configure: Regenerate.
1119         * contrib/config-list.mk: Add amdgcn-amdhsa.
1120
1121 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1122
1123         * MAINTAINERS (Write After Approval): Add myself.
1124
1125 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1126
1127         * MAINTAINERS (Write After Approval): Add myself.
1128
1129 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1130
1131         PR target/88535
1132         * config.guess: Import upstream version 2019-01-03.
1133         * config.sub: Import upstream version 2019-01-01.
1134
1135 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1136
1137         * MAINTAINERS (Write After Approval): Update my maintainer address.
1138
1139 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1140
1141         * MAINTAINERS (Write After Approval): Add myself.
1142
1143 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1144
1145         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1146
1147 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1148
1149         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1150         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1151         (GCC_TARGET_TOOL): Likewise.
1152         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1153         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1154         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1155         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1156         * configure: Regenerate.
1157         * Makefile.in: Likewise.
1158
1159 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1160
1161         * MAINTAINERS (Write After Approval): Add myself.
1162
1163 2018-11-13  Martin Liska  <mliska@suse.cz>
1164
1165         * gcc.target/i386/pr87930.c: Move to ...
1166         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1167
1168 2018-11-10  Stafford Horne  <shorne@gmail.com>
1169
1170         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1171         (Write After Approval): Remove myself.
1172
1173 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1174
1175         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1176         Append $INCICONV to it.
1177
1178 2018-11-04  Stafford Horne  <shorne@gmail.com>
1179
1180         * MAINTAINERS (Write After Approval): Add myself.
1181
1182 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1183
1184         PR bootstrap/82856
1185         * multilib.am: New file.  From automake.
1186
1187         Merge from binutils-gdb:
1188         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1189
1190         * libtool.m4: Use AC_LANG_SOURCE.
1191         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1192         * ar-lib: New file.
1193         * test-driver: New file.
1194         * configure: Re-generate.
1195
1196 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1197
1198         * MAINTAINERS (Write After Approval): Add myself.
1199
1200 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1201
1202         PR bootstrap/87788
1203         PR d/87799
1204         * configure: Rebuild.
1205         * configure.ac: Disable D on systems where it is known not to work.
1206
1207 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1208
1209         * Makefile.def (target_modules): Add libphobos.
1210         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1211         GDCFLAGS_FOR_TARGET.
1212         (dependencies): Make libphobos depend on libatomic, libbacktrace
1213         configure, and zlib configure.
1214         (language): Add language d.
1215         * Makefile.in: Rebuild.
1216         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1217         (HOST_EXPORTS): Add GDC.
1218         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1219         (BASE_TARGET_EXPORTS): Add GDC.
1220         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1221         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1222         (EXTRA_HOST_FLAGS): Add GDC.
1223         (STAGE1_FLAGS_TO_PASS): Add GDC.
1224         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1225         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1226         environment variables.
1227         * configure: Rebuild.
1228         * configure.ac: Add target-libphobos to target_libraries.  Set and
1229         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1230
1231 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1232
1233         * MAINTAINERS (Write After Approval): Add myself.
1234
1235 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1236
1237         * MAINTAINERS (Write After Approval): Remove myself.
1238
1239 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1240
1241         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1242
1243 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1244
1245         * MAINTAINERS: Update my email address.
1246
1247 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1248
1249         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1250         maintainer.
1251
1252 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1253
1254         * MAINTAINERS (Write After Approval): Add self.
1255
1256 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1257
1258         * MAINTAINERS (write after approval): Add myself.
1259
1260 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1261
1262         * MAINTAINERS: Update my email address.
1263
1264 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1265
1266         * MAINTAINERS (write after approval): Add myself.
1267
1268 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1269
1270         * MAINTAINERS: Add self to global reviewers list.
1271
1272 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1273
1274         MAINTAINERS: Add c-sky port maintainers.
1275
1276 2018-08-10  Martin Liska  <mliska@suse.cz>
1277
1278         * MAINTAINERS: Revert change in previous commit and
1279         join lines.
1280
1281 2018-08-10  Martin Liska  <mliska@suse.cz>
1282
1283         * MAINTAINERS: Remove extra line.
1284
1285 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1286
1287         * MAINTAINERS: Update my email address.
1288
1289 2018-07-19  DJ Delorie  <dj@redhat.com>
1290
1291         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1292         as maintainer.
1293
1294 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1295
1296         * MAINTAINERS: Adjust email address for me and my colleague Robin
1297         Dapp.
1298
1299 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1300             Sunil K Pandey  <sunil.k.pandey@intel.com>
1301
1302         PR target/84413
1303         * config/i386/i386.c (m_CORE_AVX512): New.
1304         (m_CORE_AVX2): Likewise.
1305         (m_CORE_ALL): Add m_CORE_AVX2.
1306         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1307         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1308         and remove the rest of m_SKYLAKE_AVX512.
1309
1310 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1311
1312         * config.sub: Sync with upstream version 2018-07-03.
1313
1314 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1315
1316         * config.guess: Sync with upstream version 2018-06-26.
1317         * config.sub: Sync with upstream version 2018-07-02.
1318
1319 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1320
1321         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1322         * ltmain.sh: Likewise.
1323
1324 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1325
1326         * contrib/config-list.mk: Remove powerpc-linux_paired.
1327
1328 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1329
1330         * configure.ac: Introduce support for @unless/@endunless.
1331         * Makefile.tpl (dep-kind): Rewrite with cond; return
1332         postbootstrap in some cases.
1333         (make-postboot-dep, postboot-targets): New.
1334         (dependencies): Do not output postbootstrap dependencies at
1335         first.  Output non-target ones changed for configure to depend
1336         on stage_last @if gcc-bootstrap, and the original deps @unless
1337         gcc-bootstrap.
1338         * configure.in, Makefile.in: Rebuilt.
1339
1340 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1341
1342         * MAINTAINERS (write after approval): Add myself.
1343
1344 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1345
1346         * MAINTAINERS (write after approval): Add myself.
1347
1348 2018-06-19  Nick Clifton  <nickc@redhat.com>
1349
1350         * zlib/configure.ac: Restore old behaviour of only enabling
1351         multilibs when a target subdirectory is defined.  This allows
1352         building with srcdir == builddir.
1353         * zlib/configure: Regenerate.
1354
1355 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1356
1357         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1358         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1359         * Makefile.in: Regenerate.
1360
1361 2018-06-16  Ben Elliston  <bje@gnu.org>
1362
1363         * config.guess: Import latest version.
1364         * config.sub: Likewise.
1365
1366 2018-06-08  Martin Liska  <mliska@suse.cz>
1367
1368         * MAINTAINERS: Remove MPX-related entries.
1369         * Makefile.def: Remove libmpx support.
1370         * Makefile.in: Regenerate.
1371         * configure.ac: Remove removed files.
1372         * configure: Regenerate.
1373         * libmpx/ChangeLog: Remove.
1374         * libmpx/Makefile.am: Remove.
1375         * libmpx/Makefile.in: Remove.
1376         * libmpx/acinclude.m4: Remove.
1377         * libmpx/aclocal.m4: Remove.
1378         * libmpx/config.h.in: Remove.
1379         * libmpx/configure: Remove.
1380         * libmpx/configure.ac: Remove.
1381         * libmpx/configure.tgt: Remove.
1382         * libmpx/libmpx.spec.in: Remove.
1383         * libmpx/mpxrt/Makefile.am: Remove.
1384         * libmpx/mpxrt/Makefile.in: Remove.
1385         * libmpx/mpxrt/libmpx.map: Remove.
1386         * libmpx/mpxrt/libtool-version: Remove.
1387         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1388         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1389         * libmpx/mpxrt/mpxrt.c: Remove.
1390         * libmpx/mpxrt/mpxrt.h: Remove.
1391         * libmpx/mpxwrap/Makefile.am: Remove.
1392         * libmpx/mpxwrap/Makefile.in: Remove.
1393         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1394         * libmpx/mpxwrap/libtool-version: Remove.
1395         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1396
1397 2018-06-04  Martin Liska  <mliska@suse.cz>
1398
1399         * MAINTAINERS: Add myself as gcov maintainer.
1400
1401 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
1402
1403         * MAINTAINERS: Update my email address.
1404
1405 2018-06-04  Tom de Vries  <tdevries@suse.de>
1406
1407         * MAINTAINERS: Remove write-after-approval entries for component
1408         maintainers.
1409
1410 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1411
1412         * MAINTAINERS (write after approval): Add myself.
1413
1414 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
1415
1416         * MAINTAINERS: Update my email address.
1417
1418 2018-06-01  Tom de Vries  <tdevries@suse.de>
1419
1420         * MAINTAINERS: Update my email address.
1421
1422 2018-05-22  Bin Cheng <bin.cheng@arm.com>
1423
1424         * MAINTAINERS (loop-optimizer): Add myself.
1425
1426 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1427
1428         * configure.ac: Added "nfp" target.
1429         * configure: Regenerate.
1430
1431 2018-04-30  Richard Biener  <rguenther@suse.de>
1432
1433         PR bootstrap/85571
1434         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1435         (STAGE3_TFLAGS): Likewise.
1436         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1437         (STAGEtrain_TFLAGS): Likewise.
1438         * Makefile.in: Regenerate.
1439
1440 2018-04-26  Richard Biener  <rguenther@suse.de>
1441
1442         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1443         (STAGE2_CFLAGS): Likewise.
1444         (STAGE2_TFLAGS): Likewise.
1445         (STAGE3_CFLAGS): Add -fchecking.
1446         (STAGE3_TFLAGS): Likewise.
1447         (STAGEtrain_CFLAGS): Filter out -fchecking.
1448         (STAGEtrain_TFLAGS): Likewise.
1449         * Makefile.in: Re-generate.
1450
1451 2018-04-25  Catherine Moore <clm@codesourcery.com>
1452
1453         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1454
1455 2018-04-18  Paul Clarke  <pc@us.ibm.com>
1456
1457         * MAINTAINERS (write after approval): Add myself.
1458
1459 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1460
1461         * MAINTAINERS: Update my email address.
1462
1463 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1464
1465         * MAINTAINERS: Remove redundant Write-After-Approval entry.
1466
1467 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1468
1469         * MAINTAINERS: Update my email address and disambiguate myself
1470         a bit from Will Schmidt.
1471
1472 2018-03-21  Nathan Sidwell  <nathan@acm.org>
1473
1474         * MAINTAINERS: Move maintainers of now-removed picochip and score
1475         ports to write after approval.
1476
1477 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1478
1479         * MAINTAINERS: Add entry for SVE maintainership.
1480
1481 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1482
1483         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1484         * configure: Regenerate.
1485
1486 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1487
1488         * MAINTAINERS (write after approval): Add myself.
1489
1490 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1491
1492         * MAINTAINERS (write after approval): Add myself.
1493
1494 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1495
1496         * MAINTAINERS (write after approval): Add myself.
1497
1498 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1499
1500         Update copyright years.
1501
1502 2018-01-03  Ben Elliston  <bje@gnu.org>
1503
1504         * config.guess: Import latest version.
1505         * config.sub: Likewise.
1506
1507 2017-12-12  Stafford Horne  <shorne@gmail.com>
1508
1509         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1510         * configure: Regenerate.
1511
1512 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
1513
1514         * MAINTAINERS (Write After Approval): Add myself.
1515
1516 2017-11-28  Julia Koval  <julia.koval@intel.com>
1517             Sebastian Peryt  <sebastian.peryt@intel.com>
1518
1519         * Makefile.def (target_modules): Remove libcilkrts.
1520         * Makefile.in: Ditto.
1521         * configure: Ditto.
1522         * configure.ac: Ditto.
1523
1524 2017-11-28  Julia Koval  <julia.koval@intel.com>
1525
1526         * MAINTAINERS (Write After Approval): Add myself.
1527
1528 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
1529
1530         * MAINTAINERS (Write After Approval): Add myself.
1531
1532 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
1533
1534         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1535         Use my SiFive email address.
1536
1537 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
1538
1539         * MAINTAINERS (write after approval): Add myself.
1540
1541 2017-10-27  Martin Liska  <mliska@suse.cz>
1542
1543         * Makefile.tpl: Use proper name of folder as it was renamed
1544         during transition to 4 stages.
1545         * Makefile.in: Regenerate.
1546
1547 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1548
1549         * MAINTAINERS (write after approval): Add myself.
1550
1551 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
1552
1553         * MAINTAINERS: Add a note that maintainership also includes web
1554         pages, docs, and testsuite related to that area.
1555
1556 2017-09-25  Tom de Vries  <tom@codesourcery.com>
1557
1558         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1559
1560 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
1561
1562         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1563
1564 2017-09-15  Nathan Sidwell  <nathan@acm.org>
1565
1566         * MAINTAINERS: Remove myself as a vxworks maintainer.
1567
1568 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
1569
1570         * MAINTAINERS: Remove email address of Jim Norris.
1571
1572 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1573
1574         * MAINTAINERS (Reviewers): Move myself from here...
1575         (CPU Port Maintainers): ... to here.
1576
1577 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1578
1579         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1580
1581 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1582
1583         * MAINTAINERS (write after approval): Add myself.
1584
1585 2017-07-28  Tony Reix  <tony.reix@atos.net>
1586
1587         * configure.ac (target-libffi): Don't disable for AIX.
1588         (go): Don't add to unsupported_languages on AIX.
1589         (target-libgo): Don't disable for AIX.
1590         * configure: Regenerate.
1591
1592 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
1593
1594         * MAINTAINERS: Add myself.
1595
1596 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1597
1598         * MAINTAINERS: Update my email address.
1599
1600 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1601
1602         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1603         arm-specific auto-generated header files.
1604
1605 2017-07-03  Nathan Sidwell  <nathan@acm.org>
1606
1607         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1608         * configure: Rebuilt.
1609
1610 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
1611
1612         * MAINTAINERS: Readd myself for c6x.
1613
1614 2017-06-28  Martin Liska  <mliska@suse.cz>
1615
1616         PR bootstrap/81217
1617         * Makefile.def: Remove superfluous bootstrap_target from
1618         bootstrap_stage.
1619         * Makefile.in: Re-generate the file.
1620
1621 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
1622
1623         * MAINTAINERS: Add myself to Write After Approval
1624
1625 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
1626
1627         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1628
1629 2017-06-19  Martin Liska  <mliska@suse.cz>
1630
1631         * Makefile.def: Define 4 stages PGO bootstrap.
1632         * Makefile.tpl: Define FLAGS.
1633         * Makefile.in: Regenerate.
1634
1635 2017-06-14  Ian Lance Taylor  <iant@golang.org>
1636
1637         * Makefile.def: Add check-gotools to go check targets.
1638         * Makefile.in: Rebuild.
1639
1640 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
1641
1642         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1643
1644 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
1645
1646         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1647         * configure: Regenerate.
1648
1649 2017-05-31  Martin Liska  <mliska@suse.cz>
1650
1651         * configure.ac: Add handling of stage2_werror_flags to
1652         action-if-given and to action-if-not-given.
1653         * configure: Regenerate.
1654
1655 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1656
1657         * MAINTAINERS: Add self to Write After Approval
1658
1659 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
1660
1661         * MAINTAINERS: Update my email address, and remove myself as
1662         maintainer in some areas.
1663
1664 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1665
1666         * MAINTAINERS: Add self to Write After Approval
1667
1668 2017-05-25  Nathan Sidwell  <nathan@acm.org>
1669
1670         * configure.ac: Add --enable-languages=default to mean default and
1671         make --enable-languages=all mean all supported languages.
1672         * configure: Regenerated.
1673
1674 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1675
1676         * config.gcc (powerpc*-*-*spe*): New.
1677         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1678         (powerpc-*-rtems*spe*): New.
1679         (powerpc*-*-linux*spe*): New.
1680         (powerpc-wrs-vxworksspe): New.
1681         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1682         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1683         * config.host (powerpc*-*-*spe*): New.
1684
1685 2017-05-19  Martin Liska  <mliska@suse.cz>
1686
1687         * configure.ac: Add --enable-werror-always just for
1688         bootstrap-debug (or none build config) and do not add it
1689         when we are on a release branch.
1690         * configure: Regenerated.
1691
1692 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1693
1694         * MAINTAINERS: Add self to Write After Approval
1695
1696 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1697
1698         * MAINTAINERS: Move myself to Write After Approval section.
1699
1700 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1701
1702         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1703         ACCH registers.
1704         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1705         available.
1706         (umulsidi3): Likewise.
1707         (mulsidi3_700): Disable this pattern when we have advanced mpy
1708         instructions.
1709         (umulsidi3_700): Likewise.
1710         (maddsidi4): New pattern.
1711         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1712         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1713         (mpydu_imm_arcv2hs): Likewise.
1714         * config/arc/predicates.md (accl_operand): New predicate.
1715
1716 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1717             Andrew Burgess <andrew.burgess@embecosm.com>
1718
1719         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1720         case.
1721         (ARC_AUTOFP_IRQ_P): Likewise.
1722         (ARC_AUTO_IRQ_P): Likewise.
1723         (rgf_banked_register_count): New variable.
1724         (parse_mrgf_banked_regs_option): New function.
1725         (arc_override_options): Handle rgf_banked_regs option.
1726         (arc_handle_interrupt_attribute): Add firq option.
1727         (arc_compute_function_type): Return fast irq type when required.
1728         (arc_must_save_register): Handle fast interrupts.
1729         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1730         (arc_return_address_regs): Update.
1731         * config/arc/arc.h (arc_return_address_regs): Update.
1732         (arc_function_type): Add fast interrupt type.
1733         (ARC_INTERRUPT_P): Update.
1734         (RC_FAST_INTERRUPT_P): Define.
1735         * config/arc/arc.md (simple_return): Update for fast interrupts.
1736         (p_return_i): Likewise.
1737         * config/arc/arc.opt (mrgf-banked-regs): New option.
1738         * doc/invoke.texi (mrgf-banked-regs): Document.
1739
1740 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1741
1742         * config/arc/arc.c (irq_ctrl_saved): New variable.
1743         (ARC_AUTOBLINK_IRQ_P): Define.
1744         (ARC_AUTOFP_IRQ_P): Likewise.
1745         (ARC_AUTO_IRQ_P): Likewise.
1746         (irq_range): New function.
1747         (arc_must_save_register): Likewise.
1748         (arc_must_save_return_addr): Likewise.
1749         (arc_dwarf_emit_irq_save_regs): Likewise.
1750         (arc_override_options): Handle deferred options.
1751         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1752         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1753         arc_must_save_return_addr.
1754         (arc_compute_frame_size): Handle automated save and restore of
1755         registers.
1756         (arc_expand_prologue): Likewise.
1757         (arc_expand_epilogue): Likewise.
1758         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1759         * config/arc/arc.opt (mirq-ctrl-saved): New option.
1760         * doc/invoke.texi (mirq-ctrl-saved): Document option.
1761
1762 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1763         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1764
1765         PR bootstrap/77661
1766         * Makefile.def: Don't pass --enable-maintainer-mode on to an
1767         in-tree build MPC.
1768         * Makefile.in: Regenerate.
1769
1770 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1771
1772         * configure.ac: Enable LTO by default on darwin >= 9.
1773         * configure: Regenerate.
1774
1775 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1776
1777         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1778         and Andrew Waterman as the RISC-V maintainers.
1779
1780 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1781
1782         * MAINTAINERS: Add self to Write After Approval
1783
1784 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1785
1786         * config.guess: Import latest from upstream.
1787
1788 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1789
1790         * MAINTAINERS (Write After Approval): Remove entries that are
1791         already covered under Reviewers.
1792
1793 2017-03-08  Mark Wielaard  <mark@klomp.org>
1794
1795         PR demangler/70909
1796         PR demangler/67264
1797         * include/demangle.h: Add d_printing to struct demangle_component
1798         and pass struct demangle_component as non const.
1799
1800 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1801
1802         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1803
1804 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1805
1806         * Makefile.tpl: Remove HOST_ISLVER.
1807         (HOST_EXPORTS): Remove ISLVER.
1808         * Makefile.in: Regenerate.
1809
1810 2017-02-13  Richard Biener  <rguenther@suse.de>
1811
1812         * configure: Re-generate.
1813
1814 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1815
1816         * MAINTAINERS: Adjust bug reporting URL.
1817
1818 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1819
1820         * MAINTAINERS (Write After Approval): Remove redundant entry
1821         for Andrew Burgess.
1822
1823 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1824
1825         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1826         32-bit hppa*-*-hpux*.
1827         * configure: Regenerate.
1828
1829 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1830
1831         * configure.ac: Moved the white list of enabling BRIG FE to
1832         libhsail-rt/configure.tgt.
1833         * configure: Regenerated.
1834         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1835
1836 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1837             Martin Jambor  <mjambor@suse.cz>
1838
1839         * Makefile.def (target_modules): Added libhsail-rt.
1840         (languages): Added language brig.
1841         * Makefile.in: Regenerated.
1842         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1843         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1844         * configure: Regenerated.
1845
1846 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
1847
1848         PR other/79046
1849         * configure: Regenerated.
1850
1851 2017-01-04  Alan Modra  <amodra@gmail.com>
1852
1853         * configure: Regenerate.
1854
1855 2016-12-29  Ben Elliston  <bje@gnu.org>
1856
1857         * config.sub: Import latest version.
1858
1859 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1860
1861         * MAINTAINERS (Write After Approval): Add myself.
1862
1863 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
1864
1865         * configure.ac: Don't bootstrap libmpx unless --with-build-config
1866         includes bootstrap-mpx.
1867         * configure: Regenerated.
1868
1869 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1870
1871         * MAINTAINERS (Write After Approval): Add myself.
1872
1873 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1874
1875         * configure: Regenerate.
1876
1877 2016-12-01  Matthias Klose  <doko@ubuntu.com>
1878
1879         * configure.ac: Don't use pkg-config to check for bdw-gc.
1880         * configure: Regenerate.
1881
1882 2016-11-30  Matthias Klose  <doko@ubuntu.com>
1883
1884         * Makefile.def: Remove reference to boehm-gc target module.
1885         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1886         options and for the bdw-gc pkg-config module.
1887         * configure: Regenerate.
1888         * Makefile.in: Regenerate.
1889
1890 2016-11-28  Nathan Sidwell  <nathan@acm.org>
1891
1892         * MAINTAINERS (nvptx): Remove self.
1893
1894 2016-11-25  Ben Elliston  <bje@gnu.org>
1895
1896         * config.guess: Import latest version.
1897         * config.sub: Likewise.
1898
1899 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1900
1901         * MAINTAINERS (Write After Approval): Add myself.
1902
1903 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1904
1905         * Makefile.def: Remove references to GCJ.
1906         * Makefile.tpl: Likewise.
1907         * Makefile.in: Regenerate.
1908
1909 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1910
1911         * config-ml.in: Remove references to GCJ.
1912         * configure.ac: Likewise.
1913         * configure: Regenerate.
1914
1915 2016-11-01  Josh Conner  <joshconner@google.com>
1916
1917         * MAINTAINERS (Write After Approval): Update email address,
1918
1919 2016-10-27  Carl Love  <cel@us.ibm.com>
1920
1921         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1922         Approval list to make it alphabetical.
1923
1924 2016-10-27  Carl Love  <cel@us.ibm.com>
1925
1926         * MAINTAINERS (Write After Approval): Add myself.
1927
1928 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1929
1930         * MAINTAINERS (Reviewers): Add myself.
1931         (Write After Approval): Add myself.
1932
1933 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1934             Ulrich Weigand  <uweigand@de.ibm.com>
1935
1936         * MAINTAINERS: Update email address.
1937
1938 2016-10-10  Nathan Sidwell  <nathan@acm.org>
1939
1940         * MAINTAINERS: Update email address.
1941
1942 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1943
1944         * configure.ac: Add aarch64-*-freebsd*.
1945         * configure: Regenerate.
1946
1947 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1948
1949         * MAINTAINERS: Update email address after it got reverted.
1950
1951 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1952
1953         * configure.ac (target_libraries): Readd target-boehm-gc.
1954         Restore --enable-objc-gc handling.
1955         * configure: Regenerate.
1956
1957 2015-10-03  Jeff Law  <law@redhat.com>
1958
1959         * MAINTAINERS: Move several inactive maintainers to the
1960         write-after-approval section.
1961
1962 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
1963
1964         * configure.ac: Add target-libffi to target_libraries.
1965         Readd libgcj target disablings, modified to only target-libffi.
1966         Readd target addition of go to unsupported languages.
1967         * configure: Regenerated.
1968
1969 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
1970
1971         * MAINTAINERS: Update email address.
1972
1973 2016-09-30  Andrew Haley  <aph@redhat.com>
1974
1975         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1976         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
1977         libgcj.
1978
1979 2016-09-30  Andrew Haley  <aph@redhat.com>
1980
1981         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1982         write-after approval after GCJ deletion.
1983
1984 2016-09-30  Andrew Haley  <aph@redhat.com>
1985
1986         * Makefile.def: Remove libjava.
1987         * Makefile.tpl: Likewise.
1988         * Makefile.in: Regenerate.
1989         * configure.ac: Likewise.
1990         * configure: Likewise.
1991         * gcc/java: Remove.
1992         * libjava: Likewise.
1993
1994 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
1995
1996         * MAINTAINERS (Reviewers): Add myself.
1997
1998 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
1999
2000         * configure.ac: Disable "sim" directory for arc*-*-*.
2001         * configure: Regenerated.
2002
2003 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2004
2005         * MAINTAINERS (Write After Approval): Add myself.
2006
2007 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2008
2009         * configure.ac: Check for the minimum in-tree MPFR version
2010         handled.
2011         * configure: Regenerate.
2012
2013 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2014
2015         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2016         * configure: Regenerated.
2017
2018 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2019
2020         * MAINTAINERS (Write After Approval): Add myself.
2021
2022 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2023
2024         * Makefile.def: Add autoprofiledbootstrap.
2025         * Makefile.tpl: Dito.
2026         * Makefile.in: Regenerate.
2027
2028 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2029
2030     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2031     * configure: Regenerate.
2032
2033 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2034
2035         * configure: Regenerate.
2036         * configure.ac: Remove support for avr-rtems.
2037
2038 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2039
2040         * MAINTAINERS (Write After Approval): Add myself.
2041
2042 2016-06-16  Michael Collison  <michael.collison@arm.com>
2043
2044         * MAINTAINERS (Write After Approval): Add myself.
2045
2046 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2047
2048         * MAINTAINERS (Write After Approval): Update e-mail address.
2049
2050 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2051
2052         * MAINTAINERS (Write After Approval): Add myself.
2053
2054 2016-05-28  Alan Modra  <amodra@gmail.com>
2055
2056         * Makefile.tpl (configure): Depend on m4 files included.
2057         * Makefile.in: Regenerate.
2058
2059 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2060
2061         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2062         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2063
2064 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2065
2066         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2067         special case builtin.
2068         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2069         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2070         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2071         for __builtin_vec_addec.
2072
2073 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2074
2075         * config.guess: Import version 2016-04-02 (newest).
2076         * config.sub: Import version 2016-05-10 (newest).
2077
2078 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2079
2080         * configure.ac: Add ARC support to libgloss.
2081         * configure: Regenerate
2082
2083 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2084
2085         * MAINTAINERS (Write After Approval): Add myself.
2086
2087 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2088
2089         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2090         * configure: Regenerated.
2091         * Makefile.def (gmp): Explicitly disable assembler.
2092         (mpfr): Adjust lib_path.
2093         (mpc): Likewise.
2094         * Makefile.in: Regenerated.
2095
2096 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2097
2098         PR bootstrap/70704
2099         * configure.ac (--enable-stage1-checking): Add missing
2100         --enable-checking=.
2101         * configure: Regenerated.
2102
2103 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2104
2105         * config.guess: Revert r235676.
2106         * config.sub: Revert r235676.
2107
2108 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2109
2110         * config.guess: Remove SH5 support.
2111         * config.sub: Likewise.
2112         * configure: Likewise.
2113         * configure.ac: Likewise.
2114
2115 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2116
2117         PR bootstrap/70704
2118         * configure.ac (--enable-stage1-checking): For --disable-checking or
2119         implicit --enable-checking, make sure extra flag matches in between
2120         stage1 and later checking.
2121         * configure: Regenerated.
2122
2123 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2124
2125         * .gitattributes: New file.
2126
2127 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2128
2129         * MAINTAINERS (rs6000/powerpc port): Add myself.
2130
2131 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2132
2133         PR bootstrap/70173
2134         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2135         and gotools directories.  Delete the stage_final file.
2136         * Makefile.in: Regenerate.
2137
2138 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2139
2140         * MAINTAINERS (Write After Approval): Add myself.
2141
2142 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2143
2144         * MAINTAINERS (Fortran maintainer): Remove myself.
2145
2146 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2147
2148         * MAINTAINERS (Write After Approval): Add myself.
2149
2150 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2151
2152         * MAINTAINERS (Write After Approval): Add myself.
2153
2154 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2155
2156         Sync with binutils-gdb:
2157
2158         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2159
2160         * configure.ac: Add mips and s390 to the gold target check.
2161         * configure: Regenerate.
2162
2163 2016-03-01  DJ Delorie  <dj@redhat.com>
2164
2165         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2166
2167 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2168
2169         * MAINTAINERS (libcpp): Add myself.
2170         (diagnostic messages): Likewise.
2171
2172 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2173
2174         * MAINTAINERS: Fix whitespace.
2175
2176 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2177
2178         * MAINTAINERS (Write After Approval): Add myself.
2179
2180 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2181
2182         * config/isl.m4: Add comments about isl-0.16.
2183         * configure: Regenerate.
2184
2185 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2186
2187         * MAINTAINERS (hsa maintainers): Add myself.
2188
2189 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2190
2191         * MAINTAINERS: (Write After Approval): Add myself.
2192
2193 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2194             Sebastian Pop  <s.pop@samsung.com>
2195
2196         * Makefile.in: Regenerate.
2197         * Makefile.tpl: Export ISLVER.
2198         * configure: Regenerate.
2199         * config/isl.m4: Detect isl-0.15.
2200
2201 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2202
2203         PR bootstrap/69329
2204         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2205         * Makefile.in: Regenerate.
2206
2207 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2208
2209         * configure.ac: Enable LTO for DJGPP
2210         * configure: Regenerate
2211
2212 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2213
2214         Sync with binutils-gdb:
2215         2015-10-21  Nick Clifton  <nickc@redhat.com>
2216
2217         PR gas/19109
2218         * configure.ac: Note the 'none' is an acceptable argument to
2219         --enable-compressed-debug-sections.
2220         * configure: Regenerate.
2221
2222 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2223
2224         PR bootstrap/69134
2225         * Makefile.def (mpfr): Disable assembler.
2226         * Makefile.in: Regenerate.
2227
2228 2016-01-01  Ben Elliston  <bje@gnu.org>
2229
2230         * config.guess: Import version 2016-01-01.
2231         * config.sub: Likewise.
2232
2233 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2234
2235         * MAINTAINERS (Write After Approval): Add myself.
2236
2237 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2238
2239         * Makefile.in: Replace ISL with isl.
2240         * Makefile.tpl: Same.
2241         * config/isl.m4: Same.
2242         * configure.ac: Same.
2243         * contrib/download_prerequisites: Same.
2244         * configure: Regenerate.
2245
2246 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2247
2248         * MAINTAINERS (Write After Approval): Add Myself.
2249
2250 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2251
2252         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2253         * configure: Regenerate.
2254
2255 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2256             Sebastian Pop  <s.pop@samsung.com>
2257
2258         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2259         isl_ctx_get_max_operations.
2260         * configure: Regenerate.
2261
2262 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2263
2264         * MAINTAINERS (Write After Approval): Add myself.
2265
2266 2015-12-02  Ian Lance Taylor  <iant@google.com>
2267
2268         PR go/66147
2269         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2270         * Makefile.in: Regenerate.
2271
2272 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2273
2274         PR libffi/65726
2275         * Makefile.def (lang_env_dependencies): Make libffi depend
2276         on cxx.
2277         * Makefile.in: Regenerate.
2278
2279 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2280
2281         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2282         symbols.
2283
2284 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2285
2286         Sync with binutils-gdb:
2287         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2288
2289         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2290         * configure: Regenerate.
2291
2292 2015-11-19  Martin Liska  <mliska@suse.cz>
2293
2294         * .gitignore: Add .clang-format to ignored files.
2295         * Makefile.in: Add clang-format.
2296         * Makefile.tpl: Likewise.
2297
2298 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2299
2300         * configure.ac: Enable libmpx by default.
2301         * configure: Regenerated.
2302
2303 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2304
2305         * MAINTAINERS: Update email address.
2306
2307 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2308
2309         * MAINTAINERS: Update email address.
2310
2311 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2312
2313         * MAINTAINERS  (Write After Approval): Add myself.
2314
2315 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2316
2317         Sync with binutils-gdb:
2318         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2319
2320         PR gas/19109
2321         * configure.ac: Add
2322         --enable-compressed-debug-sections={all,gas,gold,ld}.
2323         * configure: Regenerated.
2324
2325 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2326
2327         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2328
2329 2015-10-09  Martin Liska  <mliska@suse.cz>
2330
2331         * MAINTAINERS (Write After Approval): Add myself.
2332
2333 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2334
2335         * MAINTAINERS (Write After Approval): Add myself.
2336
2337 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2338
2339         * MAINTAINERS: Update email address.
2340
2341 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2342
2343         * MAINTAINERS  (Write After Approval): Add myself.
2344
2345 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2346
2347         * MAINTAINERS: Update email.
2348
2349 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2350
2351         * MAINTAINERS: Update my email address.
2352
2353 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2354
2355         * MAINTAINERS (ft32 port): Add myself.
2356
2357 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2358
2359         * MAINTAINERS: Add myself.
2360
2361 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2362
2363         * MAINTAINERS (Write After Approval): Add myself.
2364
2365 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2366
2367         PR libfortran/54572
2368         * Makefile.def: Make libgfortran depend on libbacktrace.
2369         * Makefile.in: Regenerate.
2370
2371 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2372
2373         * MAINTAINERS (Write After Approval): Add myself.
2374
2375 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2376
2377         PR other/67092
2378         * configure.ac: Remove --with_host_libstdcxx support.
2379         * configure: Regenerate.
2380
2381 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2382             Jakub Jelinek  <jakub@redhat.com>
2383
2384         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2385         nvptx*-*-*.
2386         * configure: Regenerate.
2387
2388 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2389
2390         * Makefile.def (libiconv): Define bootstrap=true.
2391         Mark pdf/html/info as missing.
2392         (configure-gcc): Depend on all-libiconv.
2393         (all-gcc): Ditto.
2394         (configure-libcpp): Ditto.
2395         (all-libcpp): Ditto.
2396         (configure-intl): Ditto.
2397         (all-intl): Ditto.
2398         * Makefile.in: Regenerate.
2399
2400 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
2401
2402         * MAINTAINERS (loop ivopts): Add the entry and myself.
2403
2404 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2405
2406         * MAINTAINERS (nvptx): Add self.
2407
2408 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2409
2410         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2411         128-bit vector modes.
2412
2413 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2414
2415         * MAINTAINERS (Write After Approval): Add myself.
2416
2417 2015-07-28  Ben Elliston  <bje@gnu.org>
2418
2419         * config.sub, config.guess: Import from upstream.
2420
2421 2015-07-24  Michael Darling  <darlingm@gmail.com>
2422
2423         PR other/66259
2424         * config-ml.in: Reflects renaming of configure.in to configure.ac
2425         * configure: Likewise
2426         * configure.ac: Likewise
2427
2428 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2429
2430         * MAINTAINERS: Update my email address.
2431
2432 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2433
2434         Sync with binutils-gdb:
2435         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2436
2437         * configure.ac (target_configdirs): Exclude target-zlib if
2438         target-libjava isn't built.
2439         * configure: Regenerated.
2440
2441 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2442
2443         Sync with binutils-gdb:
2444         2015-05-13  John David Anglin  <dave.anglin@bell.net>
2445
2446         * configure.ac: Disable configuration of GDB for HPUX targets.
2447         * configure: Regenerate.
2448
2449         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2450
2451         * configure.ac: Add --with-system-zlib.
2452         * configure: Regenerated.
2453
2454         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2455
2456         * configure.ac: Add FT32 support.
2457         * configure: Regenerate.
2458
2459         2015-01-12  Anthony Green  <green@moxielogic.com>
2460
2461         * configure.ac: Don't disable gprof for moxie.
2462         * configure: Rebuild.
2463
2464 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2465
2466         Sync with binutils-gdb:
2467         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2468
2469         PR ld/18355
2470         * Makefile.def: Add extra_configure_flags to host zlib.
2471         * configure.ac (extra_host_zlib_configure_flags): New.  Set
2472         to --enable-host-shared When bfd is to be built as shared
2473         library.  AC_SUBST.
2474         * Makefile.in: Regenerated.
2475
2476 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2477
2478         Sync with src:
2479         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2480         * Makefile.def (dependencies): Add all-zlib to all-bfd.
2481         * Makefile.in: Regenerated.
2482
2483 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2484
2485         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2486         target.
2487         * configure: Regenerate.
2488
2489 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
2490
2491         * MAINTAINERS (Write After Approval): Add myself.
2492
2493 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2494
2495         * MAINTAINERS (OS Port Maintainers): Add myself.
2496         (Various Maintainers): Remove myself from libffi testsuite.
2497
2498 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2499
2500         * MAINTAINERS (gen* on machine desc): Add self.
2501
2502 2015-06-02  Jason Merrill  <jason@redhat.com>
2503
2504         PR bootstrap/66319
2505         * configure.ac: Use -std=gnu++98.
2506
2507 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2508
2509         * MAINTAINERS (Write After Approval): Add myself.
2510
2511 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
2512
2513         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2514         * configure: Regenerate.
2515
2516 2015-05-26  Jason Merrill  <jason@redhat.com>
2517
2518         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2519         * configure: Regenerate.
2520
2521 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2522
2523         * configure.ac: FT32 target added.
2524         * configure: Regenerated.
2525
2526 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2527
2528         * MAINTAINERS (Write After Approval): Add myself.
2529
2530 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2531
2532         * MAINTAINERS (Write After Approval): Add myself.
2533
2534 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2535
2536         * configure.ac: Fix typo.
2537         * configure: Regenerate.
2538
2539 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
2540
2541         * MAINTAINERS (Write After Approval): Add myself.
2542
2543 2015-05-03  Matthias Klose  <doko@ubuntu.com>
2544
2545         * configure.ac: Match $host configured with triplets.
2546         * configure: Regenerate.
2547
2548 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2549
2550         * Makefile.tpl: Remove surplus whitespace throughout.
2551         * Makefile.in: Regenerate.
2552
2553 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
2554
2555         * MAINTAINERS (Various Maintainers): Add myself as instruction
2556         combiner maintainer.
2557
2558 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
2559
2560         PR bootstrap/62077
2561         * configure.ac (--enable-stage1-checking): Default to
2562         release,misc,gimple,rtlflag,tree,types if --disable-checking
2563         or --enable-checking is not specified and DEV-PHASE is not
2564         experimental.
2565         * configure: Regenerated.
2566
2567 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
2568
2569         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2570         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2571         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2572         * Makefile.in: Regenerate.
2573
2574 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
2575
2576         * MAINTAINERS: Update my email address.
2577
2578 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
2579
2580         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2581
2582 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2583
2584         * MAINTAINERS: Add myself as an arm port reviewer.
2585
2586 2015-03-25  Martin Liska  <mliska@suse.cz>
2587             Yury Gribov  <y.gribov@samsung.com>
2588
2589         * Makefile.in: Fix ln source location for vimrc file.
2590         * Makefile.tpl: Likewise.
2591
2592 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
2593
2594         PR bootstrap/25672
2595         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2596         cross-compiling.  Similarly for CXX_FOR_TARGET.
2597         * configure: Regenerate.
2598
2599 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
2600
2601         * Makefile.def: Add libmpx.
2602         * configure.ac: Add libmpx.
2603         * Makefile.in: Regenerate.
2604         * configure: Regenerate.
2605
2606 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
2607
2608         * MAINTAINERS (CPU Port Maintainers): Add myself
2609         i386 vector ISA extns mantainer.
2610
2611 2015-03-13  Jeff Law  <law@redhat.com>
2612
2613         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2614         maintainer.
2615         Remove Richard Henderson as a maintainer for the x86 port.
2616
2617 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
2618
2619         * MAINTAINERS (CPU Port Maintainers): Update my email address.
2620
2621 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
2622
2623         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2624         pointer bounds checker and i386 MPX maintainer.
2625
2626 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
2627
2628         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2629
2630 2015-02-26  Martin Sebor  <msebor@redhat.com>
2631
2632         * MAINTAINERS (Various Maintainers): Add self.
2633
2634 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2635
2636         * configure.ac [--enable-as-accelerator-for] (enable_languages):
2637         Make sure it contains lto.
2638         * configure: Regenerate.
2639
2640 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
2641
2642         * configure: Regenerate.
2643
2644 2015-02-06  Diego Novillo  <dnovillo@google.com>
2645 1
2646         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2647         middle-end, docstring): Remove myself.
2648         (Write After Approval): Add myself.
2649
2650 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
2651
2652         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2653         (Write After Approval): Update address.
2654
2655 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
2656
2657         PR jit/64780
2658         * configure.ac: Require the user to explicitly specify
2659         --enable-host-shared if the jit is enabled.
2660         * configure: Regenerate.
2661
2662 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2663
2664         * MAINTAINERS (Write After Approval): Add myself.
2665
2666 2015-01-25  Tom de Vries  <tom@codesourcery.com>
2667
2668         * MAINTAINERS: Make whitespace consistent.
2669
2670 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2671
2672         * MAINTAINERS (Write After Approval): Add myself.
2673
2674 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
2675
2676         * MAINTAINERS: (Write After Approval): Add myself.
2677
2678 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2679
2680         * MAINTAINERS: (Write After Approval): Add myself.
2681
2682 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2683
2684         * MAINTAINERS: (Write After Approval): Add myself.
2685
2686 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
2687
2688         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2689         objective-c/c++ front end maintainer.
2690
2691 2015-01-13  Marek Polacek  <polacek@redhat.com>
2692
2693         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2694
2695 2015-01-12  Jeff Law  <law@redhat.com>
2696
2697         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2698         a very long time.
2699
2700 2015-01-09  Ian Lance Taylor  <iant@google.com>
2701
2702         * configure.ac (host_tools): Add gotools.
2703         * Makefile.def (host_modules): Add gotools.
2704         (dependencies): Add dependency of all-gotools on all-target-libgo.
2705
2706 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2707
2708         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2709         * configure: Regenerate.
2710
2711 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2712
2713         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2714         all-target-libgomp.
2715         * Makefile.in: Regenerate.
2716
2717 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2718
2719         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2720
2721 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2722
2723         * configure.ac: Add Visium support.
2724         * configure: Regenerate.
2725
2726 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2727
2728         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2729         * configure: Regenerate.
2730
2731 2015-01-03  Andrew Pinski  <apinski@cavium.com>
2732
2733         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2734         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2735         (BASE_TARGET_EXPORTS): Add OBJCOPY.
2736         (OBJCOPY_FOR_TARGET): New variable.
2737         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2738         * Makefile.in: Regenerate.
2739         * configure.ac: Check for already installed target objcopy.
2740         Also GCC_TARGET_TOOL on objcopy.
2741         * configure: Regenerate.
2742
2743 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2744
2745         * config.sub: Update from upstream, to 2015-01-01 version.
2746         * config.guess: Ditto.
2747
2748 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2749
2750         * MAINTAINERS (RTEMS Ports): Add myself.
2751
2752 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2753
2754         * MAINTAINERS (Write After Approval): Add myself.
2755
2756 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2757
2758         * MAINTAINERS (Write After Approval): Add myself.
2759
2760 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2761
2762         * configure.ac (--enable-as-accelerator-for): Don't set
2763         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2764         * configure: Regenerate.
2765
2766 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
2767
2768         PR bootstrap/64023
2769         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2770         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2771         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2772         to CXX.
2773         * Makefile.in: Regenerated.
2774
2775 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2776             Yury Gribov  <y.gribov@samsung.com>
2777
2778         * .gitignore: Added .local.vimrc and .lvimrc.
2779         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2780         * Makefile.in: Regenerate.
2781
2782 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2783
2784         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2785         * configure: Regenerated.
2786
2787 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2788
2789         * MAINTAINERS (nvptx port): New entry.
2790
2791 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2792
2793         * configure: Regenerate.
2794
2795 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2796
2797         * configure.ac: Merge with Binutils.
2798
2799 2014-11-26  Tobias Burnus  <burnus@net-b.de>
2800
2801         * Makefile.def: Make more dependent on mpfr, mpc and isl.
2802         * Makefile.in: Regenerate.
2803
2804 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2805
2806         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2807         missing flex.
2808         * Makefile.in: Regenerated.
2809
2810 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2811
2812         * Makefile.in: Regenerate.
2813
2814 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2815
2816         PR bootstrap/63784
2817         * libtool.m4: Add $pic_flag with -shared.
2818
2819 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
2820
2821         * MAINTAINERS (Write After Approval): Added myself.
2822
2823 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2824
2825         * MAINTAINERS (write-after-approval): Add myself.
2826
2827 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2828
2829         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2830         from 2 years ago.
2831
2832 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2833
2834         Revert:
2835         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2836
2837         * MAINTAINERS (Write After Approval): Added myself as line map
2838         maintainer.
2839
2840 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2841
2842         Revert:
2843         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2844
2845         * MAINTAINERS (Write After Approval): Added myself.
2846
2847 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2848
2849         * MAINTAINERS (Write After Approval): Added myself.
2850
2851 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2852
2853         * MAINTAINERS (Write After Approval): Added myself as line map
2854         maintainer.
2855
2856 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
2857
2858         * MAINTAINERS (Various Maintainers): Added myself as line map
2859         maintainer.
2860
2861 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2862
2863         * move-if-change: Sync from upstream gnulib.
2864
2865 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2866
2867         * compile: Sync with upstream Automake.
2868         * depcomp: Ditto.
2869         * install-sh: Ditto.
2870         * missing: Ditto.
2871         * mkinstalldirs: Ditto.
2872         * ylwrap: Ditto.
2873
2874 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2875
2876         * config.sub: Update from upstream config repo.
2877         * config.guess: Ditto.
2878
2879 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2880
2881         * Makefile.def: Add liboffloadmic to target_modules.  Make
2882         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2883         * Makefile.in: Regenerate.
2884         * configure: Regenerate.
2885         * configure.ac: Add liboffloadmic to target binaries.
2886         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2887         Add liboffloadmic to noconfig list when C++ is not supported.
2888
2889 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2890             Thomas Schwinge  <thomas@codesourcery.com>
2891             Ilya Verbin  <ilya.verbin@intel.com>
2892             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2893
2894         * configure: Regenerate.
2895         * configure.ac (--enable-as-accelerator-for)
2896         (--enable-offload-targets): New configure options.
2897
2898 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2899
2900         * Makefile.def: Make all-gcc depend on all-isl.
2901         * Makefile.in: Regenerate.
2902
2903 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2904
2905         * ChangeLog.jit: New.
2906         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2907
2908 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2909
2910         PR target/63610
2911         * libtool.m4: Fix globbing of darwin versions.
2912         * configure: Regenerate.
2913
2914 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2915
2916         * Makefile.def: Remove CLooG.
2917         * Makefile.tpl: Ditto.
2918         * configure.ac: Ditto.
2919         * configure: Regenerate.
2920         * Makefile.in: Ditto.
2921
2922 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2923
2924         * configure.ac: Handle nvptx-*-*.
2925         * configure: Regenerate.
2926
2927 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2928
2929         * MAINTAINERS (Write After Approval): Add myself.
2930
2931 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
2932
2933         * Makefile.def (libcc1): Remove bootstrap=true;.
2934         * Makefile.in: Regenerated.
2935
2936 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2937
2938         * configure.ac: Update comment.
2939         * configure: Regenerate.
2940
2941 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2942
2943         * MAINTAINERS (Write After Approval): Add myself.
2944
2945 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2946
2947         * configure.ac (extra_host_libiberty_configure_flags): Add
2948         --enable-shared also for libcc1's benefit.
2949         * configure: Regenerate.
2950
2951 2014-10-29  Tristan Gingold  <gingold@adacore.com>
2952
2953         * MAINTAINERS: Change my email address.
2954
2955 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2956             Tom Tromey  <tromey@redhat.com>
2957
2958         * Makefile.def: Add libcc1 to host_modules.
2959         * configure.ac (host_tools): Add libcc1.
2960         * Makefile.in, configure: Rebuild.
2961
2962 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2963
2964         * configure.ac (build_configargs): Don't share config.cache between
2965         build subdirs.
2966         * configure: Regenerate.
2967
2968 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2969
2970         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2971         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2972         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2973         leon3v7 as leon3.
2974         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2975         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2976         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2977         * config/sparc/sparc.md (cpu): Add leon3v7.
2978         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2979
2980 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2981
2982         * MAINTAINERS (write-after-approval): Add myself.
2983
2984 2014-10-23  Ian Lance Taylor  <iant@google.com>
2985
2986         * configure.ac: Disable the Go frontend on systems where it is known
2987         to not work.
2988         * configure: Regenerate.
2989
2990 2014-10-23  Richard Biener  <rguenther@suse.de>
2991
2992         * Makefile.def: Add libcpp build module and dependencies.
2993         * configure.ac: Add libcpp build module.
2994         * Makefile.in: Regenerate.
2995         * configure: Likewise.
2996
2997 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
2998
2999         * MAINTAINERS (write-after-approval): Add myself.
3000
3001 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3002
3003         * INSTALL/README: Do not mention CVS.
3004
3005 2014-10-03  Jing Yu  <jingyu@google.com>
3006
3007         * configure.ac: Add aarch64 to list of targets that support gold.
3008         * configure: Regenerate.
3009
3010 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3011
3012         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3013
3014 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3015
3016         * MAINTAINERS:  Add myself as MIPS maintainer.
3017
3018 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3019
3020         * MAINTAINERS: Move myself to MIPS maintainers.
3021
3022 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3023
3024         * MAINTAINERS: Put all email addresses between '<' and '>'.
3025
3026 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3027
3028         * MAINTAINERS: Move myself to reviewers (Fortran).
3029
3030 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3031
3032         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3033         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3034         * Makefile.in: Regenerate.
3035
3036 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3037
3038         * rtx-classes-status.txt: Delete
3039
3040 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3041
3042         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3043
3044 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3045
3046         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3047         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3048         of checking for version number.
3049         * configure: Regenerated.
3050         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3051
3052 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3053
3054         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3055         is done; begin phase 6 (use extra rtx_def subclasses).
3056
3057 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3058
3059         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3060         done; begin phase 5 (additional rtx_def subclasses).
3061
3062 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3063
3064         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3065
3066 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3067
3068         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3069         SET_BB_HEADER are done.
3070
3071 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3072
3073         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3074         done.
3075
3076 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3077
3078         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3079
3080 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3081
3082         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3083
3084 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3085
3086         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3087
3088 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3089
3090         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3091
3092 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3093
3094         * rtx-classes-status.txt: Phase 3 (per-file commits within
3095         "config" subdirs) is done; begin phase 4 (removal of
3096         "scaffolding").
3097
3098 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3099
3100         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3101         dir) is done; begin phase 3 (per-file commits within "config"
3102         subdirs).
3103
3104 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3105
3106         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3107         phase 2 (per-file commits in main source dir).
3108
3109 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3110
3111         * configure: Regenerated.
3112
3113 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3114
3115         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3116
3117 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3118
3119         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3120
3121 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3122
3123         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3124
3125 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3126
3127         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3128
3129 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3130
3131         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3132
3133 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3134
3135         * MAINTAINERS (Write After Approval): Add myself.
3136
3137 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3138
3139         * MAINTAINERS: Remove myself
3140
3141 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3142
3143         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3144
3145 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3146
3147         * MAINTAINERS (Write After Approval): Add myself.
3148
3149 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3150
3151         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3152         SET_BB_HEADER, SET_BB_FOOTER
3153
3154 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3155
3156         * rtx-classes-status.txt: New file
3157
3158 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3159
3160         * configure.ac: Eliminate ClooG installation dependency.
3161         * configure: Regenerate.
3162         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3163         * Makefile.in: Regenerate.
3164
3165 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3166
3167         * MAINTAINERS (Write After Approval): Add myself.
3168
3169 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3170
3171         * MAINTAINERS (Write After Approval): Add myself.
3172
3173 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3174
3175         * MAINTAINERS (Write After Approval): Add myself.
3176
3177 2014-07-28  Anthony Green  <green@moxielogic.com>
3178
3179         Import from savannah.gnu.org:
3180         * config.sub: Update to 2014-07-28 version.
3181
3182 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3183
3184         * MAINTAINERS: Remove my MIPS maintainer entry.
3185
3186 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3187
3188         PR target/47230
3189         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3190         * configure: Regenerate.
3191
3192 2014-07-24  James Norris  <jnorris@codesourcery.com>
3193
3194         * MAINTAINERS (Write After Approval): Add myself.
3195
3196 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3197
3198         * configure.ac: Accept only CLooG 0.18.1.
3199         * configure: Regenerate.
3200
3201 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3202
3203         * configure.ac: Don't accept isl 0.11.
3204         * configure: Regenerate.
3205
3206 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3207
3208         * MAINTAINERS (Write After Approval): Add myself.
3209
3210 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3211
3212         * configure.ac: Don't accept isl 0.10.
3213         * configure: Regenerate.
3214
3215 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3216
3217         Fix include path for in-tree cloog.
3218         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3219         * configure: Regenerate.
3220
3221 2014-06-18  Richard Henderson  <rth@redhat.com>
3222
3223         * .gitignore: Import gcc_update output.
3224
3225 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3226
3227         * config-ml.in: Robustify ac_configure_args parsing.
3228
3229         * configure.ac (--enable-linker-plugin-configure-flags)
3230         (--enable-linker-plugin-flags): New flags.
3231         (configdirs): Conditionally add libiberty-linker-plugin.
3232         * configure: Regenerate.
3233         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3234         (host_modules) <lto-plugin>: Pay attention to
3235         @extra_linker_plugin_flags@ and
3236         @extra_linker_plugin_configure_flags@.
3237         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3238         * Makefile.in: Regenerate.
3239
3240         * Makefile.tpl (configure-[+prefix+][+module+])
3241         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3242         "module_srcdir" instead of "module" for locating a module's srcdir.
3243         * Makefile.in: Regenerate.
3244
3245 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3246
3247         * MAINTAINERS (Write After Approval): Add myself.
3248
3249 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3250
3251         * MAINTAINERS: Update my email address.
3252
3253 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3254
3255         * MAINTAINERS (Write After Approval): Add myself.
3256
3257 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3258
3259         * MAINTAINERS (Write After Approval): Add myself.
3260
3261 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3262
3263         PR libstdc++/61011
3264         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3265         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3266         * configure: Regenerate.
3267
3268 2014-05-28  Pedro Alves  <palves@redhat.com>
3269
3270         * MAINTAINERS (Write After Approval): Add myself.
3271
3272 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3273
3274         * MAINTAINERS: Update my affiliation/email.
3275
3276 2014-05-19  Mike Stump  <mikestump@comcast.net>
3277
3278         * MAINTAINERS: Add wide-int reviewers.
3279
3280 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3281
3282         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3283         * configure: Regenerated.
3284
3285 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3286
3287         * MAINTAINERS (libitm): Add myself as maintainer.
3288
3289 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3290
3291         * MAINTAINERS (Write After Approval): Add myself.
3292
3293 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3294
3295         * config.sub, config.guess: Import from upstream.
3296
3297 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3298
3299         * MAINTAINERS (Write After Approval): Put myself in correct order.
3300
3301 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3302
3303         * MAINTAINERS (Write After Approval): Add myself.
3304
3305 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3306
3307         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3308         section.
3309
3310 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3311
3312         * MAINTAINERS (Write After Approval): Delete myself.
3313
3314 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3315
3316         PR sanitizer/56781
3317         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3318         and -B* options with -Xcompiler.
3319
3320 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3321
3322         PR bootstrap/60620
3323         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3324         * Makefile.in: Regenerate.
3325
3326 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3327
3328         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3329         for WINDRES_FOR_TARGET in default-manifest.o rule.
3330         * Makefile.in: Regenerate.
3331
3332 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3333
3334         * MAINTAINERS (Write After Approval): Add myself.
3335
3336 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3337
3338         PR sanitizer/56781
3339         * Makefile.def: Set bootstrap=true; for host fixincludes.
3340         * configure.ac: Don't bootstrap host fixincludes unless
3341         --with-build-config=bootstrap-{a,ub}san.
3342         * Makefile.in: Regenerated.
3343         * configure: Regenerated.
3344
3345 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3346
3347         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3348         --enable-vtable-verify option parsing.  Don't add
3349         target-libsanitizer to bootstrap_target_libs unless
3350         --with-build-config=bootstrap-asan or
3351         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3352         to bootstrap_target_libs unless --enable-vtable-verify.
3353         * configure: Regenerated.
3354
3355 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3356
3357         * MAINTAINERS (Write After Approval): Add myself.
3358
3359 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3360
3361         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3362
3363 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3364
3365         PR bootstrap/58572
3366         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3367         -I for libstdc++-v3 includes if $(LEAN).
3368         * Makefile.in: Regenerated.
3369
3370 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3371
3372         * MAINTAINERS: Update my email address.
3373
3374 2014-02-24  Walter Lee  <walt@tilera.com>
3375
3376         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3377         (tilegx-*-*): Change to tilegx*-*-*.
3378         * configure: Regenerate.
3379
3380 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3381
3382         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3383
3384 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3385
3386         * MAINTAINERS (Write After Approval): Add myself.
3387
3388 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3389
3390         PR target/59788
3391         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3392         *solaris2*.
3393
3394 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3395
3396         * MAINTAINERS: Update my email address.
3397
3398 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3399
3400         * MAINTAINERS: Convert to UTF-8.
3401         Properly sort Xinliang David Li's entry.
3402
3403 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3404             Sandra Loosemore  <sandra@codesourcery.com>
3405
3406         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3407         nios2 port maintainers.
3408
3409 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3410
3411         * MAINTAINERS (Write After Approval): Add myself.
3412
3413 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3414
3415         * configure.ac: Add user-friendly check for native x86_64-linux
3416         multilibs.
3417         * configure: Regenerate.
3418
3419 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3420
3421         * MAINTAINERS: Add myself as sh maintainer.
3422
3423 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3424
3425         * MAINTAINERS: Add self as SLSR maintainer.
3426
3427 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3428
3429         * MAINTAINERS: Update my email address.
3430
3431 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3432
3433         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3434
3435 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3436
3437         * Makefile.in: Regenerate.
3438
3439         * Makefile.tpl: Fix typo.
3440         * Makefile.in: Regenerate partially.
3441
3442 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3443
3444         * configure.ac: Added libcilkrts to noconfig list when C++ is not
3445         supported.
3446         * configure: Regenerated.
3447
3448 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3449
3450         * MAINTAINERS (Write After Approval): Add myself.
3451
3452 2013-10-30  Jason Merrill  <jason@redhat.com>
3453
3454         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3455         --disable-build-format-warnings.
3456
3457 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3458
3459         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3460         depend on libstdc++ and libgcc.
3461         * configure: Regenerate.
3462         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
3463         libcilkrts for POSIX and i*86, and x86_64 architectures.
3464         * Makefile.in: Added libcilkrts related fields to support building it.
3465
3466 2013-10-26  Jeff Law  <law@redhat.com>
3467
3468         * Makefile.def (target_modules): Remove libmudflap
3469         (languages): Remove check-target-libmudflap).
3470         * Makefile.in: Rebuilt.
3471         * Makefile.tpl (check-target-libmudflap-c++): Remove.
3472         * configure.ac (target_libraries): Remove target-libmudflap.
3473         Remove checks which disabled libmudflap on some systems.
3474         * configure: Rebuilt.
3475         * libmudflap: Directory removed.
3476
3477 2013-10-21  Cong Hou  <congh@google.com>
3478
3479         * MAINTAINERS (Write After Approval): Add myself.
3480
3481 2013-10-16  Mike Stump  <mikestump@comcast.net>
3482
3483         * .dir-locals.el: Add.
3484
3485 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
3486
3487         * configure.ac: Add --enable-host-shared
3488         * configure: Regenerate.
3489
3490 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3491
3492         Import from savannah.gnu.org:
3493         * config.guess: Update to 2013-06-10 version.
3494         * config.sub: Update to 2013-10-01 version.
3495
3496 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
3497
3498         Changes to build configuration to allow big endian ARC ELF toolchain
3499         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3500         * configure: Regenerate.
3501
3502 2013-09-20  Alan Modra  <amodra@gmail.com>
3503
3504         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3505         ppc host match.  Support little-endian powerpc linux hosts.
3506
3507 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
3508
3509         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3510         maintainer.
3511
3512 2013-09-12  DJ Delorie  <dj@redhat.com>
3513
3514         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3515         maintainers.
3516
3517 2013-09-03  Richard Biener  <rguenther@suse.de>
3518
3519         * configure.ac: Also allow ISL 0.12.
3520         * configure: Regenerated.
3521
3522 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3523
3524         * MAINTAINERS (Write After Approval): Add myself.
3525
3526 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
3527
3528         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3529
3530 2013-08-26  Caroline Tice  <cmtice@google.com>
3531
3532         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
3533         "Various Reviewers" to libvtv "Various Maintainers".
3534
3535 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
3536
3537         * MAINTAINERS: Add myself as RTL optimizers reviewer.
3538
3539 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
3540
3541         * MAINTAINERS: Update name, email.
3542
3543 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
3544
3545         * MAINTAINERS (Write After Approval): Add myself.
3546
3547 2013-08-12  Caroline Tice  <cmtice@google.com>
3548
3549         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3550         address in the Write After Approval section.
3551
3552 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
3553
3554         * MAINTAINERS (Write After Approval): Update email.
3555
3556 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
3557
3558         * configure.ac: Adjust to check VTV_SUPPORTED.
3559         * configure: Regenerated.
3560
3561 2013-08-02  Caroline Tice  <cmtice@google.com>
3562
3563         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3564         on non-linux systems; add target-libvtv to noconfigdirs; add
3565         libsupc++/.libs to C++ library search paths.
3566         * configure: Regenerated.
3567         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3568         libstdc++ and libgcc.
3569         * Makefile.in: Regenerated.
3570
3571 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
3572
3573         * MAINTAINERS (Write After Approval): Add myself.
3574
3575 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
3576             Shiva Chen  <shiva0217@gmail.com>
3577
3578         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3579         nds32 port maintainers.
3580
3581 2013-07-17  Tim Shen  <timshen91@gmail.com>
3582
3583         * MAINTAINERS (Write After Approval): Add myself.
3584
3585 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3586
3587         * configure.ac: Sync from binutils.
3588         * configure: Regenerate.
3589
3590 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
3591
3592         * MAINTAINERS (Write After Approval): Add myself.
3593
3594 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
3595
3596         * MAINTAINERS (Write After Approval): Add myself.
3597
3598 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
3599
3600         * MAINTAINERS (Write After Approval): Add myself.
3601
3602 2013-04-30  Brooks Moses  <bmoses@google.com>
3603
3604         * MAINTAINERS: Update my email; move myself from Fortran
3605         reviewer to Write After Approval.
3606
3607 2013-04-16  Andreas Schwab  <schwab@suse.de>
3608
3609         * configure.ac (aarch64-*-*): Don't disable java.
3610         * configure: Regenerate.
3611
3612 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
3613
3614         * MAINTAINERS (Write After Approval): Add myself.
3615
3616 2013-03-30  Matthias Klose  <doko@ubuntu.com>
3617
3618         * Makefile.def (target_modules): Don't install libffi.
3619         * Makefile.in: Regenerate.
3620
3621 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
3622
3623         * MAINTAINERS (Write After Approval): Add myself.
3624
3625 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
3626
3627         * MAINTAINERS (Write After Approval): Add myself.
3628
3629 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
3630
3631         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3632         * configure: Regenerated.
3633
3634 2013-02-05  Ian Lance Taylor  <iant@google.com>
3635
3636         PR go/55969
3637         * configure.ac: Disable libgo on some systems where it does not
3638         work.
3639
3640 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
3641
3642         * MAINTAINERS: Explicitly add myself as AIX maintainer.
3643         Remove Geoff Keating as rs6000 port maintainer, at his request.
3644
3645 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
3646
3647         * MAINTAINERS: Update my email.
3648
3649 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
3650
3651         * configure: Re-generate.
3652
3653 2013-01-15  Richard Biener  <rguenther@suse.de>
3654
3655         PR other/55973
3656         * configure: Re-generate.
3657
3658 2013-01-14  Matthias Klose  <doko@ubuntu.com>
3659
3660         * Makefile.def (install-target-libsanitizer): Depend on
3661         install-target-libstdc++-v3.
3662         * Makefile.in: Regenerate.
3663
3664 2013-01-14  Richard Biener  <rguenther@suse.de>
3665
3666         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3667         * configure: Re-generate
3668
3669 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3670
3671         * config.sub: Update from config repo.
3672
3673 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3674
3675         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3676         * Makefile.in: Regenerate.
3677
3678 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3679
3680         * MAINTAINERS (arc): Add new port maintainership for myself.
3681
3682 2013-01-09  Jason Merrill  <jason@redhat.com>
3683
3684         * .gitignore: Import from gdb repository.
3685
3686 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3687
3688         * Makefile.def (configure-gcc): Depend on all-gmp.
3689         (all-gcc): Remove dependency on all-gmp.
3690         * Makefile.in: Regenerated.
3691
3692 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3693
3694         * config.sub: Merge from config repo.
3695         * config.guess: Ditto.
3696
3697 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3698
3699         * Makefile.def: Merge from binutils.
3700         * Makefile.in: Ditto.
3701
3702 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3703
3704         * MAINTAINERS: Update my email.
3705
3706 2012-12-29  Ben Elliston  <bje@gnu.org>
3707
3708         * config.guess: Update to 2012-12-29 version.
3709         * config.sub: Likewise.
3710
3711 2012-12-20  Matthias Klose  <doko@ubuntu.com>
3712
3713         * Makefile.def (install-target-libgfortran): Depend on
3714         install-target-libquadmath, install-target-libgcc.
3715         (install-target-libsanitizer): Depend on install-target-libgcc.
3716         (install-target-libjava): Depend on install-target-libgcc.
3717         (install-target-libitm): Depend on install-target-libgcc.
3718         (install-target-libobjc): Depend on install-target-libgcc.
3719         (install-target-libstdc++-v3): Depend on install-target-libgcc.
3720         * Makefile.in: Regenerate.
3721
3722 2012-12-19  Matthias Klose  <doko@ubuntu.com>
3723
3724         * Makefile.def (install-target-libgo): Depend on
3725         install-target-libatomic.
3726         * Makefile.in: Regenerate.
3727
3728 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3729
3730         PR go/55201
3731         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3732         * Makefile.in: Regenerate.
3733
3734 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3735
3736         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3737         * configure: Regenerate.
3738
3739 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3740
3741         * config.sub: Merge from config repo.
3742
3743 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3744
3745         * Makefile.def (target_modules): Add bootstrap=true and
3746         raw_cxx=true to libsanitizer.
3747         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3748         * Makefile.in: Regenerated.
3749         * configure: Likewise.
3750
3751 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3752
3753         * MAINTAINERS: Remove self as RTL optimization maintainer.
3754
3755 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3756
3757         * MAINTAINERS (Write After Approval): Add myself.
3758
3759 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3760
3761         * Makefile.def (target_modules): Remove bootstrap=true and
3762         raw_cxx=true from libsanitizer.
3763         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3764         * Makefile.in: Regenerated.
3765         * configure: Likewise.
3766
3767 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3768
3769         * Makefile.def (target_modules): Add bootstrap=true and
3770         raw_cxx=true to libsanitizer.
3771         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3772         * Makefile.in: Regenerated.
3773         * configure: Likewise.
3774
3775 2012-11-28  Andrew Pinski  <apinski@cavium.com>
3776
3777         PR bootstrap/54279
3778         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3779         * configure: Regenerate.
3780         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3781         * Makefile.in: Regenerate.
3782
3783 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3784
3785         * configure.ac: Disable libsanitizer if we're not building C++.
3786         * configure: Regenerate.
3787
3788 2012-11-15  Roland McGrath  <roland@hack.frob.com>
3789
3790         * MAINTAINERS (Write After Approval): Add myself.
3791
3792 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3793
3794         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3795         Kostya Serebryany (kcc@google.com) and
3796         Jakub Jelinek (jakub@redhat.com).
3797         Rename area for Dodji Seketeli (dodji@redhat.com).
3798
3799 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
3800
3801         * MAINTAINERS: (asan.c, related): Add myself.
3802
3803 2012-11-14  Roland McGrath  <mcgrathr@google.com>
3804
3805         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3806         * configure: Regenerate.
3807
3808 2012-11-13  Richard Henderson  <rth@redhat.com>
3809
3810         * configure.ac: Move libsanitizer logic to subdirectory.
3811         * configure: Regenerate.
3812
3813 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
3814
3815         * configure.ac: Enable libsanitizer just on x86 linux for now.
3816         * configure: Re-generate.
3817
3818 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3819
3820         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3821         sections.
3822         * configure: Regenerate.
3823
3824 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3825
3826         * configure.ac: Add section for configdirs for libsanitizer.
3827         Disable for cris-*-* and mmix-*-*.
3828         * configure: Regenerate.
3829
3830 2012-11-12  Wei Mi <wmi@google.com>
3831
3832         * configure.ac: Add libsanitizer to target_libraries.
3833         * Makefile.def: Ditto.
3834         * configure: Regenerate.
3835         * Makefile.in: Regenerate.
3836         * libsanitizer: New directory for asan runtime.  Contains an empty
3837         tsan directory.
3838
3839 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3840
3841         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3842         against Mingw64 w32api.
3843         * configure: Regenerate.
3844
3845 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3846
3847         * configure: Regenerated.
3848
3849 2012-11-03  Robert Mason  <rbmj@verizon.net>
3850
3851         * configure.ac: add --disable-libstdcxx configure option
3852         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3853
3854 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3855
3856         * MAINTAINERS (Write After Approval): Add myself.
3857
3858 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3859
3860         * MAINTAINERS (Write After Approval): Add myself.
3861
3862 2012-10-24  Sharad Singhai  <singhai@google.com>
3863
3864         * MAINTAINERS (Write After Approval): Add myself.
3865
3866 2012-10-24  Eric Christopher  <echristo@gmail.com>
3867
3868         * MAINTAINERS: Update email address.
3869
3870 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3871
3872         PR bootstrap/54820
3873         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3874         * configure: Regenerate.
3875
3876 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3877
3878         * MAINTAINERS (aarch64): Add Marcus and myself.
3879
3880 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3881
3882         PR bootstrap/54820
3883         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3884         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3885         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3886         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3887         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3888         * Makefile.in: Regenerate.
3889         * configure.ac (have_static_libs): New variable and associated check.
3890         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3891         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3892         * configure: Regenerate.
3893
3894 2012-10-10  Richard Biener  <rguenther@suse.de>
3895
3896         * MAINTAINERS: Adjust for changed surname.
3897
3898 2012-10-04  Lawrence Crowl  <crowl@google.com>
3899
3900         * MAINTAINERS (Write After Approval): Add myself.
3901
3902 2012-10-01  Cary Coutant  <ccoutant@google.com>
3903
3904         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3905
3906 2012-09-28  Ian Lance Taylor  <iant@google.com>
3907
3908         * Makefile.def: Make all-target-libgo depend on
3909         all-target-libbacktrace.
3910         * Makefile.in: Rebuild.
3911
3912 2012-09-26  Ian Lance Taylor  <iant@google.com>
3913
3914         * Makefile.def: Make all-gcc depend on all-libbacktrace.
3915         * Makefile.in: Rebuild.
3916
3917 2012-09-20  Walter Lee  <walt@tilera.com>
3918
3919         * configure.ac: Add tilegx to list of targets that support gold.
3920         * configure: Regenerate.
3921
3922 2012-09-20  Marek Polacek  <polacek@redhat.com>
3923
3924         * MAINTAINERS (Write After Approval): Add myself.
3925
3926 2012-09-19  Steve Ellcey  <sellcey@mips.com>
3927
3928         * configure.ac: Add mips*-mti-elf* target.
3929         * configure: Regenerate.
3930
3931 2012-09-17  Ian Lance Taylor  <iant@google.com>
3932
3933         * MAINTAINERS (Various Maintainers): Add libbacktrace.
3934         * configure.ac (host_libs): Add libbacktrace.
3935         (target_libraries): Add libbacktrace.
3936         * Makefile.def (host_modules): Add libbacktrace.
3937         (target_modules): Likewise.
3938         * configure, Makefile.in: Rebuild.
3939
3940 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3941
3942         PR target/38607
3943         Merge upstream change.
3944         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3945
3946         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3947         Add libgomp*.o to compare_exclusions for AIX.
3948         * configure: Regenerate.
3949
3950 2012-09-06  Diego Novillo  <dnovillo@google.com>
3951
3952         * configure.ac: Bump minimum GMP version to 4.2.3.
3953         * configure: Re-generate.
3954
3955 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3956
3957         PR target/54461
3958         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3959         target-libgloss if not configured --with-avrlibc=no.
3960         * configure: Regenerate.
3961
3962 2012-09-04  Jason Merrill  <jason@redhat.com>
3963
3964         * configure.ac: Fix --enable-languages=all.
3965
3966 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3967
3968         * MAINTAINERS (Write After Approval): Add myself.
3969
3970 2012-09-03  Richard Guenther  <rguenther@suse.de>
3971
3972         PR bootstrap/54138
3973         * configure.ac: Re-organize ISL / CLOOG checks to allow
3974         disabling with either --without-isl or --without-cloog.
3975         * configure: Regenerated.
3976
3977 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
3978
3979         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3980         * configure: Regenerate.
3981
3982 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
3983
3984         * MAINTAINERS: Fix my email address.
3985
3986 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
3987
3988         PR binutils/4970
3989         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3990         and opcodes.
3991         * Makefile.in: Regenerated.
3992
3993 2012-08-26  Art Haas <ahaas@impactweather.com>
3994
3995         * configure: Regenerate.
3996
3997 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
3998
3999         * INSTALL/README: Also refer to the online installation
4000         instructions.
4001
4002 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4003
4004         * MAINTAINERS (Write After Approval): Add myself.
4005         (Picochip port): Remove myself.
4006
4007 2012-08-14   Diego Novillo  <dnovillo@google.com>
4008
4009         Merge from cxx-conversion branch.
4010
4011         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4012         POSTSTAGE1_CONFIGURE_FLAGS.
4013         * Makefile.in: Regenerate.
4014         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4015         Force C++ when bootstrapping.
4016         * configure: Regenerate.
4017
4018 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4019
4020         * MAINTAINERS (Write After Approval): Add myself.
4021
4022 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4023
4024         * README: Document use of ranges of years in copyright notices.
4025
4026 2012-07-06  Richard Guenther  <rguenther@suse.de>
4027
4028         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4029         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4030         --with-gmp=system.
4031         * Makefile.in: Regenerated.
4032         * configure: Likewise.
4033
4034 2012-07-06  Richard Guenther  <rguenther@suse.de>
4035
4036         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4037         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4038         supply V=1 as extra_make_flags.
4039         * configure: Regenerated.
4040         * Makefile.in: Likewise.
4041
4042 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4043
4044         * configure: Regenerate.
4045
4046 2012-07-03  Richard Guenther  <rguenther@suse.de>
4047
4048         * Makfile.def (isl): Remove not necessary extra_exports and
4049         extra_make_flags.
4050         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4051         * Makefile.in: Regenerated.
4052
4053 2012-07-03  Richard Guenther  <rguenther@suse.de>
4054
4055         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4056         * configure.ac: If either the ISL or the CLooG check failed
4057         do not try to build in-tree versions.
4058         * Makefile.in: Regenerated.
4059         * configure: Regenerated.
4060
4061 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4062
4063         * configure: Regenerate.
4064
4065 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4066
4067         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4068         maintainer.
4069
4070 2012-07-02  Richard Guenther  <rguenther@suse.de>
4071
4072         * configure: Regenerated.
4073
4074 2012-07-02  Richard Guenther  <rguenther@suse.de>
4075         Michael Matz  <matz@suse.de>
4076         Tobias Grosser <tobias@grosser.es>
4077         Sebastian Pop <sebpop@gmail.com>
4078
4079         * Makefile.def: Add ISL host module, remove PPL host module.
4080         Adjust ClooG host module to use the proper ISL.
4081         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4082         * configure.ac: Include config/isl.m4.  Add ISL host library,
4083         remove PPL.  Remove PPL configury, add ISL configury, adjust
4084         ClooG configury.
4085         * Makefile.in: Regenerated.
4086         * configure: Likewise.
4087
4088 2012-07-02  Richard Guenther  <rguenther@suse.de>
4089
4090         Merge from graphite branch
4091         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4092
4093         * configure: Regenerated.
4094         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4095         both cloog.org and legacy versions. The only supported version will
4096         be CLooG with the isl backend.
4097
4098         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4099
4100         * configure: Regenerated.
4101         * configure.ac: Require cloog isl 0.17.0
4102
4103         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4104
4105         * configure: Regenerated.
4106         * config/cloog.m4: Do not define CLOOG_ORG
4107
4108 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4109
4110         * configure.ac: Skip C if explicitly selected.
4111         * configure: Regenerate.
4112
4113 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4114
4115         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4116         they contain -O2.
4117         * configure: Regenerate.
4118
4119 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4120
4121         PR debug/53740
4122         * df.h, df-problems.c, dce.c: Revert last patch.
4123
4124 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4125
4126         * MAINTAINERS (Write After Approval): Update my email address.
4127
4128 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4129
4130         * MAINTAINERS (Write After Approval): Add myself.
4131
4132 2012-06-20  Jason Merrill  <jason@redhat.com>
4133
4134         * Makefile.tpl (check-target-libgomp-c++): New.
4135         (check-target-libitm-c++): New.
4136         * Makefile.def (c++): Add them.
4137         * Makefile.in: Regenerate.
4138
4139 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4140
4141         * MAINTAINERS (Write After Approval): Add myself.
4142
4143 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4144
4145         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4146         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4147         (install-no-fixedincludes): Adjust accordingly.
4148         * Makefile.in: Regenerate.
4149
4150 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4151
4152         Merge upstream change
4153         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4154
4155 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4156
4157         * MAINTAINERS (Write After Approval): Add myself.
4158
4159 2012-05-09  Nick Clifton  <nickc@redhat.com>
4160             Paul Smith  <psmith@gnu.org>
4161
4162         PR bootstrap/50461
4163         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4164         allow for the fact that from release v3.1.0 of MPFR the source
4165         files were moved into a src sub-directory.
4166         * configure: Regenerate.
4167
4168 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4169
4170         * configure.ac: Bump minimum MPFR version to 2.4.0.
4171         * configure: Regenerated.
4172
4173 2012-05-01  Richard Henderson  <rth@redhat.com>
4174
4175         * Makefile.def (libatomic): New target_module.
4176         * configure.ac (target_libraries): Add libatomic.
4177         (noconfigdirs): Check if libatomic is supported.
4178         * Makefile.in, configure: Rebuild.
4179
4180 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4181
4182         * MAINTAINERS (Write After Approval): Add myself.
4183
4184 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4185
4186         * config.sub: Update to 2012-04-18 version from official repo.
4187
4188 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4189
4190         * MAINTAINERS (Write After Approval): Add myself.
4191
4192 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4193
4194         * MAINTAINERS: Changed email address.
4195
4196 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4197
4198         PR target/52737
4199         * contrib/gcc_update (files_and_dependencies):
4200         Remove gcc/config/avr/t-multilib from touch data.
4201
4202 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4203
4204         * MAINTAINERS (OS Port Maintainers): Remove irix.
4205         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4206         (unsupported_languages): Remove mips-sgi-irix6.*.
4207         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4208         (with_stabs): Remove.
4209         * configure: Regenerate.
4210
4211 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4212
4213         * MAINTAINERS (OS Port Maintainers): Remove osf.
4214         * configure.ac (enable_libgomp): Remove *-*-osf*.
4215         (with_stabs): Remove alpha*-*-osf*.
4216         * configure: Regenerate.
4217
4218 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4219
4220         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4221         * configure: Regenerate.
4222
4223 2012-02-17  Walter Lee  <walt@tilera.com>
4224
4225         * MAINTAINERS: (Write After Approval): Delete myself.
4226
4227 2012-02-14  Walter Lee  <walt@tilera.com>
4228
4229         * MAINTAINERS (tilegx port): Add myself.
4230         (tilepro port): Add myself.
4231         (Write After Approval): Add myself.
4232
4233 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4234
4235         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4236         and Joseph Myers as docstring relicensing maintainers.
4237
4238 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4239
4240         * MAINTAINERS (write-after-approval): Add myself.
4241
4242 2012-02-08  Ira Rosen <irar@il.ibm.com>
4243
4244         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4245         maintainer.
4246
4247 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4248
4249         * MAINTAINERS (Write After Approval): Move myself to
4250         maintain alphabetical order.
4251
4252 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4253
4254         * MAINTAINERS (Write After Approval): Add myself.
4255
4256 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4257
4258         * MAINTAINERS (Write After Approval): Add myself.
4259
4260 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4261             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4262
4263         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4264         * configure: Regenerate.
4265
4266 2012-01-23  Harshit Chopra  <harshit@google.com>
4267
4268         * MAINTAINERS (Write After Approval): Add myself.
4269
4270 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4271
4272         * configure.ac: Remove reference to mh-interix.
4273         * configure: Regenerate.
4274
4275 2012-01-05  Richard Henderson  <rth@redhat.com>
4276
4277         PR bootstrap/51072
4278         * configure.ac: Disable libitm if c++ is not enabled.
4279         * configure: Rebuild.
4280
4281         * configure.ac: Fix regexp for same.
4282         * configure: Rebuild.
4283
4284 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4285
4286         * MAINTAINERS (Write After Approval): Add myself.
4287
4288 2012-01-02  Richard Guenther  <rguenther@suse.de>
4289
4290         PR bootstrap/51686
4291         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4292         * Makefile.in: Regenerate.
4293
4294 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4295
4296         * MAINTAINERS (Write After Approval): Add myself.
4297
4298 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4299
4300         * configure: Regenerate.
4301
4302 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4303
4304         * MAINTAINERS (picochip): Changed email address.
4305
4306 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4307
4308         * MAINTAINERS (write-after-approval): Add self.
4309
4310 2011-11-29  DJ Delorie  <dj@redhat.com>
4311
4312         * configure.ac (rl78-*-*) New case.
4313         * configure: Regenerate.
4314         * MAINTAINERS: Add myself as RL78 maintainer.
4315
4316 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4317
4318         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4319
4320 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4321
4322         * libtool.m4: Additional FreeBSD 10 fixes.
4323
4324 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4325
4326         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4327         Maintainers section, as Epiphany maintainer.
4328
4329 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4330
4331         PR target/49992
4332         * configure.ac: Remove ranlib special-casing for Darwin.
4333         * configure: Regenerate.
4334
4335 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4336
4337         * MAINTAINERS (Reviewers): Keep the list sorted.
4338
4339 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4340
4341         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4342
4343 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4344
4345         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4346         * configure: Rebuild.
4347         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4348         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4349         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4350         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4351         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4352         Add READELF.
4353         * Makefile.in: Rebuild.
4354
4355 2011-11-09  Jason Merrill  <jason@redhat.com>
4356
4357         * Makefile.def (language=c++): Remove check-c++0x.
4358         * Makefile.in (check-gcc-c++): Regenerate.
4359
4360 2011-11-08  Richard Henderson  <rth@redhat.com>
4361
4362         * configure.ac: Test for libitm directory present first.
4363
4364         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4365
4366         * configure.ac: Test libitm/configure.tgt to disable libitm.
4367         * configure: Rebuild.
4368
4369 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4370             Richard Henderson  <rth@redhat.com>
4371
4372         Merged from transactional-memory.
4373
4374         * Makefile.def (lang_env_dependencies): libitm is c++.
4375         Add libitm target module.
4376         * configure.ac: Likewise.
4377         * config/mmap.m4: New file.
4378         * contrib/gcc_update: Add libitm to touch data.
4379         * Makefile.in, configure: Rebuild.
4380
4381 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4382
4383         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4384         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4385         * Makefile.in: Regenerate.
4386
4387 2011-11-01  DJ Delorie  <dj@redhat.com>
4388
4389         * config.sub: Update to version 2011-10-29 (added rl78)
4390
4391 2011-10-27  Nick Clifton  <nickc@redhat.com>
4392
4393         * config.sub: Import these changes from the config project:
4394
4395         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4396             Ben Elliston  <bje@gnu.org>
4397
4398         * config.sub (epiphany): New.
4399
4400         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4401             Ben Elliston  <bje@gnu.org>
4402
4403         * config.sub (hexagon, hexagon-*): New.
4404
4405         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4406
4407         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4408         64eb to be64.
4409
4410         2011-08-16  Roland McGrath  <mcgrathr@google.com>
4411
4412         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4413         (nacl): Grok as alias for 32el-unknown-nacl.
4414
4415 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4416
4417         * MAINTAINERS (Write After Approval): Add myself.
4418
4419 2011-10-24  Teresa Johnson  <tejohnson@google.com>
4420
4421         * MAINTAINERS (Write After Approval): Add myself.
4422
4423 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
4424
4425         * MAINTAINERS (sparc port): Remove myself.
4426
4427 2011-09-14  Tom de Vries  <tom@codesourcery.com>
4428
4429         * MAINTAINERS (Write After Approval): Add myself.
4430
4431 2011-08-14  Yao Qi  <yao@codesourcery.com>
4432
4433         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4434         * configure: Regenerate.
4435
4436 2011-07-26  Ian Lance Taylor  <iant@google.com>
4437
4438         * configure.ac: Set have_compiler based on whether gcc directory
4439         exists, rather than on whether gcc is in configdirs.
4440         * configure: Rebuild.
4441
4442 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
4443
4444         * MAINTAINERS (Global Reviewers): Add self.
4445
4446 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4447
4448         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4449         link directories.
4450         * Makefile.in: Rebuild.
4451
4452 2011-07-20  Ian Lance Taylor  <iant@google.com>
4453
4454         PR bootstrap/49787
4455         * configure.ac: Move --enable-bootstrap handling earlier in file.
4456         If --enable-bootstrap and either --enable-build-with-cxx or
4457         --enable-build-poststage1-with-cxx, enable C++ automatically.
4458         * configure: Rebuild.
4459
4460 2011-07-19  Ian Lance Taylor  <iant@google.com>
4461
4462         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4463         make C++ a boot_language.  Set and substitute
4464         POSTSTAGE1_CONFIGURE_FLAGS.
4465         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4466         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4467         * configure, Makefile.in: Rebuild.
4468
4469 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4470
4471         * MAINTAINERS (Register Allocation): Move myself from reviewers to
4472         maintainers.
4473
4474 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
4475
4476         * MAINTAINERS (Global Reviewers): Add myself.
4477
4478 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4479
4480         * configure: Regenerate.
4481
4482 2011-07-16  Jason Merrill  <jason@redhat.com>
4483
4484         * Makefile.def (language=c++): Add check-c++0x and
4485         check-target-libmudflap-c++.
4486         * Makefile.tpl (check-target-libmudflap-c++): New.
4487         * Makefile.in: Regenerate.
4488
4489 2011-07-16  Matthias Klose  <doko@ubuntu.com>
4490
4491         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4492         * Makefile.def (target_modules/libjava): Pass
4493         $(EXTRA_CONFIGARGS_LIBJAVA).
4494         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4495         if not configured with --enable-static-libjava.
4496         * Makefile.in: Regenerate.
4497         * configure: Likewise.
4498
4499 2011-07-15  Jason Merrill  <jason@redhat.com>
4500
4501         * Makefile.in (check-c++): Move check-gcc-c++0x after
4502         check-target-libstdc++-v3.
4503
4504 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4505
4506         * MAINTAINERS (c6x port): New entry.
4507
4508 2011-07-13  Jason Merrill  <jason@redhat.com>
4509
4510         * Makefile.in (check-gcc-c++0x): New.
4511         (check-c++): Depend on it.
4512
4513 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4514
4515         PR target/39150
4516         * configure.ac (i[3456789]86-*-solaris2*): Also accept
4517         x86_64-*-solaris2.1[0-9]*.
4518         * configure: Regenerate.
4519
4520 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
4521
4522         * MAINTAINERS (RTL optimizers): Add self.
4523
4524 2011-06-27  Gabriel Charette  <gchare@google.com>
4525
4526         * MAINTAINERS (Write After Approval): Add myself.
4527
4528 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
4529
4530         PR regression/47836
4531         PR bootstrap/23656
4532         PR other/47733
4533         PR bootstrap/49247
4534         PR c/48825
4535         * configure.ac (target_libraries): Remove target-libiberty.
4536         Remove case-statement setting skipdirs=target-libiberty for
4537         multiple targets.  Remove checking target_configdirs and
4538         removing target-libiberty but keeping target-libgcc if
4539         otherwise empty.
4540         * Makefile.def (target_modules): Don't add libiberty.
4541         (dependencies): Remove all traces of target-libiberty.
4542         * configure, Makefile.in: Regenerate.
4543
4544 2011-06-13  Walter Lee <walt@tilera.com>
4545
4546         * configure.ac (tilepro-*-*) New case.
4547         (tilegx-*-*): Likewise.
4548         * configure: Regenerate.
4549
4550 2011-06-06  Jing Yu  <jingyu@google.com>
4551
4552         * configure.ac: Skip target-libiberty for
4553         arm*-*-linux-androideabi.
4554         * configure: Regenerated.
4555
4556 2011-06-06  Nick Clifton  <nickc@redhat.com>
4557
4558         * config.sub: Sync from upstream.
4559
4560 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
4561
4562         * MAINTAINERS (Write After Approval): Add myself.
4563
4564 2011-06-01  Daniel Jacobowitz  <drow@false.org>
4565
4566         * MAINTAINERS: Update my email address.
4567
4568 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
4569
4570         * MAINTAINERS (Write After Approval): Update my email address.
4571
4572 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4573
4574         * MAINTAINERS (Write After Approval): Add myself.
4575
4576 2011-05-08  Doug Kwan  <dougkwan@google.com>
4577
4578         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4579         * configure: Regenerated.
4580         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4581         value from configure.
4582         * Makefile.in: Regenerated.
4583
4584 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
4585
4586         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4587         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4588         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4589         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4590         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4591         *-*-vxworks*): Disable newlib and libgloss in separate case
4592         statement.
4593         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4594         to separate case statement.
4595         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4596         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4597         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4598         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4599         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4600         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4601         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4602         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4603         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4604         i[[3456789]]86-*-rdos*, m32r-*-*,
4605         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4606         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4607         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4608         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4609         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4610         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4611         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4612         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4613         and libgloss in main case over targets.  Remove most empty cases
4614         in main case over targets.
4615         * configure: Regenerate.
4616
4617 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
4618
4619         * MAINTAINERS (Write After Approval): Add myself.
4620
4621 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4622
4623         * configure.ac: Remove code setting special library locations for
4624         hppa*64*-*-hpux11*.  Remove code setting compiler for
4625         sparc-sun-solaris2*.
4626         * configure: Regenerate.
4627
4628 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4629
4630         * configure.ac: Separate libgloss_dir settings from general case
4631         over targets.
4632         * configure: Regenerate.
4633
4634 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4635
4636         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4637         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4638         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4639         cases in libgcj-disabling case statement.
4640         (hppa*64*-*-linux*): Set unsupported_languages instead of
4641         disabling target-zlib.
4642         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4643         to hppa*64*-*-hpux*.
4644         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4645         hppa*-*-hpux*.
4646         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4647         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4648         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4649         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4650         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4651         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4652         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4653         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4654         libgcj-disabling case statement.
4655         * configure: Regenerate.
4656
4657 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4658
4659         * configure.ac: Disable Java for targets not supporting libffi.
4660         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4661         Remove cases in Java-disabling statement.
4662         (*arm-wince-pe): Change to arm-wince-pe.
4663         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4664         cases in Java-disabling statement.
4665         (bfin-*-*): Don't disable Java again.
4666         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4667         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4668         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4669         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4670         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4671         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4672         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4673         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4674         Java-disabling statement.
4675         (mmix-*-*): Don't disable Java again.
4676         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4677         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4678         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4679         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4680         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4681         statement.
4682         * configure: Regenerate.
4683
4684 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4685
4686         * configure.ac: Separate cases disabling Java and Java libraries
4687         from general case over targets.
4688         * configure: Regenerate.
4689
4690 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4691
4692         * MAINTAINERS: Update my email address.
4693
4694 2011-04-20  Easwaran Raman  <eraman@google.com>
4695
4696         * MAINTAINERS (Write After Approval): Add myself.
4697
4698 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4699
4700         PR lto/48086
4701         * configure.ac: Re-enable LTO on *-apple-darwin9*.
4702         * configure: Regenerate.
4703
4704 2011-04-16  Jim Meyering  <meyering@redhat.com>
4705
4706         * MAINTAINERS (Write After Approval): Add myself.
4707
4708 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
4709
4710         * MAINTAINERS: Update my email address.
4711
4712 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4713
4714         * MAINTAINERS (Write After Approval): Add myself.
4715
4716 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4717
4718         * MAINTAINERS (Write After Approval): Add myself.
4719
4720 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4721
4722         * MAINTAINERS (Write After Approval): Add myself.
4723
4724 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
4725
4726         * configure.ac (build_tools): Remove build-byacc.
4727         (host_libs): Remove mmalloc.
4728         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4729         autoconf automake libtool diff rcs fileutils shellutils time
4730         textutils wdiff find uudecode hello tar gzip indent recode release
4731         sed perl gawk findutils gettext zip.
4732         (libgcj): Remove target-qthreads.
4733         (target_tools): Remove target-examples target-gperf.
4734         (YACC): Don't handle building byacc.
4735         * configure: Regenerate.
4736         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4737         dosutils, examples, fileutils, find, findutils, gawk, gettext,
4738         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4739         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4740         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4741         handle building components.
4742         * Makefile.in: Regenerate.
4743
4744 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4745
4746         * MAINTAINERS: Update my email address as Xtensa maintainer.
4747
4748 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4749
4750         * config.sub: Sync from upstream.
4751
4752 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4753
4754         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4755         (microblaze*): Don't disable libssp.
4756         * configure: Regenerate.
4757
4758 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4759
4760         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4761         moveifchange.
4762         * configure: Regenerate.
4763         * Makefile.tpl: Use @SHELL@ not @config_shell@.
4764         * Makefile.in: Regenerate.
4765
4766 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4767
4768         * configure.ac (*-*-sysv4*): Don't enable libgomp.
4769         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4770         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4771         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4772         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4773         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4774         md_exec_prefix cases.
4775         * configure: Regenerate.
4776
4777 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4778
4779         * configure.ac: Separate cases disabling target-libssp,
4780         target-libiberty, target-libstdc++-v3 and Fortran from general
4781         case over targets.
4782         * configure: Regenerate.
4783
4784 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4785
4786         * configure.ac (*-*-chorusos): Don't disable libgcj.
4787         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4788         Remove case.
4789         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4790         (arm-*-coff): Don't disable libgcj.
4791         (arm*-*-linux-gnueabi): Remove useless assignment.
4792         (arm-*-riscix*): Don't disable libgcj.
4793         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4794         configuration.
4795         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4796         (c54x*-*-*): Remove case.
4797         (tic54x-*-*): Don't disable GCC or GCC libraries.
4798         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4799         to *.
4800         (d10v-*-*): Don't disable GCC libraries.
4801         (d30v-*-*): Don't disable libgcj.
4802         (h8500-*-*): Don't disable GCC libraries.
4803         (i960-*-*): Don't disable libgcj.
4804         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4805         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4806         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4807         libgcj.
4808         (m68k-*-coff*): Remove case.
4809         (mmix-*-*): Don't disable libgloss on host.
4810         (mn10200-*-*, mn10300-*-*): Remove cases.
4811         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4812         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4813         Don't disable libgcj.
4814         (romp-*-*): Remove case.
4815         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4816         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4817         case.
4818         (v810-*-*): Don't disable GCC libraries.
4819         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4820         (ip2k-*-*): Don't disable GCC libraries.
4821         * configure: Regenerate.
4822
4823 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
4824
4825         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4826         libffi on host.
4827         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4828         on host.
4829         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4830         * configure: Regenerate.
4831
4832 2011-03-26  John Marino  <binutils@marino.st>
4833
4834         * configure.ac: Add support for *-*-dragonfly*
4835         * configure: Regenerate.
4836
4837 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4838
4839         * configure.ac (native_only): Remove.
4840         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4841         send-pr uudecode guile gnuserv on host.
4842         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4843         send-pr rcs guile perl texinfo libtool on host.
4844         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4845         automake send-pr rcs guile perl texinfo libtool on host.
4846         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4847         (*-*-kaos*): Don't disable target-examples target-gperf on target.
4848         (alpha*-dec-osf*): Don't disable fileutils on target.
4849         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4850         texinfo send-pr expect dejagnu on target.
4851         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4852         target-qthreads on target.
4853         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4854         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4855         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4856         x86_64-*-mingw*): Don't disable expect on target.
4857         (*-*-cygwin*): Don't disable target-gperf on target.
4858         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4859         gnuserv on target.
4860         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4861         target.
4862         * configure: Regenerate.
4863
4864 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4865
4866         * configure.ac (target_tools): Remove target-groff.
4867         (native_only): Remove target-groff.
4868         (hppa*64*-*-*): Don't disable byacc.
4869         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4870         setting.
4871         (*-*-kaos*): Don't skip target-librx and target-groff.
4872         (*-*-netware*): Don't skip target-libmudflap.
4873         (*-*-tpf*): Don't skip target-libmudflap.
4874         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4875         directories on the host.
4876         (ia64*-*-*vms*): Don't skip tix.
4877         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4878         host.
4879         * configure: Regenerate.
4880
4881 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4882
4883         * configure.ac: Remove references to mt-mep, mt-netware,
4884         mt-wince.
4885         * Makefile.def: Add all-utils soft dependencies.
4886         * Makefile.tpl: Remove GDB_NLM_DEPS.
4887         * configure: Regenerate.
4888         * Makefile.in: Regenerate.
4889
4890 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4891
4892         * configure.ac: Do not include mh-x86omitfp.
4893         * configure: Regenerate.
4894
4895 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4896
4897         * configure.ac: Remove empty cases.
4898         * configure: Regenerate.
4899
4900 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4901
4902         * Makefile.def: Add dependency from termcap to gdb.
4903         * Makefile.in: Regenerate.
4904
4905 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4906
4907         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4908         * configure: Regenerate.
4909         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4910         * Makefile.tpl: Likewise.
4911         * Makefile.in: Regenerate.
4912
4913 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4914
4915         * configure.ac: Remove all mentions of tentative_cc.
4916         * configure: Regenerate.
4917
4918 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4919
4920         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4921         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4922         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4923         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4924         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4925         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4926         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4927         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4928         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4929         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4930         *-*-rhapsody*): Remove host cases.
4931         * configure: Regenerate.
4932
4933 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4934
4935         * configure.ac (ppc*-*-pe): Remove host case.
4936         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4937         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4938         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4939         cases.
4940         * configure: Regenerate.
4941
4942 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4943
4944         * config.sub: Update to version 2011-03-23.
4945
4946 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4947
4948         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4949         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4950         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4951         * configure: Regenerate.
4952
4953 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4954
4955         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4956         to Write After Approval.
4957         * config-ml.in: Don't handle arc-*-elf*.
4958         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4959         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4960         handle GCC libraries.
4961         * configure: Regenerate.
4962
4963 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4964
4965         PR bootstrap/48120:
4966         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4967         Add -lstdc++ -lm to LIBS.
4968         * configure: Regenerate.
4969
4970 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
4971
4972         * config.guess: Update to version 2011-02-02
4973         * config.sub: Update to version 2011-02-24
4974
4975 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
4976
4977         PR lto/48086
4978         * configure.ac: Re-enable LTO on *-apple-darwin9.
4979         * configure: Regenerate.
4980
4981 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4982
4983         PR lto/48086
4984         * configure.ac: Disable LTO on darwin due to an assembler change in
4985         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4986         under 256.
4987         * configure: Regenerate.
4988
4989 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
4990
4991         * MAINTAINERS: Update myself as score backend maintainer,
4992         update my e-mail address.
4993
4994 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
4995
4996         * MAINTAINERS: Update my e-mail address.
4997
4998 2011-03-06  Joey Ye  <joey.ye@arm.com>
4999
5000         * MAINTAINERS: Update my e-mail address.
5001
5002 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5003
5004         * configure.ac: Adjust test of with_ppl.
5005         * configure: Regenerated.
5006
5007 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5008
5009         * MAINTAINERS: Adjust my e-mail address.
5010
5011 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5012
5013         * configure.ac: Add -lpwl to ppllibs.
5014         * configure: Regenerated.
5015
5016 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5017
5018         * config/cloog.m4: Add -lisl to clooglibs.
5019         * configure: Regenerated.
5020
5021 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5022
5023         * MAINTAINERS (CPU Port maintainers): Add self.
5024
5025 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5026
5027         * MAINTAINERS: Add myself as testsuite maintainer.
5028
5029 2011-02-15  Mike Stump  <mikestump@comcast.net>
5030
5031         * MAINTAINERS: Add myself as testsuite maintainer.
5032
5033 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5034
5035         Import from Libtool and gnulib:
5036
5037         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5038
5039         Prepare for supporting FreeBSD 10.
5040         * config.rpath: Remove handling of freebsd1* which soon would
5041         match FreeBSD 10.0.
5042
5043         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5044
5045         Remove support for FreeBSD 1.x.
5046         * libtool.m4 (_LT_LINKER_SHLIBS)
5047         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5048         soon would incorrectly match FreeBSD 10.0.
5049
5050 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5051
5052         PR binutils/12283
5053         * move-if-change: Import version from gnulib.
5054
5055 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5056
5057         PR lto/47225
5058         * Makefile.def (lto-plugin): Double dash for enable-shared.
5059         (configure-gcc): Depend on all-lto-plugin.
5060         * Makefile.in: Rebuilt.
5061
5062 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5063
5064         * configure.ac: Remove extra bracket.
5065         * configure: Regenerate.
5066
5067 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5068
5069         * MAINTAINERS: Add myself as libquadmath maintainer.
5070
5071 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5072
5073         * MAINTAINERS: Update my email address.
5074
5075 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5076
5077         * MAINTAINERS (option handling): Add self.
5078
5079 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5080
5081         PR lto/47225
5082         * Makefile.def: Add dependency for install-gcc
5083         on install-lto-plugin.
5084         * Makfile.in: Regenerated
5085
5086 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5087
5088         * MAINTAINERS (CPU Port Maintainers): Add myself.
5089
5090 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5091
5092         PR libgcj/44341
5093         * configure.ac: Discard --with-* flags for host when configuring
5094         target libraries for cross build.
5095         * configure: Rebuilt.
5096
5097 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5098
5099         * MAINTAINERS (linear loop transforms): Removed.
5100
5101 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5102
5103         * configure.ac: If with_ppl is no, move setting with_cloog=no
5104         after CLOOG_REQUESTED check.
5105         * configure: Regenerated.
5106
5107 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5108
5109         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5110         CLooG has been requested.
5111         * configure: Regenerated.
5112
5113 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5114
5115         * configure: Regenerated.
5116         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5117
5118 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5119
5120         * configure: Regenerated.
5121         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5122
5123 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5124
5125         * configure.ac: Use AS_HELP_STRING throughout.
5126         * configure: Regenerate.
5127
5128 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5129
5130         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5131         * configure: Regenerate.
5132
5133 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5134
5135         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5136
5137 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5138
5139         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5140         for ia64-hpux.
5141         * configure: Regenerate.
5142
5143 2011-01-07  Jan Hubicka  <jh@suse.cz>
5144
5145         PR lto/47225
5146         * Makefile.in: Regenerate.
5147         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5148         configure.
5149
5150 2011-01-07  Jan Hubicka  <jh@suse.cz>
5151
5152         * Makefile.in: Regenerate.
5153         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5154         and configure dependency on lto-plugin configure.
5155         (lto-plugin module): Remove dependency on GCC; add dependency on
5156         liniberty.
5157
5158 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5159
5160         * MAINTAINERS (Write After Approval): Add myself.
5161
5162 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5163
5164         * configure: Regenerate.
5165
5166 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5167
5168         * configure.ac: (picochip): Disable libiberty.
5169
5170 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5171
5172         * MAINTAINERS (Write After Approval): Add myself.
5173
5174 2010-12-10  Ian Lance Taylor  <iant@google.com>
5175
5176         PR bootstrap/46819
5177         * configure.ac: For --disable-libgcj clear libgcj_saved.
5178         * configure: Rebuild.
5179
5180 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5181
5182         PR fortran/46540
5183         * configure.ac: Add --disable-libquadmath and
5184         --disable-libquadmath-support.
5185         * configure: Regenerate.
5186
5187 2010-12-03  Ian Lance Taylor  <iant@google.com>
5188
5189         * MAINTAINERS: Add myself as libgo maintainer.
5190
5191 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5192
5193         PR libffi/46792
5194         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5195         * configure: Regenerate.
5196
5197 2010-12-02  Ian Lance Taylor  <iant@google.com>
5198
5199         * configure.ac: Always set default for poststage1_ldflags to
5200         -static-libstdc++ -static-libgcc.
5201
5202 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5203
5204         * configure.ac: Move comment to remove extra space in last argument
5205         of GCC_TARGET_TOOL.
5206
5207 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5208
5209         PR other/46026
5210         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5211         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5212         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5213         (BASE_FLAGS_TO_PASS): Use it.
5214         * configure: Rebuilt.
5215         * Makefile.in: Rebuilt.
5216
5217 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5218
5219         PR binutils/12258
5220         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5221         Properly check default linker.
5222         * configure: Regnerated.
5223
5224 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5225
5226         * configure.ac: For --enable-gold, handle value `default' instead of
5227         `both*'.  New configure option --{en,dis}able-ld.
5228         * configure: Regenerate.
5229
5230 2010-11-20  Ian Lance Taylor  <iant@google.com>
5231
5232         * configure.ac: Only disable a language library if no language needs
5233         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5234         * configure: Rebuild.
5235
5236 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5237
5238         * Makefile.in: Regenerate.
5239
5240         PR other/46202
5241         * configure.ac: Fix just-built in-tree STRIP name to be
5242         binutils/strip-new.
5243         * configure: Regenerate.
5244         * Makefile.def (install-strip-gcc, install-strip-binutils)
5245         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5246         (install-strip-sid): Mirror dependencies on non-strip variants
5247         of these targets on the respective -strip prerequisites.
5248         * Makefile.tpl (install-strip, install-strip-host)
5249         (install-strip-target): New targets.
5250         (install-strip-[+module+], install-strip-target-[+module+]):
5251         New targets.
5252         * Makefile.in: Regenerate.
5253
5254 2010-11-19  Ian Lance Taylor  <iant@google.com>
5255             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5256
5257         * configure.ac: Add target-libgo to target_libraries.  Set
5258         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5259         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5260         (HOST_EXPORTS): Add GOC.
5261         (BASE_TARGET_EXPORTS): Add GOC.
5262         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5263         (GOCFLAGS_FOR_TARGET): New variable.
5264         (EXTRA_HOST_FLAGS): Add GOC.
5265         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5266         * Makefile.def (target_modules): Add libgo.
5267         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5268         (dependencies): Add dependency from configure-target-libgo to
5269         configure-target-libffi and all-target-libstdc++-v3.  Add
5270         dependencies from all-target-libgo to all-target-libffi.
5271         (languages): Add go.
5272         * configure: Rebuild.
5273         * Makefile.in: Rebuild.
5274
5275 2010-11-19  Ian Lance Taylor  <iant@google.com>
5276
5277         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5278         compiler/flag environment variables.
5279
5280 2010-11-18  Ian Lance Taylor  <iant@google.com>
5281
5282         * configure.ac: Check for lang_requires_boot_languages in
5283         config-lang.in files.
5284         * configure: Rebuild.
5285
5286 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5287             Tobias Burnus  <burnus@net-b.de>
5288
5289         PR fortran/32049
5290         * Makefile.def: Add libquadmath; build it with language=fortran.
5291         * configure.ac: Add libquadmath.
5292         * Makefile.tpl: Handle multiple libs in check-[+language+].
5293         * Makefile.in: Regenerate.
5294         * configure: Regenerate.
5295
5296 2010-11-16  Tom Tromey  <tromey@redhat.com>
5297
5298         * MAINTAINERS: Moved myself to reviewers section.
5299
5300 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5301
5302         * MAINTAINERS: Moved myself to reviewers section.
5303
5304 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5305
5306         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5307         (Write After Approval): Remove self.
5308
5309 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5310
5311         * configure.ac: Fix spelling in option names.
5312         * configure: Regenerated.
5313
5314 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5315
5316         PR bootstrap/39622
5317         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5318         * configure: Regenerated.
5319
5320 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5321
5322         * MAINTAINERS: Update my email address.
5323
5324 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5325
5326         * configure: Regenerate.
5327
5328 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5329
5330         * configure: Regenerate.
5331
5332 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5333
5334         * configure: Regenerate.
5335
5336 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5337
5338         * configure: Regenerate.
5339
5340 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5341
5342         * configure.ac: Support official CLooG.org versions.
5343         * configure: Regenerate.
5344         * config/cloog.m4: New.
5345
5346 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5347
5348         * MAINTAINERS (Write After Approval): Add myself.
5349
5350 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5351
5352         * MAINTAINERS: Update my email address.
5353
5354 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5355
5356         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5357         * configure: Regenerate.
5358
5359 2010-11-03  Ian Lance Taylor  <iant@google.com>
5360             Dave Korn  <dave.korn.cygwin@gmail.com>
5361
5362         PR lto/46273
5363         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5364         and on other supported platforms whenever LTO is enabled.
5365         * configure: Rebuild.
5366
5367 2010-11-02  Alan Modra  <amodra@gmail.com>
5368
5369         PR binutils/12110
5370         * configure.ac: Error when source path contains spaces.
5371         * configure: Regenerate.
5372
5373 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5374
5375         * MAINTAINERS: Update my email address.
5376
5377 2010-10-20  Ian Lance Taylor  <iant@google.com>
5378
5379         * Makefile.def (target_modules): Set lib_path to src/.libs for
5380         libstdc++-v3 module.
5381         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5382         * Makefile.in: Rebuild.
5383
5384 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5385
5386         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5387         (Write After Approval): Remove myself.
5388
5389 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5390
5391         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5392
5393 2010-10-14  Douglas Rupp  <rupp@gnat.com>
5394
5395         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5396
5397 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5398
5399         * configure.ac (build_lto_plugin): New shell variable.
5400         (--enable-lto): Turn on by default for all non-ELF platforms that
5401         have had LTO support added so far.  Set build_lto_plugin appropriately
5402         for both ELF and non-ELF.
5403         (configdirs): Add lto-plugin or not based on build_lto_plugin.
5404         * configure: Regenerate.
5405
5406 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5407
5408         Sync from src:
5409         * configure.ac (v850 support): Remove target-libgloss from
5410         noconfigdirs.
5411         * configure: Regenerate.
5412
5413 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5414
5415         PR bootstrap/45326
5416         PR bootstrap/45174
5417         * configure.ac: Honor initial values of $build_configargs,
5418         $host_configargs, $target_configargs.  Mark the precious, so
5419         environment settings get recorded.
5420         * configure: Regenerate.
5421
5422 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5423
5424         PR bootstrap/45796
5425         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5426         Depend on all-build-libiberty.
5427         * Makefile.in: Regenerate.
5428
5429 2010-09-30  Michael Eager  <eager@eagercon.com>
5430
5431         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5432         * configure: Regenerate.
5433
5434 2010-09-28  Michael Eager  <eager@eagercon.com>
5435
5436         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5437
5438 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5439
5440         PR bootstrap/44621
5441         * configure.ac: Fix unportable shell quoting.
5442         * configure: Regenerate.
5443
5444 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5445
5446         * configure.ac (enable-lto): Add Darwin to the list of supported lto
5447         targets and amend comment.
5448         * configure: Regenerate.
5449
5450 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5451
5452         * MAINTAINERS (Write After Approval): Add myself.
5453
5454 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5455
5456         * configure.ac: Enable LTO by default on Darwin.
5457         * configure: Regenerate.
5458
5459 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5460
5461         * MAINTAINERS (Write After Approval): Add myself.
5462
5463 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5464
5465         * MAINTAINERS (Write After Approval): Add myself.
5466
5467 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5468
5469         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5470         ports
5471
5472 2010-07-28  David Yuste  <david.yuste@gmail.com>
5473
5474         * MAINTAINERS (Write After Approval): Add myself.
5475
5476 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5477
5478         * configure.ac: Support all v850 targets.
5479         * configure: Regenerate.
5480
5481 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5482
5483         PR bootstrap/44455
5484         * configure.ac (extra_mpfr_configure_flags): Copy from
5485         extra_mpc_gmp_configure_flags.
5486         * configure: Re-generated.
5487
5488 2010-07-22  Andi Kleen  <ak@linux.intel.com>
5489
5490         * MAINTAINERS (Write After Approval): Add myself.
5491
5492 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5493
5494         * MAINTAINERS (Write After Approval): Add myself.
5495
5496 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5497
5498         * MAINTAINERS (Write After Approval): Add myself.
5499
5500 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5501
5502         PR target/44862
5503         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5504         Provide -B option to allow for link spec %s substitutions for
5505         libstdc++.a on darwin.
5506         * Makefile.in: Regenerate.
5507
5508 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
5509
5510         * MAINTAINERS (Reviewers): Update my e-mail address
5511
5512 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
5513
5514         * Makefile.def (configure-gcc): Depend on all-libelf.
5515         * Makefile.in: Rebuild.
5516
5517 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
5518
5519         * MAINTAINERS (Write After Approval): Add myself in the right place.
5520
5521 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
5522
5523         * MAINTAINERS (Write After Approval): Add myself.
5524
5525 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
5526
5527         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5528
5529 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
5530
5531         * config.sub: Update to version 2010-05-21.
5532         * config.guess: Update to version 2010-04-03.
5533
5534 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
5535
5536         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5537         * configure: Regenerate.
5538
5539 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
5540
5541         * MAINTAINERS (Write After Approval): Add myself.
5542
5543 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
5544
5545         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5546         a platform that supports LTO.
5547         * configure: Regenerate.
5548
5549 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
5550
5551         * configure.ac: Allow all the versions greater than 0.10 of PPL.
5552         * configure: Regenerated.
5553
5554 2010-04-27  Roland McGrath  <roland@redhat.com>
5555             H.J. Lu  <hongjiu.lu@intel.com>
5556
5557         * configure.ac (--enable-gold): Support both, both/gold and
5558         both/bfd to add gold to configdirs without removing ld.
5559         * configure: Regenerated.
5560
5561         * Makefile.def: Add install-gold dependency to install-ld.
5562         * Makefile.in: Regenerated.
5563
5564 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
5565
5566         PR lto/42776
5567         * configure.ac (--enable-lto): Refactor handling so libelf tests
5568         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5569         and allow LTO to be explicitly enabled on non-ELF platforms that
5570         are known to support it inside else-clause.
5571         * configure: Regenerate.
5572
5573 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5574
5575         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5576         * configure: Regenerate.
5577
5578 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
5579
5580         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5581         * configure: Regenerate.
5582
5583 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5584
5585         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5586         separately.
5587         * configure: Regenerate.
5588
5589 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
5590
5591         * MAINTAINERS (Write After Approval): Add myself.
5592
5593 2010-04-14  Tristan Gingold  <gingold@adacore.com>
5594
5595         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5596         * configure: Regenerate.
5597
5598 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
5599
5600         * configure: Regenerate after change to elf.m4.
5601
5602 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
5603
5604         * MAINTAINERS (Write After Approval): Add myself.
5605
5606 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5607
5608         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5609         * configure: Regenerated.
5610
5611 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5612
5613         * configure.ac: Print "buggy but acceptable" when CLooG
5614         revision is less than 9.
5615         * configure: Regenerated.
5616
5617 2010-04-01  Diego Novillo  <dnovillo@google.com>
5618
5619         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5620
5621 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5622
5623         PR bootstrap/43615
5624         PR bootstrap/43328
5625
5626         Revert:
5627
5628         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5629
5630         * configure.ac: Do not pass --enable-multilib nor
5631         --disable-multilib in baseargs.  Accept explicitly passed
5632         --enable_multilib.
5633         * configure: Regenerate.
5634
5635 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5636
5637         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5638
5639 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
5640
5641         * MAINTAINERS: Remove myself.
5642
5643 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5644
5645         PR bootstrap/43328
5646         * configure.ac: Do not pass --enable-multilib nor
5647         --disable-multilib in baseargs.  Accept explicitly passed
5648         --enable_multilib.
5649         * configure: Regenerate.
5650
5651 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
5652
5653         * MAINTAINERS (spu port): Remove me.
5654
5655 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5656
5657         * configure.ac (tic6x-*-*): New case.
5658         * configure: Regenerate.
5659
5660 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5661
5662         * config.sub: Update to version 2010-03-22.
5663         * config.guess: Update to version 2009-12-30.
5664
5665 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5666
5667         PR ada/42554
5668         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5669         * configure: Regenerate.
5670
5671 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5672
5673         * MAINTAINERS: Update my email address.
5674
5675 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5676
5677         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5678         (ghassan.shobaki@amd.com): Removed.
5679
5680 2010-03-17  Alan Modra  <amodra@gmail.com>
5681
5682         * MAINTAINERS: Update my email address.
5683
5684 2010-03-16  Diego Novillo  <dnovillo@google.com>
5685
5686         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5687         Matthews.
5688
5689 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5690
5691         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5692         Gutson, Jeffrey D. Oldham and Mark Shinwell.
5693
5694 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5695
5696         * MAINTAINERS: Update my email address.
5697
5698 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5699
5700         * MAINTAINERS: Update my email address.
5701
5702 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5703
5704         * MAINTAINERS: Update my email address.
5705
5706 2010-03-09  Jie Zhang  <jie@codesourcery.com>
5707
5708         * MAINTAINERS: Update my email address.
5709
5710 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5711
5712         PR libstdc++/32499
5713         * configure.ac (RANLIB): Default to true.
5714         (STRIP): Likewise.
5715         (RANLIB_FOR_TARGET): Remove superfluous : argument.
5716         * configure: Regenerate.
5717
5718 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5719
5720         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5721         (Write After Approval): Update my email address.
5722
5723 2010-02-17  Nick Clifton  <nickc@redhat.com>
5724
5725         PR 11238
5726         * Makefile.tpl (local-distclean): Also remove config.cache files in
5727         sub-directories as there may not be Makefiles present in the
5728         sub-directories.
5729         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5730         the config.cache files found by the find command.
5731
5732         * Makefile.in: Regenerate.
5733         * configure.ac: Revert previous delta.
5734         * configure: Regenerate.
5735
5736 2010-02-15  Nick Clifton  <nickc@redhat.com>
5737
5738         PR 11238
5739         * configure.ac: Delete config.cache files in sub-directories when
5740         deleting Makefiles.
5741         * configure: Regenerate.
5742
5743 2010-02-12  Ben Elliston  <bje@gnu.org>
5744
5745         * MAINTAINERS: Update my email address.
5746
5747 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
5748
5749         * MAINTAINERS (spu port): Update my email address.
5750
5751 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
5752
5753         * MAINTAINERS: Add myself as a maintainer for the bfin port.
5754
5755 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5756
5757         * configure.ac: Add "recommended" version checks for GMP/MPC.
5758         Update recommended GMP/MPFR/MPC versions.
5759         * configure: Regenerate.
5760
5761 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5762
5763         * MAINTAINERS: Move my Embecosm email address into the
5764         write-after-approval section.
5765
5766 2010-01-26  Ian Lance Taylor  <iant@google.com>
5767
5768         * MAINTAINERS: Add myself as Go frontend maintainer.
5769
5770 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5771
5772         PR libstdc++/36101, PR libstdc++/42813
5773         * configure.ac (bootstrap_target_libs): Make inclusion of
5774         target-libgomp conditional on libgomb being in target_configdirs.
5775         * configure: Regenerate.
5776
5777 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5778
5779         PR libstdc++/36101, PR libstdc++/42813
5780         * configure.ac (bootstrap_target_libs): Include target-libgomp.
5781         * configure: Regenerate.
5782
5783 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5784
5785         PR libstdc++/36101, PR libstdc++/42813
5786         * configure.ac (target_configdirs): Substitute.
5787         * Makefile.def: Bootstrap target module libgomp.
5788         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5789         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5790         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5791         * configure, Makefile.in: Regenerate.
5792
5793 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5794
5795         * MAINTAINERS: Adjust my details.
5796
5797 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5798
5799         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5800
5801 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5802
5803         * MAINTAINERS: reindented my entry with tabs instead of spaces.
5804
5805 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5806
5807         * MAINTAINERS (Write After Approval): Add myself.
5808
5809 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5810
5811         * MAINTAINERS (Write After Approval): Add myself.
5812
5813 2010-01-11  Richard Guenther  <rguenther@suse.de>
5814
5815         PR lto/41569
5816         * Makefile.def (all-lto-plugin): Depend on all-gcc.
5817         * Makefile.in: Regenerated.
5818
5819 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5820
5821         * configure.ac: Enable libjava build on x86_64-*freebsd*.
5822         * configure: Regenerate.
5823
5824 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5825             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5826
5827         PR bootstrap/42424
5828         * configure.ac: Include libtool m4 files.
5829         (_LT_CHECK_OBJDIR): Call it.
5830         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5831         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5832
5833         * configure: Regenerate.
5834
5835 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5836
5837         PR bootstrap/41818
5838         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5839         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5840         * Makefile.in: Regenerate.
5841
5842 2010-01-02  Richard Guenther  <rguenther@suse.de>
5843
5844         PR lto/41529
5845         * configure.ac: Include config/elf.m4.  Disable LTO if not
5846         builting for an elf target.
5847         * configure: Regenerate.
5848
5849 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5850
5851         * MAINTAINERS: Change my email address.
5852
5853 2009-12-18  Ben Elliston  <bje@au.ibm.com>
5854
5855         * config.sub, config.guess: Update from upstream sources.
5856
5857 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5858
5859         * MAINTAINERS (Write After Approval): Add myself.
5860
5861 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5862
5863         PR middle-end/30447
5864         PR middle-end/30789
5865         PR other/40302
5866
5867         * configure.ac: Require MPC.
5868         * configure: Regenerate.
5869
5870 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5871
5872         PR target/38384
5873         PR bootstrap/40972
5874         * libtool.m4: Sync from git Libtool.
5875         * ltoptions.m4: Likewise.
5876         * ltversion.m4: Likewise.
5877         * lt~obsolete.m4: Likewise.
5878         * ltmain.sh: Likewise.
5879
5880 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5881
5882         * configure.ac: Update minimum MPC version to 0.8.
5883         * configure: Regenerate.
5884
5885 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
5886
5887         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5888         * configure: Regenerated.
5889
5890 2009-11-21  Ian Lance Taylor  <iant@google.com>
5891
5892         * configure.ac: Change default of poststage1_ldflags to be empty if
5893         poststage1_libs is set.  When poststage1_libs is empty, and
5894         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5895         * configure: Rebuild.
5896
5897 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
5898
5899         * MAINTAINERS (Write After Approval): Update my email address.
5900
5901 2009-11-20  Ben Elliston  <bje@au.ibm.com>
5902
5903         * config.guess: Update from upstream sources.
5904
5905 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5906
5907         * Makefile.def: Restore host and target settings for gmp.
5908         * Makefile.in: Rebuild.
5909
5910 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5911
5912         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
5913         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5914         Fix portability of test of C++ as bootstrap language.  Add
5915         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5916         * configure: Rebuild.
5917         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5918         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5919         in-tree building.
5920         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5921         (POSTSTAGE1_HOST_EXPORTS): Use it.
5922         (STAGE[+id+]_CXXFLAGS): New.
5923         (BASE_FLAGS_TO_PASS): Pass it down.
5924         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5925         extra_exports.
5926         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5927         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5928         extra_exports.
5929         * Makefile.in: Rebuild.
5930
5931 2009-11-17  Ben Elliston  <bje@au.ibm.com>
5932
5933         * config.sub, config.guess: Update from upstream sources.
5934
5935 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5936
5937         * MAINTAINERS (Write After Approval): Add myself.
5938
5939 2009-11-09  Jon Beniston  <jon@beniston.com>
5940
5941         * MAINTAINERS (Write After Approval): Add myself.
5942
5943 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5944
5945         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5946         paths for *-w64-mingw* and x86_64-*mingw*.
5947         * configure: Regenerated.
5948
5949 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5950
5951         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5952
5953 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5954
5955         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5956         Phil Edwards to Write-After Approval.
5957
5958 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5959
5960         * configure.ac: Disable target-winsup & co for
5961         x86_64-*-mingw* and *-w64-mingw* targets.
5962         * configure: Regenerated.
5963
5964 2009-10-16  Nick Clifton  <nickc@redhat.com>
5965
5966         * MAINTAINERS: Add myself as a maintainer for the RX port.
5967
5968 2009-10-26  Johannes Singler  <singler@kit.edu>
5969
5970         * MAINTAINERS (Write After Approval): Update my e-mail address.
5971
5972 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5973
5974         * configure.ac (CLooG test): Use = with test.
5975         * configure: Regenerate.
5976
5977 2009-10-22  Richard Guenther  <rguenther@suse.de>
5978
5979         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
5980         cloog if the ppl version check failed.  Move flags saving
5981         before setting in libelf check.
5982         * configure: Regenerate.
5983
5984 2009-10-21  Richard Guenther  <rguenther@suse.de>
5985
5986         * configure.ac: Adjust the ppl and cloog configure to work as
5987         documented.  Disable cloog if ppl was disabled.  Omit the version
5988         checks if they were disabled.
5989         * configure: Re-generate.
5990
5991 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5992
5993         * configure.ac: Add 'lto' to enable_languages, not
5994         new_enable_languages, and only if not already present.
5995         * configure: Regenerate.
5996
5997 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
5998
5999         * README: Refer to the various COPYING* files instead of just
6000         COPYING.
6001         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6002
6003 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6004
6005         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6006
6007 2009-10-07  Richard Guenther  <rguenther@suse.de>
6008
6009         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6010         and Richard Guenther as reviewers.
6011         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6012         as reviewers.
6013
6014 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6015
6016         * config.sub: Update from upstream sources.
6017
6018 2009-10-06  Ian Lance Taylor  <iant@google.com>
6019
6020         * Makefile.def: check-gold depends upon all-gas.
6021         * Makefile.in: Rebuild.
6022
6023 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6024
6025         * MAINTAINERS (Write After Approval): Add myself.
6026
6027 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6028
6029         * Makefile.def: all-lto-plugin depends on all-libiberty.
6030         set bootstrap=true for lto-plugin.
6031         Add lto-plugin.
6032         * Makefile.in: Regenerate.
6033         * configure.ac (host_libs): Add lto-plugin.
6034         * configure: Regenerate.
6035
6036 2009-10-03  Diego Novillo  <dnovillo@google.com>
6037
6038         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6039         (HOST_LIBELFLIBS): Define.
6040         (HOST_LIBELFINC): Define.
6041         * Makefile.in: Regenerate.
6042         * configure.ac: Add --enable-lto.
6043         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6044         If --enable-lto is used, add 'lto' to new_enable_languages.
6045         If --enable-lto is used and gold is enabled, add
6046         lto-plugin to configdirs.
6047         * configure: Regenerate.
6048
6049 2009-10-03  Simon Baldwin  <simonb@google.com>
6050
6051         * configure.ac: If --with-system-zlib, suppress local zlib and
6052         pass --with-system-zlib to subdir configure scripts.
6053         * configure: Regenerate.
6054
6055 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6056             Paolo Bonzini  <bonzini@gnu.org>
6057
6058         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6059         $(srcdir).
6060         * Makefile.in: Rebuilt.
6061
6062 2009-09-26  Gary Funck  <gary@intrepid.com>
6063
6064         * MAINTAINERS (Write After Approval): Add myself.
6065
6066 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6067
6068         * configure.ac: Update minimum MPC version to 0.7.
6069         * configure: Regenerate.
6070
6071 2009-09-25  Nick Clifton  <nickc@redhat.com>
6072
6073         * configure.ac: Pass any --cache-file=/dev/null option on to
6074         subconfigures.
6075         * configure: Regenerate.
6076
6077 2009-09-23  Nick Clifton  <nickc@redhat.com>
6078
6079         * config.sub, config.guess: Update from upstream sources.
6080
6081 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6082
6083         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6084         * Makefile.in: Rebuilt.
6085
6086 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6087
6088         PR bootstrap/32272
6089         * configure.ac: Error out if $srcdir isn't '.' but contains
6090         host-${host_noncanonical}.
6091         * configure: Regenerate.
6092
6093 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6094
6095         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6096         maintainer.
6097
6098 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6099
6100         * configure.ac: If bootstrapping a combined tree with
6101         --enable-gold, require c++ in stage1_languages.
6102         * configure: Regenerate.
6103
6104         * configure.ac: Also add target_libs of stage1_languages to
6105         bootstrap_target_libs.
6106         * configure: Regenerate.
6107
6108         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6109         with --enable-languages not containing c++.
6110         * configure: Regenerate.
6111
6112 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6113
6114         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6115         * configure: Regenerate.
6116
6117 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6118
6119         * MAINTAINERS (Write After Approval): Update my e-mail address,
6120         and move from from here...
6121         (Waiting for paperwork): To here.
6122
6123 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6124
6125         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6126
6127 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6128
6129         * configure.ac: Do not use $extrasub for replacing @if/@endif
6130         parts in Makefile; instead, use additional arguments to
6131         AC_CONFIG_COMMANDS to do the replacement manually, with several
6132         sed invocations, to avoid HP-UX sed command limits.
6133         * configure: Regenerate.
6134
6135 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6136
6137         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6138         blank before -L.
6139
6140 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6141
6142         * configure.ac (with-build-config): Document.  Handle without.
6143         Handle missing argument.
6144         * configure: Rebuilt.
6145
6146 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6147
6148         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6149         Default to bootstrap-debug only if compare-debug works.
6150         * configure: Rebuilt.
6151         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6152         * Makefile.in: Rebuilt.
6153
6154 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6155
6156         * MAINTAINERS (OS Port Maintainers): Update my email address.
6157
6158 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6159
6160         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6161         * Makefile.in: Rebuilt.
6162
6163 2009-09-01  Chris Demetriou  <cgd@google.com>
6164
6165         * MAINTAINERS (Write After Approval): Add myself.
6166
6167 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6168
6169         PR debug/30161
6170         * include/dwarf2.h (enum dwarf_tag): Added
6171         DW_TAG_GNU_template_template_param
6172         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6173
6174 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6175
6176         * Makefile.tpl (AWK): Fix typo.
6177         * Makefile.in: Regenerate.
6178
6179 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6180
6181         * configure.ac: Detect awk and sed.
6182         * Makefile.def (flags_to_pass): Add AWK and SED.
6183         * Makefile.tpl (AWK, SED): New.
6184         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6185         * configure: Regenerate.
6186         * Makefile.in: Regenerate.
6187
6188 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6189
6190         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6191         (collapseslashes): Likewise.
6192
6193 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6194
6195         * configure.ac (AC_PREREQ): Bump to 2.64.
6196
6197 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6198
6199         * configure.ac: Remove --with-datarootdir, --with-docdir,
6200         --with-pdfdir, --with-htmldir switches.
6201         * configure: Regenerate.
6202
6203         * configure: Regenerate.
6204
6205         * compile: Sync from Automake 1.11.
6206         * depcomp: Likewise.
6207         * install-sh: Likewise.
6208         * missing: Likewise.
6209         * mkinstalldirs: Likewise.
6210         * ylwrap: Likewise.
6211
6212 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6213
6214         * ltmain.sh (func_normal_abspath): New function.
6215         (func_relative_path): Likewise.
6216         (func_mode_help): Document new -bindir option for link mode.
6217         (func_mode_link): Add new -bindir option, and use it to place
6218         output DLL if specified.
6219
6220 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6221
6222         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6223         (baseargs): Add --disable-option-checking.
6224         * configure: Regenerate.
6225
6226         * Makefile.def (configure-target-libiberty): Depend on
6227         all-binutils and all-ld.
6228         (configure-target-newlib): Likewise.
6229         * Makefile.in: Regenerate.
6230
6231 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6232
6233         * config.sub, config.guess: Update from upstream sources.
6234
6235 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6236
6237         Sync from src, merge:
6238
6239         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6240
6241         * configure.ac: Do not exclude gas for i386-*-darwin.
6242         Add a case for x86_64-*-darwin.
6243         * configure: Regenerate.
6244
6245 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6246
6247         * MAINTAINERS: Add my name to Write After Approval list.
6248
6249 2009-08-06  Michael Eager  <eager@eagercon.com>
6250
6251         * configure.ac: Add Microblaze target.
6252         * configure: Regenerate.
6253
6254 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6255
6256         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6257         * configure: Regenerate.
6258
6259 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6260
6261         * MAINTAINERS (Write After Approval): Update my e-mail address.
6262
6263 2009-07-06  Ian Lance Taylor  <iant@google.com>
6264
6265         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6266         * configure: Rebuild.
6267
6268 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6269
6270         * MAINTAINERS: Move myself to the Graphite Reviewers.
6271
6272 2009-06-30  Wei Guozhi  <carrot@google.com>
6273
6274         * MAINTAINERS: Add my name to Write After Approval list.
6275
6276 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6277
6278         PR bootstrap/40338
6279         * configure.ac (comparestring): Create new variable.
6280         * Makefile.tpl (comparestring): Use to skip some comparisions.
6281         * configure: Regenerate.
6282         * Makefile.in: Regenerate.
6283
6284 2009-06-26  Doug Evans  <dje@sebabeach.org>
6285
6286         * Makefile.def (host_modules): Add cgen.
6287         * Makefile.in: Regenerate.
6288         * configure.ac (host_tools): Add cgen.
6289         * configure: Regenerate.
6290
6291 2009-06-23  DJ Delorie  <dj@redhat.com>
6292
6293         * MAINTAINERS: Add myself as mep maintainer.
6294
6295 2009-06-23  Ian Lance Taylor  <iant@google.com>
6296
6297         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6298         boot_languages.  Only bootstrap target libraries listed in
6299         target_libs for some boot language.  Add --with-stage1-ldflags,
6300         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6301         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6302         if not building with C++.
6303         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6304         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6305         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6306         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6307         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6308         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6309         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6310         * configure, Makefile.in: Rebuild.
6311
6312 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6313
6314         * MAINTAINERS: Added my name to write-after-approval list.
6315
6316 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6317
6318         * configure.ac: Define is_elf for QNX Neutrino targets.
6319         * configure: Regenerate.
6320
6321 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6322
6323         * MAINTAINERS: Added my name to the write-after-approval list
6324
6325 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6326
6327         * configure.ac: Detect MPC in default directory.
6328         * configure: Regenerate.
6329
6330 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6331             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6332
6333         * Makefile.tpl (all): Avoid a trailing backslash.
6334         * Makefile.in: Regenerate.
6335
6336 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6337
6338         * config.sub, config.guess: Update from upstream sources.
6339
6340 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6341
6342         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6343         to noconfdirs.
6344         * configure: Regenerate.
6345
6346 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6347
6348         * Makefile.tpl ([+compare-target+]): Compare all stage
6349         directories, rather than just gcc.
6350         * Makefile.in: Rebuilt.
6351
6352 2009-06-01  Doug Kwan  <dougkwan@google.com>
6353
6354         * configure.ac: Support gold for target arm*-*-*.
6355         * configure: Regenerate.
6356
6357 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6358
6359         * Makefile.def: Add MPC support and dependencies.
6360         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6361
6362         * Makefile.in, configure: Regenerate.
6363
6364 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6365
6366         * Makefile.tpl (all): Avoid harmless warning in make all when
6367         gcc-bootstrap is enabled but stage_last does not exist.
6368         * Makefile.in: Rebuilt.
6369
6370 2009-05-24  Nicolas Roche  <roche@adacore.com>
6371
6372         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6373         * Makefile.in: Regenerate.
6374
6375 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6376
6377         * MAINTAINERS: Update my e-mail address.
6378
6379 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6380
6381         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6382         * configure:  Regenerate.
6383
6384 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6385
6386         PR other/40159
6387         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6388         gcc-no-bootstrap are mutually exclusive.
6389         * Makefile.in: Rebuilt.
6390
6391 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6392
6393         PR other/40159
6394         * Makefile.tpl (all): Don't end with unconditional success.
6395         * Makefile.in: Rebuilt.
6396
6397 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6398
6399         PR target/37137
6400         * Makefile.def (flags_to_pass): Remove redundant and incomplete
6401         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6402         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6403         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6404         stage_configureflags, stage_cflags and stage_libcflags into
6405         explicit Makefile macros.
6406         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6407         GFORTRAN.
6408         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6409         CC.  Set CC_FOR_BUILD from CC.
6410         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6411         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6412         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6413         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6414         and GFORTRAN.
6415         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6416         (_LIBCFLAGS): Renamed to _TFLAGS.
6417         (do-compare-debug, do-compare3-debug): Drop.
6418         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6419         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6420         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6421         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6422         (XGCC_FLAGS_FOR_TARGET): New.
6423         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6424         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6425         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6426         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6427         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6428         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6429         TFLAGS.
6430         (BUILD_CONFIG): Include if requested.
6431         (all): Set TFLAGS on bootstrap.
6432         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6433         (all-stageid-prefixmodule): Likewise.
6434         (do-clean, distclean-stageid): Set TFLAGS.
6435         (restrap): Fix whitespace.
6436         * Makefile.in: Rebuilt.
6437
6438 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6439
6440         * config.guess: Sync with src.
6441
6442 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6443
6444         * configure.ac ($with_ppl):  Default to no if not supplied.
6445         ($with_cloog):  Likewise.
6446         configure:  Regenerate.
6447
6448 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
6449
6450         * MAINTAINERS: Update my e-mail address.
6451
6452 2009-04-27  Nick Clifton  <nickc@redhat.com>
6453
6454         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6455
6456 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6457
6458         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6459         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6460         * Makefile.in: Regenerate.
6461
6462 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6463
6464         PR bootstrap/39739
6465         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6466         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6467
6468         * configure, Makefile.in: Regenerate.
6469
6470 2009-04-21  Taras Glek  <tglek@mozilla.com>
6471
6472         * include/hashtab.h: Update GTY annotations to new syntax
6473         * include/splay-tree.h: Likewise
6474
6475 2009-04-17  Ben Elliston  <bje@au.ibm.com>
6476
6477         * config.sub, config.guess: Update from upstream sources.
6478
6479 2009-04-15  Anthony Green  <green@moxielogic.com>
6480
6481         * configure.ac: Add moxie support.
6482         * configure: Rebuilt.
6483
6484 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
6485
6486         * configure.ac: Change copyright header to refer to version
6487         3 of the GNU General Public License and to point readers at the
6488         COPYING3 file and the FSF's license web page.
6489         * Makefile.def: Likewise.
6490         * Makefile.tpl: Likewise.
6491         * Makefile.in: Regenerate.
6492
6493 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6494
6495         * configure.ac: Restore match for darwin9 or later. Use double
6496         brackets since regeneration eats one pair.
6497         * configure: Regenerate.
6498
6499 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6500
6501         PR gas/10039
6502         * configure.ac: Require texinfo 4.7.
6503         * configure: Regenerated.
6504
6505 2009-04-09  Nick Clifton  <nickc@redhat.com>
6506
6507         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6508         the GCC Runtime Library Exception.
6509
6510 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6511
6512         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6513         * configure: Regenerate.
6514
6515 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
6516
6517         * Makefil.def (languages): New entries.
6518         * Makefile.tpl (check-gcc-*): New generic target.
6519         * Makefile.in: Regenerate.
6520
6521 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
6522
6523         * MAINTAINERS:  Update my email address.
6524
6525 2009-03-18  Tom Tromey  <tromey@redhat.com>
6526
6527         * configure: Rebuild.
6528         * configure.ac (host_libs): Add libiconv.
6529         * Makefile.in: Rebuild.
6530         * Makefile.def (host_modules): Add libiconv.
6531         (configure-gdb, all-gdb): Depend on libiconv.
6532
6533 2009-03-16  Tristan Gingold  <gingold@adacore.com>
6534
6535         * configure.ac: Treat gdb as supported on x86_64-darwin.
6536         * configure: Regenerate.
6537
6538 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
6539
6540         * configure.ac (--with-host-libstdcxx): New option.
6541         * configure: Regenerate.
6542
6543 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
6544
6545         * MAINTAINERS:  Move myself into the write after approval list.
6546
6547 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
6548
6549         * MAINTAINERS: Update e-mail address.
6550
6551 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
6552
6553         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6554
6555 2009-03-10  Ira Rosen  <irar@il.ibm.com>
6556
6557         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6558
6559 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6560
6561         Backport from git Libtool:
6562
6563         2009-01-19  Robert Millan  <rmh@aybabtu.com>
6564         Support GNU/kOpenSolaris.
6565         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6566         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6567         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6568         GNU/kOpenSolaris.
6569
6570 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6571
6572         * MAINTAINERS: Update e-mail address.
6573
6574 2009-02-24  Michael Eager  <eager@eagercon.com>
6575
6576         * MAINTAINERS (Write After Approval): Add self.
6577
6578 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
6579
6580         * MAINTAINERS (Write After Approval): Add myself.
6581
6582 2009-02-05  Andreas Schwab  <schwab@suse.de>
6583
6584         * Makefile.tpl (stage_last): Define $r and $s before using
6585         $(RECURSE_FLAGS_TO_PASS).
6586         * Makefile.in: Regenerate
6587
6588 2009-01-30  Ian Lance Taylor  <iant@google.com>
6589
6590         * MAINTAINERS: Move myself to the Global Reviewers list.
6591
6592 2009-01-29  Robert Millan  <rmh@aybabtu.com>
6593
6594         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6595         * configure: Regenerate.
6596
6597 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
6598
6599         * MAINTAINERS: Make whitespace consistent.
6600         Remove Robert Millan from Write After Approval.
6601
6602 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
6603
6604         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6605         (all-opcodes): Depend on all-libiberty.
6606         * Makefile.in: Regenerate.
6607
6608 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
6609
6610         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6611         * configure: Regenerate.
6612
6613 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
6614
6615         * MAINTAINERS (Write After Approval): Add myself.
6616
6617 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
6618
6619         * MAINTAINERS: Add myself to reviewers (Fortran).
6620
6621 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6622
6623         PR tree-optimization/38515
6624         * configure.ac (cloog-polylib): Removed.
6625         (with_ppl, with_cloog): Test for "no".
6626         * configure: Regenerated.
6627
6628 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
6629
6630         * MAINTAINERS: Moved myself to reviewers (Fortran).
6631
6632 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
6633
6634         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6635         (Write After Approval): Remove myself.
6636
6637 2009-01-03  Diego Novillo  <dnovillo@google.com>
6638
6639         * MAINTAINERS: Remove myself from alias maintainership.
6640
6641 2009-01-02  David Ayers  <ayers@fsfe.org>
6642
6643         * MAINTAINERS: Update e-mail address.
6644
6645 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
6646
6647         * MAINTAINERS: Make whitespace consistent.
6648
6649 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6650
6651         Backport from upstream Libtool:
6652         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6653         Add cache variables to tests that require the linker to work.
6654         For shlibpath_overrides_runpath, this also changes the semantics
6655         to let the result from the C compiler take precedence.
6656
6657 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6658
6659         * config.sub, config.guess: Update from upstream sources.
6660
6661 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6662
6663         * configure.ac (ppllibs): Add by default the lib flags.
6664         * configure: Regenerate.
6665
6666 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6667
6668         * MAINTAINERS:  Add myself to the write after approval list.
6669
6670 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6671
6672         * configure.ac: Add double brackets on darwin[912].
6673         * configure: Regenerate.
6674
6675 2008-12-03  Daniel Kraft  <d@domob.eu>
6676
6677         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
6678         Approval to Reviewer section (for Fortran front-end).
6679
6680 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6681
6682         * configure.ac: Expand to darwin10 and later.
6683         * configure: Regenerate.
6684
6685 2008-12-02  Andreas Schwab  <schwab@suse.de>
6686
6687         * Makefile.def: configure-target-boehm-gc depends on
6688         all-target-libstdc++-v3.
6689         * Makefile.in: Regenerate.
6690
6691 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6692
6693         * MAINTAINERS:  Add myself as mingw maintainer.
6694
6695 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6696
6697         * config.sub, config.guess: Update from upstream sources.
6698
6699 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6700
6701         * README.SCO: Remove.
6702
6703 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
6704
6705         * MAINTAINERS:  Add myself to the write after approval list.
6706
6707 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6708
6709         * MAINTAINERS:  Update my email address in WAA section.
6710
6711 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6712
6713         * MAINTAINERS: Update e-mail address.
6714
6715 2008-11-27  Toon Moene  <toon@moene.org>
6716
6717         * MAINTAINERS: Change e-mail address.
6718
6719 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6720
6721         * configure.ac: Build gdb for i?86-*-darwin*
6722         * configure: Regenerated.
6723
6724 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6725
6726         * MAINTAINERS: Added my full name.
6727
6728 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6729
6730         PR bootstrap/38014
6731         PR bootstrap/37923
6732
6733         Revert:
6734
6735         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6736
6737         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6738         * Makefile.in: Regenerated.
6739
6740         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6741
6742         PR gdb/921
6743         PR gdb/1646
6744         PR gdb/2175
6745         PR gdb/2176
6746
6747         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6748         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6749         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6750         (HOST_EXPORTS): Pass CPPFLAGS.
6751         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6752         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6753         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6754         * Makefile.in, configure: Regenerated.
6755         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6756         and CPPFLAGS_FOR_BUILD.
6757
6758 2008-11-06  Jeff Law  <law@redhat.com>
6759
6760         * MAINTAINERS: Add myself as middle end maintainer.
6761
6762 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6763
6764         * MAINTAINERS (Write after approval): Add myself.
6765
6766 2008-11-05  Diego Novillo  <dnovillo@google.com>
6767
6768         * MAINTAINERS (Global Reviewers): Add myself.
6769         (Non-Algorithmic Maintainers): Remove myself.
6770
6771 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6772
6773         * MAINTAINERS (Write after approval): Add myself.
6774
6775 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6776
6777         * MAINTAINERS (Write after approval): Add myself.
6778
6779 2008-10-31  Ben Elliston  <bje@au.ibm.com>
6780
6781         * configure.ac (spu-*-*): Remove special case.
6782         * configure: Regenerate.
6783
6784 2008-10-30  Catherine Moore  <clm@codesourcery.com>
6785
6786         * MAINTAINERS (Write after approval): Update my email address.
6787
6788 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6789
6790         * configure.ac [spu-*-*]: Do not set skipdirs.
6791         * configure: Re-generate.
6792
6793 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6794
6795         * MAINTAINERS (Various Maintainers): Add myself to reload.
6796
6797 2008-10-25  Richard Guenther  <rguenther@suse.de>
6798
6799         * MAINTAINERS (Various Maintainers): Add myself as middle-end
6800         maintainer.  Remove myself as libgcc-math maintainer.
6801         (Non-Algorithmic Maintainers): Remove myself.
6802
6803 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6804
6805         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6806         * Makefile.in: Regenerated.
6807
6808 2008-10-23  Cary Coutant  <ccoutant@google.com>
6809
6810         * MAINTAINERS (Write after approval): Add myself.
6811
6812 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6813
6814         PR gdb/921
6815         PR gdb/1646
6816         PR gdb/2175
6817         PR gdb/2176
6818
6819         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6820         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6821         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6822         (HOST_EXPORTS): Pass CPPFLAGS.
6823         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6824         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6825         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6826         * Makefile.in, configure: Regenerated.
6827         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6828         and CPPFLAGS_FOR_BUILD.
6829
6830 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6831
6832         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6833         Sebastian Pop.
6834
6835 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
6836
6837         * MAINTAINERS (Write After Approval): Added myself.
6838
6839 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6840
6841         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6842         recommended version to 2.3.2.
6843
6844         * configure: Regenerate.
6845
6846 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
6847
6848         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6849
6850 2008-09-29  David Daney <david.daney@caviumnetworks.com>
6851
6852         * MAINTAINERS (Write After Approval): Update e-mail address.
6853
6854 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6855
6856         * libtool.m4: Update to libtool 2.2.6.
6857         * lt~obsolete.m4: Update to libtool 2.2.6.
6858         * ltmain.sh: Update to libtool 2.2.6.
6859         * ltsugar.m4: Update to libtool 2.2.6.
6860         * ltversion.m4: Update to libtool 2.2.6.
6861         * ltoptions.m4: Update to libtool 2.2.6.
6862         * ltgcc.m4: Update to match changes from libtool 2.2.6.
6863
6864 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6865
6866         * MAINTAINERS (Write After Approval): Add myself.
6867
6868 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6869
6870         * MAINTAINERS (Write After Approval): Update my name.
6871
6872 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6873
6874         * MAINTAINERS: Add myself in "Write After Approval".
6875
6876 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
6877
6878         * MAINTAINERS: Add myself as ia64 maintainer.
6879
6880 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6881
6882         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6883         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6884         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6885         and Michael Tiemann from Write After Approval since they do not
6886         actually have access.
6887
6888 2008-09-05  Richard Guenther  <rguenther@suse.de>
6889
6890         * configure.ac: Initialize clooglibs to -lcloog.
6891         * configure: Re-generate.
6892
6893 2008-09-04  Le-Chun Wu  <lcwu@google.com>
6894
6895         * MAINTAINERS (Write After Approval): Add myself.
6896
6897 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6898
6899         * configure.ac (--with-cloog-polylib): New.
6900         (--disable-cloog-version-check): New.
6901         (--disable-ppl-version-check): New.
6902         * configure: Re-generate.
6903
6904 2008-09-03  Richard Guenther  <rguenther@suse.de>
6905
6906         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6907         cloog test.
6908         * configure: Re-generate.
6909
6910 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6911
6912         Add picoChip port.
6913         * MAINTAINERS: Add picoChip maintainers.
6914
6915 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6916             Tobias Grosser  <grosser@fim.uni-passau.de>
6917             Jan Sjodin  <jan.sjodin@amd.com>
6918             Harsha Jagasia  <harsha.jagasia@amd.com>
6919             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6920             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6921             Adrien Eliche  <aeliche@isty.uvsq.fr>
6922
6923         Merge from graphite branch.
6924         * configure: Regenerate.
6925         * Makefile.in: Regenerate.
6926         * configure.ac (host_libs): Add ppl and cloog.
6927         Add checks for PPL and CLooG.
6928         * Makefile.def (ppl, cloog): Added modules and dependences.
6929         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6930         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6931
6932 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6933
6934         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6935         (GCC_SHLIB_SUBDIR): New.
6936         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6937         * configure: Regenerate.
6938         * Makefile.in: Regenerate.
6939
6940 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6941
6942         * MAINTAINERS: Consistently use tabs to separate columns.
6943
6944 2008-08-29  Tristan Gingold  <gingold@adacore.com>
6945
6946         * MAINTAINERS (Write after Approval): Add myself.
6947
6948 2008-08-28  Tristan Gingold  <gingold@adacore.com>
6949
6950         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6951         Enable bfd, binutils and opcodes.
6952         * configure: Regenerate.
6953
6954 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6955
6956         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6957
6958 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6959
6960         * MAINTAINERS:  Use correct Umlaut for last name.
6961
6962 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6963
6964         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6965
6966 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
6967
6968         * MAINTAINERS: Update my email address.
6969
6970 2008-08-16  Nicolas Roche  <roche@adacore.com>
6971
6972         * Makefile.tpl: Add BOOT_ADAFLAGS.
6973         * Makefile.in: Regenerate.
6974
6975 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
6976
6977         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6978         * configure: Regenerate.
6979
6980 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
6981
6982         * configure.ac: Add makefile fragments for hpux.
6983         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6984         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6985         * configure: Regenerate.
6986         * Makefile.in: Regenerate.
6987
6988 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
6989
6990         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6991
6992 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
6993
6994         * MAINTAINERS (Write after Approval): Add myself.
6995
6996 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
6997
6998         * MAINTAINERS (Write After Approval):  Add myself.
6999
7000 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7001
7002         * MAINTAINERS (Write After Approval):  Add myself.
7003
7004 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7005
7006         * MAINTAINERS: Update my email address.
7007
7008 2008-06-25  Joey Ye  <joey.ye@intel.com>
7009
7010         * MAINTAINERS (Write After Approval):  Add myself.
7011
7012 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7013
7014         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7015         * Makefile.in: Regenerate.
7016         * configure: Regenerate.
7017
7018 2008-06-17  Daniel Kraft  <d@domob.eu>
7019
7020         * MAINTAINERS (Write After Approval):  Add myself.
7021
7022 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7023
7024         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7025         "$@" is still intact with both Autoconf 2.59 and 2.62.
7026         * configure: Regenerate.
7027
7028 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7029
7030         * Makefile.tpl: Fix comment errors.
7031         * Makefile.in: Regenerate.
7032
7033 2008-06-12  David S. Miller  <davem@davemloft.net>
7034             David Edelsohn  <edelsohn@gnu.org>
7035
7036         * configure.ac: Add powerpc*-*-* to gold supported targets.
7037         * configure: Regenerate.
7038
7039 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7040
7041         PR tree-optimization/36218
7042         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7043         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7044         (all prefix="build-"): Pass them to build-system sub-makes.
7045         * Makefile.in: Regenerate.
7046
7047 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7048
7049         * MAINTAINERS (mt port): Remove.
7050         (sco5, unixware, sco udk): Remove.
7051         (Kean Johnston): Add to Write After Approval.
7052
7053 2008-05-30  Julian Brown  <julian@codesourcery.com>
7054
7055         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7056         of libobjc for ARM EABI Linux.
7057         * configure: Regenerate.
7058
7059 2008-05-18  Xinliang David Li   <davidxl@google.com>
7060
7061         * ChangeLog: Remove wrong ChangeLog entry.
7062
7063 2008-05-17  Xinliang David Li   <davidxl@google.com>
7064
7065         * MAINTAINERS (Write After Approval): Add myself.
7066
7067 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7068
7069         * MAINTAINERS (Write After Approval): Add myself.
7070
7071 2008-05-14  Rafael Espíndola  <espindola@google.com>
7072
7073         * config-ml.in: don't handle --enable-shared and --enable-static.
7074
7075 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7076
7077         * MAINTAINERS: Update my email address.
7078
7079 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7080
7081         * MAINTAINERS: Update my email address.
7082
7083 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7084
7085         * MAINTAINERS (Write After Approval): Add myself.
7086
7087 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7088
7089         * MAINTAINERS (Write After Approval): Add myself.
7090
7091 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7092
7093         * MAINTAINERS (crx): Add myself.
7094
7095 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7096
7097         Sync with src:
7098         2008-04-14  David S. Miller  <davem@davemloft.net>
7099
7100         * configure.ac: Add sparc*-*-* to gold supported targets.
7101         * configure: Regenerate.
7102
7103 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7104
7105         PR bootstrap/35457
7106         * configure.ac: Include override.m4.
7107         * configure: Regenerate.
7108
7109 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7110
7111         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7112         * Makefile.in: Regenerate.
7113
7114 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7115
7116         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7117         as nonconfigurable directories list.
7118         * configure: Regenerate.
7119
7120 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7121
7122         * config.sub, config.guess: Update from upstream sources.
7123
7124 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7125
7126         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7127         * Makefile.in: Regenerate.
7128
7129 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7130
7131         * configure.ac: Do not build libssp for the AVR.
7132         * configure: Regenerate.
7133
7134 2008-04-07  Ian Lance Taylor  <iant@google.com>
7135
7136         * Makefile.def: check-gold depends upon all-binutils.
7137         * Makefile.in: Regenerate.
7138
7139 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7140
7141         * MAINTAINERS (Write After Approval): Add myself.
7142
7143 2008-04-04  Nick Clifton  <nickc@redhat.com>
7144
7145         PR binutils/4334
7146         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7147         builds.
7148         * configure: Regenerate.
7149
7150 2008-04-04  NightStrike  <NightStrike@gmail.com>
7151
7152         PR other/35151
7153         * configure.ac: Combine rules for mingw32 and mingw64.
7154         * configure: Regenerate.
7155
7156 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7157
7158         * MAINTAINERS (Write After Approval): Add myself.
7159
7160 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7161
7162         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7163         * Makefile.in (.NOTPARALLEL): Ditto.
7164
7165 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7166
7167         * MAINTAINERS (Write After Approval): Add myself.
7168
7169 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7170
7171         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7172         * Makefile.in (.NOTPARALLEL): Regenerate.
7173
7174 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7175
7176         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7177         * Makefile.in: Regenerate.
7178
7179 2008-03-26  Jakub Staszak  <kuba@et.pl>
7180
7181         * MAINTAINERS (Write After Approval): Add myself.
7182
7183 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7184
7185         * MAINTAINERS:  Update e-mail address.
7186
7187 2008-03-20  Ian Lance Taylor  <iant@google.com>
7188
7189         * configure.ac: Add support for --enable-gold.
7190         * Makefile.def: Add gold as a directory like ld.
7191         * configure, Makefile.in: Regenerate.
7192
7193 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7194
7195         * configure.ac: m4_include config/proginstall.m4.
7196         * configure: Regenerate.
7197
7198         Backport from upstream Libtool:
7199
7200         2007-10-12  Eric Blake  <ebb9@byu.net>
7201
7202         Deal with Autoconf 2.62's semantic change in m4_append.
7203         * ltsugar.m4 (lt_append): Replace broken versions of
7204         m4_append.
7205         (lt_if_append_uniq): Don't require separator to be overquoted,
7206         and avoid broken m4_append.
7207         (lt_dict_add): Fix typo.
7208         * libtool.m4 (_LT_DECL): Don't overquote separator.
7209
7210 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7211
7212         * config.rpath: Add AIX 6 support.
7213
7214 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7215
7216         * Makefile.def (stageprofile).  Remove -fprofile-generate
7217         from stage_libcflags.
7218         * Makefile.in: Regenerate.
7219
7220 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7221
7222         * config.sub, config.guess: Update from upstream sources.
7223
7224 2008-03-06  Tom Tromey  <tromey@redhat.com>
7225
7226         * MAINTAINERS: Update for treelang deletion.
7227
7228 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7229
7230         * MAINTAINERS: Update my email address.
7231
7232 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7233
7234         * MAINTAINERS (darwin port): Add myself as a maintainer.
7235         (objective-c/c++): Add myself as a maintainer.
7236
7237 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7238
7239         * MAINTAINERS (Write After Approval): Update my email address.
7240
7241 2008-02-25  Tomas Bily  <tbily@suse.cz>
7242
7243         * MAINTAINERS (Write After Approval): Add myself.
7244
7245 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7246
7247         * MAINTAINERS (OpenMP): Add myself.
7248
7249 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7250
7251         PR bootstrap/32009
7252         PR bootstrap/32161
7253
7254         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7255         * configure: Regenerate.
7256
7257         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7258         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7259         STAGE4_LIBCFLAGS): New.
7260         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7261         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7262         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7263         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7264         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7265         for target modules.  Don't export LIBCFLAGS.
7266         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7267         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7268         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7269         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7270         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7271         * Makefile.in: Regenerate.
7272
7273 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7274
7275         PR libgcj/33085
7276         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7277         Do not use -DDLL_EXPORT.  Backport from upstream.
7278
7279 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7280
7281         * MAINTAINERS (Write After Approval): Add myself.
7282
7283 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7284
7285         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7286         * configure: Regenerate.
7287
7288 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7289
7290         * configure.ac (xtensa*-*-*): Recognize processor variants.
7291         * configure: Regenerate.
7292
7293 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7294
7295         PR bootstrap/34922
7296         * configure.ac (PARSE_ARGS): Push suitable setting of
7297         ac_subdirs_all, for `./configure --help=recursive'.
7298         Handle `+' in generic toplevel directory disabling.
7299         * configure: Regenerate.
7300
7301 2008-01-28  Nick Clifton  <nickc@redhat.com>
7302
7303         * MAINTAINERS (xstormy16): Take over maintainership.
7304
7305 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7306
7307         * MAINTAINERS (c4x port): Remove.
7308
7309 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7310
7311         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7312
7313 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7314
7315         * config.sub, config.guess: Update from upstream sources.
7316
7317 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7318
7319         * MAINTAINERS (Write After Approval): Add myself.
7320
7321 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7322
7323         * MAINTAINERS: Update my email address.
7324
7325 2008-01-09  Raksit Ashok  <raksit@google.com>
7326
7327         * MAINTAINERS (Write After Approval): Add myself.
7328
7329 2008-01-09  Raksit Ashok  <raksit@google.com>
7330
7331         * MAINTAINERS (Write After Approval): Add myself.
7332
7333 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7334
7335         * config.sub, config.guess: Update from upstream sources.
7336
7337 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7338
7339         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7340         Change recommended MPFR from 2.2.1 -> 2.3.0.
7341         * configure: Regenerate.
7342
7343 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7344
7345         * MAINTAINERS: Update my email address.
7346
7347 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7348
7349         * MAINTAINERS: Update my email address.
7350
7351 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7352
7353         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7354         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7355         * Makefile.in: Regenerate.
7356
7357 2007-12-10  Mark Heffernan  <meheff@google.com>
7358
7359         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7360         misplaced entries.
7361
7362 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7363
7364         * configure.ac: Enable libjava for x86_64-*-darwin9.
7365         * configure: Regenerate.
7366
7367 2007-12-07  Bill Maddox  <maddox@google.com>
7368
7369         * MAINTAINERS (Write After Approval): Add myself.
7370
7371 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7372
7373         * config.sub, config.guess: Update from upstream sources.
7374
7375 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7376
7377         * config-ml.in: Remove 64bit configure tests.
7378
7379 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7380
7381         * config-ml.in: Robustify against white space in absolute file
7382         names.
7383
7384         * config-ml.in (multi-clean): Substitute ${Makefile}.
7385         Remove superfluous ${Makefile} in list.
7386
7387 2007-11-19  Thiemo Seufer  <ths@mips.com>
7388
7389         * config-ml.in: Don't hardcode the Makefile name.
7390
7391 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7392
7393         * MAINTAINERS (Write After Approval): Add myself.
7394
7395 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7396
7397         * MAINTAINERS (Write After Approval): Add myself.
7398
7399 2007-11-06  Doug Kwan  <dougkwan@google.com>
7400
7401         * MAINTAINERS (Write After Approval): Add myself.
7402
7403 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7404
7405         * MAINTAINERS (mercury): Remove entry.
7406         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7407
7408 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7409
7410         * Makefile.def (dependencies): Make configure-gdb depend on
7411         all-intl.
7412         * Makefile.in: Regenerated.
7413
7414 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7415
7416         * MAINTAINERS (Fortran maintainer): Remove myself.
7417
7418 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7419
7420         * Makefile.def: To avoid problems running with parallel makes,
7421         build newlib before libgloss so that target specific header
7422         files are availble.
7423         * Makefile.in: Regenerate
7424
7425 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7426
7427         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7428         * Makefile.in: Regenerate.
7429
7430 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7431
7432         * MAINTAINERS (Register allocation reviewer): Add myself.
7433
7434 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
7435
7436         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7437         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7438         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7439         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7440         * configure: Regenerate.
7441
7442 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7443
7444         * MAINTAINERS (Register allocation reviewer): Add myself.
7445
7446 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7447
7448         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7449         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7450         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7451         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7452         * configure.ac: Default them to host tools for $host = $build.
7453         Subst them.
7454
7455         * configure: Regenerate.
7456         * Makefile.in: Regenerate.
7457
7458 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7459
7460         * MAINTAINERS (Register allocation reviewer): Add myself.
7461
7462 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7463
7464         * MAINTAINERS (Register allocation reviewer): Add myself.
7465
7466 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7467
7468         * MAINTAINERS (Write After Approval): Fix typo.
7469
7470 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7471
7472         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7473         * configure: Regenerate.
7474
7475 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7476
7477         PR bootstrap/31906
7478         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7479         they're already prefixed.
7480
7481 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7482
7483         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7484         libstdc++.
7485         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7486         * configure: Regenerate.
7487         * Makefile.in: Regenerate.
7488
7489 2007-09-17  Andreas Schwab  <schwab@suse.de>
7490
7491         * configure.ac: Raise minimum makeinfo version to 4.6.
7492         * configure: Regenerate.
7493
7494 2007-09-17  Johannes Singler  <singler@ira.uka.de>
7495
7496         * MAINTAINERS (write-after-approval) add myself
7497
7498 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
7499
7500         * configure.ac: Correct makeinfo version check.
7501         * configure: Regenerate.
7502
7503 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
7504
7505         * MAINTAINERS: Update my email address.
7506
7507 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
7508
7509         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
7510         to $skipdirs and only disable gprof for newlib.  Use the normal
7511         mips*-elf* handling in other respects.
7512         * configure: Regnerate.
7513
7514 2007-09-12  David Daney  <ddaney@avtrex.com>
7515
7516         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7517         enabling libgcj.
7518         * configure: Regenerate.
7519
7520 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7521
7522         PR other/32154
7523         * configure.ac: For libgloss targets, point the linker to the linker
7524         script, startup code and simulator library.
7525         * configure: Regenerate.
7526
7527 2007-09-07  Andrew Haley  <aph@redhat.com>
7528
7529         * configure.ac (noconfigdirs): Remove target-libffi and
7530         target-libjava.
7531         * configure: Regenerate.
7532
7533 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7534
7535         PR target/33281
7536         * configure.ac: Use config/mh-mingw on mingw.
7537         * configure: Regenerate.
7538
7539 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
7540
7541         * MAINTAINERS (Write After Approval): Add myself.
7542
7543 2007-09-05  Richard Guenther  <rguenther@suse.de>
7544
7545         * configure.ac (--enable-stage1-checking): If neither --enable-checking
7546         nor --disable-checking is provided also turn on yes and types
7547         checking for stage1.
7548         * configure: Re-generate.
7549
7550 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
7551
7552         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7553         (Write After Approval): Remove myself.
7554
7555 2007-08-29  Nick Clifton  <nickc@redhat.com>
7556
7557         * config.sub, config.guess: Update from upstream sources.
7558
7559 2007-08-22  Bud Davis  <jmdavis@link.com>
7560
7561         * MAINTAINERS (Write After Approval): Added myself.
7562         * MAINTAINERS (Reviewers): Removed myself.
7563
7564 2007-08-18  Paul Brook  <paul@codesourcery.com>
7565             Joseph Myers  <joseph@codesourcery.com>
7566
7567         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7568         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7569         * Makefile.in: Regenerate.
7570         * configure.ac (--with-debug-prefix-map): New.
7571         * configure: Regenerate.
7572
7573 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
7574             Nigel Stephens  <nigel@mips.com>
7575
7576         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
7577         as target_makefile_frag.
7578         * configure: Regenerate.
7579
7580 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
7581
7582         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7583         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
7584         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7585         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7586         (do-compare, do-compare3, do-compare-debug): New.
7587         ([+compare-target+]): Use them.
7588
7589 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7590
7591         * MAINTAINERS (Write After Approval): Change my email address.
7592
7593 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7594             Ben Elliston  <bje@au.ibm.com>
7595
7596         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7597         --silent if $silent.
7598         * configure: Regenerate.
7599
7600 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
7601
7602         * MAINTAINERS (Various Maintainers): Add myself as
7603         loop infrastructure maintainer.  Update my e-mail
7604         address.
7605
7606 2007-07-31  Diego Novillo  <dnovillo@google.com>
7607
7608         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7609         Adjust description.
7610
7611 2007-07-26  Richard Guenther  <rguenther@suse.de>
7612
7613         * configure.ac: Add types checking to stage1 checking flags.
7614         * configure: Regenerate.
7615
7616 2007-07-17  Nick Clifton  <nickc@redhat.com>
7617
7618         * COPYING3: New file.  Contains version 3 of the GNU General
7619         Public License.
7620         * COPYING3.LIB: New file.  Contains version 3 of the GNU
7621         Lesser General Public License.
7622
7623 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7624
7625         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7626
7627 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7628
7629         * MAINTAINERS (S/390 co-maintainer): Add myself.
7630         (Write After Approval): Remove myself.
7631
7632 2007-07-13  Dan Hipschman  <dsh@google.com>
7633
7634         * MAINTAINERS (Write After Approval): Add myself.
7635
7636 2007-07-11  Nick Clifton  <nickc@redhat.com>
7637
7638         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7639         WINDRES export.
7640         * Makefile.in: Regenerate.
7641
7642 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7643
7644         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7645         maintainer.
7646
7647 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
7648
7649         * lt~obsolete.m4: New. Import from 20070318 libtool.
7650
7651 2007-07-03  Julian Brown  <julian@codesourcery.com>
7652
7653         * MAINTAINERS (Write After Approval): Add myself.
7654
7655 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7656
7657         * configure.ac: Rewrite 'configure --help' strings to look nicer.
7658         * configure: Regenerate.
7659
7660 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7661
7662         * configure.ac: Add some missing m4 quotation.
7663         * configure: Regenerate.
7664
7665 2007-07-02  Simon Baldwin  <simonb@google.com>
7666
7667         * MAINTAINERS (Write After Approval): Add myself.
7668
7669 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7670
7671         * configure: Regenerate.
7672
7673 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7674
7675         * Makefile.def: Add windmc tool to build.
7676         * Makefile.tpl: Likewise.
7677         * configure.ac: Likewise.
7678         * Makefile.in: Regenerate.
7679         * configure: Regenerate.
7680
7681 2007-06-28  DJ Delorie  <dj@redhat.com>
7682
7683         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7684         not building newlib.
7685         * configure: Regenerated.
7686
7687 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7688
7689         * MAINTAINERS (Write After Approval): Add myself.
7690
7691 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7692
7693         * MAINTAINERS (Write After Approval): Add myself.
7694
7695 2007-06-19  Chris Matthews  <chrismatthews@google.com>
7696
7697         * MAINTAINERS (Write After Approval): Add myself.
7698
7699 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7700
7701         * MAINTAINERS (Write After Approval): Add myself.
7702
7703 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7704
7705         * Makefile.def: Add dependency from configure-gdb to all-bfd.
7706         * Makefile.in: Regenerated.
7707
7708 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7709
7710         * configure.ac: Don't add target-libmudflap to noconfigdirs for
7711         bfin*-*-uclinux* targets.
7712         * configure: Regenerate.
7713
7714 2007-06-14  Ian Lance Taylor  <iant@google.com>
7715
7716         * MAINTAINERS: Add myself as non-algorithmic global write
7717         maintainer.
7718
7719 2007-06-14  Diego Novillo  <dnovillo@google.com>
7720
7721         * MAINTAINERS: Add self as middle-end maintainer and
7722         non-algorithmic global write maintainer.
7723
7724 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7725
7726         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7727         Move all Fortran maintainers except Paul Brook into the
7728         Non-Autopoiesis section.
7729
7730 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7731
7732         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7733         (distclean-stage[+id+]): Possibly delete stage_last.
7734         * Makefile.in: Regenerate.
7735
7736 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7737
7738         * MAINTAINERS (Various Maintainer): Fix typo.
7739
7740 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7741
7742         * MAINTAINERS (Various Maintainer): Add myself as
7743         dataflow maintainer.
7744
7745 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7746
7747         * config.sub, config.guess: Update from upstream sources.
7748
7749 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7750
7751         * Makefile.tpl: Fix spelling error.
7752         * Makefile.in: Regenerate.
7753
7754 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
7755
7756         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7757         lt_cv_sys_max_cmd_len.
7758
7759 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7760
7761         * MAINTAINERS (Various Maintainers): Add myself as
7762         auto-vectorizer maintainer.
7763
7764 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7765
7766         PR libjava/32098
7767         * libtool.m4: Revert previous change.
7768         * ltgcc.m4: Put it here.
7769
7770 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7771
7772         * MAINTAINERS (Various Maintainers): Add myself as
7773         auto-vectorizer maintainer.
7774
7775 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7776
7777         PR libjava/32098
7778         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7779
7780 2007-05-30  Richard Guenther  <rguenther@suse.de>
7781
7782         * MAINTAINERS (Various Maintainers): Add myself as
7783         auto-vectorizer maintainer.
7784
7785 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
7786
7787         PR bootstrap/29382
7788         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7789         * configure: Rebuilt.
7790
7791 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7792
7793         * MAINTAINERS (Write After Approval): Removed my name.
7794
7795 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7796
7797         * MAINTAINERS (Write After Approval): Remove myself.
7798
7799 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7800
7801         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7802
7803 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
7804
7805         * ltmain.sh: Update from ToT Libtool.
7806         * libtool.m4: Update from ToT Libtool.
7807         * ltsugar.m4: New. Update from ToT Libtool.
7808         * ltversion.m4: New. Update from ToT Libtool.
7809         * ltoptions.m4: New. Update from ToT Libtool.
7810         * ltconfig: Remove.
7811         * ltcf-c.sh: Remove.
7812         * ltcf-cxx.sh: Remove.
7813         * ltcf-gcj.sh: Remove.
7814
7815 2007-05-22  Ollie Wild  <aaw@google.com>
7816
7817         * MAINTAINERS (Write After Approval): Add myself.
7818
7819 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7820
7821         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7822         stage_cflags.
7823         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7824         Remove CFLAGS/LIBCFLAGS.
7825         (configure-stage[+id+]-[+prefix+][+module+],
7826         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7827         * Makefile.in: Regenerate.
7828
7829 2007-05-15  Diego Novillo  <dnovillo@google.com>
7830
7831         * MAINTAINERS: Update e-mail address.
7832
7833 2007-05-15  Revital Eres  <eres@il.ibm.com>
7834
7835         * MAINTAINERS (Write After Approval): Add myself.
7836
7837 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7838
7839         * MAINTAINERS (Write After Approval): Updated my address.
7840
7841 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7842
7843         * MAINTAINERS (Write After Approval): Add myself.
7844
7845 2007-05-11  Silvius Rus  <rus@google.com>
7846
7847         * MAINTAINERS (Write After Approval): Add myself.
7848
7849 2007-04-23  Tom Tromey  <tromey@redhat.com>
7850
7851         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7852
7853 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
7854
7855         * MAINTAINERS (cpplib): Rename to ...
7856         (libcpp): ... this.  Add C/C++ front end maintainers.
7857
7858 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
7859
7860         * config-ml.in: Pass ${ml_config_env} to configure calls.
7861
7862 2007-04-04  Christian Bruel  <christian.bruel@st.com>
7863
7864         * MAINTAINERS (Write After Approval): Add myself.
7865
7866 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7867
7868         * MAINTAINERS (Write After Approval): Add myself.
7869
7870 2007-03-31  Tobias Burnus  <burnus@net-b.de>
7871
7872         * MAINTAINERS (fortran 95 front end): Add myself.
7873
7874 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7875
7876         * MAINTAINERS (Write After Approval): Add myself.
7877
7878 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7879
7880         * MAINTAINERS (Modulo Scheduler): Add myself.
7881
7882 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7883
7884         * MAINTAINERS (fortran 95 front end): Add myself.
7885         (c++ front end): whitespace fix.
7886
7887 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7888
7889         * MAINTAINERS (Write After Approval): Add myself.
7890
7891 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
7892
7893         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7894         of glob.  Quote arguments with single quotes too.
7895         * configure: Regenerate.
7896
7897 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7898
7899         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7900         * Makefile.in: Regenerate
7901
7902 2007-03-07  Andreas Schwab  <schwab@suse.de>
7903
7904         * configure: Regenerate.
7905
7906 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7907
7908         * configure.ac: Add "--with-pdfdir" configure option,
7909         which defines pdfdir variable.
7910         * Makefile.def (target=fixincludes): Add install-pdf to
7911         missing targets.
7912         (recursive_targets): Add install-pdf target.
7913         (flags_to_pass): Add pdfdir.
7914         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7915         target.
7916         * configure: Regenerate
7917         * Makefile.in: Regenerate
7918
7919 2007-02-28  Eric Christopher  <echristo@apple.com>
7920
7921         Revert:
7922         2006-12-07  Mike Stump  <mrs@apple.com>
7923
7924         * Makefile.def (dependencies): Add dependency for
7925         install-target-libssp and install-target-libgomp on
7926         install-gcc.
7927         * Makefile.in: Regenerate.
7928
7929 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
7930
7931         * configure: Regenerate.
7932         * configure.ac: Move statements after variable declarations.
7933
7934 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7935
7936         * MAINTAINERS: Add myself as sh maintainer.
7937
7938 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
7939
7940         * configure.ac: Adjust for loop syntax.
7941         * configure: Regenerate.
7942
7943 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7944
7945         * configure: Rebuilt.
7946
7947 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7948
7949         * configure.ac: Drop multiple occurrences of --enable-languages,
7950         and fix its quoting.
7951         * configure: Rebuilt.
7952
7953 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
7954             Nathan Sidwell  <nathan@codesourcery.com>
7955             Vladimir Prus  <vladimir@codesourcery.com>
7956             Joseph Myers  <joseph@codesourcery.com>
7957
7958         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7959         * configure: Regenerate.
7960
7961 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7962
7963         * ltconfig (freebsd*): Default to elf.
7964
7965 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7966
7967         * configure.ac (target_libraries): Move libgcc before libiberty.
7968         * configure: Regenerated.
7969
7970 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7971             Paolo Bonzini  <bonzini@gnu.org>
7972
7973         PR bootstrap/30753
7974         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
7975         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
7976         * configure: Regenerated.
7977
7978 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7979
7980         * MAINTAINERS (Language Front End Maintainers): Update my mail
7981         address.
7982
7983 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7984
7985         PR bootstrap/30748
7986         * configure.ac: Correct syntax for Solaris ksh.
7987         * configure: Regenerated.
7988
7989 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7990
7991         * configure.ac: Sync with src.
7992         * configure: Regenerate.
7993
7994 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7995
7996         * Makefile.in: Regenerate.
7997
7998 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7999
8000         * config.sub: Sync with src.
8001
8002 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8003
8004         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8005         noncanonical equivalents.
8006         * configure.in: Rename to...
8007         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8008         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8009         target_noncanonical.  Use them.  Rewrite removal of configure
8010         arguments for autoconf 2.59.  Discard variable settings.  Force
8011         program_transform_name for native tools.
8012
8013         * Makefile.in: Regenerated.
8014         * configure: Regenerated with autoconf 2.59.
8015
8016 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8017
8018         * MAINTAINERS (Write After Approval): Add myself.
8019
8020 2007-01-31  Andreas Schwab  <schwab@suse.de>
8021
8022         * Makefile.tpl (LDFLAGS): Substitute it.
8023         * Makefile.in: Regenerate.
8024
8025 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8026
8027         * MAINTAINERS (Write After Approval): Add myself.
8028
8029 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8030
8031         * MAINTAINERS (spu port): Add myself.
8032
8033 2007-01-23  Richard Guenther  <rguenther@suse.de>
8034
8035         PR bootstrap/30541
8036         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8037         * Makefile.tpl (GNATBIND): Substitute it.
8038         (GNATMAKE): Likewise.
8039         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8040         of STAGE_PREFIX.
8041         * Makefile.in: Regenerate.
8042         * configure: Regenerate.
8043
8044 2007-01-18  Mike Stump  <mrs@apple.com>
8045
8046         * configure.in: Re-enable -Werror for gcc builds.
8047
8048 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8049
8050         * MAINTAINERS (Write After Approval): Add myself.
8051
8052 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8053
8054         * configure.in: Change == to = in test command.
8055         * configure: Regenerate.
8056
8057 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8058             Nick Clifton  <nickc@redhat.com>
8059             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8060
8061         * configure.in (build_configargs, host_configargs, target_configargs):
8062         Remove build/host/target parameters.
8063         (host_libs): Add gmp and mpfr.
8064         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8065         * Makefile.def (gmp, mpfr): New.
8066         (gcc): Remove target.
8067         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8068         target_os, target_vendor): New.
8069         (configure): Add host_alias/target_alias arguments; adjust invocations.
8070         * configure: Regenerate.
8071         * Makefile.in: Regenerate.
8072
8073 2007-01-11  Matt Fago  <fago@earthlink.net>
8074
8075         * configure.in: Try to link to functions only in mpfr 2.2.x
8076         to improve robustness of configure tests.
8077         * configure: Regenerate.
8078
8079 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8080
8081         * MAINTAINERS: Add myself as i386 maintainer.
8082
8083 2007-01-08  Jan Hubicka  <jh@suse.cz>
8084
8085         * MAINTAINERS: Add myself as i386 maintainer.
8086
8087 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8088
8089         * configure.in: Add support for an x86_64-mingw* target.
8090         * configure: Regenerate.
8091
8092 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8093
8094         * Makefile.tpl (all-target): Correct @if conditional for target
8095         modules.
8096         * configure.in: Omit libiberty if building only target libgcc.
8097         * configure, Makefile.in: Regenerated.
8098
8099 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8100
8101         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8102         * configure: Regenerate.
8103
8104 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8105
8106         * Makefile.def (target_modules): Add libgcc.
8107         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8108         * Makefile.tpl (clean-target-libgcc): Delete.
8109         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8110         on gcc even for bootstrapped modules.  Rewrite handling of
8111         lang_env_dependencies to loop over target_modules.
8112         * configure.in (target_libraries): Add target-libgcc.
8113         * Makefile.in, configure: Regenerated.
8114
8115 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8116
8117         * configure.in: Reorganize recognition of languages.  Add
8118         --enable-stage1-languages.  Show supported languages for the chosen
8119         target rather than all recognized languages.
8120         * configure: Regenerate.
8121
8122 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8123
8124         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8125         * Makefile.in: Regenerate.
8126
8127 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8128
8129         * configure.in: Warn that MPFR 2.2.0 is buggy.
8130         * configure: Regenerate.
8131
8132 2006-12-27  Ian Lance Taylor  <iant@google.com>
8133
8134         * configure.in: When removing Makefiles to force a reconfigure, also
8135         remove prev-DIR*/Makefile.
8136         * configure: Regenerate.
8137
8138 2006-12-22  Andreas Schwab  <schwab@suse.de>
8139
8140         * configure: Regenerate with correct autoconf version.
8141
8142 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8143
8144         * configure.in: add AC_SUBST for *_FOR_TARGET.
8145         * configure: Regenerate.
8146
8147 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8148
8149         * configure.in: Simplify logic for rejecting languages that cannot
8150         be built.  Separate the case when a language is unsupported,
8151         from the case when the user chooses not to build a language.
8152
8153 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8154
8155         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8156         it only affects bootstrap and could be tested on "$host" as well.
8157         * configure: Regenerate.
8158         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8159
8160 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8161
8162         PR bootstrap/29544
8163         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8164         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8165         move here comment from Makefile.tpl.
8166         * Makefile.tpl: Move some definitions higher in the file.
8167         (STAGE1_CHECKING): New.
8168         * configure.in: Add --enable-stage1-checking.
8169         * configure: Regenerate.
8170         * Makefile.in: Regenerate.
8171
8172 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8173
8174         * MAINTAINERS: Add myself as build system maintainer.
8175
8176 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8177
8178         * MAINTAINERS (Write After Approval): Add myself.
8179
8180 2006-12-13  Eric Christopher  <echristo@apple.com>
8181
8182         * MAINTAINERS: Add myself as darwin maintainer.
8183
8184 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8185
8186         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8187
8188 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8189
8190         MAINTAINERS: Update my entry.
8191
8192 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8193
8194         * configure.in:  Handle spu makefile frag.
8195         * Makefile.tpl (MAINT): Define
8196         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8197         * configure: Regenerate.
8198         * Makefile.in: Regenerate.
8199
8200 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8201
8202         * config.guess: Import latest version.
8203         * config.sub: Likewise.
8204
8205 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8206
8207         * configure.in (spu-*-*): Don't skip target-libiberty.
8208         * configure: Regenerate.
8209
8210 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8211
8212         PR bootstrap/30134
8213         * configure.in: Correct x86 darwin support for libjava to powerpc
8214         and i?86 only.
8215         * configure: Regenerate.
8216
8217 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8218
8219         * configure.in: Add x86 darwin support for libjava.
8220         * configure: Regenerate.
8221
8222 2006-12-07  Mike Stump  <mrs@apple.com>
8223
8224         * Makefile.def (dependencies): Add dependency for
8225         install-target-libssp and install-target-libgomp on
8226         install-gcc.
8227         * Makefile.in: Regenerate.
8228
8229 2006-12-04  Richard Guenther  <rguenther@suse.de>
8230
8231         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8232         (Non-Algorithmic Maintainers): Move over non-algorithmic
8233         loop optimizer maintainers, add myself as a non-algorithmic
8234         middle-end maintainer.
8235
8236 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8237
8238         * MAINTAINERS (Write After Approval): Add myself.
8239
8240 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8241
8242         * configure.in: Update error message for missing GMP/MPFR.
8243
8244         * configure: Regenerate.
8245
8246 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8247
8248         * configure.in: Update MPFR version in error message.
8249
8250         * configure: Regenerate.
8251
8252 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8253
8254         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8255         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8256         --with-gmp-lib): New flags.
8257
8258         * configure: Regenerate.
8259
8260 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8261
8262         * MAINTAINERS (Write After Approval): Change my email address.
8263
8264 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8265
8266         * MAINTAINERS (Write After Approval): Add myself.
8267
8268 2006-11-22  Philipp Thomas  <pth@suse.de>
8269
8270         * MAINTAINERS (i18n): Update e-mail address.
8271
8272 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8273
8274         * MAINTAINERS (spu port): Add myself as maintainer.
8275         (Write After Approval): Remove myself.
8276
8277 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8278
8279         * configure.in (skipdirs): Don't build libssp for SPU.
8280         * configure: Regenerate.
8281
8282 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8283
8284         * MAINTAINERS (spu port): Add myself as maintainer.
8285         (libobjc): Update my email address.
8286
8287 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8288
8289         * MAINTAINERS (Write After Approval): Add myself.
8290
8291 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8292
8293         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8294         * configure : Rebuilt.
8295
8296 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8297
8298         * MAINTAINERS (Write After Approval): Add myself.
8299
8300 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8301
8302         * MAINTAINERS (Write After Approval): Add myself.
8303
8304 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8305
8306         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8307         libmpfr.a.
8308         * configure: Regenerate.
8309
8310 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8311
8312         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8313         (unstage): Test for stage_last presence.
8314
8315         PR bootstrap/29802
8316         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8317         STAGE_PREFIX.
8318         * Makefile.in: Regenerate.
8319
8320 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8321
8322         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8323         maintainers.
8324
8325 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8326
8327         * MAINTAINERS (Write After Approval): Add myself.
8328
8329 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8330
8331         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8332         and stageN-package/Makefile.
8333         * Makefile.in: Regenerated.
8334
8335 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8336
8337         * configure.in: Remove target-libgloss from noconfigdirs for
8338         bfin-*-*.
8339         * configure: Regenerated.
8340
8341 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8342
8343         * configure.in (have_gmp): Only error if the gcc directory exists.
8344
8345         * configure: Regenerate.
8346
8347 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8348
8349         * configure.in: Robustify error message for missing GMP/MPFR.
8350
8351         * configure: Regenerate.
8352
8353 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8354
8355         * MAINTAINERS (Write After Approval): Add myself.
8356
8357 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8358
8359         * MAINTAINERS: Change email address.
8360
8361 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8362
8363         * MAINTAINERS (Write After Approval): Add myself.
8364
8365 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8366
8367         * MAINTAINERS (Write After Approval): Add myself.
8368
8369 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8370
8371         * MAINTAINERS (Write After Approval): Move myself to
8372         Write After Approval section.
8373
8374 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8375
8376         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8377         need_gmp anymore.
8378         * configure: Regenerate.
8379
8380 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8381
8382         * MAINTAINERS (Write After Approval): Add myself.
8383
8384 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8385
8386         * config.guess: Import latest version.
8387         * config.sub: Likewise.
8388
8389 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8390
8391         * Makefile.def: Added pdf target handling.
8392         * Makefile.tpl: Added pdf target handling.
8393         * Makefile.in: Regenerated.
8394
8395 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8396
8397         * MAINTAINERS: Add self as score port maintainer.
8398
8399 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
8400
8401         * MAINTAINERS (Write After Approval): Add myself.
8402
8403 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8404
8405         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8406         or newer.
8407         * configure: Regenerated.
8408
8409 2006-09-27  Dave Brolley  <brolley@redhat.com>
8410
8411         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8412         using $s instead of $r.
8413         * configure: Regenerated.
8414
8415 2006-09-26  Thiemo Seufer  <ths@mips.com>
8416
8417         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8418         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8419         * configure: Regenerate.
8420
8421 2006-09-24  Graeme Peterson  <gridly@gmail.com>
8422
8423         * MAINTAINERS (Write After Approval): Remove myself.
8424
8425 2006-09-22  Chao-ying Fu  <fu@mips.com>
8426
8427         * MAINTAINERS (Write After Approval): Add myself.
8428
8429 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8430
8431         * MAINTAINERS: Add self as soft-fp maintainer.
8432
8433 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
8434
8435         * MAINTAINERS: Add myself as avr maintainer.
8436         Remove Marek Michalkiewicz as avr maintainer.
8437
8438 2006-09-07  Roberto Costa  <roberto.costa@st.com>
8439
8440         * MAINTAINERS (Write After Approval): Add myself.
8441
8442 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8443
8444         * configure.in: Never build newlib for a Mingw host.
8445         Never build newlib as Mingw target library.
8446         Test the existence of winsup/cygwin for building a Cygwin newlib,
8447         rather than just winsup.
8448         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8449         building a Mingw target.
8450         * configure: Regenerate.
8451
8452 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8453
8454         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8455
8456 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8457
8458         * config.guess: Import from src (was more updated).
8459         * config.sub: Likewise.
8460
8461 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8462
8463         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8464         * configure: Regenerated.
8465
8466 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8467
8468         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8469         for stages after the first.
8470
8471 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
8472
8473         * Makefile.def: Add dependencies for configure-opcodes
8474         on configure-intl and all-opcodes on all-intl.
8475         * Makefile.in: Regenerated.
8476
8477 2006-07-13  Ben Elliston  <bje@au.ibm.com>
8478
8479         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8480
8481 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8482
8483         Port to hosts whose 'sort' and 'tail' implementations
8484         treat operands with leading '+' as file names, as POSIX
8485         has required since 2001.  However, make sure the code still
8486         works on pre-POSIX hosts.
8487         * ltmain.sh: Don't assume "sort +2" is equivalent to
8488         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8489
8490 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8491
8492         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8493
8494 2006-07-04  Peter O'Gorman  <peter@pogma.com>
8495
8496         * ltconfig: chmod 644 before ranlib during install.
8497
8498 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8499
8500         PR bootstrap/18058
8501         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8502         if the bootstrap compiler is a GCC version that supports it.
8503         * configure: Regenerate.
8504
8505 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8506
8507         * configure.in: Fix thinkos in previous check-in.
8508         * configure: Regenerate.
8509
8510 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8511
8512         PR other/27063
8513         * configure.in: Test subdir_requires and give an appropriate
8514         error message.
8515         * configure: Regenerate.
8516
8517 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
8518
8519         * MAINTAINERS (Write After Approval): Add myself.
8520
8521 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
8522
8523         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8524
8525 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
8526
8527         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8528
8529 2006-06-20  David Ayers  <d.ayers@inode.at>
8530
8531         PR bootstrap/28072
8532         * configure.in: Add target-boehm-gc to noconfigdirs depending on
8533         whether target-libjava is being configured instead of whether the
8534         java front end is enabled.
8535         * configure: Regenerate.
8536
8537 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8538
8539         PR target/27540
8540         * configure.in: Only enable libgomp on IRIX 6.
8541         * configure: Regenerate.
8542
8543 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
8544
8545         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8546         too.
8547         * Makefile.in: Regenerate.
8548
8549 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
8550
8551         * config-ml.in: Alter CCASFLAGS to include special
8552         multilib options the same as is done for CFLAGS.
8553
8554 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8555
8556         * configure.in: Don't enable libgomp on hpux10.
8557         * configure: Rebuilt.
8558
8559 2006-06-12  David Ayers  <d.ayers@inode.at>
8560
8561         PR bootstrap/27963
8562         PR target/19970
8563         * configure.in: Remove target-boehm-gc from noconfigdirs where
8564         ${libgcj} is specified.
8565         * configure: Regenerate.
8566
8567 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
8568
8569         Sync from src:
8570
8571         * configure.in: Sync.
8572         * configure: Regenerated.
8573
8574         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
8575
8576         * Makefile.def: Added dependencies from sim and gdb on intl, and
8577         added configure dependencies to everything with an all dependency
8578         on intl.
8579         * Makefile.in: Regenerated.
8580
8581 2006-06-06  David Ayers  <d.ayers@inode.at>
8582
8583         PR libobjc/13946
8584         * Makefile.def: Add dependencies for libobjc which boehm-gc.
8585         * Makefile.in: Regenerate.
8586         * configure.in: Add --enable-objc-gc at toplevel and have it
8587         enable boehm-gc for Objective-C.
8588         Remove target-boehm-gc from libgcj.
8589         Add target-boehm-gc to target_libraries.
8590         Add target-boehm-gc to noconfigdirs where ${libgcj}
8591         is specified.
8592         Assert that boehm-gc is supported when requested for Objective-C.
8593         Only build boehm-gc if needed either for Java or Objective-C.
8594         * configure: Regenerate.
8595
8596 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
8597
8598         PR 27674
8599         * Makefile.tpl (configure-[+prefix+][+module+],
8600         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8601         Remove rule to unstage bootstrapped modules.
8602         (stage_current): New.
8603         * Makefile.in: Regenerate.
8604
8605 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
8606
8607         * MAINTAINERS (Write After Approval): Update my e-mail address.
8608
8609 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
8610
8611         * include/libiberty.h: Declare pex_run_in_environment.
8612
8613 2006-05-31  Asher Langton  <langton2@llnl.gov>
8614
8615         * MAINTAINERS (Write After Approval): Add myself.
8616
8617 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
8618
8619         * Makefile.def (bfd, opcodes): Fix lib_path.
8620         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8621         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
8622         * Makefile.in: Regenerate.
8623
8624 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8625
8626         * Makefile.in: Regenerate.
8627
8628 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8629
8630         * Makefile.def: Add install-html target. Add datarootdir
8631         docdir and htmldir to flags_to_pass.
8632         * Makefile.tpl: Add install-html target.
8633         * Makefile.in: Regenerate.
8634         * configure.in: Add --with-datarootdir, --with-docdir, and
8635         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8636         * configure: Regenerate.
8637
8638 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
8639
8640         * configure.in: Enable gprof for cross builds.
8641         * configure: Regenerate.
8642
8643 2006-05-22  Richard Guenther  <rguenther@suse.de>
8644
8645         Revert
8646         2006-01-31  Richard Guenther  <rguenther@suse.de>
8647         Paolo Bonzini  <bonzini@gnu.org>
8648
8649         * Makefile.def (target_modules): Add libgcc-math target module.
8650         * configure.in (target_libraries): Add libgcc-math target library.
8651         (--enable-libgcc-math): New configure switch.
8652         * Makefile.in: Re-generate.
8653         * configure: Re-generate.
8654         * libgcc-math: New toplevel directory.
8655
8656 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8657             Andreas Tobler  <a.tobler@schweiz.ch>
8658
8659         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
8660         * configure: Rebuilt.
8661
8662 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8663
8664         * MAINTAINERS (Write After Approval): Add myself.
8665
8666 2006-05-01  DJ Delorie  <dj@redhat.com>
8667
8668         * configure.in: Restore CFLAGS if GMP isn't present.
8669         * configure: Regenerate.
8670
8671 2006-05-01  Richard Guenther  <rguenther@suse.de>
8672
8673         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8674         maintainer.
8675
8676 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8677
8678         * MAINTAINERS (Write After Approval): Add myself.
8679
8680 2006-04-28  Jan Beulich  <jbeulich@novell.com>
8681
8682         * MAINTAINERS (Write After Approval): Add myself.
8683
8684 2006-04-18  DJ Delorie  <dj@redhat.com>
8685
8686         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
8687         reference libgloss so that libssp can be built in a combined
8688         tree.
8689         * configure: Regenerate.
8690
8691 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8692
8693         * MAINTAINERS (Write After Approval): Add myself.
8694
8695 2006-04-05  Ben Elliston  <bje@au.ibm.com>
8696
8697         * configure.in: Require makeinfo 4.4 or higher.
8698         * configure: Regenerate.
8699
8700 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8701
8702         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8703         Rearrange the entries of other libraries to have them in one place.
8704
8705 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8706
8707         * MAINTAINERS (Write After Approval): Remove myself.
8708         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8709
8710 2006-03-14  Richard Guenther  <rguenther@suse.de>
8711
8712         * configure: Regenerate with autoconf 2.13.
8713
8714 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
8715
8716         * MAINTAINERS: Use my work address.
8717
8718         * MAINTAINERS: Update my E-mail address.
8719
8720 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8721
8722         * configure.in: Handle --disable-<component> generically.
8723         * configure: Regenerate.
8724
8725 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8726
8727         PR libgcj/17311
8728         * ltmain.sh: Don't use "$finalize_rpath" for compile.
8729
8730 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8731
8732         * MAINTAINERS (Write After Approval):  Remove myself.
8733         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8734
8735 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8736
8737         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8738         (TARGET_CONFIGDIRS): Remove.
8739         * configure.in: Remove AC_SUBST(target_configdirs).
8740         * Makefile.in, configure: Regenerated.
8741
8742 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
8743
8744         * MAINTAINERS (Write After Approval):  Remove myself.
8745         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8746
8747 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8748
8749         PR bootstrap/25670
8750
8751         * Makefile.tpl ([+compare-target+]): Print explanation messages.
8752
8753         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8754         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8755         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8756         BUILD_PREFIX, BUILD_PREFIX_1.
8757         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8758
8759         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8760         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8761
8762         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8763         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8764         of `cat stage_current`.  Always provide the `r' and `s' variables.
8765         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8766         a single shell execution.
8767         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8768         bootstrapped modules, make the stage1 module if the build was not
8769         started yet, else build the current stage.
8770         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8771         (all-build, all-host, all-target, [+make_target+]-host,
8772         [+make_target+]-target): Do not use \-continued lines.
8773         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8774         (current_stage, restrap, stage_last): New.
8775
8776         * Makefile.in: Regenerate.
8777         * configure: Regenerate.
8778
8779 2006-02-19  Bud Davis  <jmdavis@link.com>
8780
8781         * MAINTAINERS (Write After Approval):  Remove myself.
8782         (Language Front End Maintainers):  Add myself as fortran 95
8783         maintainer and update e-mail address.
8784
8785 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8786
8787         * MAINTAINERS (Write After Approval):  Remove myself.
8788         (Language Front End Maintainers):  Add myself as fortran 95
8789         maintainer.
8790
8791 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8792
8793         * MAINTAINERS (Write After Approval): Add myself.
8794
8795 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8796
8797         * MAINTAINERS (Write After Approval):  Remove myself.
8798         (Language Front End Maintainers):  Add myself as
8799         fortran 95 maintainer.
8800
8801 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8802
8803         Sync from src:
8804
8805         2005-12-27  Leif Ekblad  <leif@rdos.net>
8806
8807         * configure.in: Add support for RDOS target.
8808         * configure: Regenerate.
8809
8810 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8811             Andreas Schwab  <schwab@suse.de>
8812
8813         * configure: Regenerate.
8814
8815 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
8816
8817         * configure.in (enable_libgomp): Add AIX.
8818         * configure: Regenerate.
8819
8820 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8821
8822         * MAINTAINERS (Write After Approval): Add myself.
8823
8824 2006-02-03  Lee Millward  <lee.millward@gmail.com>
8825
8826         * MAINTAINERS (Write After Approval): Add myself.
8827
8828 2006-01-31  Richard Guenther  <rguenther@suse.de>
8829         Paolo Bonzini  <bonzini@gnu.org>
8830
8831         * Makefile.def (target_modules): Add libgcc-math target module.
8832         * configure.in (target_libraries): Add libgcc-math target library.
8833         (--enable-libgcc-math): New configure switch.
8834         * Makefile.in: Re-generate.
8835         * configure: Re-generate.
8836         * libgcc-math: New toplevel directory.
8837
8838 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8839
8840         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8841         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8842         the assembler, linker and binutils.
8843         * configure: Regenerate.
8844
8845 2006-01-22  Dirk Mueller  <dmueller@suse.de>
8846
8847         * MAINTAINERS (Write After Approval): Add myself.
8848
8849 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
8850
8851         * configure: Regenerate.
8852
8853 2006-01-18  Richard Henderson  <rth@redhat.com>
8854             Jakub Jelinek  <jakub@redhat.com>
8855             Diego Novillo  <dnovillo@redhat.com>
8856
8857         * libgomp: New directory.
8858         * Makefile.def: Add target_module libgomp.
8859         * Makefile.in: Regenerate.
8860         * configure.in (target_libraries): Add target-libgomp.
8861         * configure: Regenerate.
8862
8863 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8864
8865         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8866         @ from continuation.
8867         * Makefile.in: Rebuilt.
8868
8869 2006-01-04  Chris Lattner  <sabre@gnu.org>
8870
8871         * MAINTAINERS (Write After Approval): Add myself.
8872
8873 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8874
8875         PR bootstrap/24252
8876
8877         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8878         * Makefile.tpl (OBJDUMP): New.
8879         (EXTRA_HOST_FLAGS): Add it.
8880         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8881
8882         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8883         to use symbolic links between directories.  Avoid race conditions
8884         or make them harmless.
8885         * configure.in: Do not try to use symbolic links between directories.
8886
8887         * Makefile.def (LEAN): Pass.
8888         * Makefile.tpl (LEAN): Define.
8889         (stage[+id+]-start): Accept that the previous directory does not
8890         exist, if the bootstrap is lean.
8891         (stage[+id+]-bubble): Invoke lean bootstrap commands after
8892         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8893         configure substitution.
8894         ([+compare-target+]): Likewise.
8895         ([+bootstrap-target+]-lean): New.
8896         * configure.in: Remove lean bootstrap support from here.
8897
8898         * Makefile.in: Regenerate.
8899         * configure: Regenerate.
8900
8901 2006-01-04  Ben Elliston  <bje@au.ibm.com>
8902
8903         * MAINTAINERS (libdecnumber): Add myself.
8904
8905 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
8906
8907         * libtool-ldflags: New script.
8908
8909 2006-01-02  Andreas Schwab  <schwab@suse.de>
8910
8911         * configure.in: When reconfiguring remove Makefile in
8912         all stage directories.
8913         * configure: Regenerate.
8914
8915 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8916
8917         * MAINTAINERS: Update my email address.
8918
8919 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8920
8921         Revert Ada-related part of the previous change.
8922
8923         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8924         Do not pass.
8925         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8926         * Makefile.in: Regenerate.
8927         * configure.in: Do not include mt-ppc-aix target fragment.
8928         * configure: Regenerate.
8929
8930 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8931
8932         * configure.in: Select appropriate fragments for PowerPC/AIX.
8933         * configure: Regenerate.
8934
8935         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8936         BOOT_CFLAGS, BOOT_LDFLAGS.
8937         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8938         BOOT_CFLAGS, BOOT_LDFLAGS.
8939         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8940         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8941         (stage): Fail if we cannot complete the work.
8942         * Makefile.in: Regenerate.
8943
8944 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8945
8946         * configure.in: Replace ms1 with mt.
8947         * configure: Rebuilt.
8948
8949 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8950
8951         * MAINTAINERS: Update my email address.
8952
8953 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8954
8955         * Makefile.tpl (all, do-[+make_target+], do-check, install,
8956         install-host-nogcc): Don't invoke $(stage) at the end.
8957         * Makefile.in: Regenerate.
8958
8959 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8960
8961         * configure.in: Flip the top-level bootstrap switch.
8962         * configure: Regenerate.
8963
8964 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8965
8966         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8967         $(stage) and $(unstage).
8968         (EXTRA_TARGET_FLAGS): Correct double-quoting.
8969         (all): Remove stray semicolon.
8970         (local-distclean): Don't handle multilib.tmp and multilib.out.
8971         (install.all): Set $s for consistency.
8972         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8973         check_multilibs setting.  Always make the install directory.
8974         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8975         Correct @if/@endif.
8976         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8977         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8978         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8979         (multilib.out): Remove.
8980         * Makefile.in: Regenerated.
8981
8982 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
8983
8984         * MAINTAINERS (Write After Approval): Add myself.
8985
8986 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8987
8988         * MAINTAINERS: Add myself as mt maintainer.
8989
8990         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
8991
8992 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
8993
8994         * MAINTAINERS: Change email address.
8995
8996 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
8997
8998         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8999         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9000         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9001         Find in-tree tools if available.
9002         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9003         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9004         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9005         (COMPILER_*_FOR_TARGET): New.
9006         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9007         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9008         (CONFIGURED_*, USUAL_*): Remove.
9009         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9010         STRIP): Use autoconf substitutions.
9011         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9012         COMPILER_NM_FOR_TARGET): New.
9013         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9014
9015         (all): Make all-host and all-target in parallel.
9016         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9017         that $$r and $$s are set before invoking a recursive make.
9018         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9019         ([+bootstrap-target+]): Inline most of the `all' target.
9020
9021 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9022
9023         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9024         from the gcc build directory.
9025         * Makefile.in: Regenerate.
9026
9027 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9028
9029         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9030         depend on all-libdecnumber.
9031         * configure.in (host_libs): Include libdecnumber.
9032         * Makefile.in: Regenerate.
9033         * configure: Likewise.
9034
9035 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9036
9037         * libdecnumber: Import decNumber sources from the dfp-branch.
9038
9039 2005-11-21  Kean Johnston  <jkj@sco.com>
9040
9041         * config.sub, config.guess: Sync from upstream sources.
9042
9043 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9044
9045         Import from Autoconf sources:
9046
9047         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9048         * config/move-if-change: Don't output "$2 is unchanged";
9049         suggested by Ben Elliston.  Handle weird characters correctly.
9050
9051 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9052
9053         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9054         to match upstream libtool for darwin.
9055
9056 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9057
9058         * Makefile.def: Remove gdb dependencies for gdbtk.
9059         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9060         (configure-gdb, install-gdb): New rules.
9061         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9062         * Makefile.in, configure: Regenerated.
9063
9064 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9065
9066         * MAINTAINERS (Write After Approval): Add myself.
9067
9068 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9069
9070         * MAINTAINERS (Write After Approval): Add myself.
9071
9072 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9073
9074         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9075         Diego Novillo.
9076
9077 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9078
9079         PR bootstrap/24297
9080         * Makefile.tpl (do-[+make-target+], do-check, install,
9081         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9082         are set before recursing.
9083         * Makefile.in: Regenerate.
9084
9085 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9086
9087         PR bootstrap/18939
9088         * Makefile.def (gcc) <target>: Fix thinko.
9089         * Makefile.in: Regenerate.
9090
9091 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9092
9093         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9094         * configure: Regenerate.
9095
9096 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9097
9098         * MAINTAINERS (Write After Approval): Add self.
9099
9100 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9101
9102         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9103         target-libffi, target-qthreads, target-libjava, and
9104         targetlibobjc.
9105         * configure: Regenerate.
9106
9107 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9108
9109         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9110         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9111         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9112         (USUAL_OBJDUMP_FOR_TARGET): New.
9113         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9114         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9115         * configure, Makefile.in: Regenerated.
9116
9117 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9118
9119         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9120         before other host packages.
9121
9122 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9123
9124         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9125
9126 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9127
9128         PR bootstrap/22340
9129
9130         * configure.in (default_target): Remove.
9131         * Makefile.tpl (all): Do not use prerequisites as subroutines
9132         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9133         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9134         use prerequisites as subroutines.
9135         (check-host, check-target): New.
9136         (bootstrap configure & all targets): Do not use stage*-start
9137         if the directory layout is already ok.
9138         (non-bootstrap configure & all targets): Prepend a $(unstage).
9139         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9140         (NOTPARALLEL): Remove.
9141         (unstage, stage variables): New variables.
9142         (unstage, stage targets): Simply expand to those variables.
9143
9144         * configure: Regenerate.
9145         * Makefile.in: Regenerate.
9146
9147 2005-10-04  James E Wilson  <wilson@specifix.com>
9148
9149         * Makefile.def (lang_env_dependencies): Add libmudflap.
9150         * Makefile.in: Regenerate.
9151
9152 2005-10-03  Andreas Schwab  <schwab@suse.de>
9153
9154         Backport from libtool CVS:
9155         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9156
9157         * ltmain.sh: add support for installing into temporary
9158         staging area (e.g. 'make install DESTDIR=...')
9159
9160 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9161
9162         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9163         * configure: Regenerated.
9164
9165 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9166
9167         * configure: Regenerate with the correct
9168         autoconf version.
9169
9170 2005-09-30  Catherine Moore  <clm@cm00re.com>
9171
9172         * configure.in (bfin-*-*): New.
9173         * configure: Regenerated.
9174
9175 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9176
9177         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9178         (LIPO_FOR_TARGET): New.
9179         (CONFIGURED_LIPO_FOR_TARGET): New.
9180         (USUAL_LIPO_FOR_TARGET): New.
9181         (STRIP_FOR_TARGET): New.
9182         (CONFIGURED_STRIP_FOR_TARGET): New.
9183         (USUAL_STRIP_FOR_TARGET): New.
9184         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9185         STRIP_FOR_TARGET.
9186         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9187         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9188         * Makefile.in: Regenerate.
9189         * configure: Regenerate.
9190
9191 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9192
9193         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9194         (rs6000-*-aix*): Same.
9195         * configure: Regenerate.
9196
9197 2005-09-16  Tom Tromey  <tromey@redhat.com>
9198
9199         * MAINTAINERS: Add self as java maintainer.
9200
9201 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9202
9203         * configure.in: Recognize f95 in the --enable-languages option,
9204         and substitute it for fortran, issuing a warning.
9205         * configure: Regenerate.
9206
9207 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9208
9209         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9210         * configure:  Regenerated.
9211
9212 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9213
9214         * MAINTAINERS: Add self as ms1 maintainer.
9215
9216 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9217
9218         * Makefile.def (libssp): Add to lang_env_dependencies.
9219         * Makefile.in: Regenerate.
9220
9221 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9222
9223         * MAINTAINERS: Add myself as middle-end maintainer.
9224
9225 2005-08-17  Christian Groessler  <chris@groessler.org>
9226
9227         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9228         * Makefile.in: Regenerate.
9229
9230 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9231
9232         * MAINTAINERS (write after approval): Added myself.
9233
9234 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9235
9236         * MAINTAINERS (Write After Approval): Add myself.
9237
9238 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9239
9240         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9241         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9242         Look for alternate names of the target cc and c++
9243         * configure: Regenerate.
9244
9245 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9246
9247         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9248         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9249         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9250         tools; remove code to manually set them.
9251         (Target tools): Look in the environment for them.
9252         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9253         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9254         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9255         build directory.
9256         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9257         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9258         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9259         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9260         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9261         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9262         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9263         * configure: Regenerate.
9264         * Makefile.in: Regenerate.
9265
9266 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9267
9268         * MAINTAINERS: Update for removed CPU targets.
9269
9270 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9271
9272         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9273         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9274         * Makefile.in: Regenerated.
9275
9276 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9277
9278         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9279         (CFLAGS_FOR_TARGET): Use it.
9280         (CXXFLAGS_FOR_TARGET): Likewise.
9281         * Makefile.in: Regenerated.
9282         * configure.in (--with-build-sysroot): New option.
9283         * configure: Regenerated.
9284
9285 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9286
9287         * Makefile.tpl: Wrap install between unstage and stage
9288         * Makefile.in: Regenerate.
9289
9290 2005-07-21  Eric Christopher  <echristo@apple.com>
9291
9292         * MAINTAINERS: Update affiliation.
9293
9294 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9295
9296         * MAINTAINERS: Add self as crx port maintainer.
9297
9298 2005-07-20  DJ Delorie  <dj@redhat.com>
9299
9300         * MAINTAINERS: Add self as m32c maintainer.
9301
9302 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9303
9304         * all files: Update FSF address.
9305
9306 2005-07-15  Eric Christopher  <echristo@redhat.com>
9307
9308         * MAINTAINERS: Change affiliation.
9309
9310 2005-07-14  Jim Blandy  <jimb@redhat.com>
9311
9312         * configure.in: Add cases for Renesas m32c.
9313         * configure: Regenerated.
9314
9315 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9316
9317         * COPYING.LIB: Update from fsf.org.
9318
9319 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9320
9321         * COPYING, compile, config.guess,
9322         config.sub, install-sh, missing, mkinstalldirs,
9323         symlink-tree, ylwrap: Sync from upstream sources.
9324         * config-ml.in: Update FSF address.
9325
9326 2005-07-13  Eric Christopher  <echristo@redhat.com>
9327
9328         * configure.in: Add toplevel noconfigdir support for tpf.
9329         * configure: Regenerate.
9330
9331 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9332
9333         PR ada/22340
9334
9335         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9336         * Makefile.in: Regenerate.
9337
9338 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9339
9340         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9341         Brolley to write-after-approval.
9342
9343 2005-07-07  Andreas Schwab  <schwab@suse.de>
9344
9345         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9346         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9347         * Makefile.in: Regenerated.
9348
9349 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9350
9351         * configure.in: Don't build sim or rda when targetting darwin.
9352         * configure: Regenerate.
9353
9354 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9355
9356         * configure.in: Add --enable-libssp and --disable-libssp.
9357         * configure: Regenerate with autoconf-2.13.
9358
9359 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9360
9361         * Makefile.def (target_modules): Add libssp.
9362         * configure.in (target_libraries): Add target-libssp.
9363         * configure: Rebuilt.
9364         * Makefile.in: Rebuilt.
9365
9366 2005-07-01  Zack Weinberg  <zackw@panix.com>
9367
9368         * MAINTAINERS: Change email address.  Resign from maintainership.
9369
9370 2005-07-01  Richard Guenther  <rguenther@suse.de>
9371
9372         * MAINTAINERS: Change my e-mail address and affiliation.
9373
9374 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9375
9376         * Makefile.def (stagefeedback): Come after profile.
9377         Define profiledbootstrap target.
9378         * Makefile.tpl (profiledbootstrap): Remove.
9379         (stageprofile-end): Zap stagefeedback.
9380         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9381         * Makefile.in: Regenerate.
9382
9383 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9384
9385         * MAINTAINERS: Update my email address.
9386
9387 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9388
9389         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9390         In 'cpp' stanza, support '#line' as well as '# '.
9391
9392 2005-06-08  Andreas Schwab  <schwab@suse.de>
9393
9394         * MAINTAINERS: Move myself from 'Write After Approval' to
9395         'CPU Port Maintainers' section as m68k maintainer.
9396
9397 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9398
9399         * configure.in (unsupported_languages): New macro.
9400         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9401         non-ported target libraries in noconfigdirs.
9402         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9403         non-linux-gnu.  Remove libgcj_ex_libffi.
9404         <lang_frag loop>: Set add_this_lang=no if the language is in
9405         unsupported_languages.
9406         * configure: Regenerate.
9407
9408 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9409
9410         * configure.in: Fix typo in handling of --with-mpfr-dir.
9411         * configure: Regenerate.
9412
9413 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9414
9415         * MAINTAINERS: Update my email address.
9416
9417 2005-06-02  Jim Blandy  <jimb@redhat.com>
9418
9419         * config.sub: Add cases for the Renesas m32c.  (This patch has been
9420         accepted into the master sources.)
9421
9422 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9423             Michael Snyder  <msnyder@redhat.com>
9424             Stan Cox  <scox@redhat.com>
9425
9426         * configure.in: Set noconfigdirs for ms1.
9427
9428         * configure: Regenerate.
9429
9430 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9431
9432         * MAINTAINERS (Write After Approval): Add self.
9433
9434 2005-06-01  Josh Conner  <jconner@apple.com>
9435
9436         * MAINTAINERS (Write After Approval): Add self.
9437
9438 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9439
9440         * MAINTAINERS: Update my email address.
9441
9442 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9443
9444         * MAINTAINERS (Write After Approval): Add self.
9445
9446 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
9447
9448         * MAINTAINERS (Write After Approval): Remove self.
9449
9450 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9451
9452         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9453         (Dependencies): Consider target modules for bootstrap dependencies.
9454         Make target bootstrap modules depend on each stage's gcc.
9455         * Makefile.in: Regenerate.
9456
9457 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9458
9459         * Makefile.def (configure-gcc): Depend on binutils having been built.
9460         (all-gcc): No need to do it here.
9461         * Makefile.in: Regenerate.
9462
9463 2005-05-19  Paul Brook  <paul@codesourcery.com>
9464
9465         * configure.in: Rewrite misleading error message when requested
9466         language cannot be built.
9467         * configure: Regenerate.
9468
9469 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9470
9471         * ylwrap: Import from Automake 1.9.5.
9472
9473 2005-05-13  David Ung  <davidu@mips.com>
9474
9475         * MAINTAINERS (Write After Approval): Add self.
9476
9477 2005-05-09  Mike Stump  <mrs@apple.com>
9478
9479         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9480         lt_cv_sys_max_cmd_len for now.
9481
9482 2005-05-09  Stan Cox  <scox@redhat.com>
9483
9484         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9485
9486 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
9487
9488         * README.SCO: Update the URL.
9489
9490 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
9491
9492         * ltconfig: Define file_list_spec.  Pass file_list_spec and
9493         with_gnu_ld to libtool.
9494         * ltcf-c.sh (aix[45]): Define file_list_spec.
9495         * ltcf-cxx.sh (aix[45]): Same.
9496         * ltcf-gcj.sh (aix[45]): Same.
9497         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9498         exists, write list of input files to temporary file.
9499
9500 2005-05-04  Mike Stump  <mrs@apple.com>
9501
9502         * configure.in: Always pass --target to target configures as
9503         otherwise rebuilds that do --recheck will fail.
9504         * confiugure: Rebuilt.
9505
9506 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
9507
9508         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9509         STAGE_HOST_EXPORTS.
9510         (configure, all): Add bootstrap support.
9511         (Host modules, target modules): Pass post-stage1 flags and exports.
9512         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9513         * Makefile.in: Regenerate.
9514
9515 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
9516
9517         * configure: Regenerate.
9518
9519 2005-04-27  Mike Stump  <mrs@apple.com>
9520
9521         * MAINTAINERS: Add self as darwin maintainer.
9522
9523 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
9524
9525         * config.sub: Update from master copy.
9526
9527 2005-04-21  Mike Stump  <mrs@apple.com>
9528
9529         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9530         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9531
9532 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
9533
9534         * configure.in <crisv32-*-*, cris-*-*>: New local variable
9535         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
9536         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
9537         "*-*-elf" and "*-*-linux*".
9538         * configure: Regenerate.
9539
9540 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
9541
9542         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9543
9544 2005-04-12  Mike Stump  <mrs@apple.com>
9545
9546         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9547
9548 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
9549
9550         * MAINTAINERS (Write After Approval): Add myself.
9551
9552 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
9553
9554         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9555
9556 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
9557
9558         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9559         (TARGET_CONFIGARGS): Include --with-target-subdir.
9560         (configure, all): New macros.  Use them throughout.
9561         * Makefile.in: Regenerate.
9562
9563 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
9564
9565         * MAINTAINERS (Write After Approval): Add myself.
9566
9567 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9568
9569         * MAINTAINERS: Remove 'loop unrolling' maintainer.
9570
9571 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
9572
9573         * MAINTAINERS: Move John Carr to Write After Approval.
9574
9575 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
9576
9577         * config/mh-mingw32: Delete.
9578         * configure.in: Don't use it.
9579         * configure: Regenerate.
9580
9581 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9582
9583         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9584         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9585         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9586         (HOST_LIB_PATH): Generate from Makefile.def.
9587         (TARGET_LIB_PATH): Likewise.
9588         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9589         * Makefile.in: Regenerate.
9590         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9591         (RPATH_ENVVAR): Include Darwin case.
9592         * configure: Regenerate.
9593
9594 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
9595
9596         * MAINTAINERS (Various Maintainers): Remove self.
9597         (Write After Approval): Add self.
9598
9599 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
9600
9601         * MAINTAINERS (Various Maintainers): Add self.
9602
9603 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
9604
9605         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9606         * configure: Regenerate.
9607
9608 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
9609
9610         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9611         gcc_version, and gcc_version_trigger from set of flags to pass.
9612         * Makefile.tpl: Remove definitions of above variables.
9613         (config.status): Remove dependency on $(gcc_version_trigger).
9614         * Makefile.in: Regenerate.
9615         * configure.in: Do not reference config/gcc-version.m4 nor
9616         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
9617         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
9618         * configure: Regenerate.
9619
9620 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
9621             Andrew Pinski  <pinskia@physics.uc.edu>
9622
9623         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9624         * Makefile.in: Regenerate.
9625
9626 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
9627
9628         * MAINTAINERS (Write After Approval): Add myself.
9629
9630 2005-03-03  David Ayers  <d.ayers@inode.at>
9631
9632         * MAINTAINERS (Write After Approval): Add myself.
9633
9634 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
9635
9636         PR libgcj/20160
9637         * ltmain.sh: Avoid creating archives with components that have
9638         duplicate basenames.
9639
9640 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
9641
9642         PR bootstrap/20250
9643         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9644         instead of check.
9645         * Makefile.in: Regenerate.
9646
9647 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9648
9649         * Makefile.in: Regenerate to fix conflict between the previous two
9650         patches.
9651
9652 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9653
9654         PR bootstrap/17383
9655         * Makefile.def (target_modules): Remove "stage", now unnecessary.
9656         * Makefile.tpl (HOST_SUBDIR): New substitution.
9657         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9658         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9659         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9660         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9661         (Host modules, Bootstrapped modules): Use it.
9662         (Build modules, Target modules): Do not create symlink trees,
9663         always configure out-of-srcdir.
9664         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9665         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9666         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9667         $(HOST_SUBDIR).  Create a symlink for host_subdir.
9668
9669         * Makefile.in: Regenerate.
9670         * configure: Regenerate.
9671
9672 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9673
9674         Merged from libada-gnattools-branch:
9675         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9676
9677         * gnattools: New directory.
9678         * Makefile.def: Add gnattools as a module, depending on target-libada.
9679         * Makefile.in: Regenerate.
9680         * configure.in: Include gnattools in host_tools; disable it if ada
9681         is disabled.
9682         * configure: Regenerate.
9683
9684 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9685
9686         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9687         treelang maintainer.
9688         (Write After Approval): Remove myself.
9689
9690 2005-02-23  Paul Schlie  <schlie@comcast.net>
9691
9692         * configure.in: Allow darwin targeted ports to build tk, itcl and
9693         libgui.
9694         * configure: Regenerate.
9695
9696 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9697
9698         PR libgcj/10353
9699         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9700         * configure: Regenerate.
9701
9702 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9703
9704         * MAINTAINERS (Write After Approval): Add myself.
9705
9706 2005-02-10  Ian Lance Taylor  <ian@airs.com>
9707
9708         * MAINTAINERS: Update my e-mail address.
9709
9710 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9711
9712         * MAINTAINERS (Write After Approval): Add myself.
9713
9714 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9715
9716         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9717         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9718         target-libgloss when not *-*-elf and *-*-aout.
9719         * configure: Regenerate.
9720
9721 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9722
9723         * MAINTAINERS: Remove obsolete entries.
9724
9725         * MAINTAINERS (Write After Approval): Add Michael Matz.
9726
9727 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9728
9729         * MAINTAINERS: Remove self as cpplib maintainer.
9730
9731 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9732
9733         * install-sh, config.sub: Import from upstream.
9734
9735 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9736
9737         PR bootstrap/18222
9738         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9739         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9740         * Makefile.in: Regenerate.
9741
9742 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9743
9744         * MAINTAINERS: Update my email address.
9745
9746 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
9747             Andreas Schwab  <schwab@suse.de>
9748
9749         PR bootstrap/18033
9750         * config-ml.in: Eval option if surrounded by single quotes.
9751
9752 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9753
9754         Revert 2004-12-28 Makefile changes, a better fix will be
9755         applied to mainline and src after GCC 4.0 branches.
9756
9757 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9758
9759         PR bootstrap/17383
9760
9761         * Makefile.def (target_modules): Remove stage parameter,
9762         it is always true now.
9763         * Makefile.tpl (configure-build-[+module+],
9764         configure-target-[+module+]): Always build symlink tree
9765         for the directory and for include.  BUILD_SUBDIR and
9766         TARGET_SUBDIR cannot be . anymore.
9767         * Makefile.in: Regenerate.
9768
9769 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
9770
9771         Revert 2004-12-08 Makefile changes.
9772
9773 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9774
9775         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9776         cygwin, mingw.
9777
9778 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9779
9780         * configure.in (sh64-*-*): Reenable gprof.
9781         * configure: Regenerate.
9782
9783 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
9784
9785         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9786         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9787         (EXTRA_TARGET_FLAGS): Add PICFLAG.
9788         * Makefile.in: Regenerate.
9789
9790 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9791
9792         * MAINTAINERS: Update my email address.
9793
9794 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
9795
9796         * Makefile.tpl: Generate normal dependencies if the LHS module is
9797         not bootstrapped.
9798         * Makefile.in: Regenerate.
9799
9800 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9801
9802         * configure.in: Include config/gxx-include-dir.m4.  Use
9803         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9804         * configure: Regenerate.
9805
9806 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9807
9808         * config.if: Delete.
9809         * configure.in: Set libstdcxx_incdir directly.
9810         * configure: Regenerate.
9811
9812 2004-12-02  Eric Christopher  <echristo@redhat.com>
9813
9814         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9815         * Makefile.in: Regenerate.
9816
9817 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9818
9819         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9820         * configure: Regenerate.
9821
9822 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9823
9824         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9825         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9826         * configure: Regenerate.
9827
9828 2004-12-01  Eric Christopher  <echristo@redhat.com>
9829
9830         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9831         of things to remove.
9832
9833 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
9834
9835         * MAINTAINERS (Write After Approval): Update my e-mail address.
9836
9837 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9838
9839         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9840         from CVS libtool to always pass_all.
9841
9842 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9843
9844         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9845         (hppa*64*-*-*): Delete incorrect comment.
9846         * configure: Rebuilt.
9847
9848 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9849
9850         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9851
9852 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9853
9854         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9855         from CVS libtool to always pass_all.
9856
9857 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9858
9859         * install-sh, compile: Import from automake.
9860
9861 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9862
9863         * config.guess, config.sub:  Import from savannnah.
9864
9865 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9866
9867         * MAINTAINERS (Write After Approval): Add myself
9868
9869 2004-11-12  Mike Stump  <mrs@apple.com>
9870
9871         * Makefile.def: Add html support.
9872         * Makefile.tpl: Likewise.
9873         * Makefile.in: Regenerate.
9874
9875 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
9876
9877         PR 18423
9878         * configure.in: Remove all instances of build-fixincludes from
9879         noconfigdirs.
9880         (build_configargs): Supply --target to subdirectories.
9881         * configure: Regenerate.
9882
9883         * Makefile.def: Make gcc install depend on fixincludes install.
9884         * Makefile.in: Regenerate.
9885
9886 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
9887
9888         * MAINTAINERS: Add myself as gcc testsuite maintainer.
9889
9890 2004-11-11  Paul Brook  <paul@codesourcery.com>
9891
9892         * MAINTAINERS: Add self as arm maintainer.  Update email address.
9893
9894 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9895
9896         * configure.in (noconfigdirs) [mmix-*-*]: Disable
9897         target-libgfortran.
9898         * configure: Regenerate.
9899
9900 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
9901
9902         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9903         like CC.
9904
9905 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9906
9907         * Makefile.def (host fixincludes): Specify missing targets.
9908         * Makefile.in: Regenerate.
9909
9910 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9911
9912         * MAINTAINERS: Add myself
9913
9914 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9915
9916         * MAINTAINERS (Write After Approval): Add myself.
9917
9918 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
9919
9920         * Makefile.def: Build fixincludes for the host, too.
9921         * Makefile.in: Regenerate.
9922         * configure.in (host_tools): Add fixincludes.
9923         * configure: Regenerate.
9924
9925 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
9926
9927         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9928         * configure: Regenerated.
9929
9930 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9931
9932         PR other/17783
9933         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9934         * configure: Regenerated.
9935
9936 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
9937
9938         * README.SCO: Update per FSF instructions.
9939
9940 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9941
9942         PR target/18151
9943         * configure.in (case ${target}): Do not build fixincludes for avr.
9944         * configure: Regenerated.
9945
9946 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9947
9948         * configure.in (case ${target}): Do not build fixincludes
9949         on platforms where it is not used.
9950         * configure: Regenerated.
9951
9952 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
9953
9954         * configure.in: Use an absolute path to install-sh.
9955         * configure: Regenerated.
9956
9957 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9958
9959         * MAINTAINERS (Write After Approval): Add myself.
9960
9961 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9962
9963         * MAINTAINERS: Remove from Write After Approval those that are
9964         already maintainers.
9965
9966 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9967
9968         * MAINTAINERS:  Update my email address.
9969
9970 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9971
9972         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9973         * configure: Regenerate.
9974
9975 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
9976
9977         * MAINTAINERS:  Update my email address.
9978
9979 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
9980
9981         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
9982         entries belonging to this category.
9983
9984 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
9985
9986         * MAINTAINERS: Update my e-mail address.
9987
9988 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
9989
9990         Fix wrong conflict resolution in:
9991
9992         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9993
9994         * Makefile.in: Regenerate.
9995         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9996         in the recursive `make', instead of hardwiring `all'.
9997         (Autogenerated TARGET-* variables): New.
9998
9999 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10000
10001         * configure.in: Enable target-libgloss for crx-*-*.
10002         * configure: Regenerate.
10003
10004 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10005
10006         * MAINTAINERS (Various Maintainers): Move the "windows,
10007         cygwin, mingw" maintainer to ...
10008         (OS Port Maintainers): ... here.
10009
10010 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10011
10012         * MAINTAINERS (Write After Approval): Remove those that are
10013         maintainers of some subsystem.
10014
10015 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10016
10017         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10018         * ltcf-cxx.sh (tpf*): Likewise.
10019         * ltconfig (tpf*): Add TPF OS configuration support.
10020
10021 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10022
10023         * MAINTAINERS: Change my email address to my new work account.
10024
10025 2004-09-24  Michael Roth  <mroth@nessie.de>
10026
10027         * configure.in (--without-headers): Add missing double quotes.
10028         * configure: Regenerate.
10029
10030 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10031
10032         * ylwrap: Revert to previous version.
10033
10034 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10035
10036         PR bootstrap/17369
10037         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10038         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10039         SET_GCC_LIB_PATH_CMD.
10040         (BASE_TARGET_EXPORTS): Likewise.
10041         * Makefile.in: Regenerated.
10042
10043         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10044         * configure: Regenerated.
10045
10046 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10047
10048         * config.guess: New upstream version
10049         * compile, depcomp, install-sh, ylwrap: Likewise.
10050
10051 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10052
10053         * config/mh-x86omitfp: New host makefile fragment.  Add
10054         -fomit-frame-pointer to the default BOOT_CFLAGS.
10055         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10056         * configure: Regenerate.
10057
10058 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10059
10060         PR target/11572
10061         * configure.in (*-*-darwin*): Renable libobjc.
10062         * configure: Regenerate.
10063
10064 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10065
10066         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10067
10068 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10069
10070         * Makefile.def: Remove libbanshee.
10071         * Makefile.tpl: Ditto.
10072         * configure.in: Ditto.
10073         * Makefile.in: Regen.
10074         * configure: Ditto.
10075
10076 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10077
10078         * ltmain.sh: Use $pic_object as $non_pic_object if
10079         $non_pic_object=none.
10080
10081 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10082
10083         * missing: Import latest version from master repository.
10084
10085 2004-09-06  Nick Clifton  <nickc@redhat.com>
10086
10087         * config.sub: Import latest version from master repository.
10088         * config.guess: Likewise.
10089         This includes these changes:
10090
10091         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10092
10093         * config.sub: Handle crisv32, alias etraxfs.
10094         * config.guess (crisv32:Linux:*:*): Handle.
10095
10096         2004-08-13  Brad Smith  <brad@comstyle.com>
10097
10098         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10099         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10100
10101         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10102
10103         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10104         assume the processor is a powerpc.  This is because coreutils
10105         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10106         in this case, due to a MacOS X bug that causes
10107         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10108         to return a negative number.
10109         Problem reported by Petter Reinholdtsen in:
10110         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10111
10112         2004-07-19  Ben Elliston  <bje@gnu.org>
10113
10114         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10115
10116         2004-06-24  Ben Elliston  <bje@gnu.org>
10117
10118         * config.guess: Update copyright years.
10119         * config.sub: Likewise.
10120
10121         2004-06-22  Robert Millan  <robertmh@gnu.org>
10122
10123         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10124         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10125
10126         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10127
10128         * config.guess (*:*VMS:*:*): New entry. Replaces
10129         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10130         manufacturer.
10131
10132         2004-06-22  Ben Elliston  <bje@gnu.org>
10133
10134         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10135         * config.sub: Likewise.
10136
10137         2004-06-22  Ben Elliston  <bje@gnu.org>
10138
10139         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10140         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10141
10142         2004-06-11  Ben Elliston  <bje@gnu.org>
10143
10144         * config.guess (pegasos:OpenBSD:*:*): Remove.
10145
10146         2004-06-11  Ben Elliston  <bje@gnu.org>
10147
10148         From Wouter Verhelst <wouter@grep.be>:
10149         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10150
10151         2004-06-11  Ben Elliston  <bje@gnu.org>
10152
10153         * config.guess (luna88k:OpenBSD:*:*): New.
10154
10155         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10156
10157         * config.guess (m32r*:Linux:*:*): New case.
10158         * config.sub: Handle m32rle.
10159
10160         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10161
10162         From Jens Petersen  <petersen@redhat.com>:
10163         * config.sub: Handle sparcv8.
10164
10165         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10166
10167         From Tom Smith <smith@cag.lkg.hp.com>:
10168         * config.guess: Version suffixes are equally significant on Tru64
10169         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10170         prefix of "P" (patched kernel).
10171
10172         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10173
10174         * config.sub: Add support for National Semiconductor CRX target.
10175
10176 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10177
10178         * MAINTAINERS (Various Maintainers): Remove myself as web page
10179         maintainer, add myself as maintainer of build status lists.
10180
10181 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10182
10183         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10184         *-*-netware, but add target-libmudflap.
10185         Consolidate *-*-netware targets (of which really only i?86 exists)
10186         into a single entry.
10187         * configure: Likewise.
10188
10189 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10190
10191         * Makefile.tpl (sorry): Remove.
10192         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10193         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10194         (do-clean): Clean per-stage directories too.
10195         (do-distclean): Run distclean-stage1 too.
10196         (.NOTPARALLEL): Enable during toplevel bootstrap.
10197         (stage[+id+]-bubble): Enable parallel execution during
10198         the recursive invocation.
10199         * Makefile.in: Regenerate.
10200
10201         Fix previous checkin:
10202
10203         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10204         include.
10205         * configure.in: Fix indentation.
10206         * configure: Regenerate.
10207
10208 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10209
10210         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10211         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10212         * configure: regenerate
10213         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10214         -mdynamic-no-pic
10215
10216 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10217
10218         * Makefile.def (build_modules): Add fixincludes.
10219         (dependencies): Make gcc depend on fixincludes.
10220         * configure.in (build_tools): Add fixincludes.
10221         (build_configdirs): Always include build_libs.
10222         * Makefile.in: Regenerate.
10223         * configure: Regenerate.
10224
10225 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10226
10227         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10228         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10229         phony targets; do not generate timestamp files.
10230         (distclean-stageN): Remove references to their timestamp files.
10231         (restageN, touch-stageN): Remove.
10232         (stageN-bubble): Rewritten.
10233         (compare): Support lean bootstraps.
10234         * Makefile.in: Regenerate.
10235
10236         * configure.in: Only warn when bootstrapping but
10237         build != host or build != target.  Support lean bootstraps.
10238         * configure: Regenerate.
10239
10240 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10241
10242         * configure.in:  Give a better error message if GMP/MPFR are missing
10243         and a language needing them has been requested.
10244         * configure:  Regenerated.
10245
10246 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10247
10248         * configure.in:  Print a list of available language front-ends if
10249         a requested one is missing.  Tidy stray tab characters.
10250         * configure:  Regenerated.
10251
10252 2004-08-19  Michael Koch  <konqueror@gmx.de>
10253
10254         * gcc/doc/install.texi: Update entry about automake for libjava.
10255
10256 2004-08-17  Robert Millan  <robertmh@gnu.org>
10257
10258         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10259         (instead of FreeBSD).
10260         * configure: Regenerate.
10261
10262 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10263
10264         * Makefile.in: Regenerate.
10265         * configure: Regenerate.
10266
10267         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10268         stage_*_flags.
10269         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10270         for bootstrapped modules if toplevel bootstrap is going.
10271         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10272         modules.  Adjust for changes in Makefile.def.  Enable several
10273         rules even in non-bootstrap mode, just to avoid peppering the
10274         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10275         (stage-[+prev+]-bubble): Remove.
10276
10277         * Makefile.def (Dependencies): Depend on all-build-bison,
10278         all-build-flex, all-build-byacc, all-build-texinfo, rather
10279         than the host variations.
10280         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10281         with BUILD_SUBDIR.
10282         (BISON): Update for recent Bisons.
10283         (YACC): Fix typo.
10284         (cross): Depend on all-build.
10285         (all): Do not depend on all-build.
10286         (prebootstrap): Remove.
10287         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10288         (Prebootstrap dependencies): Add them to the per-stage targets
10289         and to all-prebootstrap.
10290         * configure.in (build_configdirs): Always enable build_tools.
10291         (BUILD_DIR_PREFIX): Remove.
10292
10293         * Makefile.def (gcc): Add target variable.
10294         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10295         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10296         in the recursive `make', instead of hardwiring `all'.
10297         (Autogenerated TARGET-* variables): New.
10298
10299 2004-08-13  Brian Booth  <bbooth@redhat.com>
10300
10301         * MAINTAINERS: Remove myself from write-after-approval.
10302
10303 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10304
10305         * src-release: Stop distributing mmalloc with gdb (which doesn't
10306         use it).
10307         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10308         * Makefile.in: Regenerate.
10309
10310 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10311
10312         * configure.in (arm*-*-eabi*): New target.
10313         * configure: Regenerate.
10314
10315 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10316
10317         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10318         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10319         (Dependencies): New section.
10320         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10321         (configure-target-[+module+]): Depend on maybe-all-gcc
10322         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10323         (toplevel profiledbootstrap): Fix dependencies.
10324         * Makefile.in: Regenerate.
10325
10326 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10327
10328         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10329         target-libiberty to noconfigdirs.
10330         * configure: Regenerate.
10331
10332 2004-08-03  Paul Brook  <paul@codesourcery.com>
10333
10334         * configure.in: Check for MPFR as well as GMP.
10335         * configure: Regenerate.
10336
10337 2004-08-01  Robert Millan  <robertmh@gnu.org>
10338
10339         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10340         libmudflap for all GNU-based systems (with Glibc).
10341         * configure: Regenerate.
10342
10343 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10344
10345         * Makefile.def (host-modules): Add gcc.
10346         * Makefile.in: Regenerate.
10347         * Makefile.tpl (sorry): New rule.
10348         (configure-host, all-host, [+make_target+]-host, do-check,
10349         install-host): Do not add gcc as a special case.
10350         (host modules): Add a small special-casing for gcc.  Export
10351         extra_make_flags through the environment.
10352         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10353         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10354         other recursive targets for gcc): Remove.
10355
10356         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10357         (stage, unstage): New rules.
10358         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10359         distclean-stage[+id+]): Use stage_current.
10360         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10361         the stage*-start rules.
10362
10363 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10364
10365         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10366         use -all_load flag.
10367
10368 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10369
10370         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10371         * configure: Regenerate.
10372
10373 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10374
10375         * maintainer-scripts/gcc_release: Revert yesterday's change.
10376
10377 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10378
10379         * MAINTAINERS: Add myself to write-after-approval.
10380
10381 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10382
10383         * libf2c: Removed.
10384         * gcc/gccbug.in: Updated because of libf2c removal.
10385         * maintainer-scripts/gcc_release: Ditto.
10386
10387 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10388
10389         * configure.in: Build libmudflap by default on FreeBSD.
10390         * configure: Regenerated.
10391
10392 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
10393
10394         * configure.in: Do not build libmudflap by default on non-GNU/Linux
10395         systems.
10396         * configure: Regenerated.
10397
10398 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10399
10400         PR target/16344
10401         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10402         feedback based compiler.
10403         * Makefile.in: Rebuilt.
10404
10405 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10406
10407         * Makefile.def (host_modules): Set bootstrap=true for flex.
10408         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10409         * Makefile.in: Rebuilt.
10410
10411 2004-07-07  Jan Hubicka  <jh@suse.cz>
10412
10413         * MAINTAINERS: Add self as a profile feedback maintainer.
10414
10415 2004-07-05  Phil Edwards  <phil@codesourcery.com>
10416
10417         * configure.in:  Do not prepend $srcdir to /dev/null in
10418         makefile fragments.
10419         * configure:  Regenerate.
10420
10421 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10422
10423         * Makefile.def (build_modules): Add bison, byacc, flex,
10424         m4, texinfo.
10425         (flags_to_pass): Add FLEX.
10426         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10427         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10428         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10429         DEFAULT_MAKEINFO): Remove.
10430         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10431         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10432         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10433         objdir or else use configured tool.
10434         (all-build): New.
10435         (all): Depend on it.
10436         (Build module dependencies): Add.
10437         * Makefile.in: Regenerate.
10438         * configure.in: Better support for multiple build modules,
10439         matching what is done for host/target modules.  Do not look
10440         for "plausible" locations of build tools if Canadian cross.
10441         Use autoconf's AC_PROG_CC to find a C compiler.  Define
10442         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10443         * configure: Regenerate.
10444
10445 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10446
10447         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10448         * Makefile.in: Regenerate.
10449
10450 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10451
10452         * Makefile.tpl (configure-build-[+module+],
10453         configure-[+module+], configure-target-[+module+]): Pass
10454         [+extra_configure_args+].
10455         (all-build-[+module+], all-[+module+], check-[+module+],
10456         install-[+module+], [+make_target+]-[+module+],
10457         all-target-[+module+], check-target-[+module+],
10458         install-target-[+module+], [+make_target+]-target-[+module+]):
10459         Pass [+extra_make_args+].
10460         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10461         (GCC_HOST_EXPORTS): Remove.
10462         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10463         cross, check-gcc, check-gcc-c++, install-gcc,
10464         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10465         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10466         * Makefile.in: Regenerate.
10467
10468 2004-06-21  Matthew Sachs  <msachs@apple.com>
10469
10470         * MAINTAINERS: Added self to write-after-approval.
10471
10472 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10473
10474         * configure.in: Check for srcdir/winsup rather than build directory
10475         winsup.
10476         * configure: Regenerate.
10477
10478 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10479
10480         * configure.in: Don't build Cygwin native newlib if winsup
10481         directory is missing.  Emit warning instead.
10482         * configure: Regenerate.
10483
10484 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10485
10486         * Makefile.tpl (touch-stage[+id+]): New.
10487         (restage[+prev+]): Depend on touch-stage[+id+].
10488
10489         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10490         Use it throughout.
10491
10492         * Makefile.def: Add profile and feedback bootstrap stages.
10493         Remove next field from bootstrap stages.
10494         * Makefile.tpl (LN, LN_S): Substitute.
10495         (stageN-start, stageN-end): Use double-colon rules, to
10496         provide a hook for additional setup commands.
10497         (distclean-stageN-gcc, restageN): Create dependencies from
10498         [+prev+], not from [+next+].
10499         (stageN-bubble): Add commands for successive stages from
10500         [+prev+], using double-colon rules.
10501         (all-stageN-gcc): Fix typo.
10502         (stagefeedback-start, profiledbootstrap): New.
10503         * Makefile.in: Regenerate.
10504         * configure.in: Call ACX_PROG_LN.
10505         * configure: Regenerate.
10506
10507 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
10508
10509         * MAINTAINERS (Write After Approval): Add myself.
10510
10511 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
10512
10513         * MAINTAINERS (Write After Approval): Add myself.
10514
10515 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
10516
10517         * configure.in: Fix --enable-bootstrap breakage introduced in trees
10518         without gcc.
10519         * configure: Regenerate.
10520
10521 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10522
10523         * Makefile.tpl: Fix typo.
10524         * Makefile.in: Regenerate.
10525
10526 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10527
10528         * configure.in: Remove new- prefix from toplevel
10529         bootstrap targets.
10530         * configure: Regenerate.
10531
10532 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10533
10534         * Makefile.tpl (all.normal): Rename to all.
10535         (all): Replace with a rule to pick the default
10536         target from configure.
10537         (all-gcc, configure-gcc): Use conditionals to
10538         do nothing when toplevel bootstrap is going on.
10539         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10540         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10541         * configure.in: Support --enable-bootstrap.
10542
10543         * Makefile.def: Remove new- prefix from toplevel
10544         bootstrap targets.
10545         * Makefile.tpl: Likewise.
10546
10547         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
10548         target.
10549
10550         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10551         $(RECURSE_FLAGS) to recursive invocation of make.
10552
10553         * Makefile.in: Regenerate.
10554         * configure: Regenerate.
10555
10556 2004-05-30  Andreas Jaeger  <aj@suse.de>
10557             Jim Wilson  <wilson@specifixinc.com>
10558
10559         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10560         like CC.
10561
10562 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
10563
10564         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10565         * configure: Regenerate.
10566
10567 2004-05-25  Daniel Jacobowitz  <drow@false.org>
10568
10569         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10570         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10571         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
10572         targets.
10573         * Makefile.in: Regenerate.
10574
10575 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
10576
10577         * configure.in: Test the ability to symlink directories.
10578         * configure: Regenerate.
10579
10580         * Makefile.def (bootstrap-stage): New definitions.
10581         * Makefile.tpl (configure-stage1-gcc,
10582         configure-stage2-gcc, configure-stage3-gcc,
10583         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10584         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10585         new-restage3, compare): Autogenerate, see Makefile.in
10586         entry for behavioral changes.
10587         (distclean-stage1, new-stage1-start, new-stage1-end,
10588         new-stage1-bubble, distclean-stage2, new-stage2-start,
10589         new-stage2-end, new-stage2-bubble, distclean-stage3,
10590         new-stage3-start, new-stage3-end): New autogenerated targets.
10591         (objext, prebootstrap, BOOT_CFLAGS,
10592         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10593         targets.
10594
10595         * Makefile.in: Regenerate.
10596         (distclean-stage1, new-stage1-start, new-stage1-end,
10597         new-stage1-bubble, distclean-stage2, new-stage2-start,
10598         new-stage2-end, new-stage2-bubble, distclean-stage3,
10599         new-stage3-start, new-stage3-end): New targets.
10600         (all-stage1-gcc): Move prebootstrap dependency from here...
10601         (configure-stage1-gcc): ...to here.
10602         (new-bootstrap): Use bubble targets.
10603         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10604         Use per-stage distclean targets.
10605         (configure-stage1-gcc, configure-stage2-gcc,
10606         configure-stage3-gcc, all-stage1-gcc,
10607         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10608         Use new-stageN-start to prepare the tree.
10609
10610 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
10611
10612         * Makefile.def (host_modules): add libcpp.
10613         * Makefile.tpl: Add dependencies on and for libcpp.
10614         * Makefile.in: Regenerate.
10615         * configure.in: Add libcpp host module.
10616         * configure: Regenerate.
10617
10618 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
10619
10620         * Makefile.tpl: Whenever a recursive target is defined, wrap
10621         it in a special @if/@endif block, and prepare its maybe
10622         dependency in the @if/@endif block
10623         * configure.in: Instead of writing maybe dependencies, remove
10624         the @if/@endif statements, and remove the @if/@endif blocks
10625         that remain.
10626         * configure: Regenerate.
10627         * Makefile.in: Regenerate.
10628
10629 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
10630
10631         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10632
10633 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
10634
10635         PR bootstrap/15120
10636         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10637         * */configure: Rebuilt.
10638
10639 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
10640
10641         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10642         of libf2c.
10643         * configure, Makefile.in: Regenerate.
10644
10645 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
10646
10647         * MAINTAINERS (Write After Approval): Add myself.
10648
10649 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
10650
10651         Merge from tree-ssa-20020619-branch.
10652
10653         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10654         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10655         (HOST_GMPLIBS): Define.
10656         (HOST_GMPINC): Define.
10657         (TARGET_LIB_PATH): Add libmudflap.
10658         (GFORTRAN_FOR_TARGET): Define.
10659         (configure-build*): Export GFORTRAN.
10660         (configure-gcc): Export GMPLIBS and GMPINC.
10661         (all-gcc): Add maybe-all-libbanshee.
10662         (configure-target-libgfortran): Define.
10663         * Makefile.in: Regenerate.
10664         * configure.in (host_libs): Add libbanshee.
10665         (target_libraries): Add target-libmudflap and target-libgfortran.
10666         Add --with-libbanshee.
10667         Handle --disable-libmudflap.
10668         (*-*-freebsd*): Use with_gmp.
10669         Add $(libgcj) to noconfigdirs.
10670         * configure: Regenerate.
10671         * depcomp: New file.
10672         * MAINTAINERS: Add tree-ssa maintainers.
10673
10674 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10675
10676         * MAINTAINERS (Various Maintainers): Add myself.
10677
10678 2004-04-30  Brian Ford  <ford@vss.fsi.com>
10679
10680         * MAINTAINERS (Write After Approval): Add myself.
10681
10682 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
10683
10684         * MAINTAINERS (Write After Approval): Add myself.
10685
10686 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10687
10688         * config/acx.m4: Fix fastcompare support for new-bootstrap.
10689         * configure: Regenerate.
10690
10691 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10692
10693         Revert:
10694         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10695
10696         * Makefile.def (flags_to_pass): Remove *dir variables that
10697         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10698         as well as prefix and exec_prefix.
10699         * Makefile.in: Regenerate.
10700
10701 2004-04-26  Robert Millan  <robertmh@gnu.org>
10702
10703         Add patches from libtool CVS.
10704         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10705         * ltconfig: Likewise.
10706         * ltcf-c.sh: Likewise.
10707         * ltcf-cxx.sh: Likewise.
10708         * ltcf-gcj.sh: Likewise.
10709
10710 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10711
10712         * Makefile.def (host_modules): Mark with the bootstrap
10713         flag packages on which gcc depends.
10714         * Makefile.tpl (all-bootstrap): Use it.
10715         * Makefile.in: Regenerate.
10716
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
10724 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10725
10726         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10727         * configure: Regenerate.
10728         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10729         * gcc/Makefile.tpl (compare): Use the result of the test.
10730         * gcc/Makefile.in: Regenerate.
10731
10732 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10733
10734         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10735         Always relocate gcc and prev-gcc to the original names, even
10736         if the build fails.
10737         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10738         New targets.
10739
10740 2004-04-23  Laurent GUERBY <laurent@guerby.net>
10741
10742         * MAINTAINERS: Update my email address.
10743
10744 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10745
10746         * configure.in (mips*-*-irix5*): Enable ld.
10747         * configure: Regenerate.
10748
10749 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10750
10751         * configure: Regenerate.
10752
10753 2004-04-15  James E Wilson  <wilson@specifixinc.com>
10754
10755         * Makefile.tpl (configure-[+module+], configure-gcc,
10756         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10757         Set and export LDFLAGS.
10758         * Makefile.in: Regenerate.
10759
10760 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10761
10762         * MAINTAINERS: Add myself to write-after-approval.
10763
10764 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10765
10766         PR bootstrap/14871
10767         * Makefile.tpl: If we don't have built-in-tree target tools,
10768         use the ones found by configure rather than hacking around with
10769         program_transform_name.
10770         * configure.in: Give Makefile.tpl the information necessary
10771         to do that.
10772         * Makefile.in: Regenerate.
10773         * configure: Regenerate.
10774
10775 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10776
10777         PR bootstrap/14760
10778         * configure.in: When computing baseargs, strip *all* copies of
10779         offending options.  Also, don't match/substitute the trailing space,
10780         so that this actually works when two similar options are separated by
10781         only one space.
10782         * configure: Regenerate.
10783
10784 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
10785
10786         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10787         (rs6000-*-aix*): Same.
10788         * configure: Regenerate.
10789
10790 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10791
10792         * MAINTAINERS: Add myself to write-after-approval.
10793
10794 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
10795
10796         * MAINTAINERS: Add myself to write-after-approval.
10797
10798 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10799
10800         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10801         STRICT_WARN, WARN_CFLAGS flags passed down to make.
10802         * Makefile.in: Regenerate.
10803
10804         * configure.in (top level bootstrap support): Rework --enable-werror
10805         to set @stage2_werror_flag@.
10806         * configure: Regenerate.
10807         * Makefile.tpl (top level bootstrap support): Pass
10808         @stage2_werror_flag@ down to configure in stages 2 and 3.
10809         * Makefile.in: Regenerate.
10810
10811 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10812
10813         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10814         for stages 2 and 3 as well as in make.  As a consequence, remove
10815         OUTPUT_OPTION (now detected by configure) from the flags passed down
10816         to make.
10817         * Makefile.in: Regenerate.
10818
10819         * Makefile.tpl (new-bootstrap): Fix typo.
10820         * Makefile.in: Regenerate.
10821
10822 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10823
10824         * Makefile.tpl: Rearrange by moving recursive_targets rules
10825         into their proper sections.
10826         * Makefile.tpl (top level bootstrap support): Move disabling
10827         of coverage flags from 'make' to 'configure'; improve comments.
10828         * Makefile.in: Regenerate.
10829
10830         * Makefile.tpl (experimental top level bootstrap) Move stage1
10831         language setting from all- target to configure- target; disable
10832         intermodule optimization in stage 1; prevent gratuitous rebuilds
10833         of stage 1.
10834         * Makefile.in: Regenerate.
10835         * configure.in: Comma-separate stage 1 language list for top
10836         level bootstrap.
10837         * configure: Regenerate.
10838
10839         * Makefile.tpl: Clean up experimental top level bootstrap support:
10840         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10841         prev-gcc in configure- targets as well as all- targets.
10842         * Makefile.in: Regenerate.
10843
10844 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10845
10846         * compile: New file imported from automake.
10847
10848 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10849
10850         * configure.in: Remove symbolic link section.
10851         * configure: Regenerate.
10852         * Makefile.tpl (links): Remove.
10853         * Makefile.in: Regenerate.
10854
10855 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10856             Nathanael Nerode  <neroden@gcc.gnu.org>
10857
10858         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10859         Set with AC_CHECK_PROGS.
10860         * configure.in: Fix comment typo from last patch.
10861         * configure: Regenerate.
10862
10863 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10864
10865         * Makefile.tpl: Introduce experimental top level bootstrap support.
10866         * Makefile.in: Regenerate.
10867         * configure.in: Introduce support for top level bootstrap.
10868         * configure: Regenerate.
10869
10870 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10871             Paolo Bonzini  <bonzini@gnu.org>
10872
10873         PR bootstrap/14522
10874         * configure.in: Cope with shells that do not support unquoted ^
10875         * configure: Regenerate.
10876
10877 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10878             Paolo Bonzini  <bonzini@gnu.org>
10879
10880         PR bootstrap/14522
10881         * configure.in: Cope with shells that do not support nesting
10882         quotes inside quoted backquote substitutions.
10883         * configure: Regenerate.
10884
10885 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10886
10887         PR bootstrap/14522
10888         * configure.in: Fix escaping of $.
10889         * configure: Regenerate.
10890
10891 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10892
10893         * configure: Regenerate, since I forgot to while committing Paolo's
10894         changes.
10895
10896 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10897
10898         PR ada/14131
10899         Move language detection to the top level.
10900         * configure.in: Find default values for the tools as
10901         soon as possible.  Disable ada if GNAT is not found.
10902         Emit error message about missing languages.  Expand
10903         --enable-languages=all for the gcc subdirectory.
10904
10905 2004-03-10  Ben Elliston  <bje@gnu.org>
10906
10907         * MAINTAINERS: Update my email address.
10908
10909 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
10910
10911         * ltconfig: Disable building static libraries if building shared
10912         libraries on AIX 5L.
10913
10914 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10915
10916         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10917         and disable libgcj.
10918         * configure: Regenerated.
10919
10920 2004-03-01  Brian Booth  <bbooth@redhat.com>
10921
10922         * MAINTAINERS: Add myself to write-after-approval.
10923
10924 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10925
10926         * MAINTAINERS: Add myself to write-after-approval.
10927
10928 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10929
10930         PR bootstrap/7087
10931         * Makefile.tpl: Guard XFOO sed statements better.
10932         * Makefile.tpl: Add dependency for configure-target-libada.
10933         * Makefile.in: Regenerate (incidentally fixes broken
10934         commit when libada-branch was merged).
10935
10936 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10937
10938         * MAINTAINERS: Add myself to write-after-approval.
10939
10940 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10941
10942         * MAINTAINERS: Add Nicola Pero and myself as libobjc
10943         maintainers.
10944
10945 2004-02-20  Andrew Cagney  <cagney@redhat.com>
10946
10947         * config.guess: Update from version 2003-10-16 to 2004-02-16.
10948         * config.sub: Update from version 2003-11-03 to 2004-02-16.
10949
10950 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10951
10952         PR bootstrap/11932
10953         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10954
10955 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10956
10957         * MAINTAINERS: Added myself to write-after-approval.
10958
10959 2004-02-14  Michael Koch  <konqueror@gmx.de>
10960
10961         * MAINTAINERS: Added myself to write-after-approval.
10962
10963 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10964
10965         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10966         some OS port maintainers to OS port maintainers section.
10967
10968 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
10969
10970         * MAINTAINERS: Add self.
10971
10972 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10973
10974         * MAINTAINERS: Alphabetize.
10975
10976 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
10977
10978         * MAINTAINERS: Remove myself.
10979
10980 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
10981
10982         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10983         (rs6000-*-aix*): Same.
10984         * configure: Regenerate.
10985
10986 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
10987
10988         * configure.in (host): Add in missing $noconfigdirs to defines.
10989         * configure: Regenerate.
10990
10991 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
10992             Nathanael Nerode  <neroden@gcc.gnu.org>
10993
10994         PR ada/6637, PR ada/5911
10995         Merge with libada-branch:
10996         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10997         with appropriate dependencies. Add --enable-libada configure switch.
10998         * configure, Makefile.in: Regenerate.
10999
11000 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11001
11002         * MAINTAINERS: Add myself to write-after-approval.
11003
11004 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11005
11006         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11007         * configure: Regenerate.
11008
11009 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11010
11011         Merge from upstream:
11012
11013         * ltmain.in: When setting IFS to '~', be careful about user
11014         arguments that contain '~'.
11015
11016         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11017
11018         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11019         Also test $base_compile against $CC with escaped arguments. Bug
11020         reported by Geoff Keating <geoffk@apple.com>.
11021
11022 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11023
11024         * MAINTAINERS: Remove i960 port.
11025
11026 2004-01-23  DJ Delorie  <dj@redhat.com>
11027
11028         * Makefile.def (target_modules) [libiberty]: Don't stage.
11029         * Makefile.in: Rebuilt.
11030
11031 2004-01-20  Caroline Tice  <ctice@apple.com>
11032
11033         * MAINTAINERS: Add myself to write-after-approval.
11034
11035 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11036
11037         * MAINTAINERS: Update my email address.
11038
11039 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11040
11041         * MAINTAINERS: Add myself to write-after-approval.
11042
11043 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11044
11045         * MAINTAINERS: Remove entries without email address.
11046
11047 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11048
11049         * MAINTAINERS: Add myself to write-after-approval.
11050
11051 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11052
11053         * MAINTAINERS: Update my email address.
11054
11055 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11056
11057         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11058         * Makefile.tpl (configure-target-[+module+]): Support stage.
11059         * Makefile.in: Rebuilt.
11060
11061 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11062
11063         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11064
11065 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11066
11067         * MAINTAINERS: Add myself as a MIPS maintainer.
11068
11069 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11070
11071         * configure.in: Use ./config.cache, not config.cache.
11072         * configure: Regenerate.
11073         * Makefile.tpl: Special-casing not needed for GCC any more.
11074         * Makefile.in: Regenerate.
11075
11076         * configure.in: Don't share a cache file for host dirs.
11077         * configure: Regenerate.
11078
11079         * config-ml.in: Don't mess with the cache file.
11080
11081 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11082
11083         * MAINTAINERS: Move myself from 'Write After Approval' to
11084         'CPU Port Maintainers' section as SPARC maintainer.
11085
11086 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11087
11088         * Makefile.tpl: Make GCC use a separate config.cache.
11089         * Makefile.in: Regenerate.
11090
11091         PR bootstrap/11932, PR bootstrap/11933
11092         (I don't know if it will fix either of them, but it relates
11093         to them.)
11094         * configure.in: Don't use shared config.cache for target
11095         directories.
11096         * configure: Regenerate.
11097
11098 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11099
11100         * MAINTAINERS: Add myself to 'Write After Approval' section.
11101
11102 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11103
11104         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11105         * configure: Regenerated.
11106
11107 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11108
11109         * MAINTAINERS: Remove the mn10200 maintainer.
11110
11111 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11112
11113         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11114         * configure: Regenerated.
11115
11116 2003-12-16  Jan Hubicka  <jh@suse.cz>
11117
11118         * MAINTAINERS: Add myself as callgraph maintainer.
11119
11120 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11121
11122         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11123         * configure: Regenerate.
11124
11125 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11126
11127         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11128         'Write After Approval' section. Update email.
11129
11130 2003-12-01  James Lemke  <jim@wasabisystems.com>
11131
11132         * MAINTAINERS (Write After Approval): Add myself.
11133
11134 2003-11-20  Matt Thomas  <matt@3am-software.com>
11135
11136         * MAINTAINERS: Add myself as a vax port maintainer.
11137
11138 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11139
11140         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11141         (configure-build-[+module+], configure-[+module+]): Likewise.
11142         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11143         * Makefile.in: Regenerate.
11144
11145 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11146
11147         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11148         shared/dylibed libraries.
11149         * ltmain.sh: Likewise.
11150         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11151         * ltcf-cxx.sh: Likewise.
11152         * ltcf-gcj.sh: Likewise.
11153         * ltconfig: Likewise.
11154
11155 2003-11-17  Stan Cox  <scox@redhat.com>
11156
11157         * MAINTAINERS: Add myself as iq2000 port maintainer.
11158
11159 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11160
11161         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11162         * Makefile.in: Regenerate.
11163
11164 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11165
11166         * config.sub: Update to 2003-11-03 version.
11167
11168 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11169
11170         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11171         * configure:  Regenerate.
11172
11173 2003-10-20  Nicolas Pitre  <nico@cam.org>
11174
11175         * MAINTAINERS: Add myself to 'Write After Approval' section.
11176
11177 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11178
11179         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11180
11181 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11182
11183         * MAINTAINERS: Update my email address.
11184
11185 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11186
11187         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11188
11189 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11190
11191         * MAINTAINERS: Add myself to 'Write After Approval' section.
11192
11193 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11194
11195         * config.guess: Update to 2003-10-16 version.
11196         * config.sub: Update to 2003-10-16 version.
11197
11198 2003-10-15  David Daney  <ddaney@avtrex.com>
11199
11200         * MAINTAINERS: Added myself to 'Write After Approval' section.
11201
11202 2003-10-15  Falk Hueffner  <falk@debian.org>
11203
11204         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11205         'Write After Approval' section. Update email.
11206
11207 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11208
11209         * MAINTAINERS: Move myself from 'Write After Approval' to
11210         'Various Maintainers' section as middle-end maintainer.
11211
11212 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11213
11214         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11215         HOST_FLAGS_TO_PASS.
11216         * Makefile.in: Regenerate.
11217
11218 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11219
11220         * config.guess: Update to 2003-10-07 version.
11221         * config.sub: Update to 2003-10-07 version.
11222
11223 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11224
11225         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11226         * ltconfig (irix5*, irix6*): Don't override version_type.
11227
11228 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11229
11230         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11231         * configure: Rebuilt
11232         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11233         * Makefile.in: Rebuilt
11234
11235 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11236
11237         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11238
11239 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11240
11241         * MAINTAINERS (Write After Approval): Add myself.
11242
11243 2003-09-29  Paul Koning  <ni1d@arrl.net>
11244
11245         * MAINTAINERS: Move myself from "Write After Approval"
11246         to CPU platform maintainers for pdp11 platform.
11247
11248 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11249
11250         * MAINTAINERS: Move myself from 'Write After Approval' to
11251         'Various Maintainers' section as libffi testsuite maintainer.
11252
11253 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11254
11255         * configure.in: Pass a computed --program-transform-name
11256         to subconfigures.
11257         * configure: Regenerated.
11258
11259 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11260
11261         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11262         * Makefile.in: Regenerate.
11263
11264         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11265         * Makefile.in: Regenerate.
11266
11267 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11268
11269         * MAINTAINERS: Move myself from 'Write After Approval'
11270         to 'Various Maintainers' (objective-c) section.
11271
11272 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11273
11274         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11275         quoting.
11276         * configure: Regenerated.
11277
11278 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11279
11280         * MAINTAINERS (Write After Approval): Add myself to write after
11281         approval list.
11282
11283 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11284
11285         * MAINTAINERS (Write After Approval): Add myself.
11286
11287 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11288
11289         * MAINTAINERS: Update my e-mail address.
11290
11291 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11292
11293         * libtool.m4 (LD): Correct powerpc64 host match.
11294
11295 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11296
11297         * MAINTAINTERS: Update my affiliation and email address.
11298
11299 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11300
11301         * MAINTAINERS (Write After Approval): Add myself.
11302
11303 2003-09-04  DJ Delorie  <dj@redhat.com>
11304
11305         * configure: Regenerate.
11306
11307 2003-09-04  Robert Millan  <robertmh@gnu.org>
11308
11309         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11310
11311 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11312
11313         * configure.in: Ensure arguments to sed are properly spaced.
11314         * configure: Regenerate.
11315
11316 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11317
11318         * MAINTAINERS: Update my e-mail address.
11319
11320 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11321
11322         * MAINTAINERS (Write After Approval): Add myself.
11323
11324 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11325
11326         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11327         * configure: Regenerated.
11328
11329 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11330
11331         * MAINTAINERS: Update my email address.
11332
11333 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11334
11335         * configure.in:  Use newline instead of semicolon when assuming
11336         shell arguments in a for loop.
11337         * configure:  Regenerated.
11338
11339 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11340
11341         * MAINTAINERS: Resurrect the i860 maintainer.
11342
11343 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11344
11345         PR 8180
11346         * configure.in: When testing with_libs and with_headers, treat
11347         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11348         * configure: Regenerate.
11349
11350         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11351         make, shell, etc.
11352         (baseargs): Likewise.
11353         * configure: Regenerate.
11354
11355 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11356
11357         * MAINTAINERS (Write After Approval): Add myself.
11358
11359 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11360
11361         * configure.in: Disable libgcj for darwin not on powerpc.
11362         * configure: Rebuild.
11363
11364 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11365
11366         * config-ml.in, symlink-tree: Add license.
11367
11368 2003-08-03  Richard Stallman  <rms@gnu.org>
11369             Eben Moglen  <moglen@columbia.edu>
11370
11371         * README.SCO: New file.
11372
11373 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11374
11375         * Makefile.tpl (check, check-c++): Express dependencies using
11376         dependencies rather than commands.
11377         * Makefile.in: Regenerate.
11378
11379 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11380
11381         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11382         * configure: Ditto.
11383
11384 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11385
11386         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11387         * Makefile.in: Update.
11388
11389 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11390
11391         * configure.in: Enable libgcj for darwin.
11392         * configure: Rebuild.
11393
11394 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11395
11396         * config-ml.in:  Use ac_configure_args directly instead of
11397         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11398         actually seen.
11399
11400 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11401
11402         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11403         creating target and build subdirs to build all parent dirs as needed.
11404         * Makefile.in: Rebuild.
11405         * configure.in: Don't build dirs explicitly here.
11406         * configure: Rebuild.
11407
11408 2003-07-26  Paul Brook  <paul@nowt.org>
11409
11410         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11411
11412 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11413
11414         * Makefile.tpl (all-make): Depend on intl.
11415         * Makefile.in: Rebuilt.
11416
11417 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11418
11419         * install-sh:  Update to newer upstream versions (associated with
11420         aclocal 1.7).
11421         * mkinstalldirs:  Likewise.
11422         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
11423
11424 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11425
11426         * MAINTAINERS: Move self from Bug database only accounts
11427         to write-after-approval.
11428
11429 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11430
11431         * config.if: Remove unused libc_interface determination.
11432
11433 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11434
11435         * MAINTAINERS: Move self from write-after-approval to
11436         build machinery (*.in).
11437
11438 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11439
11440         PR bootstrap/11273
11441         PR bootstrap/11408
11442         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11443         unused INSTALL_PROGRAM_ARGS.
11444         * configure.in: Use AC_PROG_INSTALL.
11445         * Makefile.in: Regenerate.
11446         * configure: Regenerate.
11447
11448 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11449
11450         * MAINTAINERS: Alphabetize.
11451
11452 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11453
11454         * configure: Rebuilt.
11455         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11456         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11457         newlib nor libgloss.
11458         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11459         * configure.in (am33_2.0-*-linux*): Added.
11460
11461 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
11462
11463         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11464         * configure: Regenerate.
11465
11466 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
11467
11468         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11469         * Makefile.in: Regenerate.
11470
11471 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11472
11473         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11474         * Makefile.in: Regenerate.
11475
11476 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11477
11478         * Makefile.tpl: Replace PWD with PWD_COMMAND.
11479         * Makefile.in: Regenerated.
11480
11481         * config-ml.in: Replace PWD with PWD_COMMAND.
11482
11483 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11484
11485         * intl: New directory; see intl/ChangeLog for details.
11486         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11487         * Makefile.tpl: all-gcc depends on maybe-all-intl.
11488         * Makefile.in: Regenerate.
11489
11490 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11491
11492         * configure.in: Clean up config-lang.in handling.  Delete
11493         useless assignment to "subdirs".
11494         * configure: Regenerate.
11495
11496 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11497
11498         * configure.in: Rename 'target_libs' to 'target_libraries'.
11499         Remove useless reference to 'target_libs'.
11500         * configure: Regenerate.
11501
11502 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
11503
11504         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11505         * Makefile.in: Regenerate.
11506
11507 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11508
11509         * Makefile.def: Introduce flags_to_pass.
11510         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11511         * Makefile.in: Regenerate.
11512
11513 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
11514
11515         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11516         and target-libgloss.
11517         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11518         <h8300*-*-*>: Disable libf2c and ${libgcj}.
11519         * configure: Regenerate.
11520
11521 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11522
11523         * configure.in: Update testsuite_flags to new location.
11524         * configure. Regenerate.
11525
11526 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11527
11528         * Makefile.tpl: Remove BUILD_CC stuff.
11529         * Makefile.in: Regenerate.
11530
11531 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11532
11533         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11534
11535 2003-06-16  Graeme Peterson  <gp@qnx.com>
11536
11537         * MAINTAINERS (Write After Approval): Add myself.
11538
11539 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11540
11541         * config.guess: Update to 2003-06-12 version.
11542         * config.sub: Update to 2003-06-13 version.
11543
11544 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11545
11546         * config.guess: Update to 2003-06-06 version.
11547         * config.sub: Update to 2003-06-06 version.
11548
11549 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11550
11551         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11552         * configure. Regenerate.
11553
11554 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11555
11556         * configure.in: Disable serial configure by default.
11557         * configure: Regenerate.
11558         * Makefile.tpl: Abolish .NOTPARALLEL.
11559         * Makefile.in: Regenerate.
11560
11561         * Makefile.tpl: Replace {build,host,target}_canonical by
11562         {build,host,target}.
11563         * Makefile.in: Regenerate.
11564
11565         * Makefile.tpl: Fix stupid pasto.
11566         * Makefile.in: Regenerate.
11567
11568 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11569
11570         * Makefile.tpl: Remove bogus conditional.
11571         * Makefile.in: Regenerate.
11572
11573 2003-06-05  Jan Hubicka  <jh@suse.cz>
11574
11575         * Makefile.tpl (profiledbootstrap): New target.
11576         * Makefile.in (profiledbootstrap): New target.
11577
11578 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
11579
11580         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11581         Pinski. Remove user names from other bugzilla-only maintainers.
11582
11583 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11584
11585         * Makefile.tpl: Make 'recursive targets' using autogen rather
11586         than shell loop.  Remove duplicate 'clean' targets and false
11587         comments.
11588         * Makefile.def: Add systematic dependencies to 'recursive' targets.
11589         Add systematic method of specifying missing targets in subdirs.
11590         Add copyright boilerplate.
11591         * Makefile.in: Regenerate.
11592         * configure.in: Add 'recursive targets' to maybe list.
11593         * configure: Regenerate.
11594
11595         * MAINTAINERS: "GNATS only" -> "Bug database only".
11596
11597         * Makefile.tpl: Rename [+target+] to [+make_target+].
11598         * Makefile.def: Rename 'target' to 'make_target'.
11599
11600 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
11601
11602         * MAINTAINERS: Add self as options handling maintainer.
11603
11604 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
11605
11606         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11607         been too long since I touched those ports.
11608
11609 2003-05-28  DJ Delorie  <dj@redhat.com>
11610
11611         * Makefile.tpl: Make maybe-check-gcc .PHONY.
11612         * Makefile.in: Regenerate.
11613
11614 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11615
11616         * configure.in: Use curly braces in the definition of tooldir.
11617         * configure: Regenerate.
11618
11619 2003-05-21  DJ Delorie  <dj@redhat.com>
11620
11621         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11622         newlib or libgloss.
11623         * Makefile.in: Regenerate.
11624
11625 2003-05-21  DJ Delorie  <dj@redhat.com>
11626
11627         * Makefile.tpl: Add missing empty maybe-check-gcc target.
11628         * Makefile.in: Regenerate.
11629
11630 2003-05-20  Ian Lance Taylor  <ian@airs.com>
11631
11632         * MAINTAINERS: Update my e-mail address.
11633
11634 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11635
11636         * configure.in: Switch more things to use maybe dependencies.
11637         * Makefile.tpl: Switch more things to use maybe dependencies.
11638         Factor out common code from autogen IF statements.
11639         * configure: Regenerate.
11640         * Makefile.in: Regenerate.
11641
11642 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
11643
11644         * configure.in: Accept i[3456789]86 for machine type.
11645         * configure: Regenerate.
11646
11647 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11648
11649         * configure.in: Switch more things to use maybe dependencies.
11650         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
11651         * configure: Regenerate.
11652         * Makefile.tpl: Switch more things to use maybe dependencies.
11653         * Makefile.in: Regenerate.
11654
11655 2003-05-16  Andreas Schwab  <schwab@suse.de>
11656
11657         * Makefile.tpl (install-opcodes): Define.
11658         * Makefile.in: Rebuild.
11659
11660 2003-05-13  Andreas Jaeger  <aj@suse.de>
11661
11662         * config.guess: Update to 2003-05-09 version.
11663         * config.sub: Update to 2003-05-09 version.
11664
11665 2003-05-13  Michael Eager  <eager@mvista.com>
11666
11667         * configure.in: Correct sed script so that options in quotes are not
11668         deleted.
11669         * configure: Rebuild.
11670
11671 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11672
11673         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11674         and $$s/newlib/libc/sys/cygwin32 include paths.
11675         * configure: Ditto.
11676
11677 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
11678
11679         * MAINTAINERS: Update my email addresses.
11680
11681 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11682
11683         * config-ml.in: Propagate INSTALL variables.
11684
11685 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11686
11687         * MAINTAINERS: Remove duplicate entries in Write After Approval.
11688
11689 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
11690
11691         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11692         * Makefile.in: Regenerate.
11693
11694 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11695
11696         * MAINTAINERS (GNATS only): Add Falk Hueffner.
11697
11698 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11699
11700         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11701
11702 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11703
11704         * Makefile.tpl: Clean $(BUILD_SUBDIR).
11705         * Makefile.in: Regenerated.
11706
11707 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11708
11709         * MAINTAINERS (Write After Approval): Upgrade myself from
11710         GNATS only to write-after-approval. Update my mail address.
11711
11712 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11713
11714         (OS Port Maintainers: freebsd): Add myself.
11715
11716 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11717
11718         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11719
11720 2003-04-22  Kean Johnston  <jkj@sco.com>
11721
11722         * MAINTAINERS (SCO ports): Added myself.
11723
11724 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11725
11726         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11727
11728 2003-04-19  Kean Johnston  <jkj@sco.com>
11729
11730         * MAINTAINERS (Write After Approval): Add myself.
11731
11732 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11733
11734         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11735         * Makefile.in: Regenerate.
11736
11737 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
11738
11739         * configure.in (powerpc64*-*-linux*): Remove.
11740         * configure: Rebuilt.
11741
11742 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11743
11744         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11745         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11746         and restrap.
11747         * Makefile.in:  Regenerate.
11748
11749 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11750
11751         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11752         * configure: Regenerated.
11753
11754 2003-04-15  DJ Delorie  <dj@redhat.com>
11755
11756         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11757
11758 2003-04-13  Nick Clifton  <nickc@redhat.com>
11759
11760         * config-ml.in: Remove support for --disable-aix removing
11761         call-aix multilibs.
11762
11763 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11764
11765         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11766         * */configure: Rebuilt.
11767
11768 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
11769
11770         * MAINTAINERS: Add my email address.
11771
11772 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11773
11774         * MAINTAINERS (Write After Approval): Add myself.
11775
11776 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11777
11778         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11779         * Makefile.in: Regenerate.
11780
11781 2003-03-14  Michael Chastain  <mec@shout.net>
11782
11783         * Makefile.in: Regenerate with correct Makefile.def.
11784
11785 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11786
11787         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11788         Make macro.
11789         * Makefile.in: Regenerate.
11790         * configure.in: Clean up gxx_include_dir logic.
11791         * configure: Regenerate.
11792
11793 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11794
11795         * MAINTAINERS (Write After Approval): Add myself.
11796
11797 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
11798
11799         * MAINTAINERS: Update my mail address.
11800
11801 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11802
11803         * configure.in (gxx_include_dir): Fix typo.
11804         * configure: Regenerated.
11805
11806 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11807
11808         * Makefile.tpl: Reindent.
11809         * Makefile.in: Regenerate.
11810         * configure.in: Reindent.  Don't set unused variables.
11811         * configure: Regenerate.
11812
11813 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11814
11815         * configure.in: Include $(build_tooldir)/sys-include in
11816         FLAGS_FOR_TARGET.
11817         * configure: Regenerated.
11818
11819 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11820
11821         * Makefile.tpl: Always pass down RANLIB.
11822         * Makefile.in: Regenerate.
11823
11824         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11825         * Makefile.in: Regenerate.
11826         * configure.in: Remove unused logic relating to --enable-shared
11827         and --enable-threads.  Remove bogus comments.  Remove redundant
11828         noconfigdirs.
11829         * configure: Regenerate.
11830
11831         * configure.in: Replace ${libstdcxx_version} by its value.
11832         Remove reference to mh-dgux.
11833         * configure: Regenerate.
11834
11835 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
11836
11837         * MAINTAINERS (Write After Approval): Add myself.
11838
11839 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11840
11841         * Makefile.tpl: Rearrange.
11842         * Makefile.in: Regenerate.
11843
11844 2003-02-25  Uwe Stieber  <uwe@wwws.de>
11845
11846         * configure.in: Add support for kaOS as cross build target system.
11847         * configure: Regenerated.
11848
11849 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11850
11851         * MAINTAINERS (Write after approval): Add myself.
11852
11853 2003-02-21  James E Wilson  <wilson@tuliptree.org>
11854
11855         * MAINTAINERS: Update my email address.
11856
11857 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11858
11859         * MAINTAINERS: Add self to blanket write privs. section.
11860
11861 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11862
11863         * Makefile.tpl: Add definition of CPPFLAGS to pass into
11864         configure-target-* as some target builds may require additional
11865         flags for preprocessor tests.
11866         * Makefile.in: Regenerated.
11867
11868 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11869
11870         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11871         * ltconfig: Handle it.
11872         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11873         auto-detecting it.
11874
11875         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11876         it is used as argument to $CC.
11877         * ltcf-gcj.sh: Likewise.
11878
11879         * configure.in: Introduce --enable-maintainer-mode.
11880         * configure: Rebuilt.
11881         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11882         for maintainer mode.
11883         * Makefile.in: Rebuilt.
11884
11885 2003-02-18  Jason Merrill  <jason@redhat.com>
11886
11887         * Makefile.tpl (check-c++): Allow parallelism.
11888
11889 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11890
11891         * MAINTAINERS: Remove John Carr (who never actually had access to
11892         gcc.gnu.org).
11893
11894 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
11895
11896         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11897         don't configure target-libobjc.
11898         * configure: Regenerate.
11899
11900 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11901
11902         * Makefile.tpl (RANLIB): Define.
11903         * Makefile.in: Regenerate.
11904
11905 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11906
11907         * MAINTAINERS: Update my email.
11908
11909 2003-02-06  Keith R Seitz  <keiths@redhat.com>
11910
11911         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11912         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11913         * Makefile.in: Regenerated.
11914         * configure.in: Remove all traces of snavigator, db, and grep.
11915         * configure: Regenerated.
11916
11917 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11918
11919         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11920         After Approval.
11921
11922 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11923
11924         * MAINTAINERS (Write after approval): Add myself.
11925
11926 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11927
11928         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11929         * Makefile.in: Regenerated.
11930
11931 2003-01-30  Roger Sayle  <roger@eyesopen.com>
11932
11933         * config.guess: Updated to 2003-01-30's version.
11934         * config.sub: Updated to 2003-01-28's version.
11935
11936 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11937
11938         * config.if: If gcc_version is already set, just use it.  Don't set
11939         gcc_version_trigger if it's already set, otherwise set it to
11940         gcc/version.c, but only if the file exists.  If it is not set and
11941         gcc/version.c does not exist, try to extract the version number from
11942         $CC.
11943
11944 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11945
11946         * MAINTAINERS: Add myself to write-after-approval list.
11947
11948 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11949
11950         * configure.in:  Revert 24Jan change.
11951         * configure:  Regenerate.
11952
11953 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11954
11955         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11956         entry of HJ Lu.
11957
11958 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11959
11960         * configure.in: Revert previous change.
11961         * configure: Regenerate.
11962
11963 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11964
11965         * configure.in: Make rda native-only.
11966         * configure: Regenerate.
11967
11968 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11969
11970         * MAINTAINERS: Move myself from GNATS-only-accounts to
11971         write-after-approval.
11972
11973 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11974
11975         * configure.in: Add missing \.
11976         * configure: Rebuilt.
11977
11978 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
11979
11980         * configure.in (baseargs): Avoid using \| in sed regular
11981         expressions.
11982         * configure: Rebuilt.
11983
11984 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
11985
11986         * configure.in (baseargs): Remove all supported forms of
11987         --cache-file, --srcdir, --host, --build and --target options
11988         from argument lists.
11989         * configure: Rebuilt.
11990
11991 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11992
11993         * MAINTAINERS: Add myself to write-after-approval list.
11994
11995 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11996
11997         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11998         * configure: Rebuilt.
11999
12000 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12001
12002         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12003         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12004         * Makefile.in: Regenerate.
12005         * configure: Regenerate.
12006
12007 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12008
12009         * configure.in: Remove Makefile in build, host and target modules
12010         unless configure was run with --no-recursion.
12011         * configure: Rebuilt.
12012
12013 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12014
12015         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12016         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12017         * Makefile.in: Regenerate.
12018
12019 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12020
12021         * config.guess: Update to 2003-01-03 version.
12022         * config.sub: Update to 2003-01-03 version.
12023
12024 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12025
12026         * configure: Regenerate with proper autoconf 2.13.
12027
12028 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12029
12030         * configure.in: Add AC_PREREQ for consistency.
12031         * configure: Regenerate.
12032
12033 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12034
12035         * configure.in (GDB_TK): Add tcl directories conditional on
12036         gdb/gdbtk directory being present.
12037         * configure: Regenerate.
12038
12039 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12040
12041         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12042         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12043         * configure: Rebuilt.
12044
12045 2002-12-31  Tom Tromey  <tromey@redhat.com>
12046
12047         * Makefile.in: Rebuilt.
12048         * Makefile.def (target_modules) [libffi]: Allow installation.
12049
12050 2002-12-31  Andreas Schwab  <schwab@suse.de>
12051
12052         * configure.in: Fix use of $program_transform_name.
12053         * configure: Regenerated.
12054
12055 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12056
12057         * configure.in (baseargs): Don't remove first configure argument.
12058         * configure: Regenerated.
12059
12060 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12061
12062         * Makefile.tpl (local-distclean): Don't remove...
12063         (multilib.ts): ... this.  Moved into...
12064         (multilib.out): ... this.  Don't use sub-make.
12065         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12066         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12067         (configure-build-[+module+], configure-[+module+],
12068         configure-target-[+module+], configure-gcc): ... these.  Test
12069         for Makefile existence.  Drop config.status from dependencies.
12070         * Makefile.in: Rebuilt.
12071         * configure.in: Move gcc-version-trigger to the end of
12072         ac_configure_args.  Add comments to maybedep.tmp and
12073         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12074         nonopt from baseargs, matching and removing corresponding
12075         whitespace while at it.
12076         * configure: Rebuilt.
12077
12078 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12079
12080         * configure.in (host_configargs): Replace reference to
12081         no-longer-defined buildopts with --build=${build_alias}.
12082         * configure: Rebuilt.
12083
12084         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12085         program_transform_name to standard idiom.
12086         (AUTOGEN, AUTOCONF): Define.
12087         (Makefile.in): Use $(AUTOGEN).
12088         (Makefile): Depend on config.status, and use autoconf-style rule to
12089         build it.  Move original commands to...
12090         (config.status): ... this new target.
12091         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12092         $(AUTOCONF).
12093         * Makefile.in: Rebuilt.
12094
12095 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12096
12097         * Makefile.tpl: Fix dramatic bustage due to change in
12098         program_transform_name.
12099         * Makefile.in: Regenerate.
12100
12101         * configure.in: Remove unnecessary PATH setting.
12102         * configure: Regnerate.
12103
12104         * configure.in: Don't default to unprefixed tools unless
12105         the native tools will work.
12106         * configure: Regenerate.
12107
12108         * configure.in: Convert to autoconf script.  Blow away lots
12109         of now-redundant Makefile fragments.
12110         * configure: Generate using Autoconf.
12111         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12112         * Makefile.in: Regenerate.
12113
12114 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12115
12116         * configure: Fix stupid bug where RANLIB was mistakenly included.
12117
12118         * configure.in: Rename (buildargs, hostargs, targargs) to
12119         (build_configargs, host_configargs, target_configargs).
12120
12121         * configure.in: Move logic out of sed statement.
12122
12123         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12124         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12125
12126 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12127
12128         * config.sub: Import from master repository
12129         * config.guess: Ditto
12130
12131 2002-12-24  Andreas Schwab  <schwab@suse.de>
12132
12133         * Makefile.tpl (multilib.out): Fix missing space.
12134         * Makefile.in: Regenerate.
12135
12136 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12137
12138         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12139         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12140         * Makefile.in: Regenerate.
12141         * configure.in: Remove unnecessary leftovers.
12142
12143 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12144
12145         * configure.in (extra_ranlibflags_for_target): New variable.
12146         (*-*-darwin): Add -c to ranlib commands.
12147         * configure (tooldir): Handle extra_ranlibflags_for_target.
12148
12149 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12150
12151         * Makefile.tpl: Revert HJL's change.
12152         * Makefile.in: Regenerated.
12153         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12154         always.
12155
12156 2002-12-19  Andreas Schwab  <schwab@suse.de>
12157
12158         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12159         * Makefile.in: Regenerate.
12160
12161 2002-12-18  H.J. Lu  <hjl@gnu.org>
12162
12163         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12164         * Makefile.in: Regenerated.
12165
12166         * configure.in (build_prefix): New. Substitute.
12167
12168 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12169
12170         * Makefile.tpl: Don't let real targets depend on phony targets.
12171         * Makefile.in: Regenerate.
12172
12173         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12174         * Makefile.in: Regenerate.
12175
12176 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12177
12178         * config.sub: Import from master repository
12179         * config.guess: Ditto
12180
12181 2002-12-16  Jason Merrill  <jason@redhat.com>
12182
12183         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12184         previous 'make bootstrap'.
12185         * Makefile.in: Regenerate.
12186
12187 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12188
12189         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12190
12191 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12192
12193         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12194         * Makefile.in: Regenerate.
12195
12196 2002-12-13  Jason Merrill  <jason@redhat.com>
12197
12198         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12199         library tests.
12200         (check-c++): Just depend on it and check-target-libstdc++-v3.
12201         * Makefile.in: Regenerate.
12202
12203 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12204
12205         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12206         * Makefile.in: Rebuilt.
12207
12208 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12209
12210         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12211
12212 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12213
12214         * configure: Fix bug put in by gremlins.
12215
12216         * Makefile.tpl: Substitute more autoconfily.
12217         * configure: Substitute more autoconfily.
12218         * Makefile.in: Regenerate.
12219
12220 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12221
12222         * config.sub: Import from master repository
12223         * config.guess: Ditto
12224         * MAINTAINERS: Added Svein Seldal under write after approval
12225
12226 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12227
12228         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12229         * Makefile.in (all-sim): Ditto.
12230
12231 2002-12-06  DJ Delorie  <dj@redhat.com>
12232
12233         * Makefile.tpl: Change configure dependencies to not have real
12234         targets depend on phony targets.
12235
12236 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12237
12238         * configure.in: Revert unintentional change.
12239
12240         * Makefile.tpl: Change dependency for */multilib.out so that
12241         it works when gcc isn't in the tree.
12242
12243         * configure.in: Substitute more.
12244         * configure: Run subconfigures from the Makefile.
12245         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12246         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12247
12248 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12249
12250         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12251
12252 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12253
12254         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12255         and corresponding dependencies.
12256         * Makefile.in: Regenerate.
12257
12258         * configure.in (host_tools): Order binutils, gas and ld for
12259         convenience in running the testsuites.
12260
12261         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12262         * Makefile.in: Regenerate.
12263         * configure.in: Introduce rules to serialize subconfigure runs.
12264
12265         * configure.in: Introduce BASE_CC_FOR_TARGET.
12266         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12267         Realize configure-build-* targets.  Realize configure-target-* targets.
12268         * Makefile.in: Regenerate.
12269
12270 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12271
12272         * configure: Move gcc_version_trigger stuff from here...
12273         * configure.in: ...to here.
12274
12275         * configure.in: Separate subconfigure options added by this file from
12276         options given by the user.  Add machinery to put args for host
12277         subconfigures into the Makefile.
12278
12279         * Makefile.tpl: Remove 'vault' targets.
12280         * Makefile.tpl: Reorder and comment dependencies.
12281         * Makefile.in: Regenerate.
12282
12283 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12284         * configure.in: Fix my broken commit of previous patch. (sigh)
12285
12286 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12287
12288         * configure.in: Move host-specific darwin noconfigdirs into
12289         the host-specific section.
12290
12291 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12292
12293         * configure.in: Move host-specific darwin noconfigdirs into
12294         the host-specific section.
12295
12296 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12297
12298         * configure: Remove skip-this-dir support.
12299         * Makefile.tpl: Remove skip-this-dir support.
12300
12301         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12302         subdirectories.
12303         * Makefile.in: Regenerate.
12304
12305         * Makefile.tpl: Strip out useless setting of 'dir'.
12306         * Makefile.in: Regenerate.
12307
12308 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12309
12310         * configure.in: Fix deeply stupid bug.
12311
12312         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12313         shell code in CXX_FOR_TARGET
12314         * Makefile.def: Introduce raw_cxx.
12315         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12316         RAW_CXX_FOR_TARGET.
12317         * Makefile.in: Regenerate.
12318
12319 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12320
12321         * Makefile.tpl: Remove unnecessary ifs.
12322         * Makefile.in: Regenerate.
12323
12324         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12325         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12326         targets for 'no_install' modules.
12327         * configure: Move GDB_TK substitution to configure.in.  Move
12328         build_modules stuff to configure.in.
12329         * configure.in: Implement soft dependency machinery.  Maybe-ize
12330         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12331         * Makefile.in: Regenerate.
12332
12333 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12334
12335         * Makefile.tpl: Make all-target, install-target behave similarly
12336         to all, install (only hitting configured targets).  Eliminate
12337         unused macro defintions.
12338
12339         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12340         build != host.
12341
12342         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12343
12344         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12345
12346         * configure.in: Produce lists of subdir targets we're actually
12347         configuring.  Remove references to "dosrel".
12348         * Makefile.tpl: Let configure set which subdir targets are hit.
12349         Remove install-cross; clean up install; remove ALL.  Remove
12350         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12351         Autogenerate host module targets.  Remove empty dependency lines
12352         and redundant dependency; rearrange slightly.
12353         * Makefile.def: Add host-side libtermcap, utils.
12354
12355         * Makefile.in: Regenerate.
12356
12357 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12358
12359         * ltconfig (osf[345]): Append $major to soname_spec.
12360         Reflect this in library_names_spec.
12361         * ltmain.sh (osf): Prefix $major with . for use as extension.
12362
12363 2002-11-19  Andreas Jaeger  <aj@suse.de>
12364
12365         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12366         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12367         and sparc64 GNU/Linux systems.
12368
12369 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12370
12371         * MAINTAINERS: Update email.
12372
12373 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12374
12375         * MAINTAINERS: Complete James Dennett's entry.
12376
12377 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12378
12379         * MAINTAINERS (Write After Approval): Add myself.
12380
12381 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12382
12383         * Makefile.tpl: syntactic cleanup
12384
12385 2002-11-13  Stuart Hastings  <stuart@apple.com>
12386
12387         * MAINTAINERS: Add myself to write-after-approval list.
12388
12389 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12390
12391         * Makefile.def: Add list of recursive targets to autogenerate.
12392         Add build_modules.
12393         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12394         targets.  Autogenerate *-build-* targets.
12395         * Makefile.in: Regenerate.
12396
12397 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12398
12399         * configure: More autoconf-style substitutions.
12400         * Makefile.tpl: More autoconf-style substitutions.
12401         * Makefile.in: Regenerate.
12402
12403 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12404
12405         * configure: Substitute more variables in a more autoconf-friendly
12406         way.  Simplify slightly.
12407         * Makefile.tpl: Make more variables substitutable in an
12408         autoconf-friendly way.
12409         * Makefile.in: Regenerate.
12410
12411 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12412
12413         * MAINTAINERS (Write After Approval): Add myself.
12414
12415 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12416
12417         * configure.in (v810*): Remove special setting of tools.
12418
12419         * configure: Add support for extra required flags for ar or nm.
12420         * configure.in (aix4.3+): Use above support for target-specific
12421         issues, rather than using config/mt-aix43.
12422
12423 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12424
12425         * configure: Remove 'removing', which doesn't work.  Replace $subdir
12426         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12427         with $srcdir.  Reformat indentation.  Substitute some variables
12428         formerly hard-coded in the Makefile for build=host.
12429         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12430         * Makefile.def: Autogenerate more.
12431         * Makefile.in: Regenerate.
12432
12433 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12434
12435         * MAINTAINERS (Write After Approval): Add myself.
12436
12437 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
12438
12439         * Makefile.def (host_modules): Add rda.
12440         * Makefile.in: Regenerate.
12441         * configure.in (target_tool): Add target-rda to list.
12442
12443 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12444
12445         * MAINTAINERS: Remove "co-maintainer" note for web pages.
12446
12447 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12448
12449         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12450         and restrap targets to this rule.
12451         * Makefile.in:  Regenerate.
12452
12453 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12454
12455         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12456         GNATS only accounts.
12457
12458 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12459
12460         * configure.in (i[3456]86-*-linux*): Add check to disable
12461         ${libgcj} for glibc1.
12462
12463 2002-10-24  Denis Chertykov  <denisc@overta.ru>
12464
12465         * MAINTAINERS: Add myself as ip2k port maintainer.
12466
12467 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12468
12469         * configure.in: Add tic4x target.
12470
12471 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12472
12473         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12474         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12475         * Makefile.in: Regenerate.
12476
12477         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12478         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12479         * Makefile.in: Regenerate.
12480
12481 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
12482
12483         * MAINTAINERS: Add myself as web pages co-maintainer.
12484
12485 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12486
12487         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12488         * Makefile.in: Regenerate.
12489
12490 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
12491
12492         * MAINTAINERS: Add myself and Nathan Sidwell
12493         <nathan@codesourcery.com> as VxWorks maintainers.
12494
12495 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12496
12497         * Makefile.def: Remove order dependency comments.
12498         * Makefile.tpl: Add explicit install-install dependencies.
12499         * Makefile.in: Regenerate.
12500
12501         * Makefile.tpl: Remove material now in src-release.  (Finally!)
12502         * Makefile.in: Regenerate.
12503
12504         * Makefile.tpl: Add configure-target (for src-release in src)
12505         * Makefile.in: Regenerate.
12506
12507 2002-09-30  Nick Clifton  <nickc@redhat.com>
12508
12509         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12510
12511 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
12512
12513         * configure.in (s390*-*-linux*): Enable libgcj.
12514
12515 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
12516
12517         * configure: Revert accidentally applied changes.
12518
12519         * Makefile.tpl: Make more autoconf-friendly.
12520         * Makefile.in: Regenerate.
12521         * configure: Make substitution more autoconf-like.
12522
12523 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12524
12525         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12526         single entry to handle all these.
12527         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
12528         libjava on arm-*-elf.
12529
12530 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
12531
12532         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12533         things that depend on them.
12534
12535 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12536
12537         * Makefile.tpl: Make subsituted variables more autoconfy.
12538         * Makefile.in: Regenerate.
12539         * configure: Make seds more autoconfy.
12540
12541 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12542
12543         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12544         * Makefile.in: Regenerate.
12545         * configure.in: Rewrite sed statements to look autoconfy.
12546
12547         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12548         all-target-foo on configure-target-foo.
12549         * Makefile.def: Ditto.
12550         * Makefile.in: Rebuild.
12551
12552 2002-09-25  Andrew Haley  <aph@redhat.com>
12553
12554         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12555
12556 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12557
12558         * Makefile.def: New file.
12559         * Makefile.tpl: New file.
12560         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12561         * contrib/gcc_update: Note that Makefile.in is a generated file.
12562
12563         * configure.in: Minor rearrangement.  Simplify tests.
12564
12565 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12566
12567         * configure.in (with_headers): Skip copy if value is "yes".
12568         (with_libs): Likewise.
12569
12570 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12571
12572         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12573         * configure.in (sh*-*-pe*): Ditto.
12574         * configure.in (mips*-*-pe*): Ditto.
12575         * configure.in (*arm-wince-pe): Ditto.
12576
12577         * configure.in: Rearrange.
12578
12579 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
12580
12581         * MAINTAINERS: Update my email address.
12582
12583 2002-08-30  Paul Koning  <pkoning@equallogic.com>
12584
12585         * MAINTAINERS: (Write After Approval): Add myself.
12586
12587 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
12588
12589         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12590
12591 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12592
12593         * MAINTAINERS: Change my mailing address.
12594
12595 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
12596
12597         * MAINTAINERS (Write After Approval): Remove myself.
12598         (Various Maintainers: c++ runtime libs): Add myself.
12599
12600 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
12601
12602         * MAINTAINERS (Write After Approval): Remove myself.
12603         (Various Maintainers: c++ runtime libs): Add myself.
12604
12605 2002-08-15  Eric Christopher  <echristo@redhat.com>
12606
12607         * config.sub: Import from master repository.
12608         * config.guess: Ditto.
12609
12610 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
12611
12612         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12613         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12614         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12615
12616 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
12617
12618         * MAINTAINERS: Add self to rs6000 vector extensions.
12619
12620 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
12621
12622         * libiberty/configure: Reverted unintended yesterday's check in.
12623
12624 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
12625
12626         * boehm-gc/configure, libf2c/configure: Rebuilt.
12627         * libffi/configure, libiberty/configure: Ditto.
12628         * libjava/configure, libobjc/configure: Ditto.
12629         * libstdc++-v3/configure, zlib/configure: Ditto.
12630         Merged from binutils:
12631         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
12632         From Steve Ellcey <sje@cup.hp.com>:
12633         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12634         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12635         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12636         IA64.
12637         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12638         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12639         soname_spec, sys_lib_search_path_spec): Ditto.
12640
12641 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
12642
12643         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12644
12645 2002-08-04  H.J. Lu  (hjl@gnu.org)
12646
12647         * configure.in (mips*-*-linux*): Don't skip target-libffi.
12648
12649 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
12650
12651         * MAINTAINERS (Write After Approval): Add myself.
12652
12653 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
12654
12655         * configure.in: Move generic linux case to end.  Copy generic
12656         linux noconfigdirs to mips*-*-linux* entry and new
12657         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
12658
12659 2002-07-19  Michael Matz  <matz@suse.de>
12660
12661         * MAINTAINERS: Add myself as ra* maintainer.
12662
12663 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
12664
12665         * config.guess: Update to 2002-07-09 version.
12666         * config.sub: Update to 2002-07-03 version.
12667
12668 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12669
12670         * MAINTAINERS: Fix typo in a maintainer email address.
12671
12672 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12673
12674         * configure.in: Remove two redundant tests.
12675
12676 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12677
12678         * configure.in (mips*-*-irix6*o32): Enable stabs.
12679
12680 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12681
12682         * configure.in: Don't build grez.
12683         * Makefile.in: Ditto.
12684
12685         * Makefile.in: Remove references to bsp, cygmon, libstub.
12686         * configure.in: Ditto.
12687
12688         * configure.in: Remove leftover reference to gdbtest.
12689
12690 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12691
12692         * configure.in (gxx_include_dir):  Change to match versioned
12693         C++ headers if --enable-version-specific-runtime-libs is used.
12694
12695 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
12696
12697         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12698
12699 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12700
12701         * configure.in: Make --without-x work.
12702
12703 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12704
12705         * configure.in: Rearrange target Makefile fragment collection.
12706
12707         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12708         cvs[src].
12709         * configure.in: Ditto.
12710
12711 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12712
12713         * MAINTAINERS (Write After Approval): Update my e-mail address.
12714
12715 2002-06-24  Ben Elliston  <bje@redhat.com>
12716
12717         * configure.in (host_tools): Remove cgen.
12718
12719         * Makefile.in (all-cgen): Remove; runs from its source directory.
12720         (check-cgen, install-cgen, clean-cgen): Likewise.
12721         (all-opcodes): Do not depend on all-cgen.
12722         (all-sim): Likewise.
12723
12724 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12725
12726         * Makefile.in: Eliminate 'apache' targets.
12727         * configure.in: Eliminate 'apache' targets.
12728
12729         * configure.in: Eliminate redundant tests.  Reorganize.
12730
12731         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12732
12733         * config-ml.in: Eliminate references to Cygnus configure.
12734
12735         * Makefile.in: Eliminate references to building emacs.
12736
12737 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
12738
12739         * MAINTAINERS: Update my email address.
12740
12741 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12742
12743         * config.if (libstdcxx_incdir): Version C++ headers.
12744         (cxx_incdir): Remove.
12745
12746 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12747
12748         * MAINTAINERS (Write After Approval): Add self.
12749
12750 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12751
12752         * configure.in: Add support for ip2k.
12753
12754 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12755
12756         * configure.in: Fix AIX configury bug.
12757
12758 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
12759
12760         * MAINTAINERS (Write After Approval): Add self.
12761
12762 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12763
12764         * configure.in: replace ${topsrcdir} with ${srcdir}
12765
12766         * configure.in: Move definition of libstdcxx_flags
12767         right above usage, rather than waaay earlier.
12768
12769         * configure.in: Pull definition of is_cross_compiler earlier.
12770
12771         * configure.in: Rearrange a little.
12772
12773         * configure.in: Remove references to librx.
12774         * Makefile.in: Remove references to librx.
12775
12776 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12777
12778         * config.sub: Add support for avr target.
12779         Import from master sources, rev 1.255
12780
12781 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12782
12783         * configure, .cvsignore:  Revert previous change...
12784         * Makefile:  ...delete.
12785
12786 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12787
12788         * configure.in: Eliminate ${gasdir} variable.
12789
12790 2002-06-18  Dave Brolley  <brolley@redhat.com>
12791
12792         * configure.in: Add support for frv.
12793         * config.sub: Add support for frv.
12794
12795 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12796
12797         * configure:  Remove garbage from previous commit.
12798
12799 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12800
12801         * configure:  For in-source builds, make a subdir and re-exec there.
12802         * Makefile:  New file.  Pass targets through to build directory.
12803         * .cvsignore:  No longer ignore "Makefile".
12804
12805 2002-06-16  Douglas Rupp  <rupp@gnat.com>
12806
12807         * MAINTAINERS (Write After Approval): Add self.
12808
12809 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12810
12811         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12812
12813 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12814
12815         * configure.in (vax-*-netbsd*): Re-enable gas.
12816
12817 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12818
12819         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12820         BUILD_PREFIX_1, to correct nomenclature.
12821         * configure: Likewise.
12822
12823         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12824         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12825
12826 2002-05-31  Olaf Hering  <olh@suse.de>
12827
12828         * config-ml.in: Propogate DESTDIR also.
12829
12830 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12831
12832         * configure.in (vax-*-netbsd*): Don't build gas for this
12833         platform.
12834
12835 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12836
12837         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12838         and libgcj for AVR.
12839
12840 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12841
12842         * MAINTAINERS (Write After Approval): Add myself.
12843
12844 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12845
12846         * config.guess: Update to 2002-05-22 version.
12847         * config.sub: Likewise.
12848
12849 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12850
12851         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12852         * config-ml.in: Likewise.
12853         * configure: Likewise.
12854         * configure.in: Likewise.
12855
12856 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12857
12858         * MAINTAINERS: Update my email address.
12859
12860 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12861
12862         * configure.in: Simplify makefile fragment collection.
12863
12864         * configure.in: Remove code to build emacs.
12865
12866         * configure.in : Remove --srcdir argument from targargs and buildargs
12867         (it's always overridden in the Makefile anyway).  Rearrange a bit.
12868
12869         * configure: Move some logic to configure.in.
12870         * configure.in: Move some logic from configure.
12871
12872 2002-05-11  Tom Tromey  <tromey@redhat.com>
12873
12874         * MAINTAINERS: Reflect libgcj reality.
12875
12876 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12877
12878         * Makefile.in: Honour DESTDIR.
12879
12880 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
12881
12882         * config.guess: Import 2002-03-20 version.
12883         * config.sub: Import 2002-04-26 version.
12884
12885 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12886
12887         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12888
12889 2002-05-07  Tim Josling  <tej@melbpc.org.au>
12890
12891         * MAINTAINERS: Add self.
12892
12893 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12894
12895         * ltmain.sh: Detect and handle object name conflicts
12896         while piecewise linking a static library.
12897
12898 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12899
12900         * configure.in (noconfigdirs): Don't disable libgcj on
12901         sparc64-*-solaris* and sparcv9-*-solaris*.
12902
12903 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12904
12905         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12906
12907 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12908
12909         * configure.in (FLAGS_FOR_TARGET): Do not add
12910         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12911         on i[3456]86-*-linux*.
12912
12913 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12914
12915         * configure.in (noconfigdirs): Replace [ ] with test.
12916
12917         * configure.in (noconfigdirs): Do not add target-newlib if
12918         target == i[3456]86-*-linux*, and host == target.
12919
12920 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12921
12922         * configure.in: delete reference to absent file
12923
12924         * configure.in: replace '[' with 'test'
12925
12926         * configure.in: Eliminate references to gash.
12927         * Makefile.in: Eliminate references to gash.
12928
12929         * configure.in: remove useless references to 'pic' makefile fragments.
12930
12931         * configure.in: (*-*-windows*) Finish removing.
12932
12933         * configure.in: Eliminate redundant test for libgui.
12934
12935 2002-04-29  Roger Sayle  <roger@eyesopen.com>
12936
12937         * MAINTAINERS: Add self and realphabetize.  Update entries
12938         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12939         entry for a29k port maintainer.
12940
12941 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
12942
12943         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12944         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12945
12946 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12947
12948         * configure.in: remove references to dead files
12949
12950 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
12951
12952         * MAINTAINERS: Add information about purpose of this file.
12953
12954 2002-04-18  Tom Tromey  <tromey@redhat.com>
12955
12956         * configure.in: Disallow configuring libgcj when it is already
12957         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12958         Solaris 2.8 by default.  For PR libgcj/6158.
12959
12960 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12961
12962         * configure.in:  Move default CC setting out of config/mh-* fragments
12963         directly into here.
12964
12965 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12966
12967         * configure.in: don't even try to configure or make a subdirectory
12968         if there's no configure script for it.
12969
12970 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
12971
12972         * MAINTAINERS: Remove chill maintainers.
12973         * Makefile.in (CHILLFLAGS): Remove.
12974         (CHILL_LIB): Remove.
12975         (TARGET_CONFIGDIRS): Remove libchill.
12976         (CHILL_FOR_TARGET): Remove.
12977         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12978         CHILL_LIB.
12979         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12980         (CHECK_TARGET_MODULES): Likewise.
12981         (INSTALL_TARGET_MODULES): Likewise.
12982         (CLEAN_TARGET_MODULES): Likewise.
12983         (configure-target-libchill): Remove.
12984         (all-target-libchill): Remove.
12985         * configure.in (target_libs): Remove target-libchill.
12986         Do not compute CHILL_FOR_TARGET.
12987         * libchill: Remove directory.
12988
12989 2002-04-11  DJ Delorie  <dj@redhat.com>
12990
12991         * Makefile.in, configure.in: Sync with binutils, entries
12992         follow...
12993
12994 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12995
12996         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
12997         (do-tar, do-bz2): New rules.
12998         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
12999         (gdb-tar): New rule.
13000         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13001         (insight_dejagnu.tar): New rule.
13002         (insight.tar): New rule.
13003         (gdb+dejagnu.tar): New rule.
13004         (gdb.tar): New rule.
13005
13006 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13007
13008         * Makefile.in: Add all-tix to deps for all-snavigator
13009         so that tix is built when building snavigator.
13010
13011 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13012
13013         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13014         ld and gdb are not supported.
13015
13016 2002-01-07  Mark Salter  <msalter@redhat.com>
13017
13018         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13019         Allow target-libgloss to be built for arm, strongarm, and xscale.
13020
13021 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13022
13023         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13024         options for i[3456]86-pc-linux* native builds.
13025
13026 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13027
13028         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13029         files from .po files for a distribution.
13030
13031 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13032
13033         * configure.in: Enable libstdc++-v3 for h8300 targets.
13034
13035 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13036
13037         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13038         version from bfd/.
13039
13040 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13041
13042         * Makefile.in (VER): When present, extract the version number from
13043         the file version.in.
13044
13045 2001-05-24  Tom Rix  <trix@redhat.com>
13046
13047         * configure.in : enable ld for aix
13048
13049 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13050
13051         * config.guess: Add linux target for S/390.
13052
13053 2000-11-07  Philip Blundell  <pb@futuretv.com>
13054
13055         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13056
13057 2000-11-03  Philip Blundell  <pb@futuretv.com>
13058
13059         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13060         files.
13061
13062 2001-01-15  Ben Elliston  <bje@redhat.com>
13063
13064         * configure.in (host_tools): Add sid.
13065         Always configure cgen.
13066
13067 2000-11-24  Nick Clifton  <nickc@redhat.com>
13068
13069         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13070
13071 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13072
13073         * Makefile.in (ALL_MODULES): Add all-cgen.
13074         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13075         (all-cgen): New target.
13076         (all-opcodes,all-sim): Depend on all-cgen.
13077         * configure.in (host_tools): Add cgen.
13078         Only configure cgen if --enable-cgen-maint.
13079
13080 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13081
13082         * configure.in: Add *-*-freebsd* configurations.
13083
13084 2002-04-08  Tom Tromey  <tromey@redhat.com>
13085
13086         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13087         Fixes PR libgcj/6068.
13088
13089 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13090
13091         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13092
13093 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13094
13095         * configure.in (alpha*-dec-osf*): Enable libgcj.
13096
13097 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13098
13099         * MAINTAINERS (Write After Approval): Add myself.
13100
13101 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13102
13103         Fix for: PR bootstrap/3591, target/5676
13104         * configure.in (mcore-pe): Disable the configuration of
13105         libstdc++-v3 since exceptions are not supported.
13106
13107 2002-03-20  Anthony Green  <green@redhat.com>
13108
13109         * configure.in: Enable libgcj for xscale-elf target.
13110
13111 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13112
13113         * MAINTAINERS:  Update my email address.
13114
13115 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13116
13117         * ltmain.sh (relink_command): Fix typo in previous change.
13118
13119 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13120
13121         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13122         (relink_command): Added --tag flags.
13123         (mode=install): If relinking fails; error out.
13124
13125 2002-03-12  Richard Henderson  <rth@redhat.com>
13126
13127         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13128         .NOTPARALLEL tag.
13129         (do-check): Rename from check.
13130         (check): Allow parallel check.
13131
13132 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13133
13134         * MAINTAINERS: Add myself as maintainer for xtensa port.
13135         Fix alphabetical order in CPU port maintainer list.
13136         Remove myself from Write After Approval list.
13137
13138 2002-03-11  Richard Henderson  <rth@redhat.com>
13139
13140         * Makefile.in (.NOTPARALLEL): Add fake tag.
13141
13142 2002-03-07  H.J. Lu  (hjl@gnu.org)
13143
13144         * configure.in: Enable gprof for mips*-*-linux*.
13145
13146 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13147
13148         * MAINTAINERS (Write After Approval): Add myself.
13149
13150 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13151
13152         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13153         libjava.
13154         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13155
13156 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13157
13158         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13159         because its Makefile is there; test for the executable instead.
13160
13161 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13162
13163         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13164         libstdc++-v3 and libjava.
13165
13166 2002-02-11  Adam Megacz  <adam@xwt.org>
13167
13168         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13169         boehm-gc
13170
13171 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13172
13173         * config.guess: Updated to 2002-01-30's version.
13174         * config.sub: Updated to 2002-02-01's version.
13175         Contribute sh64-elf.
13176         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13177         * configure.in: Added sh64-*-*.
13178
13179 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13180
13181         * MAINTAINERS: Belatedly add myself to write after approval list.
13182
13183 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13184
13185         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13186         Remove self as Write After Approval.
13187
13188 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13189
13190         * MAINTAINERS: Put self in as maintainer for contrib/regression
13191         directory.
13192
13193 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13194
13195         * MAINTAINERS:  Update my email address.
13196
13197 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13198
13199         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13200         target-libiberty, and target-libgloss.  Skip Java-related
13201         libraries if not supported for NetBSD on target CPU.
13202
13203 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13204
13205         * install-sh: Use _inst.$$_ for temp file name.
13206
13207 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13208
13209         * MAINTAINERS (Write After Approval): Move my contact info
13210         from here...
13211         (OS Port Maintainers): ...to here (netbsd).
13212
13213 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13214
13215         * MAINTAINERS (Write After Approval): Add myself.
13216
13217 2002-01-17  H.J. Lu  <hjl@gnu.org>
13218
13219         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13220         (all-target-fastjar): Also depend on all-target-libiberty.
13221
13222 2002-01-16  H.J. Lu  (hjl@gnu.org)
13223
13224         * config.guess: Import from master sources, rev 1.225.
13225         * config.sub: Import from master sources, rev 1.238.
13226
13227 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13228
13229         * MAINTAINERS (Write After Approval): Remove myself.
13230
13231 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13232
13233         * MAINTAINERS (Write After Approval): Add myself.
13234
13235 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13236
13237         * MAINTAINERS: Add self as docs co-maintainer.
13238
13239 2001-12-11  Matthias Klose  <doko@debian.org>
13240
13241         * MAINTAINERS (Write After Approval): Add myself.
13242
13243 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13244
13245         * MAINTAINERS: Update my email address.
13246
13247 2001-12-07  Turly O'Connor  <turly@apple.com>
13248         * MAINTAINERS (Write After Approval): Add myself.
13249         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13250         (rs6000_initialize_trampoline): Call __trampoline_setup for
13251         ABI_DARWIN too.
13252         * darwin-tramp.asm: New file, implements __trampoline_setup.
13253         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13254
13255 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13256
13257         * MAINTAINERS (Write After Approval): Add myself.
13258
13259 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13260
13261         * configure, configure.in: Use temp file for long sed commands.
13262
13263 2001-12-03  Laurent Guerby  <guerby@acm.org>
13264
13265         * config.sub: Update to version 1.232 on subversion.
13266
13267 2001-12-03  Ben Elliston  <bje@redhat.com>
13268
13269         * MAINTAINERS: Update mail address for config.* patches.
13270
13271 2001-11-27  DJ Delorie  <dj@redhat.com>
13272             Zack Weinberg  <zack@codesourcery.com>
13273
13274         When build != host, create libiberty for the build machine.
13275
13276         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13277         CONFIG_ARGUMENTS.
13278         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13279         New variables.
13280         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13281         and rules.
13282         (all.normal): Depend on ALL_BUILD_MODULES.
13283         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13284         (all-build-libiberty): Depend on configure-build-libiberty.
13285
13286         * configure: Calculate and substitute proper value for
13287         ALL_BUILD_MODULES.
13288         * configure.in: Create the build subdirectory.
13289         Calculate and substitute TARGET_CONFIGARGS (formerly
13290         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13291
13292 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13293
13294         * MAINTAINERS (write-after-approval): Add self.
13295
13296 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13297
13298         * MAINTAINERS (GNATS only accounts): Remove self.
13299
13300 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13301
13302         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13303         libf2c.
13304
13305 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13306
13307         * MAINTAINERS (Write After Approval): Add self.
13308
13309 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13310
13311         * MAINTAINERS: mips and s390 are also CPU ports.
13312
13313 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13314
13315         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13316
13317 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13318
13319         * MAINTAINERS: Alphabetize.
13320
13321 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13322
13323         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13324
13325 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13326
13327         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13328
13329 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13330
13331         * configure.in (--enable-languages): Be more permissive about
13332         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13333
13334 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13335
13336         * config.sub: Import from master sources, rev. 1.230.
13337         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13338
13339 2001-11-07  Laurent Guerby  <guerby@acm.org>
13340
13341         * MAINTAINERS (Write After Approval): Add self.
13342
13343 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13344
13345         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13346
13347 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13348
13349         * config.sub: Import from master sources, rev 1.226.
13350         * config.guess: Import from master sources, rev 1.216.
13351
13352 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13353
13354         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13355         * MAINTAINERS: Add self as maintainer of MMIX port.
13356         Remove old after-approval entry.
13357
13358 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13359
13360         * ChangeLog, configure: Fix spelling errors.
13361
13362 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13363
13364         * MAINTAINERS: Tweak my address.
13365
13366 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13367
13368         * MAINTAINERS: Update my email address.
13369
13370 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13371
13372         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13373         * MAINTAINERS: Add self as maintainer of CRIS port.
13374
13375 2001-10-10  Geert Bosch  <bosch@gnat.com>
13376
13377         * MAINTAINERS (Various maintainers: Ada front end):
13378         Added Robert Dewar.
13379
13380 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13381
13382         * MAINTAINERS (Write After Approval): Added self
13383
13384 2001-10-02  Geert Bosch  <bosch@gnat.com>
13385
13386         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13387
13388 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13389
13390         * configure: Handle temporary files securely using mkdir.
13391
13392 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13393
13394         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13395
13396 2001-09-26  Will Cohen  <wcohen@redhat.com>
13397
13398         * configure.in (*-*-linux*): Disable configuration of target-newlib
13399         and target-libgloss.
13400
13401 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13402
13403         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13404         RANLIB.
13405
13406 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13407
13408         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13409         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13410         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13411         avoid quotes nesting problems.
13412         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13413         (DO_X): Export only variables that are set.
13414
13415 2001-09-19  Ben Elliston  <bje@redhat.com>
13416
13417         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13418         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13419         semantics.  Use the shell built-in "type" command instead.
13420
13421 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13422
13423         Merged from gcc-3_0-branch:
13424         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13425         * ltcf-c.sh: Use $objext, not $ac_objext.
13426         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13427         * ltcf-cxx.sh: Add support for GNU.
13428         2001-07-22  Timothy Wall  <twall@redhat.com>
13429         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13430         default settings if using GNU tools with that configuration.
13431         * ltcf-cxx.sh: Ditto.
13432         * ltcf-gcj.sh: Ditto.
13433         2001-07-21  Michael Chastain  <chastain@redhat.com>
13434         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13435         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13436         * ltmain.sh: Mark as gcc-local.
13437
13438 2001-08-30  Eric Christopher  <echristo@redhat.com>
13439             Jason Eckhardt  <jle@redhat.com>
13440
13441         * config.guess: Merge from master sources.
13442         * config.sub: Merge from master sources, add support for mipsisa32.
13443
13444 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13445         * config.sub: Merge from master sources, rev 1.219.
13446         * MAINTAINERS: Add self as contact for stormy16 port.
13447
13448 2001-08-14  Zack Weinberg  <zackw@panix.com>
13449
13450         * config.sub: Merge from master sources, rev 1.218.
13451         * config.guess: Merge from master sources, rev 1.209.
13452
13453 2001-08-11  Graham Stott  <grahams@redhat.com>
13454
13455         * Makefile.in (check-c++): Add missing semicolon.
13456
13457 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13458
13459         * MAINTAINERS (Various maitainers: predict.def): Added myself.
13460
13461 2001-07-30  Eric Christopher  <echristo@redhat.com>
13462
13463         * MAINTAINERS (Various maintainers: mips port): Added myself.
13464
13465 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13466
13467         * configure.in (sh-*-linux*): New.
13468
13469 2001-07-27  Richard Henderson  <rth@redhat.com>
13470
13471         * .cvsignore: Add LAST_UPDATED.
13472
13473 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13474
13475         * MAINTAINERS (Various maintainers: s390 port): Added myself.
13476
13477 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13478
13479         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13480
13481 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13482
13483         * MAINTAINERS (Write After Approval): Added myself.
13484
13485 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13486
13487         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13488         and libgcj on m68hc11/m68hc12.
13489
13490 2001-06-27  H.J. Lu  (hjl@gnu.org)
13491
13492         * Makefile (CFLAGS_FOR_BUILD): New.
13493         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13494
13495 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13496
13497         * README: Remove version number.
13498
13499 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13500
13501         * INSTALL/README: Update wrt. to the installation instructions now
13502         residing in gcc/doc/install.texi.
13503
13504 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13505
13506         * README: Replace with a cut-down and updated version of gcc/README.
13507
13508 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
13509
13510         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13511         multilibs to be disabled.
13512
13513 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
13514
13515         * MAINTAINERS (Write After Approval): Add myself.
13516
13517 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
13518
13519         * config.guess: Import CVS version 1.195.
13520         * config.sub: Import CVS version 1.212.
13521
13522 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
13523
13524         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13525         gcc/xgcc is built, use -print-prog-name to find out the program
13526         name to use.
13527
13528 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
13529
13530         * config.guess:  Import CVS version 1.194.  All gcc-local changes
13531         appear to also be in the master copy.
13532         * config.sub:  Import CVS version 1.211.
13533
13534 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
13535
13536         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13537         with_gcc]: Use `gcc -shared' to build a shared library.
13538
13539 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13540
13541         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13542         archives.
13543
13544 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13545
13546         * MAINTAINERS (Write After Approval): Add myself.
13547
13548 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
13549
13550         * configure.in (libstdcxx_flags): Do not try to execute
13551         libstdc++-v3/testsuite_flags until it exists.
13552
13553 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
13554
13555         * MAINTAINERS: Update my email address.
13556
13557 2001-05-31  Graham Stott  <grahams@redhat.com>
13558
13559         * MAINTAINERS (Write After Approval): Add myself.
13560
13561 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
13562
13563         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
13564         libraries when using g++ with native linker.
13565
13566 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
13567
13568         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13569
13570 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
13571
13572         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13573         [aix4*|aix5*]: Prepend blank.
13574
13575 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
13576
13577         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13578         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
13579         of subdir/configure scripts to use the new libtool.m4.
13580
13581 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13582
13583         * MAINTAINERS (Write After Approval): Add myself.
13584
13585 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
13586
13587         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13588
13589 2001-05-11  Ben Elliston  <bje@redhat.com>
13590
13591         * Makefile.in (all-sid): New target.
13592         (check-sid, clean-sid, install-sid): Likewise.
13593
13594 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
13595
13596         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13597
13598 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13599
13600         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13601         libgcj.
13602
13603 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13604
13605         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13606         gcc/xgcc is built, use -print-prog-name to find out the program
13607         name to use.
13608
13609 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
13610
13611         * configure.in (noconfigdirs): Don't reset it from scratch in the
13612         target case; only append to it.
13613
13614         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13615         sparc-*-solaris2.8]: Disable ${libgcj}.
13616
13617 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
13618
13619         * configure.in (libgcj_saved): Copy from $libgcj.
13620         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13621         --disable-libgcj.
13622
13623 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
13624
13625         * MAINTAINERS: Remove self as MIPS maintainer and
13626         C front end maintainer.
13627
13628 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
13629
13630         * configure.in: Move *-chorusos target case to the proper switch.
13631         Disable libgcj.
13632
13633 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13634
13635         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13636         1.641.2.228.
13637
13638 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13639
13640         * Makefile.in (STAGE1_CFLAGS): Pass down.
13641
13642 2001-04-13  Alan Modra  <amodra@one.net.au>
13643
13644         * config.guess: Add hppa64-linux support.  Note for next import that
13645         this is already in the master file.
13646         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
13647
13648 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13649
13650         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13651         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13652
13653 2001-04-11  Stan Shebs  <shebs@apple.com>
13654
13655         * MAINTAINERS: Add self as Darwin port maintainer.
13656
13657 2001-04-11  Alan Modra  <amodra@one.net.au>
13658
13659         * MAINTAINERS: Update my email address.
13660
13661 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13662
13663         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13664         recent versions of FreeBSD (release 3 or later).
13665         * ltconfig: On FreeBSD, -lc must not be provided when building
13666         a shared library or else the standard -pthread gcc option is
13667         rendered worthless to later users of the built library.
13668
13669 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13670
13671         * MAINTAINERS: Add self and RTH as C front end maintainers.
13672
13673 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13674
13675         * config.sub: Make sure to match an already-canonicalized
13676         machine name (eg. mn10300-unknown-elf).
13677
13678 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13679
13680         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13681         New macros.
13682         (bootstrap, cross): Use RECURSE_FLAGS.
13683         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13684
13685 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13686
13687         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13688
13689 2001-03-22  Colin Howell  <chowell@redhat.com>
13690
13691         * Makefile.in (DO_X): Do not backslash single-quotes in
13692         backquotes (two places).
13693
13694 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13695
13696         Re-installed:
13697         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13698         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13699         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13700         * ltcf-cxx.sh: Likewise.
13701         * ltcf-gcj.sh: Likewise.
13702
13703 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13704
13705         * MAINTAINERS: Add myself as "documentation co-maintainer".
13706
13707 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13708
13709         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13710         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13711
13712 2001-03-19  Tom Tromey  <tromey@redhat.com>
13713
13714         * config-ml.in: Handle GCJ and GCJFLAGS.
13715
13716 2001-03-21  Michael Chastain  <chastain@redhat.com>
13717
13718         * Makefile.in: all-m4 depends on all-texinfo.
13719
13720 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13721
13722         * MAINTAINERS: Add myself to write after approval list.
13723
13724 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13725
13726         * Makefile.in (DO_X): Quote nested quotes.
13727
13728 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
13729
13730         * MAINTAINERS: Add myself to write after approval list.
13731
13732 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13733
13734         * Makefile.in (DO_X): Use double quotes for quoting
13735         "RANLIB=$${RANLIB}".
13736
13737 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13738
13739         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13740
13741 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13742
13743         * configure.in: Only use `lang_requires' for languages athat are
13744         actually enabled.
13745
13746 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
13747
13748         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13749
13750 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13751
13752         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13753
13754 2001-03-07  Tom Tromey  <tromey@redhat.com>
13755
13756         * configure.in: Allow config-lang.in to set `lang_requires' to list
13757         of other required languages.
13758
13759 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13760
13761         * Makefile.in: Remove RANLIB definition. Use RANLIB
13762         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13763         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13764
13765 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13766             Alexandre Oliva  <aoliva@redhat.com>
13767
13768         * Makefile.in (check-c++): Use tabs, not spaces.
13769
13770 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13771
13772         * MAINTAINERS: add myself to Write After Approval list.
13773
13774 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13775
13776         * Makefile.in (check-c++): New rule.
13777
13778         * configure.in (target_libs): Remove libg++.
13779         (noconfigdirs): Remove libg++.
13780         (noconfigdirs): Same.
13781         (noconfigdirs): Same.
13782         (noconfigdirs): Same.
13783
13784         * config-ml.in: Remove libg++ references.
13785
13786         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13787         (ALL_TARGET_MODULES): Same.
13788         (configure-target-libg++): Remove.
13789         (all-target-libg++): Remove.
13790         (configure-target-libio): Remove.
13791         (all-target-libio): Remove.
13792         (check-target-libio): Remove.
13793         (.PHONY): Remove.
13794         (libg++.tar.bz2): Remove.
13795         (all-target-cygmon): Remove libio.
13796         (all-target-libstdc++): Remove.
13797         (configure-target-libstdc++): Remove.
13798         (TARGET_LIB_PATH): Remove libstdc++.
13799         (ALL_GCC_CXX): Remove libstdc++.
13800         (all-target-gperf): Correct.
13801
13802 2001-02-16  Nick Clifton  <nickc@redhat.com>
13803
13804         * configure.in (noconfigdirs): Allow configuration of texinfo
13805         for Cygwin hosts.
13806
13807 2001-02-15  Anthony Green  <green@redhat.com>
13808
13809         * configure: Introduce GCJ_FOR_TARGET.
13810         * configure.in: Ditto.
13811         * Makefile.in: Ditto.
13812
13813 2001-02-13  Andreas Schwab  <schwab@suse.de>
13814
13815         * MAINTAINERS: Update mail address.
13816
13817 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13818
13819         * config.guess: Add linux target for S/390.
13820         * config.sub: Likewise.
13821
13822 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13823
13824         * configure.in: for *-chorusos, don't config target-newlib and
13825         target-libgloss.
13826
13827 2001-02-06  Ben Elliston  <bje@redhat.com>
13828
13829         * configure: Output host type to stdout, not stderr.
13830
13831 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
13832
13833         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13834         * ltcf-cxx.sh: Likewise.
13835
13836         * config.if: Assume enable_libstdcxx_v3 is defined.
13837
13838 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
13839
13840         Remove V2 C++ library.
13841         * configure.in: Remove --enable-libstdcxx_v3 support.
13842
13843 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13844
13845         * include/demangle.h: Add prototype for java_demangle_v3.
13846
13847 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
13848
13849         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13850
13851 2001-01-27  Richard Henderson  <rth@redhat.com>
13852
13853         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13854
13855 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13856
13857         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13858         Don't unset, it's non-portable and no longer necessary, set to empty
13859         instead.
13860
13861 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13862
13863         * ltconfig: Shell portability fix for the tagname validity check.
13864
13865 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13866
13867         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13868         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13869
13870 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13871
13872         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13873
13874 2001-01-26  Tom Tromey  <tromey@redhat.com>
13875
13876         * configure.in: Allow libgcj to be built on Sparc Solaris.
13877
13878 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
13879
13880         * ltcf-c.sh: Add aix5 case.
13881         * ltcf-cxx.sh: Likewise.
13882         * ltconfig: Likewise.
13883
13884 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13885
13886         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13887         keep at least one of build_libtool_libs or build_old_libs set to
13888         yes.
13889
13890         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13891         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13892
13893 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13894
13895         * configure.in: Enable libgcj on several additional platforms.
13896
13897 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13898
13899         * configure.in: Enable libgcj for linux targets.
13900
13901 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13902
13903         * MAINTAINERS (Write After Approval): Add myself.
13904
13905 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13906
13907         * MAINTAINERS: Add myself as vax port maintainer.
13908
13909 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13910
13911         * MAINTAINERS: Add myself as Mercury front-end maintainer.
13912
13913 2001-01-09  Mike Stump  <mrs@wrs.com>
13914
13915         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13916         failures of subdirectories.
13917
13918 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13919
13920         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13921         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13922         * ltcf-cxx.sh: Likewise.
13923         * ltcf-gcj.sh: Likewise.
13924         * ltconfig.sh: Fix typo.
13925
13926 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13927
13928         * configure: handle DOS-style absolute paths.
13929
13930 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13931
13932         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13933
13934 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13935
13936         * MAINTAINERS: Add myself as avr port co-maintainer.
13937
13938 2000-12-28  Ben Elliston  <bje@redhat.com>
13939
13940         * MAINTAINERS: Add myself under ``Write After Approval''.
13941
13942 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13943
13944         * texinfo: Remove directory from GCC.
13945
13946 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13947
13948         * COPYING: Update to current
13949         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13950         to 19yy as example year in copyright notice).
13951
13952 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13953
13954         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13955         (libstdcxx_incdir): Pass down.
13956         * config.if: Remove expired bits for cxx_interface, add stub.
13957         (libstdcxx_incdir): Add variable for g++ include directory.
13958         * configure.in (gxx_include_dir): Use it.
13959
13960 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13961
13962         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13963         with old-email address from ``Write After Approval''.
13964
13965 2000-12-15  Andreas Jaeger  <aj@suse.de>
13966
13967         * configure.in: Handle lang_dirs.
13968
13969 2000-12-14  Tom Tromey  <tromey@redhat.com>
13970
13971         * MAINTAINERS: Removed brads.
13972
13973         * MAINTAINERS: Added gcj developers.
13974
13975 2000-12-13  Anthony Green  <green@redhat.com>
13976
13977         * configure.in: Disable libgcj for any target not specifically
13978         listed.  Disable libgcj for x86 and Alpha Linux until compatible
13979         with g++ abi.
13980
13981 2000-12-13  Mike Stump  <mrs@wrs.com>
13982
13983         * Makefile.in (local-distclean): Also remove fastjar.
13984
13985 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
13986
13987         * contrib/gcc_update: Add fastjar --touch entries.
13988
13989 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
13990
13991         * configure.in: Disable language-specific target libraries for
13992         languages that aren't enabled.
13993
13994 2000-12-10  Anthony Green  <green@redhat.com>
13995
13996         * configure.in: Define libgcj.  Disable libgcj target libraries for
13997         most targets.
13998
13999 2000-12-10  Neil Booth  <neilb@earthling.net>
14000
14001         * MAINTAINERS: Update mail address, remove from WAA list.
14002
14003 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14004
14005         * libjava: Imported from /cvs/java.
14006         * libffi: Likewise.
14007         * Boehm-gc: Likewise.
14008
14009 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14010
14011         * configure.in (target_libs): Revert 2000-12-08 patch.
14012         (noconfigdirs): Added target-libjava.
14013
14014 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14015
14016         * djunpack.bat: removed.
14017
14018 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14019
14020         * Makefile.in: handle DOS-style absolute paths.
14021         * config-ml.in: likewise.
14022         * symlink-tree: likewise.
14023
14024 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14025
14026         * fastjar: Imported.
14027
14028 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14029
14030         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14031         libjava.
14032         * configure.in (target_libs): Removed `target-libjava'.
14033
14034 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14035
14036         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14037         (ALL_MODULES): Added fastjar.
14038         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14039         (all-target-libjava): all-fastjar replaces all-zip.
14040         (all-fastjar): Added.
14041         (configure-target-fastjar, all-target-fastjar): Likewise.
14042         * configure.in (host_tools): Added fastjar.
14043
14044 2000-12-07  Mike Stump  <mrs@wrs.com>
14045
14046         * Makefile.in (local-distclean): Remove leftover built files.
14047
14048 2000-11-24  Nick Clifton  <nickc@redhat.com>
14049
14050         * configure.in (xscale-elf): Add target.
14051         (xscale-coff): Add target.
14052
14053 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14054
14055         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14056         recent versions of FreeBSD (release 3 or later).
14057         * ltconfig: On FreeBSD, -lc must not be provided when building
14058         a shared library or else the standard -pthread gcc option is
14059         rendered worthless to later users of the built library.
14060
14061 2000-11-16  Fred Fish  <fnf@be.com>
14062
14063         * configure.in (enable_libstdcxx_v3): Fix typo,
14064         libstd++ -> libstdc++.
14065
14066 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14067
14068         * MAINTAINERS: Add self to Write After Approval list.
14069
14070 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14071
14072         * MAINTAINERS: Update my email address.  Add myself to global write
14073         privs list.
14074
14075 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14076
14077         * Makefile.in: Merge with src and libgcj.
14078         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14079         configure-target-<library> when their configure scripts need the C
14080         or C++ library to have already been built to work properly.
14081         (do_proto_toplev): Set them to an empty string.
14082
14083         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14084         (REALLY_SET_LIB_PATH): Use them.
14085
14086 2000-11-17  Stan Shebs  <shebs@apple.com>
14087
14088         * MAINTAINERS: Add self to Write After Approval list.
14089
14090 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14091
14092         * configure: Provide the original toplevel configure arguments
14093         (including $0) to subprocesses in the environment rather than
14094         through gcc/configargs.h.
14095
14096 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14097
14098         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14099         C99.  Alphabetise "Write After Approval" list.
14100
14101 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14102
14103         * configure: Turn on libstdc++ V3 by default.
14104
14105         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14106         if we've got GCC.
14107
14108 2000-11-11  Philip Blundell  <philb@gnu.org>
14109
14110         * MAINTAINERS: Add self to Write After Approval list.
14111
14112 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14113
14114         * ltcf-c.sh (aix4): Improve shared library configuration; require
14115         exporting symbols.
14116         * ltcf-cxx.sh (aix4): Define.
14117         * ltconfig (aix4): Define library and soname specs appropriate for
14118         AIX.  Define command to create export symbols list.
14119
14120 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14121
14122         * config.sub: Add support for Sun Chorus
14123
14124 2000-10-31  Nick Clifton  <nickc@redhat.com>
14125
14126         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14127         <name>@redhat.com.  Also installed new email address for Clint
14128         Popetz.
14129
14130 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14131
14132         * etc: Remove directory from GCC.
14133
14134 2000-10-16  Michael Meissner  <meissner@redhat.com>
14135
14136         * configure (gcc/configargs.h): Only create if there is a build GCC
14137         directory created.
14138
14139 2000-10-16  Matthias Klose  <doko@debian.org>
14140
14141         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14142         when configured for libstdc++-v3.
14143
14144 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14145
14146         * configure: Save configure arguments to gcc/configargs.h.
14147
14148 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14149
14150         * config.guess: Import CVS version 1.157.
14151         * config.sub: Import CVS version 1.181.
14152
14153 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14154
14155         * Makefile.in (bootstrap): avoid recursion if subdir missing
14156         (cross): ditto
14157         (do-proto-toplev): ditto
14158
14159 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14160
14161         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14162         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14163
14164         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14165         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14166         all affected `configure' scripts.
14167
14168 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14169
14170         * MAINTAINERS: Add self as cpplib co-maintainer.
14171
14172 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14173
14174         * MAINTAINERS: Add self to Write After Approval list.
14175
14176 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14177
14178         * INSTALL/README: egcs -> GCC update.
14179
14180 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14181
14182         * MAINTAINERS: Add myself to Write After Approval list.
14183
14184 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14185
14186         * MAINTAINERS: Add myself to Write After Approval list.
14187
14188 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14189
14190         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14191         X11 libraries for hppa64.
14192
14193 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14194
14195         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14196
14197 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14198
14199         * Makefile.in (all-zlib): Added dummy target.
14200
14201         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14202         ltcf-gcj.sh: Updated from libtool multi-language branch.
14203
14204 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14205
14206         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14207         (bootstrap*): Depend on all-bootstrap.
14208
14209 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14210
14211         * config.guess: Import CVS version 1.156.
14212         * config.sub: Import CVS version 1.179.
14213
14214 2000-09-02  Anthony Green  <green@cygnus.com>
14215
14216         * Makefile.in (all-gcc): Depend on all-zlib.
14217         (CLEAN_MODULES): Add clean-zlib.
14218         (ALL_MODULES): Add all-zlib.
14219         * configure.in (host_libs): Add zlib.
14220
14221 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14222
14223         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14224         crosses, but add gcc/include to the header search path for them.
14225
14226 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14227
14228         * MAINTAINERS: Add self to Write After Approval list.
14229
14230 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14231
14232         * config.guess: Import CVS version 1.152.
14233         * config.sub: Import CVS version 1.177.
14234
14235 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14236
14237         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14238         $targargs to tell whether newlib is going to be built.
14239
14240         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14241         $$r/TARGET_SUBDIR/libio for _G_config.h.
14242
14243 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14244
14245         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14246
14247 2000-08-22  DJ Delorie  <dj@redhat.com>
14248
14249         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14250
14251 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14252
14253         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14254         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14255         sub-configures.
14256
14257 2000-08-21  DJ Delorie  <dj@redhat.com>
14258
14259         * MAINTAINERS: Add self as a libiberty maintainer
14260
14261 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14262
14263         * configure.in (libstdcxx_flags): Use
14264         libstdc++-v3/src/libstdc++.INC.
14265
14266 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14267
14268         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14269
14270 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14271
14272         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14273
14274         * configure: Make enable_threads and enable_shared defaults
14275         explicit.  Substitute enable_threads into generated Makefiles.
14276         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14277         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14278
14279 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14280
14281         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14282
14283 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14284
14285         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14286         previous delta.
14287
14288 2000-08-11  Jason Merrill  <jason@redhat.com>
14289
14290         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14291         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14292         (FLAGS_FOR_TARGET): Not here.
14293         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14294
14295 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14296
14297         * config-ml.in (CC, CXX): Don't introduce a leading space.
14298
14299 2000-08-07  DJ Delorie  <dj@delorie.com>
14300
14301         * MAINTAINERS: Add self as a DJGPP maintainer
14302
14303 2000-08-07  DJ Delorie  <dj@redhat.com>
14304
14305         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14306         "if we're also building gcc, and it's a gcc that will run on the
14307         build machine, we want to use its includes instead of the system's
14308         default includes".
14309
14310 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14311
14312         * MAINTAINERS: Add self to Write After Approval list.
14313
14314 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14315
14316         * configure.in (libstdcxx_flags): Don't use `"'.
14317
14318         * config-ml.in: Adjust multilib search paths to the
14319         appropriate multilib tree.
14320
14321 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14322
14323         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14324         commas in $LANGUAGES.
14325
14326 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14327
14328         * configure.in: Re-enable all references to libg++ and librx.
14329
14330 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14331
14332         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14333         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14334         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14335         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14336
14337         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14338
14339 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14340
14341         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14342         CXX_FOR_TARGET for sed.
14343
14344 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14345
14346         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14347         Do not override if already set in the environment or in configure.
14348         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14349         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14350
14351 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14352
14353         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14354         the libtool CVS tree multi-language branch.
14355         * ltconfig, ltmain.sh: Updated.
14356
14357 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14358
14359         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14360         (clean-target): Depend on it.
14361
14362         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14363         (GCC_FOR_TARGET): Use it.
14364         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14365         * configure.in: ... here.
14366         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14367         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14368
14369 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14370
14371         * MAINTAINERS: Add self to Write After Approval list.
14372
14373 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14374
14375         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14376         (configure-target-libchill, configure-target-libobjc): Likewise.
14377
14378         * configure.in: Use the same cache file for all target libs.
14379         * config-ml.in: But different cache files per multilib variant.
14380
14381 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14382
14383         * configure (topsrcdir): Don't use dirname.
14384
14385 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14386
14387         * MAINTAINERS: Add self to Write After Approval list.
14388
14389 2000-07-20  Jason Merrill  <jason@redhat.com>
14390
14391         * configure.in: Remove all references to libg++ and librx.
14392
14393         * configure, configure.in, Makefile.in: Unify gcc and binutils.
14394
14395 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14396
14397         * config.sub: Update to subversions version 2000-07-06.
14398
14399 2000-07-12  Andrew Haley  <aph@cygnus.com>
14400
14401         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14402         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14403
14404 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14405
14406         * symlink-tree:  Check number of arguments.
14407
14408 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14409
14410         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14411         search path for a g++ extracted from the build tree.  This
14412         will allow link tests run by configure scripts in
14413         subdirectories to succeed.
14414
14415 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14416
14417         * ltconfig: Add support for mips-dde-sysv4.2MP
14418
14419 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14420
14421         * MAINTAINERS: Add myself as loop discovery maintainer.
14422
14423 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14424
14425         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14426         `os2'. Force ac_cv_exeext to be ".exe" in that case.
14427
14428 2000-06-19  Timothy Wall  <twall@cygnus.com>
14429
14430         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14431         * config.sub: Add tic54x target.
14432
14433 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14434
14435         * MAINTAINERS: Add self as Fortran maintainer,
14436         remove Craig Burley.
14437
14438 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14439
14440         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14441         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14442
14443 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14444
14445         * MAINTAINERS: Add self as i18n maintainer
14446
14447 20000-05-21  H.J. Lu  (hjl@gnu.org)
14448
14449         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14450         directory are used if they exist. Make sure
14451         $(build_tooldir)/include is searched for header files,
14452         $(build_tooldir)/lib/ for library files.
14453         (GCC_FOR_TARGET): Likewise.
14454         (CXX_FOR_TARGET): Likewise.
14455
14456 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14457
14458         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14459
14460 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14461
14462         * Makefile.in (configure-target-libiberty): Depend on
14463         configure-target-newlib.
14464
14465 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14466
14467         * configure.in, Makefile.in: Merge all libffi-related
14468         configury stuff from the libgcj tree.
14469
14470 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14471
14472         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14473         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14474
14475 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14476
14477         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14478         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14479         current version information.  Add to proto-toplev directory.
14480         (gdb-taz): Build do-djunpack.
14481
14482 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
14483
14484         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14485
14486 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14487
14488         * MAINTAINERS: Add self to Write After Approval list.
14489
14490 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14491
14492         * ltmain.sh: Preserve in relink_command any environment
14493         variables that may affect the linker behavior.
14494
14495 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14496
14497         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14498
14499 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
14500
14501         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14502
14503 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14504
14505         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14506         with the version name.
14507
14508 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
14509
14510         * MAINTAINERS: Add self as bb-reorder maintainer.
14511
14512 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
14513
14514         * config.if: Tweak.
14515
14516 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
14517
14518         * djunpack.bat: New file.
14519
14520 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14521
14522         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14523         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14524         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14525         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14526
14527 2000-04-16  Dave Pitts  <dpitts@cozx.com>
14528
14529         * config.sub (case $basic_machine): Change default for "ibm-*"
14530         to "openedition".
14531
14532 2000-04-13  Andreas Jaeger  <aj@suse.de>
14533
14534         * MAINTAINERS: Added myself.
14535
14536 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14537
14538         * Makefile.in (gdb-taz): New target.  GDB specific archive.
14539         (do-md5sum): New target.
14540         (MD5PROG): Define.
14541         (PACKAGE): Default to TOOL.
14542         (VER): Default to a shell script.
14543         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
14544         md5 checksum generation.
14545         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14546         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14547         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14548         insight.tar.bz2): Use gdb-taz to create archive.
14549
14550 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14551
14552         * configure (warn_cflags): Delete.
14553
14554 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
14555
14556         * MAINTAINERS: Added myself.
14557
14558 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
14559             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
14560
14561         * configure.in (enable_libstdcxx_v3): Add.
14562         (target_libs): Add bits here to switch between libstdc++-v2 and
14563         libstdc++-v3.
14564         * config.if: And this file too.
14565         * Makefile.in: Add libstdc++-v3 targets.
14566
14567 2000-04-05  Michael Meissner  <meissner@redhat.com>
14568
14569         * config.sub (d30v): Add d30v as a basic machine type.
14570
14571 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
14572
14573         * configure.in: -linux-gnu*, not -linux-gnu.
14574
14575 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14576
14577         * MAINTAINERS: Add self in write-after-approval section.
14578
14579 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
14580
14581         * MAINTAINERS: Add self as ia64 port maintainer.
14582
14583 2000-03-08  Neil Booth  <NeilB@earthling.net>
14584
14585         * MAINTAINERS: Add self in write-after-approval section.
14586
14587 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14588
14589         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14590         (do-tar-bz2): Replace TOOL with PACKAGE.
14591         (gdb.tar.bz2): Remove GDBTK from GDB package.
14592         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14593         dejagnu.tar.bz2): New packages.
14594
14595 2000-02-27  Andreas Jaeger  <aj@suse.de>
14596
14597         * configure.in: Add entry for mips*-*-linux*, move catch all
14598         *-*-*linux* entry below this one.
14599
14600 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
14601
14602         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14603
14604 2000-02-24  Nick Clifton  <nickc@cygnus.com>
14605
14606         * config.sub: Support an OS of "wince".
14607
14608 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14609
14610         * config.guess, config.sub: Updated to match config's 2000-02-15
14611         version.
14612
14613 2000-02-23  Linas Vepstas  <linas@linas.org>
14614
14615         * config.sub: Add support for Linux/IBM 370.
14616         * configure.in: Likewise.
14617
14618 2000-02-22  Nick Clifton  <nickc@cygnus.com>
14619
14620         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14621
14622 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
14623
14624         * config.guess: Guess "cygwin" rather than "cygwin32".
14625
14626 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14627
14628         * configure (gcc_version): When setting, narrow search to
14629         lines containing `version_string'.
14630
14631 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14632
14633         * config.sub: Add support for avr target.
14634
14635 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14636
14637         * MAINTAINERS: Add maintainers for MCore port.
14638
14639 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14640
14641         * config.sub: Add mmix-knuth-mmixware.
14642
14643 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14644
14645         * MAINTAINERS: Pair cccp with cpplib maintainership.
14646
14647 2000-01-27  Christopher Faylor  <cgf@redhat.com>
14648
14649         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14650         structure stuff to -L library search.
14651         (CXX_FOR_TARGET): Ditto.
14652         (CROSS_CHECK_MODULES): Fix spelling mistake.
14653
14654 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14655
14656         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14657         the C++ compiler.
14658
14659 2000-01-12  Richard Henderson  <rth@cygnus.com>
14660
14661         * configure.in: Don't build some bits for beos.
14662
14663 2000-01-12  Joel Sherrill (joel@OARcorp.com)
14664
14665         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14666         as include files.
14667
14668 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14669
14670         * Add self as cpplib maintainer, as requested by Jason
14671         Merrill.  Correct my e-mail address.
14672
14673 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
14674
14675         * configure.in: Use mt-aix43 to handle *_TARGET defs,
14676         not mh-aix43.
14677
14678 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14679
14680         * MAINTAINERS: Add myself to "write after approval" list.
14681
14682 1999-12-14  Richard Henderson  <rth@cygnus.com>
14683
14684         * config.guess (alpha-osf, alpha-linux): Detect ev67.
14685         * config.sub: Accept alphaev[78], alphaev8.
14686
14687 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14688
14689         * config.guess, config.sub: Update from autoconf.
14690
14691 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
14692
14693         * MAINTAINERS:  update my playtime e-address.
14694
14695 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14696
14697         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14698         necessary libraries are missing.
14699
14700 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14701
14702         * MAINTAINERS: Add new 'write after approval' maintainer.
14703
14704 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14705
14706         * MAINTAINERS: Add new Java maintainer.
14707
14708 1999-10-25  Andreas Schwab  <schwab@suse.de>
14709
14710         * configure: Fix quoting inside arguments of eval.
14711
14712 1999-10-21  Nick Clifton  <nickc@cygnus.com>
14713
14714         * config-ml.in: Allow suppression of some ARM multilibs.
14715
14716 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14717
14718         * config.guess: Add OS/390 match pattern.
14719         * config.sub: Add mvs, openedition targets.
14720         * configure.in (i370-ibm-opened*): New.
14721
14722 1999-09-04  Steve Chamberlain  <sac@pobox.com>
14723
14724         * config.sub: Add support for configuring for pj.
14725
14726 1999-08-31  Nick Clifton  <nickc@cygnus.com>
14727
14728         * config.sub (maybe_os): Add support for configuring for fr30.
14729
14730 1999-08-25  Nick Clifton  <nickc@cygnus.com>
14731
14732         * configure.in: Do not configure or build ld for AIX
14733         platforms.  ld is known to be broken on these platforms.
14734
14735 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14736
14737         * config-ml.in: Pass compiler flag corresponding to multidirs to
14738         subdir configures.
14739
14740 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
14741
14742         * Makefile.in (LDFLAGS): Define.
14743
14744 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14745
14746         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14747         noconfigdirs.
14748         (*-*-cygwin*): Likewise.
14749
14750 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
14751
14752         * mkdep: New file.
14753         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14754         (BINUTILS_SUPPORT_DIRS): Add mkdep.
14755
14756         From Eli Zaretskii <eliz@is.elta.co.il>:
14757         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14758         long file name when using DJGPP on MS-DOS.
14759
14760 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14761
14762         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14763
14764 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14765
14766         * Makefile.in (check-target-libio): Remove all-target-libstdc++
14767         dependency as this causes "make check" to globally "make all"
14768
14769 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14770
14771         * configure.in (target_libs): Added target-zlib.
14772         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14773         (CONFIGURE_TARGET_MODULES): Likewise.
14774         (CHECK_TARGET_MODULES): Likewise.
14775         (INSTALL_TARGET_MODULES): Likewise.
14776         (CLEAN_TARGET_MODULES): Likewise.
14777         (configure-target-zlib): New target.
14778         (all-target-zlib): Likewise.
14779         (all-target-libjava): Depend on all-target-zlib.
14780         (configure-target-libjava): Depend on configure-target-zlib.
14781
14782         * Makefile.in (configure-target-libjava): Depend on
14783         configure-target-newlib.
14784         (configure-target-boehm-gc): New target.
14785         (configure-target-qthreads): New target.
14786
14787         * configure.in (target_libs): Added target-qthreads.
14788         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14789         (CONFIGURE_TARGET_MODULES): Likewise.
14790         (CHECK_TARGET_MODULES): Likewise.
14791         (INSTALL_TARGET_MODULES): Likewise.
14792         (CLEAN_TARGET_MODULES): Likewise.
14793         (all-target-qthreads): New target.
14794         (configure-target-libjava): Depend on configure-target-qthreads.
14795         (all-target-libjava): Depend on all-target-qthreads.
14796
14797         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14798         (CONFIGURE_TARGET_MODULES): Likewise.
14799         (CHECK_TARGET_MODULES): Likewise.
14800         (INSTALL_TARGET_MODULES): Likewise.
14801         (CLEAN_TARGET_MODULES): Likewise.
14802         (all-target-libjava): New target.
14803         (all-target-boehm-gc): Likewise.
14804         * configure.in (target_libs): Added libjava, boehm-gc.
14805
14806 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
14807
14808         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14809         configure.bat in SUPPORT_FILES.
14810         (gas+binutils.tar.bz2): Likewise.
14811
14812         * makeall.bat: Remove; obsolete.
14813
14814 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
14815
14816         From Mark Elbrecht:
14817         * configure.bat: Remove; obsolete.
14818
14819 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
14820
14821         * configure: Add -W -Wall to the default CFLAGS when compiling with
14822         gcc.
14823
14824 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14825
14826         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14827
14828 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
14829
14830         * configure.in: Build ld on IRIX6.
14831
14832 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
14833
14834         * Makefile.in: Change distribution targets to use bzip2 instead of
14835         gzip.
14836         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14837         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14838
14839 1999-06-04  Nick Clifton  <nickc@cygnus.com>
14840
14841         * config.sub: Add mcore target.
14842
14843 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14844
14845         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14846
14847 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14848
14849         * config.guess (dummy): Changed to $dummy.
14850
14851 1999-05-24  Nick Clifton  <nickc@cygnus.com>
14852
14853         * config.sub: Tidied up case statements.
14854
14855 1999-05-22  Ben Elliston  <bje@cygnus.com>
14856
14857         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14858         <jiro@din.or.jp>.
14859
14860         * config.guess: Merge with FSF version. Future changes will be
14861         more accurately recorded in this ChangeLog.
14862         * config.sub: Likewise.
14863
14864 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14865
14866          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14867
14868 1999-04-30  Tom Tromey  <tromey@cygnus.com>
14869
14870         * ltmain.sh: [mode link] Always use CC given by ltconfig.
14871
14872 1999-04-23  Tom Tromey  <tromey@cygnus.com>
14873
14874         * ltconfig, ltmain.sh: Update to libtool 1.2f.
14875
14876 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14877
14878         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14879         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14880         Bad merge removed these two changes.
14881
14882 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14883                           Martin Heller (Ing.-Buero_Heller@t-online.de)
14884
14885         * config.guess (interix Alpha): Add.
14886
14887 1999-04-11  Richard Henderson  <rth@cygnus.com>
14888
14889         * configure.in (i?86-*-beos*): Do config gperf; don't config
14890         gdb, newlib, or libgloss.
14891
14892 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14893
14894         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14895         link a trivial program with -mabi=64.  If it fails, remove mabi=64
14896         from multidirs.
14897
14898 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14899
14900         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14901
14902 1999-04-08  Nick Clifton  <nickc@cygnus.com>
14903
14904         * config.sub: Add support for mcore targets.
14905
14906 1999-04-07  Michael Meissner  <meissner@cygnus.com>
14907
14908         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14909         not mt-ospace, in order to shut up assembler warning about using
14910         symbols that are named the same as registers.
14911
14912 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14913
14914         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14915         dependency list for all-target-cygmon.
14916
14917 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
14918
14919         * config-ml.in: Check $host, not $target, for selective multilibs.
14920         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14921         thumb interworking, and underscore prefix multilibs.
14922
14923 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
14924
14925         * missing: Update to version from current automake.
14926
14927 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14928
14929         * configure (gxx_include_dir): Removed.
14930
14931         * configure.in (gxx_include_dir): Handle it.
14932         * Makefile.in: Likewise.
14933
14934 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14935
14936         * config.sub (mips64vr4111,mips64vr4111el) Add.
14937
14938 1999-03-21  Ben Elliston  <bje@cygnus.com>
14939
14940         * config.guess: Correct typo for detecting ELF on FreeBSD.
14941
14942 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14943
14944         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14945         config/mh-djgpp.
14946
14947 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14948
14949         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14950         all-target-newlib to dependency list for all-target-bsp.
14951
14952 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14953
14954         * config.sub: Add i386-uwin support.
14955         * config.guess: Likewise.
14956
14957 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14958
14959         * configure.in: cleanup, add mh-*pic handling for arm, special
14960         case powerpc*-*-aix*
14961
14962 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14963
14964         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14965         can be built.
14966
14967 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14968
14969         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14970         targets.
14971
14972 1999-03-02  Nick Clifton  <nickc@cygnus.com>
14973
14974         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14975
14976 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
14977
14978         * config.sub: Check for "cygwin*" rather than "cygwin32*"
14979
14980 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14981
14982         * config.sub: Fix typo in arm recognition.
14983
14984 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
14985
14986         * configure.in (noconfigdirs): Changed target_configdirs to
14987         include target-bsp only for m68k-*-elf* and m68k-*-coff*
14988         rather than m68k-*-* since it is not known to work on
14989         m68k-aout. Ditto for arm-*-*oabi.
14990
14991 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
14992
14993         * configure.in (*-*-windows*): Remove, no longer used.
14994
14995 1999-02-19  Ben Elliston <bje@cygnus.com>
14996
14997         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14998         Smart and improved by Andrew Cagney.
14999
15000 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15001
15002         * config.guess: Recognize openbsd-*-hppa.
15003
15004 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15005
15006         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15007         only if it is not empty.
15008
15009 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15010
15011         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15012
15013         * config.guess: Modified to recognize uname's armv* syntax.
15014
15015         * config.sub: Modified to recognize uname's armv* syntax.
15016
15017 1999-02-17  Mark Salter  <msalter@cygnus.com>
15018
15019         * configure.in: Added target-bsp for sparclite.
15020
15021 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15022
15023         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15024
15025 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15026
15027         * configure.in: Add support for strongarm port.
15028         * config.sub: Add support for strongarm target.
15029
15030 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15031
15032         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15033         the old name config/mh-cygwin32.
15034         Enable texinfo.
15035
15036 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15037
15038         * configure.in: Do build ld for ix86 Solaris.
15039
15040 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15041
15042         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15043         $AR_FOR_TARGET.  Likewise for RANLIB.
15044
15045 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15046
15047         * config.sub (oabi):  Recognize.
15048         * configure.in (arm-*-oabi):  Handle.
15049
15050 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15051
15052         * config.guess: Improve detection of i686 on UnixWare 7.
15053
15054 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15055
15056         * config.guess: Add support for i386-pc-interix.
15057         * config.sub: Likewise.
15058         * configure.in: Likewise.
15059
15060 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15061
15062         * Makefile.in: Remove unneeded all-target-libio from
15063         from all-target-winsup target since it is now unneeded.
15064         Add all-target-libtermcap in its place since it is now
15065         needed.
15066
15067 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15068
15069         * configure.in: makefile stub for cygwin target is probably
15070         unnecessary.  Remove it for now.
15071
15072 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15073
15074         * configure.in: libtermcap.a should be built when cygwin is the
15075         target as well as the host.
15076         * config.guess: Allow mixed case in cygwin uname output.
15077         * Makefile.in: Add libtermcap target.
15078
15079 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15080
15081         * config.sub: Clean up handling of hppa2.0.
15082
15083 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15084
15085         * config.guess: Use C code to identify more HP machines.
15086
15087 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15088
15089         * config.sub: Handle hppa2.0.
15090
15091 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15092
15093         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15094         cygmon for all sparclite targets, regardless of object format.
15095
15096 1998-12-15  Mark Salter  <msalter@cygnus.com>
15097
15098         * configure.in: Added target-bsp for several target architectures.
15099
15100         * Makefile.in: Added rules for bsp.
15101
15102 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15103
15104         * config.guess: Improve detection of hppa2.0 processors.
15105
15106 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15107
15108         * config.guess: Recognize FreeBSD using ELF automatically.
15109
15110 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15111
15112         * configure (skip-this-dir): Add handling for new shell script, which
15113         might be created by a sub-directory's configure to indicate, this particular
15114         directory is "unwanted".
15115         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15116
15117 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15118
15119         * ltconfig: import from libtool, after changing libtool to
15120         account for the cygwin name change.
15121
15122 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15123
15124         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15125         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15126
15127 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15128
15129         * configure.in: Add libtermcap to list of cygwin dependencies.
15130
15131 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15132
15133         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15134         they include winsup/include when it's a cygwin target.
15135
15136 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15137
15138         * configure.in (host_tools): Added zip.
15139         * Makefile.in (all-target-libjava): Depend on all-zip.
15140         (all-zip): New target.
15141         (ALL_MODULES): Added all-zip.
15142         (NATIVE_CHECK_MODULES): Added check-zip.
15143         (INSTALL_MODULES): Added install-zip.
15144         (CLEAN_MODULES): Added clean-zip.
15145
15146 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15147
15148         * Makefile.in: lose "32" from comment about cygwin.
15149
15150 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15151
15152         * configure.in: Use -Os to build target libraries for the fr30.
15153
15154 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15155
15156         * config.sub: Add fr30.
15157
15158 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15159
15160         * configure.in: drop "32" from config/mh-cygwin32.  Check
15161         cygwin* instead of cygwin32*.
15162         * config.sub: Check cygwin* instead of cygwin32*.
15163
15164 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15165
15166         * config.guess: Match any version of Unixware7.
15167
15168 1998-10-20  Syd Polk  <spolk@cygnus.com>
15169
15170         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15171         if desired.
15172
15173 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15174
15175         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15176         these if the appropriate directories and files to not exist.
15177
15178 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15179
15180         * Makefile.in (DEVO_SUPPORT): Add config.if.
15181
15182 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15183
15184         * configure: Add pattern to replace "build_tooldir"'s
15185         definition in the generated Makefile with "tooldir"'s
15186         actual value.
15187
15188 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15189
15190         * config.sub: Bring back lost sparcv9.
15191
15192         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15193
15194 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15195
15196         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15197         CC_FOR_TARGET and friends.
15198
15199 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15200
15201         * Makefile.in (build_tooldir): New variable, same as tooldir.
15202         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15203         -B$(build_tooldir)/bin/.
15204         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15205
15206 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15207
15208         * README: Remove installation instructions and refer to the
15209         INSTALL directory instead.
15210
15211 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15212
15213         * config.sub: Add support for i[34567]86-pc-udk.
15214         * configure.in: Likewise.
15215
15216 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15217
15218         * Makefile.in: add bzip2 package building bits for user
15219         tools module
15220         * configure.in: ditto
15221
15222 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15223
15224         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15225         (ALL_TARGET_MODULES): Add all-target-libobjc.
15226         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15227         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15228         (all-target-libchill): Add dependencies.
15229         * configure.in (target_libs): Add libchill.
15230
15231 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15232
15233         * configure.in (target_subdir): Remove duplicate line.
15234
15235 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15236
15237         * Makefile.in (all-automake): fix dependencies.
15238
15239 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15240
15241         * configure.in: Minor cleanups for building in the $(target_alias)
15242         subdir.
15243
15244 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15245
15246         * Makefile.in (bootstrap): Set r and s before make all.  Use
15247         BASE_FLAGS_TO_PASS in make all.
15248         (cross): Likewise.
15249
15250 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15251
15252         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15253
15254 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15255
15256         * config.sub: Fix typo in last change.
15257
15258 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15259
15260         * config.sub: Add support for C4x target.
15261         * configure.in: Likewise.
15262
15263 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15264
15265         * config.sub: Recognize sparcv9 just like sparc64.
15266
15267 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15268
15269         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15270
15271 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15272
15273         * config.guess: Correctly identify Pentium II sco boxes.
15274
15275         * config.guess: Fix "tr" code.  From Weiwen Liu.
15276
15277 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15278
15279         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15280         stabs.
15281
15282 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15283
15284         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15285         (ALL_TARGET_MODULES): Add all-target-libchill.
15286         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15287         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15288         (all-target-libchill): Add dependencies.
15289         * configure.in (target_libs): Add libchill.
15290
15291 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15292
15293         * config.guess: Avoid assumptions about "tr" behaves when
15294         LANG is set to something other than English.
15295
15296 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15297
15298         * configure (gxx_include_dir): Changed to
15299         '${prefix}/include/g++'-${libstdcxx_interface}.
15300
15301         * config.if: New to determine the interfaces.
15302
15303 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15304
15305         * config.guess: Detect and handle MPE/IX.
15306         * config.sub: Deal with MPE/IX.
15307
15308 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15309
15310         * configure.in: Use mh-aix43.
15311
15312 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15313
15314         * configure: Fix --without/--disable cases for gxx-include-dir.
15315
15316 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15317
15318         * mdata-sh:  Imported.  Needed for automake support.
15319
15320 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15321
15322         * Makefile.in (taz): Try "chmod -R og=u ." before
15323         "chmod og=u `find . -print`".
15324
15325 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15326
15327         * configure.in: Add arm-elf and thumb-elf support.
15328
15329 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15330
15331         * Makefile.in: Undo previous patch.
15332
15333 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15334
15335         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15336         to here ...
15337         (install-no-fixedincludes): and here
15338         (INSTALL_MODULES): ... from here.
15339
15340 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15341
15342         * config.sub: Merge with FSF.
15343
15344         * config.guess: Merge with FSF.
15345
15346 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15347
15348         * configure (extraconfigdirs): New variable.
15349         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15350         * Makefile.in (all): Move higher in file.
15351         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15352         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15353         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15354         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15355         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15356
15357 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15358
15359         * Makefile.in (all-target-libjava): Depend on all-gcc and
15360         all-target-newlib.
15361         (configure-target-libjava): Depend on $(ALL_GCC).
15362
15363 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15364
15365         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15366         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15367
15368 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15369
15370         * INSTALL/README: Fix typo.
15371
15372 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15373
15374         * ylwrap: Change absolute path checks to check for DOS style path
15375         names.
15376
15377         * ylwrap: Don't use a full path name if the source file is in the
15378         same directory.  From hjl@lucon.org (H.J. Lu).
15379
15380         * config-ml.in: Default to being verbose, to match Feb 18 change to
15381         configure.
15382
15383 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15384
15385         Brought over from egcs:
15386
15387         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15388
15389         * configure.in (target_subdir): Set to ${target_alias} instead
15390         of "libraries".
15391
15392         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15393
15394         * configure.in (target_subdir): Set to libraries if enable_multilib.
15395
15396 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15397
15398         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15399         multilibs, force reconfiguration the first time we create
15400         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15401
15402 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15403
15404         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15405         avoid confusion with --no-recursion.
15406
15407 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15408
15409         * configure.in: Win32 hosts shouldn't use install -x
15410         * install-sh: remove -x option, and special .exe-handling
15411         hack.
15412
15413 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15414
15415         * config.guess: Recognize i586-pc-beos.
15416         * configure.in: Don't build some bits for beos.
15417
15418 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15419
15420         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15421         CFLAGS default to -O2.
15422
15423         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15424         when using GNU ld.
15425
15426 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15427
15428         * ltmain.sh: Correct install when using a different shell.
15429
15430 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15431
15432         * ltconfig, ltmain.sh: Update to libtool 1.2b.
15433
15434 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15435
15436         * makefile.vms: Update to build binutils/makefile.vms.  Add install
15437         target.
15438
15439 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15440
15441         * ltconfig: Update to correct AIX handling.
15442
15443 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15444
15445         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15446
15447         * configure.in (target_subdir): Set to ${target_alias} instead
15448         of "libraries".
15449
15450 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15451
15452         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15453         (Makefile): Depend on $(gcc_version_trigger).
15454
15455         * configure (gcc_version): Change default initializer to empty
15456         string.
15457         (gcc_version_trigger): New variable; pass this variable down
15458         to subdir configures to enable them checking gcc's version
15459         themselves. Emit make macros for both gcc_version vars.
15460         (topsrcdir): Initialize reliably.
15461         (recursion line): Remove --with-gcc-version=${gcc_version}.
15462
15463 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15464
15465         * configure (enable_version_specific_runtime_libs): Implement new flag
15466         --enable-version-specific-runtime-libs which installs C++ runtime stuff
15467         in $(libsubdir); emit definition in each generated Makefile.
15468         (gxx_include_dir): Initialize depending on
15469         $enable_version_specific_runtime_libs.
15470
15471 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15472
15473         * configure (gcc_version): Initialize properly depending on
15474         how and where configure is started.
15475         (recursion line): Pass a --with-gcc-version=${gcc_version}
15476         to configures in subdirs.
15477
15478 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15479
15480         * configure.in (noconfigdirs): Add configure pattern for mips tx39
15481         cygmon
15482
15483 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15484
15485         * configure.in: Add cygmon and libstub support for mn10200.
15486
15487 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15488
15489         * configure (gcc_version): Add new variable describing the
15490         particular gcc version we're building.
15491         * Makefile.in (libsubdir): Add new macro for the directory
15492         in which the compiler finds executables, libraries, etc.
15493         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15494         and libsubdir.
15495
15496 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15497
15498         * Makefile.in (local-clean): Remove *.log.
15499         (warning.log): Built with warn_summary from build.log.
15500         (mail-report.log): Run test_summary.
15501         (mail-report-with-warnings.log): Run test_summary including
15502         warning.log in the report.
15503
15504 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
15505
15506         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15507
15508 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
15509
15510         * Makefile.in (grep): Grep no longer depends on libiberty.
15511
15512 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
15513
15514         * Makefile.in: all-snavigator needs all-libgui.
15515
15516 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
15517
15518         * configure.in: Add cygmon and libstub support for mn10300.
15519
15520 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
15521
15522         * missing: Update to version from automake 1.3.
15523
15524         * ltmain.sh: On installation, don't get confused if the same name
15525         appears more than once in the list of library names.
15526
15527 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15528
15529         * config.sub: Accept m68060 and m5200 as CPU names.
15530
15531 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
15532
15533         * configure: Use && rather than using -a in test, because odd
15534         strings can confuse test.
15535         * configure.in: Likewise.
15536
15537 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15538
15539         * ltconfig, ltmain.sh: Bring in Visual C++ support.
15540
15541 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15542
15543         * Makefile.in (boostrap2-lean, bootstrap3-lean,
15544         bootstrap4-lean): New targets.
15545
15546 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
15547
15548         * mpw-* Delete.  Not used.
15549
15550 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
15551
15552         * COPYING.LIB: Update FSF address.
15553
15554 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
15555
15556         * ltconfig, ltmain.sh: Update to libtool 1.2a.
15557
15558         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15559         GAS_SUPPORT_DIRS.
15560
15561 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
15562
15563         * ltconfig, ltmain.sh: Avoid producing a version number if
15564         -version-info was not used.
15565
15566 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15567
15568         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15569         building with newlib.
15570
15571 1998-04-30  Paul Eggert  <eggert@twinsun.com>
15572
15573         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15574         Solaris `make' causes it to continue to next definition.
15575
15576 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15577
15578         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15579         the right GUI libraries and files are installed along with GDB.
15580
15581 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15582
15583         * configure.in: Change alpha to alpha* in several places.
15584
15585 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
15586
15587         * config.sub: Recognize sparc86x.
15588
15589 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
15590
15591         * configure.in (--enable-target-optspace): Remove debug echo.
15592
15593 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
15594
15595         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15596
15597 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15598
15599         * ltconfig: Update cygwin32 support.
15600
15601         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15602         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15603         (GDB_SUPPORT_DIRS): Likewise.
15604
15605 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
15606
15607         * configure.in (target_makefile_frag): If --enable-target-optspace,
15608         use -Os to compile target libraries rather than -O2.  Default to
15609         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15610         not used.
15611         * configure.in (target_cflags): Ditto for d30v.
15612
15613 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
15614
15615         * Makefile.in (all-bfd): Depend on all-intl.
15616         (all-binutils): Likewise.
15617         (all-gas): Likewise.
15618         (all-gprof): Likewise.
15619         (all-ld): Likewise.
15620
15621 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
15622
15623         * configure.in (host_tools): Fix typo, lbtool -> libtool.
15624
15625 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15626
15627         * Makefile.in (all-bfd): Depend upon all-libiberty.
15628
15629         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15630
15631 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
15632
15633         * Makefile.in: Add libstub.
15634
15635         * configure.in: Ditto. Build libstub for targets that have cygmon
15636         support.
15637
15638 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
15639
15640         * configure.in: Don't set PICFLAG on ix86-cygwin32.
15641
15642 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
15643
15644         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15645         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
15646
15647 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
15648
15649         * configure: Define DEFAULT_M4 by searching PATH.
15650         * Makfile.in: Use DEFAULT_M4.
15651
15652 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15653
15654         * ltconfig: Add cygwin32 support.
15655
15656         * Makefile.in, configure.in: Add libtool as a native only directory
15657         to configure and build.
15658
15659 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
15660
15661         * Makefile.in (INSTALL_MODULES): Remove texinfo.
15662
15663 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15664
15665         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15666
15667 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15668
15669         * Makefile.in: add ash make rules
15670         * configure.in: add ash to native_only and host_tools lists
15671
15672 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15673
15674         * Makefile.in (all-gettext, all-intl): New targets.
15675         (ALL_MODULES): Added all-gettext, all-intl.
15676         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15677         (INSTALL_MODULES): Added install-gettext, install-intl.
15678         (CLEAN_MODULES): Added clean-gettext, clean-intl.
15679
15680         * configure.in (host_tools): Added gettext.
15681         (native_only): Likewise.
15682         (noconfigdirs) [various cases]: Likewise.
15683         (host_libs): Added intl.
15684
15685 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15686
15687         * configure: Do not disable building gdbtk for cygwin32 hosts.
15688
15689 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15690
15691         * configure.in: Add thumb-coff target.
15692         * config.sub: Add thumb-coff target.
15693
15694 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15695
15696         * Makefile.in: Revert yesterday's change.
15697         (all-target-winsup):  all-target-librx stays out of here.
15698
15699 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15700
15701         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15702         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15703         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15704         Remove references to librx and libg++.
15705
15706 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15707
15708         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15709         recursive makes
15710
15711 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15712
15713         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15714         for newlib directory.
15715         (CXX_FOR_TARGET): Likewise.
15716
15717 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15718
15719         * ltconfig: Update after libtool/ltconfig.in change for
15720         hpux11.
15721
15722 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15723
15724         * ltconfig, ltmain.sh: Update to libtool 1.2.
15725
15726 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15727
15728         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15729         (install-gcc-cross): Instead, override LANGUAGES here.
15730
15731 1998-03-18  Dave Love  <d.love@dl.ac.uk>
15732
15733         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15734         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15735
15736 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15737
15738         * configure.in: Add Thumb-pe target.
15739
15740 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15741
15742         * Makefile.in - changed sn targets to snavigator
15743         * configure.in - changed sn targets to snavigator
15744
15745 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15746
15747         * config-ml.in: After building symlink tree call make distclean
15748         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15749         to be the case for libiberty.
15750
15751 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15752
15753         * configure: When making link, also check the current
15754         directory. The configure scripts may create one.
15755
15756 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15757
15758         * config.sub: Accept alphapca56 and alphaev6 properly.
15759
15760 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15761
15762         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15763
15764 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15765
15766         * config.sub (sco5): Fix typo.
15767
15768 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15769
15770         * Makefile.in (INSTALL_MODULES): Move install-tcl before
15771         install-itcl.
15772         (install-itcl): Remove dependency on install-tcl.
15773
15774 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15775
15776         * configure.in: Remove libgloss from noconfigdirs for MN10300.
15777
15778 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15779
15780         * configure.in: Don't build libgui for a cygwin32 target when not on
15781         a cygwin32 host.
15782
15783 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15784
15785         * configure (redirect): Set to null, so default behavior of
15786         configure is now --verbose.
15787
15788 1998-02-16  Dave Love  <d.love@dl.ac.uk>
15789
15790         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15791         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15792
15793 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15794
15795         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15796         this change to sync Makefile.in with its ChangeLog entries.
15797
15798 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15799
15800         * ltmain.sh (mkdir): Check that the directory doesn't exist
15801         before we exit with error, so that we don't get races during
15802         parallel builds.
15803
15804 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15805
15806         * ltconfig, ltmain.sh: Update from libtool 1.0i.
15807
15808 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15809
15810         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15811         PICFLAG_FOR_TARGET.
15812         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15813
15814         * configure: Emit a definition for the new macro enable_shared
15815         into each Makefile.
15816
15817 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15818
15819         * configure.in (host_tools, native_only): Add libtool.
15820
15821 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15822
15823         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15824         Fix typo in ming config comment.
15825
15826 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15827
15828         * ltconfig, ltmain.sh: Update from libtool 1.0h.
15829
15830 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15831
15832         * config.sub: Add tic30 cases, and map c30 to tic30.
15833
15834 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15835
15836         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15837         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15838         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15839         (CLEAN_TARGET_MODULES): Similarly
15840         (all-target-libf2c): Add dependences.
15841         * configure.in (target_libs): Add libf2c.
15842
15843 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15844
15845         * configure.in: Remove expect from noconfigdirs when target
15846         is cygwin32.  OK to build expect and dejagnu with Canadian
15847         Cross.
15848
15849 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15850
15851         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15852         host.
15853
15854         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15855         and mingw32.
15856
15857 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15858
15859         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15860         here as it is not defined in the toplevel Makefile.
15861
15862 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15863
15864         * configure (package_makefile_rules_frag): New variable, which names
15865         a file with generic rules, ...
15866         Change comment to mention we now have FIVE parts.
15867         * configure: Undo last change.
15868
15869 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15870
15871         * config.guess: More accurate determination of HP processor types.
15872         * config.sub: More accurate determination of HP processor types.
15873
15874 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15875
15876         * configure (package_makefile_frag): Move inserting the
15877         ${package_makefile_frag} to where it should be according
15878         to the comment.
15879
15880 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15881
15882         * config.guess: Add support for Linux/ARM.
15883
15884 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15885
15886         * .cvsignore: Remove *-info and *-install since they match
15887         release-info and mpw-install, which we don't want to just ignore.
15888
15889 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15890
15891         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15892
15893 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15894
15895         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15896         local_prefix to sub-make invocations.
15897
15898 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15899
15900         * configure.in: Check makefile fragments in the source
15901         directory.
15902
15903 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15904
15905         * configure.in: Check whether host and target makefile
15906         fragments exist before adding them to *_makefile_frag.
15907
15908 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15909
15910         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15911
15912 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15913
15914         * configure.in: Make sure we only replace RPATH_ENVVAR on
15915         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15916         regexp to sed.
15917
15918         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15919         to sub-makes.
15920
15921 1998-01-13  Lee Iverson   (leei@ai.sri.com)
15922
15923         * config-ml.in (multi-do): LDFLAGS must include multilib
15924         designator.
15925
15926 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15927
15928         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15929
15930 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15931
15932         * config.sub: Add mingw32 support.
15933         * configure.in: Likewise.
15934
15935 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15936
15937         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15938
15939 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15940
15941         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15942         * configure (gxx_include_dir): Provide a definition for subdirs
15943         which do not use autoconf.
15944
15945 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15946
15947         * config.guess: Sync with egcs.  Picks up new alpha support,
15948         BeOS & some additional linux support.
15949
15950 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15951
15952         * config.guess: HP 9000/803 is a PA1.1 machine.
15953
15954 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15955
15956         * configure.in: It's alpha*-...
15957
15958 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15959
15960         * configure.in (host_makefile_frag, target_makefile_frag):
15961         Handle multiple config files.
15962         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15963         alpha-*-*.
15964
15965 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15966
15967         * mkdep: New file.
15968
15969 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
15970
15971         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15972
15973 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15974
15975         * Makefile.in: Add libgui directory.
15976         (GDB_TK): Add all-libgui.
15977         * configure.in: Add libgui directory.
15978         * configure: Add all-libgui to GDB_TK.
15979
15980 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
15981
15982         * config-ml.in (multidirs): Add m32r to multilib list.
15983
15984 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
15985
15986         * Makefile.in (all-target-gperf): Change dependency to
15987         all-target-libstdc++.
15988
15989 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
15990
15991         * config.guess: Add BeOS support.
15992
15993 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15994
15995         Source directory cvs renamed to cvssrc:
15996         * configure.in (host_tools): Change cvs to cvssrc.
15997         (native_only): Likewise.
15998         (noconfigdirs) [various cases]: Likewise.
15999         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16000         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16001         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16002         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16003         (all-cvssrc): Rename target from all-cvs.
16004
16005 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16006
16007         * configure (gxx_include_dir): Fix thinko.
16008
16009 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16010
16011         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16012         (install-cross, install-gcc-cross): New targets.
16013
16014 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16015
16016         * configure.in (noconfigdirs): Add support for Thumb target.
16017
16018         * config.sub (maybe_os): Add support for Thumb target.
16019
16020 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16021
16022         * Makefile.in: Add rules for cygmon.
16023
16024         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16025
16026 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16027
16028         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16029         * configure (gxx_include_dir): Provide a definition for subdirs
16030         which do not use autoconf.
16031
16032 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16033
16034         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16035         11/18/97 build
16036
16037 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16038
16039         * From Franz Sirl.
16040         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16041         found on RedHat Linux systems.
16042
16043 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16044
16045         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16046         guesses.
16047
16048 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16049
16050         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16051
16052 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16053
16054         * ltmain.sh: If mkdir fails, check whether the directory was created
16055         anyhow by some other process.
16056
16057 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16058
16059         * configure.in (d30v-*-*): Configure all directories.
16060
16061 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16062
16063         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16064         for the D30V.
16065
16066 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16067
16068         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16069
16070 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16071
16072         * include/libiberty.h: Add extern "C" { so it can be used with C++
16073         progrms.
16074         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16075         programs.
16076
16077 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16078
16079         * configure.in (d30v-*-*): Configure GCC now.
16080
16081 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16082
16083         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16084         is no longer needed.
16085
16086 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16087
16088         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16089
16090 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16091
16092         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16093         targets using "$@" to provide support for similar but not identical
16094         targets without having to duplicate code.
16095
16096 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16097
16098         * makefile.vms: Fix to work with DEC C.
16099
16100 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16101
16102         * config.sub: Add mips-tx39-elf to marketing names.
16103
16104 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16105
16106         * ltmain.sh: Handle symlinks in generated script.
16107
16108 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16109
16110         * configure: Handle autoconf style directory options: --bindir,
16111         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16112         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16113         --sysconfdir.
16114         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16115         (sharedstatedir, localstatedir, oldincludedir): New variables.
16116         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16117         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16118         sbindir, sharedstatedir, and sysconfdir.
16119
16120 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16121
16122         * Makefile.in (bootstrap-lean): New target.
16123
16124 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16125
16126         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16127         sn, and gnuserv from noconfigdirs.
16128
16129 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16130
16131         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16132
16133 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16134
16135         * Makefile.in (cross): New target.
16136
16137 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16138                           Jeff Law         <law@cygnus.com>
16139
16140         * Makefile.in (bootstrap2, bootstrap3): New targets.
16141         (all-bootstrap): Remove outdated and confusing target.
16142         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16143
16144 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16145
16146         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16147         windows.  Consistent with gdb/configure.
16148
16149 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16150
16151         * configure.in: Name Linux target fragment.
16152
16153         * configure: Rewrite so that project Makefile fragment is inserted
16154         first and appears last in the resulting Makefile.
16155
16156 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16157
16158         * Makefile.in (install-itcl): Install tcl first.
16159
16160 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16161
16162         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16163
16164 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16165
16166         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16167
16168         * configure.in (skipdirs): Add target-librx for Linux.
16169         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16170
16171 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16172
16173         * Makefile.in (bootstrap): New target.
16174
16175 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16176
16177         * config.sub: Accept 'amigados' for backward compatibility.
16178
16179 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16180
16181         * config.guess: Merge with FSF.
16182
16183 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16184
16185         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16186
16187 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16188
16189         * config.sub: Add "marketing-names" patch.
16190
16191 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16192
16193         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16194
16195 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16196
16197         * config.sub: Handle v850-elf.
16198
16199 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16200
16201         * .cvsignore (*-install): Remove.
16202
16203 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16204
16205         * ltconfig: Set CONFIG_SHELL in libtool.
16206         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16207
16208 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16209
16210         * configure.in (target_subdir): Set to libraries if enable_multilib.
16211
16212 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16213
16214         * config.guess: Update from gcc directory.
16215
16216 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16217
16218         * Makefile.in (all-sim): Depends on all-readline.
16219
16220 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16221
16222         * Makefile.in (BISON, YACC): Use $$s.
16223         (all-bison): Depend on all-texinfo.
16224
16225 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16226
16227         * Makefile.in (BISON): Add -L flag.
16228         (YACC): Likewise.
16229
16230 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16231
16232         * configure.in (noconfigdirs): Add support for v850e target.
16233
16234         * config.sub (maybe_os): Add support for v850e target.
16235
16236 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16237
16238         * configure.in (noconfigdirs): Add support for v850ea target.
16239
16240         * config.sub (maybe_os): Add support for v850ea target.
16241
16242 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16243
16244         * config.sub: Add mipstx39.  Delete r3900.
16245
16246 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16247
16248         * Makefile.in (all-autoconf): Depends on all-texinfo.
16249
16250 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16251
16252         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16253         eabi targets.
16254
16255 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16256
16257         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16258
16259         * configure: When handling a Canadian Cross, handle YACC as well as
16260         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16261         * Makefile.in (all-bison): Depend upon all-texinfo.
16262
16263 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16264
16265         * Makefile.in (BISON): bison, not byacc or bison -y.
16266         (YACC): bison -y or byacc or yacc.
16267         (various): Add *-bison as appropriate.
16268         (taz): No need to mess with BISON anymore.
16269
16270 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16271
16272         * configure: If OSTYPE matches *win32*, try to find a good value for
16273         CONFIG_SHELL.
16274
16275 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16276
16277         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16278         configure.in if it is present.
16279
16280 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16281
16282         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16283
16284 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16285
16286         * config.sub: Recognize `arc' cpu.
16287         * configure.in: Likewise.
16288         * config-ml.in: Likewise.
16289
16290 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16291
16292         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16293
16294 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16295
16296         * configure: Changed sed delimiter from ':' to '|' when
16297         attempting to substitute ${config_shell} for SHELL. On
16298         NT ${config_shell} may contain a ':' in it.
16299
16300 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16301
16302         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16303
16304 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16305
16306         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16307
16308 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16309
16310         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16311
16312         * ylwrap: If the program is a relative path, force it to be
16313         absolute.
16314
16315 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16316
16317         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16318
16319 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16320
16321         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16322         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16323         for libraries.
16324
16325 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16326
16327         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16328         separated by spaces.
16329
16330 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16331
16332         * ylwrap: New file.
16333         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16334
16335         * ltmain.sh: Handle /bin/sh at start of install program.
16336
16337         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16338
16339         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16340         * missing: New file, from automake 1.2.
16341
16342 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16343
16344         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16345         check-tk to CHECK_X11_MODULES.
16346
16347 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16348
16349         * config.sub: Merge with FSF.
16350
16351 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16352
16353         * config.guess: Merge with FSF.
16354
16355 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16356
16357         * configure: Treat msdosdjgpp like go32.
16358         * configure.in: Likewise.  Don't remove gprof for go32.
16359
16360         * configure: Change Makefile.tem2 to Makefile.tm2.
16361
16362 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16363
16364         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16365
16366 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16367
16368         * install-sh (chmodcmd): Set to null if the DST directory already
16369         exists.  Same as Nov 11th change.
16370
16371 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16372
16373         * configure (GDB_TK): Needs itcl and tix.
16374
16375 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16376
16377         * config.guess: Update from FSF.
16378
16379 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16380
16381         * Makefile.in (GDB_TK): Depend on itcl and tix.
16382
16383 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16384
16385         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16386         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16387         (INSTALL_SCRIPT): New variable.
16388         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16389         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16390         to -x.
16391         * install-sh: Add support for -x option.
16392
16393 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16394
16395         * configure.in, Makefile.in: Treat tix like itcl.
16396
16397 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16398
16399         * Makefile.in (WINDRES): New variable.
16400         (WINDRES_FOR_TARGET): New variable.
16401         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16402         (EXTRA_HOST_FLAGS): Add WINDRES.
16403         (EXTRA_TARGET_FLAGS): Add WINDRES.
16404         (EXTRA_GCC_FLAGS): Add WINDRES.
16405         ($(DO_X)): Pass down WINDRES.
16406         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16407         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16408         DLLTOOL_FOR_TARGET.
16409
16410 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16411
16412         * configure.in: configure sim before gdb for win32-x-ppc
16413
16414 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16415
16416         Move gperf into the toplevel, from libg++.
16417         * configure.in (target_tools): Add target-gperf.
16418         (native_only): Add target-gperf.
16419         * Makefile.in (all-target-gperf): New target, depend on
16420         all-target-libg++.
16421         (configure-target-gperf): Empty rule.
16422         (ALL_TARGET_MODULES): Add all-target-gperf.
16423         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16424         (CHECK_TARGET_MODULES): Add check-target-gperf.
16425         (INSTALL_TARGET_MODULES): Add install-target-gperf.
16426         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16427
16428 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16429
16430         * config.sub (mn10200): Recognize new basic machine.
16431
16432 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16433
16434         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16435         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16436
16437 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16438
16439         * configure.in: If we're building mips-sgi-irix6* native, turn on
16440         ENABLE_MULTILIB and set TARGET_SUBDIR.
16441
16442 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16443
16444         * Makefile.in (all-sn): Depend on all-grep.
16445
16446 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16447
16448         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16449
16450         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16451         Makefile.  From Jeff Makey <jeff@cts.com>.
16452         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16453
16454         * Makefile.in (DISTBISONFILES): Remove.
16455         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
16456         $(DEFAULT_YACC).
16457
16458         * configure.in: Build itl, db, sn, etc., when building for native
16459         cygwin32.
16460
16461         * Makefile.in (LD): New variable.
16462         (EXTRA_HOST_FLAGS): Pass down LD.
16463         ($(DO_X)): Likewise.
16464
16465 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16466
16467         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16468
16469 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16470
16471         * configure.in (targargs): Strip out any supplied --build argument
16472         before adding our own. Always add --build.
16473
16474 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16475
16476         * configure.in (targargs): Pass --build if we're doing
16477         a cross-compile.
16478
16479 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16480
16481         * configure: Use '|' instead of ":" as the separator in
16482         sed. Otherwise sed chokes on NT path names with drive
16483         designators. Also look for "?:*" as the leading characters in an
16484         absolute pathname.
16485
16486 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16487
16488         * config.sub: Support for r3900.
16489
16490 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16491
16492         * configure.in: Use install-sh, not install.sh.
16493
16494 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16495
16496         * Makefile.in (taz): Improve check for BISON so it doesn't try to
16497         apply it twice.
16498
16499 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16500
16501         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16502         install-binutils.
16503
16504 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
16505
16506         * Makefile.in: Add automake targets.
16507         * configure.in (host_tools): Add automake.
16508
16509 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16510
16511         * configure: Default CXX to c++, not gcc.
16512         * Makefile.in (CXX): Set to c++, not gcc.
16513         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16514
16515 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
16516
16517         * install-sh: try appending a .exe if source file doesn't
16518         exist
16519
16520 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
16521
16522         * configure.in: Turn on multilib by default.
16523         (cross_only): Remove target-libiberty.
16524
16525         * Makefile.in (all-gcc): Don't depend on libiberty.
16526
16527 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
16528
16529         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16530
16531 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16532
16533         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16534         (DISTBISONFILES): Add ld/Makefile.in
16535
16536 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
16537
16538         * configure.in: if target is cygwin32 but host isn't cygwin32,
16539         don't configure gdb tcl tk expect, not just gdb.
16540
16541 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
16542
16543         * configure.in: Added gnuserv everywhere sn appears.
16544
16545         * Makefile.in (ALL_MODULES): Added all-gnuserv.
16546         (CROSS_CHECK_MODULES): Added check-gnuserv.
16547         (INSTALL_MODULES): Added install-gnuserv.
16548         (CLEAN_MODULES): Added clean-gnuserv.
16549         (all-gnuserv): New target.
16550
16551 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
16552
16553         * config.guess: Fixes for MIPS OpenBSD systems.
16554
16555 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16556
16557         * Makefile.in (INSTALL_XFORM): Remove.
16558         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16559
16560         * mkinstalldirs: New file, copied from automake.
16561         * Makefile.in (installdirs): Rename from install-dirs.  Use
16562         mkinstalldirs.  Change all users.
16563         (DEVO_SUPPORT): Add mkinstalldirs.
16564
16565 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16566
16567         * install-sh: Rename from install.sh.
16568         * Makefile.in (INSTALL): Change install.sh to install-sh.
16569         (DEVO_SUPPORT): Likewise.
16570
16571         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
16572         Graichen <graichen@rzpd.de>.
16573
16574 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
16575
16576         * config.guess: Recognize OpenBSD systems correctly.
16577
16578 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16579
16580         * README, Makefile.in (ETC_SUPPORT): Remove references to
16581         cfg-paper*, configure.{texi,man,info*}._
16582
16583 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
16584
16585         * Makefile.in (all.normal): Ensure that gcc is built after all
16586         the x11 - ie gdb - targets.
16587
16588 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
16589
16590         * makefile.vms: Don't run conf-a-gas.
16591
16592 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
16593
16594         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16595
16596 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
16597
16598         * configure.in: Remove noconfigdirs case since gdb also
16599         configures and builds for tic80-coff.
16600
16601 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16602
16603         * configure: Set cache_file to config.cache.
16604         * Makefile.in (local-distclean): Remove config.cache.
16605
16606 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16607
16608         * COPYING: Update FSF address.
16609
16610 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
16611
16612         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16613         noconfigdirs.
16614
16615 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16616
16617         * Makefile.in (install-dirs): Don't crash if prefix, and hence
16618         MAKEDIRS, is empty.
16619
16620 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
16621
16622         * config.sub: Tweak mn10300 entry.
16623
16624 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
16625
16626         * configure.in (host_tools): Put sim before gdb, so gdb's
16627         configure.tgt can determine if the simulator was configured.
16628
16629 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
16630
16631         * config.sub: Move BeOS $os case to be with other Cygnus
16632         local cases.
16633
16634 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
16635
16636         * config.sub: Remove misplaced comment that broke Linux.
16637
16638 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
16639
16640         * config.sub: Add BeOS support.
16641
16642 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
16643
16644         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16645
16646 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
16647
16648         * configure.in (noconfigdirs): Remove tcl and tk from
16649         noconfigdirs for cygwin32 builds.
16650
16651 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
16652
16653         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16654
16655 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
16656
16657         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16658         make-all.com, use makefile.vms instead.
16659
16660 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
16661
16662         * config.sub: Accept -lnews*.
16663
16664 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16665
16666         * configure.in (noconfigdirs): Disable target-newlib,
16667         target-examples and target-libiberty for d30v.
16668
16669 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16670
16671         * configure.in (noconfigdirs): Enable ld for d30v.
16672
16673 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16674
16675         * configure.in (tic80-*-*): Build compiler.
16676
16677 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16678
16679         * configure.in (d30v-*): Remove sim directory from list of
16680         unsupported d30v directories
16681
16682 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16683
16684         * config.sub, configure.in: Add d30v target cpu.
16685
16686 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16687
16688         * makefile.vms: New file.
16689         * make-all.com: Remove.
16690
16691 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16692
16693         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16694
16695 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16696
16697         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16698
16699 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16700
16701         * Makefile.in (ALL_MODULES): Added all-db.
16702         (CROSS_CHECK_MODULES): Addec check-db.
16703         (INSTALL_MODULES): Added install-db.
16704         (CLEAN_MODULES): Added clean-db.
16705
16706 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16707
16708         * config.guess: Merge with latest FSF sources.
16709
16710 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16711
16712         * Makefile.in (ALL_MODULES): Added all-itcl.
16713         (CROSS_CHECK_MODULES): Added check-itcl.
16714         (INSTALL_MODULES): Added install-itcl.
16715         (CLEAN_MODULES): Added clean-itcl.
16716
16717 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16718
16719         * configure.in: build gdb for mn10200
16720
16721 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16722
16723         * Makefile.in (all-target-winsup): Depend on all-target-libio.
16724
16725 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16726
16727         * configure.in (tic80-*-*): Turn off most targets right now.
16728
16729 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16730
16731         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16732         rather than the makeinfo program.
16733         (do-info): Depend upon all-texinfo.
16734
16735 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16736
16737         * configure.in: Remove uses of config/mh-linux.
16738
16739         * config.sub, config.guess: Merge with latest FSF sources.
16740
16741 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16742
16743         * config.sub (case $basic_machine): Add tic80 entries.
16744
16745 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16746
16747         * config.sub, config.guess: Merge with latest FSF sources.
16748
16749 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16750
16751         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16752         * mpw-config.in: Test for NewFolderRecursive.
16753         * mpw-install: Use symbolic name for startup filename.
16754         * mpw-README: Add various additional details.
16755
16756 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16757
16758         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16759
16760 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16761
16762         * configure.in: Do build gcc and the target libraries for
16763         the mn10200.
16764
16765 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16766
16767         * configure.in: don't avoid building gdb for mn10300 any more
16768         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16769         instead of single-quoting it.
16770
16771 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16772
16773         * configure.in: Don't use --with-stabs on IRIX 6.
16774
16775 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16776
16777         * configure.in (m32r): Build gdb, libg++ now.
16778
16779 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16780
16781         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
16782         directories from noconfigdirs.
16783
16784 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16785
16786         * config.sub (basic_machine): added mips16 configuration
16787
16788 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16789
16790         * config.sub: Handle d10v-unknown.
16791
16792 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16793
16794         * config.sub: Handle v850-unknown.
16795
16796 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16797
16798         * Makefile.in: add findutils
16799         * configure.in: add findutils to list of host_tools
16800
16801 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16802
16803         * config.sub: Handle mn10200 and mn10300.
16804
16805 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16806
16807         * configure.in (d10v-*): Do not build librx.
16808
16809 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16810
16811         * configure.in (mn10300): Build everything except gdb & libgloss.
16812
16813 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16814
16815         * config.guess:  Patch for Dansk Data Elektronik servers,
16816         from Niels Skou Olsen <nso@dde.dk>.
16817
16818         For ncr, use /bin/uname rather than uname, since GNU uname does not
16819         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16820
16821         Patch for MIPS R4000 running System V,
16822         from Eric S. Raymond <esr@snark.thyrsus.com>.
16823
16824         Fix thinko for nextstep.
16825
16826         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16827
16828         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16829         * config.guess: Guess mips-dec-mach_bsd4.3.
16830
16831         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16832         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16833         release numbers.
16834         * config.guess (mips-mips-riscos*):  Emit just enough of the
16835         release number.
16836
16837         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16838         * config.guess (sparc-auspex-sunos*):  Added.
16839         (f300-fujitsu-*): Added.
16840
16841         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16842         * config.guess:  Recognize a Tadpole as a sparc.
16843
16844 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16845
16846         * config.guess: Don't assume that NextStep version is either 2 or
16847         3.  NextStep 4 (aka OpenStep 4) has come out now.
16848
16849 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16850
16851         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16852         From Rik Faith <faith@cs.unc.edu>.
16853
16854 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16855
16856         * config.sub: Contributions from bug-gnu-utils to:
16857         Support plain "hppa" (no version given) architecture, reported by
16858         OpenStep.
16859         OpenBSD like NetBSD.
16860         LynxOs is not a hardware supplier.
16861
16862         * config.guess: Contributions from bug-gnu-utils to add support for:
16863         OpenBSD like NetBSD.
16864         Stratus systems.
16865         More Pyramid systems.
16866         i[n>4]86 Intel chips.
16867         M680[n>4]0 Motorola chips.
16868         Use unknown instead of lynx for hardware manufacturer.
16869
16870 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16871
16872         * install.sh (chmodcmd): Set to null if the DST directory already
16873         exists.
16874
16875 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16876
16877         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16878         not use mt-ppc target Makefile fragment any more.
16879
16880 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16881
16882         * configure.in (*-*-windows):  Exclude everything but those dirs
16883         needed to build windows.
16884
16885 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16886
16887         * Makefile.in (all-target-winsup): Depend on all-target-librx.
16888
16889 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16890
16891         * configure.in:  Exclude mmalloc from i386-windows.
16892
16893 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16894
16895         * Undo my previous change.
16896
16897 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16898
16899         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16900         unconditionally.
16901         (MAKEOVERRIDES): Define (revert this part of October 18 change).
16902
16903 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16904
16905         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16906         host to add it's own flags.
16907
16908 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16909
16910         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16911
16912 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16913
16914         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16915         (CXX_FOR_TARGET): Likewise.
16916         (GCC_FOR_TARGET): Define.
16917         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16918         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16919         CC_FOR_TARGET was specified on the command line.
16920         (MAKEOVERRIDES): Don't define.
16921
16922 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16923
16924         * configure.in (m32r): Fix spelling of libg++ libs.
16925
16926 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16927
16928         * config.sub (-apple*): Remove, now redundant.
16929
16930 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16931
16932         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16933
16934         * configure: Rework yesterday's sed script patch.
16935
16936         * config.sub: Merge with FSF.
16937
16938 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16939
16940         * config.guess:  Merge from FSF.
16941
16942         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16943         * config.guess: Use pc instead of unknown, for pc clone systems.
16944         Change linux to linux-gnu.
16945
16946         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16947         * config.guess: Avoid non-portable tr syntax.
16948
16949 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16950
16951         * test-build.mk (HOLES): Add "xargs" for gdb.
16952
16953         * configure: Avoid hpux10.20 sed bug.
16954
16955 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16956
16957         * configure.in:  Add support for windows host
16958         (that is a build done under the Microsoft build environment).
16959
16960 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16961
16962         * Makefile.in: Replace all uses of srcroot with s, to shrink
16963         command line lengths.
16964
16965         Patches from Geoffrey Noer <noer@cygnus.com>:
16966         * configure.in: If configuring for newlib, pass --with-newlib to
16967         subdirectories.
16968         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16969         -Bnewlib/ and -Lwinsup to gcc.
16970         (CXX_FOR_TARGET): Likewise.
16971
16972 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16973
16974         * Makefile.in (ETC_SUPPORT): Add configure.
16975
16976 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
16977
16978         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16979         host configuration file.
16980
16981 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
16982
16983         * configure.in: Break mn10x00 support into separate
16984         mn10200 and mn10300 configurations.
16985         * config.sub: Likewise.
16986
16987 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
16988
16989         * configure.in: Add lots of stuff to noconfigdirs for
16990         the mn10x00 targets.
16991
16992         * config.sub, configure.in: Add mn10x00 support.
16993
16994 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
16995
16996         * make-all.com: Call conf-a-gas, not config-a-gas.
16997
16998 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
16999
17000         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17001         targets.
17002
17003 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17004
17005         * mpw-README: Add much more detail for native PowerMac.
17006         * mpw-install: New file.
17007         * mpw-configure: Add --norecursion and --help options.
17008         * mpw-config.in: Translate readme and install files when
17009         copying to objdir.
17010         * mpw-build.in: Don't always depend on byacc and flex.
17011         (install-only-top): New action.
17012
17013 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17014
17015         * configure.in:  You can now configure GDB for the v850.
17016
17017 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17018
17019         * configure.in (noconfigdirs): Don't configure any C++ dirs
17020         if targeting D10V.
17021
17022 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17023
17024         * config.sub: Recognize mips64vr5000.
17025
17026 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17027
17028         * configure.in: Use a single line for host_tools and native_only.
17029
17030 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17031
17032         * config.sub, configure.in: Add entries for m32r.
17033
17034 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17035
17036         * Makefile.in (inet-install): Don't run install-gzip.
17037
17038 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17039
17040         * configure.in:  Don't config lots of things for *-*-windows*.
17041
17042 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17043
17044         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17045         (host_libs, host_tools): Copy from configure.in.
17046         * mpw-configure: Don't complain about directories not found.
17047
17048 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17049
17050         * configure.in (i[345]86): Recognize i686 for pentium pro.
17051         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17052         file.
17053
17054         * config.guess (i[345]86): Ditto.
17055
17056 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17057
17058         * configure.in (noconfigdirs): Removed gdb for D10V.
17059
17060 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17061
17062         * configure.in: Remove ld, target-libio, target-libg++, and
17063         target-libstdc++ from noconfigdirs.
17064
17065 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17066
17067         * configure: Fix three locations where shell scripts were
17068         being run directly rather than with config_shell.
17069
17070 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17071
17072         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17073         * config.sub (basic_machine): Recognize v850.
17074
17075 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17076
17077         * mpw-configure: Handle multiple enable/disable options and
17078         pass them down recursively, handle -c and -s flags appropriately
17079         depending on choice of compiler, add escape mechanism for
17080         quoted arguments to gC.
17081
17082 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17083
17084         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17085         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17086         so that -mrelocatable-lib and -mno-eabi are used.
17087
17088         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17089         not support --print-multi-lib, don't abort.
17090
17091 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17092
17093         * make-all.com: Run config-a-gas.
17094         * setup.com: Don't copy subdirectory files around.
17095
17096 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17097
17098         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17099         target, it now compiles correctly.
17100
17101 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17102
17103         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17104
17105 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17106
17107         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17108
17109 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17110
17111         * configure.in (native_only): Add prms.
17112
17113 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17114
17115         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17116         (BINUTILS_SUPPORT_DIRS): Likewise.
17117
17118 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17119
17120         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17121         d10v support is added.
17122
17123 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17124
17125         * configure.in (d10v-*-*): New target.
17126
17127 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17128
17129         * config.guess (HP 9000/811): Recognize this as a PA1.1
17130         machine.
17131
17132 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17133
17134         * Makefile.in (do-tar-gz): New target, split out from tail end of
17135         taz target.  Run each command separately, don't use pipes.
17136         (taz): Use it.
17137
17138 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17139
17140         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17141         * mpw-build.in: No builds should depend on building byacc or flex,
17142         they are assumed to be installed already.
17143
17144 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17145
17146         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17147         variable that CC_FOR_TARGET needs.
17148
17149 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17150
17151         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17152         options have changed since the last time the subdirectory was
17153         configured, and if it has, reconfigure.
17154         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17155         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17156
17157 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17158
17159         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17160         CLEAN_MODULES): Add bash.
17161         (all-bash): New target.
17162
17163 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17164
17165         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17166
17167 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17168
17169         * config.sub (basic_machine): Recognize d10v as a valid processor.
17170
17171 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17172
17173         * mpw-configure: Add support for --bindir.
17174         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17175
17176 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17177
17178         * configure.in: add bash, time, gawk to list of hosttools and things
17179         to only build for native toolchains
17180
17181 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17182
17183         * Makefile.in (docdir): Remove.
17184
17185 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17186
17187         * Makefile.in (datadir): Set to $(prefix)/share.
17188
17189 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17190
17191         * configure.in: build diff and patch for cygwin32-hosted
17192         toolchains.
17193
17194 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17195
17196         * config.sub: Accept -rtems*.
17197
17198 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17199
17200         * configure.in: enable dosrel for cygwin32-hosted builds,
17201                 remove diff from the list of things not buildable
17202                 via Canadian Cross
17203
17204 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17205
17206         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17207         don't get ". ".
17208
17209 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17210
17211         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17212
17213 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17214
17215         * Makefile.in (taz): Handle case where tex3patch didn't even get
17216         checked out.  Also, if it was found, put the symlink in a new util
17217         subdirectory.
17218
17219 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17220
17221         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17222
17223 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17224
17225         * config.sub: Recognize -openvms.
17226         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17227         * make-all.com, setup.com: New files.
17228
17229 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17230
17231         * Makefile.in (taz): tex3patch moved to texinfo/util.
17232
17233 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17234
17235         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17236         * configure.in: remove make from disable-if-Can-Cross list
17237                 enable gdb if ${host} and ${target} are cygwin32
17238
17239 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17240
17241         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17242         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17243
17244 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17245
17246         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17247         distinguish sysv/svr4/bsd variants.
17248         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17249
17250 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17251
17252         * configure.in: Added copyright notice.
17253         * move-if-change: Added copyright notice.
17254
17255 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17256
17257         * configure.in (powerpcle-*-solaris*): Until we get shared
17258         libraries working, don't build gdb, sim, make, tcl, tk, or
17259         expect.
17260
17261 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17262
17263         * config.guess:  Merge with FSF:
17264
17265         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17266         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17267
17268         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17269         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17270
17271         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17272         * config.guess:  Combine two OSF1 rules.
17273         Also recognize field test versions.  From mjr@zk3.dec.com.
17274         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17275         because GNU uname does not support -p.  From pmr@pajato.com.
17276
17277 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17278
17279         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17280
17281 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17282
17283         * mpw-README: Document GCCIncludes.
17284
17285 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17286
17287         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17288
17289 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17290
17291         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17292
17293 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17294
17295         * configure.in (*-*-cygwin32): Configure make.
17296
17297 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17298
17299         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17300
17301 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17302
17303         * Makefile.in (all-inet): Depend on all-perl.
17304
17305         * Makefile.in (inet-install): New target.
17306
17307         * Makefile.in (all-inet): Depend on all-tcl.
17308         (all-inet): Depend on all-send-pr.
17309
17310 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17311
17312         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17313         temporarily.
17314
17315 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17316
17317         * configure.in: Don't configure --with-gnu-ld on AIX.
17318
17319 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17320
17321         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17322
17323 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17324
17325         * Makefile.in (ALL_MODULES): Added all-inet.
17326         (CROSS_CHECK_MODULES): Added check-inet.
17327         (INSTALL_MODULES): Added install-inet.
17328         (CLEAN_MODULES): Added clean-inet.
17329         (all-indent): New target.
17330
17331         * configure.in (host_tools): Added inet.
17332         (native_only): Added inet.
17333         (noconfigdirs): Added inet.
17334
17335 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17336
17337         * configure.in: Don't configure libgloss if we are not configuring
17338         newlib.
17339
17340 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17341
17342         * configure.in: Don't configure libgloss for unsupported
17343         architectures.
17344
17345 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17346
17347         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17348
17349 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17350
17351         * Makefile.in (ALL_MODULES): Include all-apache.
17352         (CROSS_CHECK_MODULES): Include check-apache.
17353         (INSTALL_MODULES): Include install-apache.
17354         (all-apache): New target.
17355
17356         * configure.in: Added apache everywhere perl is seen.
17357
17358 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17359
17360         * Makefile.in: Add support for clean-{module} and
17361         clean-target-{module} rules.
17362
17363 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17364
17365         * configure.in (*-*-ose) do not build libgloss.
17366
17367 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17368
17369         * config.guess (prep*:SunOS:5.*:*): Turn into
17370         powerpele-unknown-solaris2.
17371
17372 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17373
17374         * configure.in: Permit --enable-shared to specify a list of
17375         directories.
17376
17377 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17378
17379         * configure.in (host==solaris): Pass only the first word of $CC
17380         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17381
17382 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17383
17384         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17385
17386 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17387
17388         * Makefile.in (ALL_MODULES): Include all-perl.
17389         (CROSS_CHECK_MODULES): Include check-perl.
17390         (INSTALL_MODULES): Include install-perl.
17391         (ALL_X11_MODULES): Include all-guile.
17392         (CHECK_X11_MODULES): Include check-guile.
17393         (INSTALL_X11_MODULES): Include install-guile.
17394         (all-perl): New target.
17395         (all-guile): New target.
17396
17397         * configure.in (host_tools): Include perl and guile.
17398         (native_only): Include perl and guile.
17399         (noconfigdirs): Don't build guile and perl; no ports have been
17400         done.
17401
17402 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17403
17404         * configure (--enable-*): Handle quoted option lists such as
17405         --enable-sim-cflags='-g0 -O' better.
17406
17407 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17408
17409         * Makefile.in ({,inst}all-target): New rule so we can make and
17410         install all of the target directories easily.
17411
17412 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17413
17414         * configure.in: Add missing global flag in sed substitution when
17415         deleting `target-' from ${configdirs}.
17416
17417 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17418
17419         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17420         option.
17421
17422         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17423         config/mh-necv4.
17424
17425         * install.sh: Correct misspelling of transformbasename.
17426
17427         * config.guess: Recognize mips-*-sysv*.
17428
17429 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17430
17431         * config.sub: Recognize mon960.
17432
17433 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17434
17435         * configure: Restore Canadian Cross handling of BISON and LEX,
17436         removed in Feb 20 change.
17437
17438 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17439
17440         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17441         Mention make install.  Remove the old copyright date as well the
17442         clumsy and rather pointless copyright on the README file.
17443
17444 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17445
17446         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17447         Makefile after running symlink-tree, then run `make distclean' to
17448         avoid clobbering any generated files in srcdir.
17449
17450 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17451
17452         * configure.in (m68k-*-netbsd*): Build everything now.
17453
17454 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17455
17456         * Makefile.in (taz): Fix quoting.
17457
17458 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17459
17460         * configure.in (sparclet-*-*): Build everything now.
17461
17462 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17463
17464         * configure.in (m68k-*-linux*): New host.
17465
17466 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17467
17468         * configure: Check for bison before byacc.
17469
17470 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17471
17472         * Makefile.in configure:  Change the way LEX and BISON/YACC are
17473         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17474         searching PATH.  These are used as fallbacks by Makefile.in if
17475         flex/bison/byacc aren't in objdir.
17476
17477 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17478
17479         * Makefile.in: Make everything which depends upon all-bfd also
17480         depend upon all-opcodes, in case --with-commonbfdlib is used.
17481
17482 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17483
17484         * configure.in (host *-*-cygwin32): Don't build gdb if we are
17485         building NT native compilers on Unix.
17486
17487 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17488
17489         * configure.in: Don't get CC from the host Makefile fragment if we
17490         can find gcc in PATH, or if this is a Canadian Cross.  Move the
17491         Solaris test for /usr/ucb/cc to the post target script, just after
17492         the compiler sanity test.
17493
17494 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17495
17496         * config.sub: Merge with FSF.
17497
17498 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17499
17500         * Makefile.in (RPATH_ENVVAR): New variable.
17501         (REALLY_SET_LIB_PATH): Use it.
17502         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17503
17504 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
17505
17506         * config.sub, configure.in: Recognize sparclet cpu.
17507
17508 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17509
17510         * config.guess:  Support m68k-cbm-sysv4.
17511
17512 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17513
17514         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17515         m68k-unknown-linuxaout from linker help string.  Put quotes around
17516         $ld_help_string.
17517
17518 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
17519
17520         * config.guess (powerpc-harris-powerunix): Add guess for port
17521         to new target.
17522
17523 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17524
17525         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17526
17527 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
17528
17529         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17530         $(REALLY_SET_LIB_PATH) in Makefile.
17531         * Makefile.in (SET_LIB_PATH): New variable.
17532         (REALLY_SET_LIB_PATH): New variable.
17533         ($(DO_X)): Use $(SET_LIB_PATH).
17534         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17535         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17536         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17537         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17538         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17539         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17540         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17541         (install-dosrel): Likewise.
17542         (all-opcodes): Depend upon all-libiberty.
17543
17544 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17545
17546         * config.guess (*:CYGWIN*): New
17547
17548 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17549
17550         * Makefile.in (all-target-winsup): All all-target-libiberty.
17551
17552 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17553
17554         * configure.in (noconfigdirs): Add missing # in front of comment.
17555
17556 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
17557
17558         * configure.in: add second pass to things added to noconfigdirs
17559         so *-gm-magic can exclude libgloss properly.
17560
17561 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
17562
17563         * mpw-configure (extralibs_name, rez_name): Set correctly
17564         for MWC68K compiler.
17565
17566         * mpw-README: Add more info on the necessary build tools.
17567
17568 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17569
17570         * configure.in, config.sub: Recognize cygwin32.
17571
17572 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
17573
17574         * config.guess, config.sub: Recognize A/UX.
17575
17576 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
17577
17578         * config.sub: Merge with gcc/config.sub.
17579
17580 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
17581
17582         * mpw-build.in (do-binutils): Add build of stamps.
17583
17584 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
17585
17586         * config.sub: Add recognition for mips64vr4100*-* targets.
17587
17588 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17589
17590         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17591         Add creation of gconfigargs with `--enable-shared' turned on.
17592         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17593         ($(host)-stamp-stage3-configured): Likewise.
17594         (HOLES): Add chatr and ldd.
17595         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17596
17597 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
17598
17599         * configure: Pass --nfp to recursive configures.
17600
17601 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17602
17603         * Makefile.in (DLLTOOL): New.
17604         (DLLTOOL_FOR_TARGET): New.
17605         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17606         (EXTRA_TARGET_FLAGS): Ditto.
17607         (EXTRA_GCC_FLAGS): Ditto.
17608         (CONFIGURE_TARGET_MODULES): Ditto.
17609         (DO_X): Ditto.
17610         * configure: Add DLLTOOL.
17611
17612 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
17613
17614         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17615         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17616         mh-sco, since old workarounds no longer needed, and don't
17617         build ld, since libraries have weak symbols in COFF.
17618
17619 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
17620
17621         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17622
17623 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17624
17625         * configure.in: Make sure that ${CC} can be used to compile an
17626         executable.
17627
17628 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17629
17630         * Makefile.in (all-gdb): Depend on $(GDB_TK).
17631         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17632         nothing depending on whether gdbtk is being built.
17633
17634 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
17635
17636         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17637
17638 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
17639
17640         * configure.in (noconfigdirs): Put ld or gas in this early, if the
17641         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17642
17643 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
17644
17645         * config-ml.in: Add support for
17646         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17647         Simplify setting of multidirs from --disable-foo.
17648
17649 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17650
17651         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17652         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17653         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17654         non-empty, pass them on to the  GCC make.
17655         (all-bootstrap): New rule that is like all-gcc, except it executes
17656         the GCC bootstrap rule instead of the GCC all rule.
17657
17658 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
17659
17660         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17661
17662 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17663
17664         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17665         DG/UX support.
17666
17667 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17668
17669         * config.sub (i*86*) Change [345] to [3456]
17670
17671 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17672
17673         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17674         --with-gnu-ld=no.
17675
17676 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17677
17678         * config-ml.in (rs6000*, powerpc*): Add switches to control which
17679         AIX multilibs get built.
17680
17681 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17682
17683         * configure.in (i386-win32): Don't build expect if we're not
17684         building the tcl subdir.
17685
17686 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17687
17688         * Makefile.in: (configure-target-examples, all-target-examples):
17689         New targets, configure and build example programs.
17690
17691 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17692
17693         * mpw-configure: If an mpw-config.in generated a file mk.sed,
17694         use it as input to sedit the generated MPW makefile.
17695         * mpw-README: Add a suggestion about Gestalt.h.
17696
17697 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17698
17699         * config.sub: Accept *-*-ieee*.
17700
17701 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17702
17703         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17704         Ronald F. Guilmette <rfg@monkeys.com>.
17705
17706 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17707
17708         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17709         for powerpc-pe native.
17710         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17711         (target==powerpc-pe): duplicate i386-win32 entry.
17712
17713 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17714
17715         * configure.in (noconfigdirs): Exclude target-newlib for all versions
17716         of vxworks, not just vxworks5.1.
17717
17718 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17719
17720         * mpw-configure: Add support for exec-prefix.
17721
17722 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17723
17724         * config.guess: Recognize HP model 816 machines as having
17725         a PA1.1 processor.
17726
17727 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17728
17729         * configure: Ignore new autoconf configure options.
17730
17731 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17732
17733         * config.guess:  Recognize Pentium under SCO.
17734         From Robert Lipe <robertl@arnet.com>.
17735
17736 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17737
17738         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17739
17740 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17741
17742         * configure.in: Don't configure gas for alpha-dec-osf*.
17743
17744 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17745
17746         * configure.in: Default to --with-stabs for some targets for which
17747         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17748         i[345]86*-*-unixware*.
17749
17750 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17751
17752         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17753         rather than basing it on the target.  Simplify handling of options
17754         controlling which directories to configure.  Remove extraneous
17755         slash in multi-clean target.
17756
17757 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17758
17759         * config-ml.in: Prefix more variables with ml_ so they don't collide
17760         with configure's.
17761
17762 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17763
17764         * configure: Don't turn -v into --v.
17765
17766 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17767
17768         * configure.in (targargs): Fix typo.
17769
17770         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17771
17772 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17773
17774         * configure.in: Strip --host and --target options from
17775         CONFIG_ARGUMENTS, and always configure for --host only.  Add
17776         --with-cross-host option when building with a cross-compiler.
17777         * configure: Canonicalize the arguments put into config.status by
17778         always using `=' for an option with an argument.  Pass a presumed
17779         --host or --target explicitly.
17780
17781 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17782
17783         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17784         into general OS recognition case.
17785
17786 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17787
17788         * configure.in (target_configdirs): add target-winsup only
17789         for win32 target systems.
17790
17791 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17792
17793         * Makefile.in (all-target-libgloss): Depend upon
17794         configure-target-newlib, since when libgloss is built it looks to
17795         see if the newlib directory exists.
17796
17797 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17798
17799         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17800         cfg-ml-*.in.
17801
17802 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17803
17804         * configure: Handle LD and LD_FOR_TARGET when configuring a
17805         Canadian Cross.
17806
17807 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17808
17809         * configure.in (target_libs): add target-winsup.
17810         (target==i386-win32): add patch diff flex make to $noconfigdirs.
17811         (target==ppcle-pe): remove ld from $noconfigdirs.
17812
17813 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17814
17815         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17816         Preserve relative path names in $srcdir.  Build symlink tree if
17817         configuring cross target dir and srcdir=. (= no VPATH support).
17818         (configure-target-libg++): Depend on configure-target-librx.
17819         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17820         * config-ml.in: New file.
17821         * symlink-tree: New file.
17822         * configure: Ensure srcdir="." if that's what it is.
17823
17824 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17825
17826         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17827         includes and FLEX_SKELETON setting.
17828         * mpw-configure (--with-gnu-ld): New option, controls whether
17829         to use PPCLink or ld with PowerMac GCC.
17830         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17831         * mpw-config.in: Configure grez if targeting Mac.
17832
17833         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17834         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17835         just macos.
17836         * configure.in: Configure grez resource compiler if targeting Mac.
17837         * Makefile.in (all-grez, install-grez): New targets.
17838
17839 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17840
17841         * configure: CXX defaults to gcc, not g++.  If we find
17842         gcc in the path, set CC to gcc -O2.
17843
17844 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17845
17846         * configure: Default ${build} correctly.  Avoid picking up extra
17847         spaces when reading CC and CXX from Makefile.  When doing a
17848         Canadian Cross, use plausible default values for numerous
17849         variables.
17850         * configure.in: When doing a Canadian Cross, don't try to
17851         configure tools whose configure script can't handle it.
17852
17853 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17854
17855         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17856
17857 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17858
17859         * configure:  Remove dubious bug reporting address.
17860
17861 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17862
17863         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17864         configure script, run that instead of this directory's configure.
17865         In either case, print a message that we're configuring the sub-dir.
17866
17867 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17868
17869         * configure.in: Before checking for the existence of various files,
17870         use sed to filter out "target-".
17871
17872 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17873
17874         * Makefile.in (DO_X): Split rule to decrease command line length
17875         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17876         (Philippe De Muyter).
17877
17878 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17879
17880         * Makefile.in (all-patch): depend on all-libiberty.
17881
17882 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17883
17884         * configure.in: If the only directory in target_configdirs which
17885         actually exists is libiberty, then set target_configdirs to empty,
17886         to avoid trying to build a target libiberty in a gas or gdb
17887         distribution.
17888
17889 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17890
17891         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17892         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17893         systems.
17894
17895 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17896
17897         * configure.in (copy_dirs): Use sys-include instead of include
17898         for --with-headers option.
17899
17900 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17901
17902         * Makefile.in, configure.in: Make winsup builds work with
17903         new scheme.
17904
17905 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17906
17907         * configure.in: Build the linker on AIX.
17908
17909 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17910
17911         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17912         where needed.
17913
17914 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17915
17916         * Makefile.in (all-gcc): Fix typo.
17917
17918 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17919
17920         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17921
17922 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17923
17924         * configure.in:  Rename libFOO to target-libFOO, and xiberty
17925         to target-xiberty, to provide more flexibility.
17926         (target_subdir):  Define.  Create if cross.
17927         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17928         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17929         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17930         check-libFOO -> check-target-libFOO, etc.
17931         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17932         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17933         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17934         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17935         allow ALL_GCC="" to only configure.
17936         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17937         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17938         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17939
17940 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17941
17942         * Makefile.in (taz): Build "info" in etc explicitly.
17943
17944 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17945
17946         * configure.in:  Make sure that CC is undefined (as opposed to
17947         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17948         problem with autoconf trying to configure on a host without GCC.
17949
17950 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17951
17952         * mpw-configure: Set host alias from choice of host compiler,
17953         only use generic MPW Makefile sed if present, edit a file
17954         named "hacked_Makefile.in" instead of "Makefile.in" if present.
17955         * mpw-README: Add problem notes about CW6 and CW7.
17956
17957 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17958
17959         * Makefile.in (taz): Use ";" instead of ";;".
17960
17961 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17962
17963         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17964         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17965         DISTDOCDIRS.
17966         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17967         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17968
17969 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17970
17971         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
17972         and gnats, because they are now subsumed by DISTSTUFFDIRS.
17973         Move bfd to DISTSTUFFDIRS.
17974
17975 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17976
17977         * Makefile.in (X11_LIB): Removed.
17978         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17979
17980         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17981
17982 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17983
17984         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17985         names.
17986
17987 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17988
17989         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17990
17991 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
17992
17993         * configure.in (i[345]86-*-win32): Always build newlib.
17994         Don't configure cvs, autoconf or texinfo.
17995         * Makefile.in (LD_FOR_TARGET): New.
17996         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17997         Pass down LD_FOR_TARGET.
17998
17999 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18000
18001         * winsup: New directory.
18002         * Makefile.in: Build winsup.
18003         * configure.in: Winsup is configured when target is win32.
18004         Can only build win32 target GDB when native.
18005
18006 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18007
18008         * config.guess: Recognize HP model 819 machines as having
18009         a PA 1.1 processor.
18010
18011 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18012
18013         * configure: Fix sed loop which substitutes for CC and CXX to
18014         avoid bug found in various sed implementations.
18015
18016 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18017
18018         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18019         simulator.  Use standard powerpc-*-eabi*.
18020
18021 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18022
18023         * configure.in: Stop putting gas and binutils in noconfigdirs for
18024         powerpc-*-aix* and rs6000-*-*.
18025
18026 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18027
18028         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18029         -mcall-aixdesc libraries.
18030
18031 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18032
18033         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18034
18035         * config.sub (arm | armel | armeb): Fix shell syntax.
18036
18037 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18038
18039         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18040         -msoft-float and -mcpu=common support.
18041         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18042         libraries.
18043
18044 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18045
18046         * configure.in: Allow configuration and build of emacs19 for the alpha.
18047
18048 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18049
18050         * configure.in (CC): Get ^CC, not just any old CC, from
18051         ${host_makefile_frag}.
18052
18053 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18054
18055         * configure.in (CC): Try to get CC from
18056         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18057
18058 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18059
18060         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18061         only if it exists in $(srcdir).
18062
18063 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18064
18065         * configure: If CC and CXX are not set in the environment, set
18066         them, based on either an existing Makefile or on searching for gcc
18067         in PATH.  Substitute for CC and CXX in Makefile.
18068         * configure.in: Remove libm from target_libs.  Separate
18069         target_configdirs from configdirs.  If CC is not set in
18070         environment, try to get it from a host Makefile fragment.  Rewrite
18071         changes of configdirs to use skipdirs instead.  A few minor
18072         tweaks.  Take directories out of target_configdirs as they are
18073         taken out of configdirs.  Remove existing Makefile files from
18074         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18075         CONFIG_ARGUMENTS in Makefile.
18076         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18077         by configure.in.
18078         (CONFIG_ARGUMENTS): Likewise.
18079         (CONFIGURE_TARGET_MODULES): New variable.
18080         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18081         ($(CONFIGURE_TARGET_MODULES)): New target.
18082         (configure-libg++, configure-libio): New targets.
18083         (all-libg++): Depend upon configure-libg++.
18084         (all-libio): Depend upon configure-libio.
18085         (configure-libgloss, all-libgloss): New targets.
18086         (configure-libstdc++): New target.
18087         (all-libstdc++): Depend upon configure-libstdc++.
18088         (configure-librx, all-librx): New targets.
18089         (configure-newlib): New target.
18090         (all-newlib): Depend upon configure-newlib
18091         (configure-xiberty): New target.
18092         (all-xiberty): Depend upon configure-xiberty.
18093
18094 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18095
18096         * configure.in (host i[345]86-*-win32):  Expand the
18097         noconfigdirs again.
18098
18099 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18100
18101         * mpw-configure: Fix sed command file name.
18102
18103 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18104
18105         * configure.in (host i[345]86-*-win32): Reduce the
18106         noconfigdirs again.
18107
18108 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18109
18110         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18111         or powerpc*-*-pe*, since they are not yet supported.
18112
18113 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18114
18115         Add PowerMac support and many other enhancements.
18116         * mpw-configure: New option --cc to select compiler to use,
18117         paste options set according to --cc into the generated
18118         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18119         if mpw-make.sed is present.
18120         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18121         add forward includes for PowerPC include files.
18122         * mpw-build.in: Build using Makefile.PPC if present.
18123         (do-byacc, etc): Remove separate version resource builds.
18124         (do-gas): Build "stamps" before "all".
18125         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18126         * mpw-README: Update to reflect --cc option, PowerMac support,
18127         and recently-reported compatibility problems.
18128
18129 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18130
18131         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18132         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18133         (--with-multilib-top): Pass to recursive invocations.
18134
18135 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18136
18137         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18138         v810-*-*.
18139
18140 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18141
18142         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18143         gdb, ld and opcodes on v810-*-*.
18144
18145 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18146
18147         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18148         (local-maintainer-clean): New target.
18149         (maintainer-clean): New target.
18150         (realclean): Just depend upon maintainer-clean.
18151
18152 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18153
18154         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18155
18156 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18157
18158         * configure.in: Build ld in mips*-*-bsd* case.
18159
18160 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18161
18162         * config.sub: Accept -lites* OS.  From Ian Dall.
18163
18164 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18165
18166         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18167         targets.
18168
18169 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18170
18171         * configure.in: treat i386-win32 canadian cross the same as
18172         i386-go32 canadian cross.
18173
18174 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18175
18176         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18177         running under the simulator to build a reduced set of libraries.
18178         (powerpc-*-eabiaix): Add fine grained multilib support added to
18179         other powerpc targets yesterday.
18180
18181 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18182
18183         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18184         -disable-softfloat, -disable-relocatable, -disable-aix, and
18185         -disable-sysv to control which multilib libraries get built.
18186
18187 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18188
18189         * configure: Add Makefile.tem to list of files to remove in trap
18190         handler.
18191
18192 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18193
18194         * config.guess (*Linux*):  Add missing "exit"s.
18195         Also, need specific check for alpha-unknown-linux (uses COFF).
18196
18197 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18198
18199         * config.guess:  Merge with FSF:
18200
18201         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18202         * config.guess (AIX4): More robust release numbering discovery.
18203
18204         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18205         * config.guess (i386-sequent-ptx): Properly get version number.
18206
18207         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18208         * config.guess (mips:*:4*:UMIPS): New case.
18209
18210 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18211
18212         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18213         (i386-win32 host): Likewise.  Don't build readline.
18214
18215 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18216
18217         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18218         SUPPORT_FILES to submakes.
18219
18220 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18221
18222         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18223         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18224         mpw-configure.
18225
18226 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18227
18228         * configure.in (appdirs): Use =, not ==, in test expression when
18229         trying to build the text to print in the warning message for
18230         Solaris users.
18231
18232 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18233
18234         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18235
18236 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18237
18238         * config.guess: Recognize lynx-2.3.
18239
18240 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18241
18242         * config.sub (z8ksim): Deleted
18243         (z8k-*-coff): New, this is the one true name of the target.
18244
18245 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18246
18247         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18248
18249 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18250
18251         * config.guess (*:Linux:*:*): First try asking the linker what the
18252         default object file format is (elf, aout, or coff).  Then if this
18253         fails, try previous methods.
18254
18255 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18256
18257         * configure.in: Don't build newlib for *-*-vxworks5.1.
18258
18259 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18260
18261         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18262         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18263
18264 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18265
18266         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18267
18268 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18269
18270         * cfg-ml-com.in: New file.
18271         * cfg-ml-pos.in: New file.
18272
18273 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18274
18275         * COPYING.NEWLIB: Add HP free copyright to list.
18276
18277 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18278
18279         * config.sub: Recognize -eabi* for the system, not just -eabi.
18280
18281 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18282
18283         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18284         * config.sub, configure.in (win32): New target and host.
18285
18286 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18287
18288         * configure.in: Add i386-pe configuration.
18289
18290 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18291
18292         * mpw-build.in (install): Install GDB after LD.
18293
18294 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18295
18296         * mpw-config.in (elf/mips.h): Always forward-include, needed
18297         for GDB to build.
18298
18299 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18300
18301         * testsuite: New directory for customer acceptance and whole tool
18302         chain tests.
18303
18304 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18305
18306         * configure: If per-host line isn't found, but AC_OUTPUT is found
18307         and a configure script exists, run it instead.
18308
18309 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18310
18311         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18312
18313 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18314
18315         * configure: Set build_{cpu,vendor,os,alias} to host values when
18316         --build isn't specified.
18317
18318 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18319
18320         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18321         (FLAGS_TO_PASS): Pass them.
18322         (EXTRA_TARGET_FLAGS): Ditto.
18323
18324 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18325
18326         * Makefile.in (all-libg++): Depend on all-libstdc++.
18327
18328 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18329
18330         * configure.in (noconfigdirs): Enable all packages for
18331           i386-unknown-netbsd.
18332
18333 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18334
18335         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18336         hosted builds (DOS builds)
18337
18338 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18339
18340         Changes for ARM based on patches from Richard Earnshaw:
18341         * config.sub: Handle armeb and armel.
18342         * configure.in: Omit arm linker only for riscix.
18343
18344 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18345
18346         * config.guess:  Update from FSF.
18347
18348 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18349
18350         * config.sub: Recognize powerpcle as the little endian variant of
18351         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18352         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18353         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18354         temporarily.
18355
18356 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18357
18358         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18359
18360 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18361
18362         * config.sub: Accept -lites* as a basic system type.
18363
18364 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18365
18366         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18367         installed, and if so return linuxoldld as the system name.
18368
18369 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18370
18371         * config.guess: Add hppa1.1-hp-lites support.
18372
18373 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18374
18375         * configure.in: Don't build newlib for m68k-vxworks5.1.
18376
18377 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18378
18379         * configure.in (mips-sgi-irix6): Use mh-irix5.
18380
18381 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18382
18383         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18384
18385 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18386
18387         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18388         OSF/1.  Fix compiler flags.
18389         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18390
18391 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18392
18393         * configure.in: Recognize --with-newlib.
18394         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18395
18396 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18397
18398         * Makefile.in: move {all,check,install}-gdb from *_MODULES
18399         to *_X11_MODULES due to gdbtk needing X include files et al.
18400
18401 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18402
18403         Merge in support for Mac MPW as a host.
18404         (Old change descriptions retained for informational value.)
18405
18406         * mpw-config.in: Add generic include forwards for cpu-specific
18407         include files in aout and elf directories.
18408
18409         * mpw-configure: Added copyright.
18410         * mpw-config.in: Check for presence of required build tools.
18411         (target_libs): Add newlib.
18412         (target_tools): Add examples.
18413         (Read Me): Generate as "Read Me for MPW" instead.
18414         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18415         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18416         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18417
18418         * mpw-configure: Remove subdir-specific makefile hackery,
18419         delete mk.tmp after using it.
18420
18421         * mpw-build.in (all): Display start and end times.
18422
18423         * mpw-configure (host_canonical): Set.
18424         (target_cpu): Always add to makefiles.
18425         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18426         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18427         (mpw-mh-mpw): Look for in srcdir and srcroot.
18428         Use sed instead of mpw-edit-prefix to edit prefix definitions.
18429
18430         * mpw-build.in: (install-only): New target.
18431
18432         * mpw-configure (host_alias, target_alias): Rename from hostalias
18433         and targetalias, add into generated Makefile.
18434         (mk.tmp): If present, add into generated Makefile.
18435         * mpw-build.in (all-gas): Build config.h first before gas proper.
18436
18437         * mpw-configure (config.status): Write only if changed.
18438         * mpw-config.in (readline): Configure it (not built, just used for
18439         definitions).
18440
18441         * mpw-config.in (elf/mips.h): Add a forward include.
18442
18443         * mpw-config.in: Forward-include most .h files in include into
18444         extra-include.
18445         (readline): Don't build.
18446         mpw-build.in (install): Install GDB.
18447
18448         * mpw-configure (prefix, mpw_prefix): Handle it.
18449         * mpw-config.in (mmalloc, readline): Don't configure.
18450         * mpw-build.in (thisscript): Rename to ThisScript.
18451         Use mpw-build instead of BuildProgram everywhere.
18452         (mmalloc, readline): Don't build.
18453         * mpw-README: New file, basic documentation about the MPW port.
18454
18455         * mpw-config.in: Use forward-include to create include files.
18456
18457         * mpw-configure: Add more things to the top of each configured
18458         Makefile, including contents of config/mpw-mh-mpw.
18459         * mpw-config.in (extra-include): Create this directory and fill it
18460         with Posix-like include files when configuring.
18461
18462         * config.sub (apple, mac, mpw): Add various aliases.
18463
18464         * mpw-build.in: New file, top-level build script fragment for MPW.
18465         * mpw-configure: New file, configure script for MPW.
18466         * mpw-config.in: New file, config fragment for MPW.
18467
18468 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18469
18470         * configure.in (host_libs): Remove glob, since it is gone from the
18471         sources.
18472
18473 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18474
18475         * Makefile.in: define empty GDB_NLM_DEPS var.
18476
18477         * configure.in(target_makefile_frag): use config/mt-netware
18478         for netware targets.
18479
18480 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18481
18482         * config.sub: Merge in recent FSF changes.  Remove linux special
18483         cases.
18484
18485 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18486
18487         Revert this change:
18488
18489         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18490
18491                 * build-all.mk: Use CC=cc -Xs on Solaris.
18492
18493 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18494
18495         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18496         stop using it.
18497         * Makefile.in: Nuke all references to glob subdirectory.
18498
18499 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18500
18501         * configure.in: Fix --enable-shared logic in per-host.
18502
18503 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18504
18505         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18506
18507 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18508
18509         * configure.in (noconfigdirs): Don't build gas on AIX, for
18510         powerpc*-*-aix* as well as for rs6000*-*-aix*.
18511
18512 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
18513
18514         * configure: Fix --cache-file to work if the file argument is a
18515         relative path.
18516
18517 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
18518
18519         * configure: If the --cache-file is used, pass it down to
18520         configure in subdirectories.
18521
18522 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
18523
18524         * config.sub: add vxworks29k configuration.
18525
18526 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18527
18528         * Makefile.in (taz): Do "diststuff" part quietly.
18529
18530 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18531
18532         * config.sub: Mini-merge with gcc/config.sub.
18533
18534 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18535
18536         * config.guess (IRIX): Sed - to _.
18537
18538 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18539
18540         * Makefile.in (source-vault, binary-vault): New targets.
18541
18542 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
18543
18544         * config.sub: Recognize -eabi as a basic system type.
18545
18546 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18547
18548         * configure.in (enable_shared stuff): Fix typo.
18549
18550 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
18551
18552         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18553
18554 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18555
18556         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18557
18558 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
18559
18560         * configure.in (rs6000-*-*): Don't build gas.
18561
18562 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
18563
18564         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18565         reduce command line length.
18566         (AS_FOR_TARGET): Check for as.new, not Makefile.
18567         (NM_FOR_TARGET): Check for nm.new, not Makefile.
18568
18569 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18570
18571         * config.guess:  Merge from FSF.
18572
18573 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18574
18575         * configure: Don't use $ when handling program_suffix.
18576
18577 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
18578
18579         * configure.in:  Configure tk for hppa/hpux.
18580
18581 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18582
18583         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
18584
18585 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18586
18587         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
18588         to LIBCXXFLAGS.  Tests are better run without it.
18589
18590 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
18591
18592         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18593
18594 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
18595
18596         * configure.in (*-*-netware*): Don't configure xiberty.
18597
18598 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
18599
18600         * configure.in:  Remove tk from native_only list.
18601
18602 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
18603
18604         * build-all.mk: Add mips-ncd-elf target to sun4 targets
18605           for special NCD build.
18606
18607 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18608
18609         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18610         makeall.bat, they're only useful for binutils snapshots.
18611         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18612         makeall.bat to specified SUPPORT_FILES.
18613
18614 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
18615
18616         * build-all.mk: Add Ericsson targets to sun4 and solaris
18617           hosts.  Add  BNR's sun4 target to solaris host, so their
18618           build-from-source will be tested in-house first.
18619
18620 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18621
18622         * Makefile.in (LIBCFLAGS): New variable.
18623         (CFLAGS_FOR_TARGET): Ditto.
18624         (LIBCFLAGS_FOR_TARGET): Ditto.
18625         (LIBCXXFLAGS): Ditto.
18626         (CXXFLAGS_FOR_TARGET): Ditto.
18627         (LIBCXXFLAGS_FOR_TARGET): Ditto.
18628         (BASE_FLAGS_TO_PASS): Pass them.
18629         (EXTRA_TARGET_FLAGS): Ditto.
18630
18631         * configure.in: Support --enable-shared.
18632
18633 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18634
18635         * configure.in (target_libs):  Include libstdc++ again.
18636         * config.guess:  Update from FSF (for FreeBSD).
18637
18638 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18639
18640         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18641         makeall.bat.
18642         (DISTDOCDIRS): Add `etc'.
18643         (ETC_SUPPORT_PFX): New variable.
18644         (taz): Include anything from etc starting with a word in
18645         ETC_SUPPORT_PFX.
18646
18647 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18648
18649         * config.sub: Update for recent FSF changes.  Remove obsolete
18650         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
18651         spacing changes.
18652
18653 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18654
18655         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
18656
18657         * config.guess:  Merge with FSF.
18658         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18659
18660 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18661
18662         * configure: Since the "trap 0" handler will override the exit
18663         status on many systems, only use it for "exit 1", and make it set
18664         a non-zero exit status; reset it before "exit 0".  Also, check
18665         exit status of config.sub, and error out if it failed.
18666
18667 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18668
18669         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18670         and install libgloss.
18671
18672 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18673
18674         * Makefile.in (all-binutils): Depend upon all-byacc.
18675
18676         * configure.in: Don't build emacs on Irix 5.
18677
18678 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18679
18680         * configure.in (*-*-netware*): Add libio.
18681
18682 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18683
18684         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18685         (CHECK_TARGET_MODULES): Ditto.
18686         (INSTALL_TARGET_MODULES): Ditto.
18687         (TARGET_LIBS): Ditto.
18688         (all-libstdc++): Note dependencies.
18689
18690 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18691
18692         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18693
18694 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18695
18696         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18697         -fexternal-templates.
18698
18699         * configure.in (target_libs): Add libstdc++.
18700         (noconfigdirs): Add libstdc++ as appropriate.
18701
18702 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18703
18704         * config.guess:  Update from FSF.
18705
18706 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18707
18708         * configure: Use ${config_shell} when running ${configsub}.
18709
18710 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18711
18712         * config.sub: No longer recognize h8300h.
18713
18714 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18715
18716         * config.sub: Remove extraneous differences between config.sub and
18717         gcc/config.sub.
18718
18719 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18720
18721         * Makefile.in (DISTSTUFFDIRS): Add gas.
18722
18723 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18724
18725         * COPYING.NEWLIB: New file.
18726
18727 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18728
18729         * config.guess (HP-UX):  Patch from Harlan Stenn
18730         <harlan@landmark.com> to also emit release level.
18731
18732 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18733
18734         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18735
18736 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18737
18738         * config.sub:  Merge nextstep cleanup from FSF.
18739
18740 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18741
18742         * configure.in (arm-*-*): Don't configure ld for this target.
18743
18744 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18745
18746         * configure.in (*-*-netware): don't configure libg++, libio,
18747           librx, or newlib.
18748
18749 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18750
18751         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18752         configure ld--it works, but it doesn't support shared libraries.
18753
18754 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18755
18756         * config.guess (*-unknown-freebsd*):  Get rid of possible
18757         trailing "(Release)" in version string.
18758         Patch from Paul Richards <paul@isl.cf.ac.uk>.
18759
18760 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18761
18762         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18763         Fix type: *-next-neststep -> *-next-nextstep.
18764
18765         * config.guess:  Merge from FSF:
18766
18767         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18768
18769         * config.guess: Recognize powerpc-ibm-aix3.2.5.
18770
18771         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18772
18773         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18774         instead of UNIX_SV for UnixWare 1.0).
18775
18776 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18777
18778         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18779         to make gdb/nlm/* build after the compiler and linker.
18780
18781 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18782
18783         * config.guess (netbsd, freebsd, linux):  Accept any machine,
18784         not just i[34]86.
18785         (m68k-atari-sysv4):  Relocate to match FSF version.
18786
18787         * config.guess:  More merges from the FSF:
18788
18789         Add a space before function call or macro invocation.
18790
18791         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18792
18793         * config.guess: Add trap cmd to remove dummy.c and dummy when
18794         interrupted.
18795
18796         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18797
18798         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18799         (dummy): Redirect stderr from compilation of dummy.c.
18800
18801         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18802
18803         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18804
18805 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18806
18807         * configure: Accept and ignore --cache*, for compatibility with
18808         new autoconf.
18809
18810 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18811
18812         * config.guess:  Merge from FSF:
18813
18814         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18815
18816         * config.guess (Pyramid*:OSx*:*:*): New case.
18817         (PATH): Add /.attbin at end for finding uname.
18818         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18819
18820         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18821
18822         * config.guess (M88*:DolphinOS:*:*): New case.
18823
18824         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18825
18826         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18827         to select whether to use ELF or COFF.
18828
18829         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18830
18831         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18832
18833         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18834
18835         * config.guess: Guess the OS version for HPUX.
18836
18837         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18838
18839         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18840
18841 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18842
18843         * configure.in: Recognize --with-headers, --with-libs, and
18844         --without-newlib.
18845         * Makefile.in (all-xiberty): Depend upon all-ld.
18846
18847 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18848
18849         * configure.in: Change i[34]86 to i[345]86.
18850
18851 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18852
18853         * configure (version): A few more tweaks to help message.
18854
18855 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18856
18857         * Makefile.in:  Remove (for now) librx as a host library,
18858         now that we're building it for target.
18859
18860 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18861
18862         * configure: Fix up help message; from karl@owl.hq.ileaf.com
18863         (Karl Berry).
18864
18865 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18866
18867         * configure.in:  Also configure librx.
18868
18869 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18870
18871         * Makefile.in:  Update various rules to reflect that librx
18872         is now needed for libg++.
18873
18874 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18875
18876         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18877
18878 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18879
18880         * configure.in: Configure the examples directory.
18881
18882 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18883
18884         * configure: Simplify Jun 2 1994 change.
18885
18886 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18887
18888         * change CC to /usr/latest/bin/gcc for lynx host builds, since
18889         /bin/gcc isn't good enough to build gcc.
18890
18891 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18892
18893         * Makefile.in (GDB_SUPPORT_FILES): Remove
18894         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18895         (gdb.tar.gz): Add new rule to use standard distribution building
18896         mechanism.
18897
18898 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18899
18900         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18901         Bill Cox <bill@cygnus.com>.
18902
18903 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18904
18905         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18906
18907 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18908
18909         * configure:  Search current dir first in .gdbinit.
18910
18911 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18912
18913         * config.sub:  Recognize freebsd (merged from gcc config.sub).
18914
18915 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18916
18917         * config.sub:  Refer to NeXT's operating system as nextstep.
18918
18919         * config.sub (case $basic_machine):  Re-order the cases, to match
18920         the order in the FSF version (which is mostly alphabethical).
18921         Merge in some additions and changes from the FSF.
18922
18923 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18924
18925         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18926         * config.sub: Recognize cxux7.
18927         * configure.in: Use mh-cxux for m88k-harris-cxux*.
18928
18929 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18930
18931         * config.sub:  Fix typo powerpc -> powerpc-*.
18932
18933 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18934
18935         * Makefile.in: `all-emacs19' depends on `all-byacc'.
18936
18937         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18938         parallel with all-emacs and install-emacs).  Top-level command
18939         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18940
18941 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18942
18943         * test-build.mk ($(host)-stamp-stage2-installed): Remove
18944         $(relbindir)/make before doing ``make install'', and use
18945         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18946         installing over running make binary.
18947         ($(host)-stamp-stage3-installed): Likewise.
18948
18949 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18950
18951         * config.guess: Recognize Mach.
18952
18953 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18954
18955         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18956         see whether --exec-prefix was used.
18957
18958 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18959
18960         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
18961
18962 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18963
18964         * Makefile.in: Add all-librx target similar to all-libproc.
18965
18966 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18967
18968         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
18969         with post 1.2 uname bogosity.
18970
18971 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18972
18973         * configure: Remove temporary files on receipt of a signal.
18974
18975 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
18976
18977         * configure: If there is a package_makefile_frag, remove
18978         ${subdir}/Makefile.tem after copying it in.
18979
18980 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18981
18982         * build_all.mk: support rs6000 lynx identifies itself as
18983         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
18984         since /bin/gcc is too feeble to compile a modern gcc.
18985
18986 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18987
18988         * brought devo/test-build.mk update-to-date with progressive/
18989           test-build.mk. Add lynx targets and hppa flag info.
18990
18991 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18992
18993         * configure.in:  Use mh-ncrsvr43.  Patch from
18994         Tom McConnell <tmcconne@sedona.intel.com>.
18995
18996 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18997
18998         * config.guess (i386-unknown-bsdi):  No longer need to
18999         check #if defined(__bsdi__) && defined(__i386__).
19000
19001 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19002
19003         * configure: Set program_transform_nameoption correctly.
19004
19005 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19006
19007         * brought build-all.mk update-to-date with progressive build-all.mk,
19008           added new targets and hppa info.
19009
19010 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19011
19012         * configure: If config.guess result is a prefix of the user
19013         specified target, assume a native build and use the user specified
19014         target as the host alias.  Remove SunOS patch suffix removal hack.
19015         * configure.in: Remove SunOS patch suffix removal hack.
19016
19017         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19018         in NATIVE_CHECK_MODULES.
19019
19020 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19021
19022         * Makefile.in: Rename HOST_ONLY to NATIVE.
19023         * configure: Delete SunOs patch suffix from host_canonical
19024           and build_canonical variables that are prepended to Makefiles.
19025         * configure.in: Add comments for easier maintenance.
19026
19027 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19028
19029         * Makefile.in: Add all-libproc target similar to all-gui.
19030
19031 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19032
19033         * Makefile.in (CHECK_MODULES): split into
19034         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19035
19036 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19037
19038         * config.guess (i386-unknown-bsdi): New system to guess.
19039
19040 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19041
19042         * Makefile.in: Add all-gui target (but not yet build by "all").
19043
19044 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19045
19046         * config.sub: Move deletion of patch suffix from here...
19047         * configure.in: To here, at Ian's suggestion.  The top-
19048           level scripts might need to know of a patch level.
19049
19050 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19051
19052         * config.sub: Strip off patch suffix so rtl is recognized
19053           as a sunos4.1.3 machine, even though it's been patched.
19054
19055 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19056
19057         * Makefile.in (INSTALL_LAST): Delete.
19058         (INSTALL_DOSREL): New.
19059
19060 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19061
19062         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19063         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19064         whether we pass down --with-gnu-ld anyhow.
19065
19066 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19067
19068         * Makefile.in (INSTALL_LAST): Change operation so it works
19069         on more flavors of make.
19070         * configure.in (go32): Don't build libg++ or libio.
19071
19072 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19073
19074         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19075         they can be overriden by templates.
19076
19077 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19078
19079         * configure.in (target==go32): Don't build gdb.
19080         * dosrel: New directory.
19081
19082 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19083
19084         * configure.in (host==go32): Configure dosrel too.
19085         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19086         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19087         be set by incoming names or templates.
19088         (INSTALL_LAST): New rule.
19089
19090 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19091
19092         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19093
19094 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19095
19096         * configure.in (appdirs): New variable.  Currently empty, but will
19097         be used in gas distribution.  If nonempty, lists a set of
19098         directories at least one of which must get configured, or top
19099         level configuration is considered to have failed.
19100         (rs6000-*-lynxos*): Use new file name.
19101
19102 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19103
19104         Eliminate XTRAFLAGS.
19105         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19106         newlib include files using -idirafter, and also use -nostdinc.
19107         (CXX_FOR_TARGET): Likewise.
19108         (XTRAFLAGS): Removed.
19109         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19110         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19111         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19112         ($(DO_X)): Don't pass down XTRAFLAGS.
19113
19114 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19115
19116         * configure.in (mips*-dec-bsd*): New target; do build linker.
19117         (mips*-*-bsd*): New target; don't build linker.
19118
19119 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19120
19121         * configure.in: support rs6000-*-lynxos* configuration.
19122         support sunos4 as a cross target.
19123
19124         * config.sub: look for lynx*, not lynx since the OS version may
19125         legitimately be part of the name.
19126
19127 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19128
19129         * configure.in (i[34]86-*-sco*): Move to be with other i386
19130         targets.
19131         (romp-*-*): New target.  Skip various binary utilities.
19132         (vax-*-*): New target.  Don't build newlib.
19133         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19134
19135 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19136
19137         * configure.in: Only set host_makefile_frag if config
19138         directory exists.
19139
19140 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19141
19142         * install.sh: If $dstdir exists, don't check whether each
19143         component does.
19144
19145 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19146
19147         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19148
19149 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19150
19151         * configure.in (*-*-lynxos*): Don't configure newlib for either
19152         native or cross Lynx.
19153
19154 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19155
19156         * config.sub (sparc64-elf): Fix os.
19157         (z8k): Remove duplicate.
19158
19159 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19160
19161         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19162         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19163
19164 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19165
19166         * configure: Make file links cleanly even if Lynx fails on
19167           an NFS symlink (at least fail cleanly).
19168
19169 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19170
19171         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19172         -XNh2000.
19173
19174 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19175
19176         * configure: Unknown options are fatal again.
19177
19178 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19179
19180         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19181         compatibility.
19182
19183 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19184
19185         * build-all.mk: Add `clean' target.
19186
19187 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19188
19189         * config.guess:  Add SINIX support.
19190         * configure.in:  Add mips-*-sysv4* support.
19191
19192 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19193
19194         * build-all.mk: Document all useful targets.
19195         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19196         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19197
19198 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19199
19200         * configure: Support --silent, --quiet.
19201
19202 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19203
19204         * configure: Support --disable-FEATURE.
19205
19206 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19207
19208         * config.guess: Recognize NCR running SVR4.3.
19209
19210 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19211
19212         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19213         Patch from Paul Eggert <eggert@twinsun.com>.
19214
19215 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19216
19217         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19218
19219 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19220
19221         * configure: Make unrecognized options give nonfatal warnings
19222         instead of fatal errors, and pass them to any subdirectory
19223         configures in case they recognize them.
19224         Make --x equivalent to --with-x.
19225
19226 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19227
19228         * configure: Add --enable-* options.  Clean up usage message and
19229         some comments.
19230
19231 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19232
19233         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19234
19235 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19236
19237         * configure.in (hppa*-*-*): Enable binutils.
19238
19239 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19240
19241         * config.sub: Recognize cisco.
19242
19243 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19244
19245         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19246
19247 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19248
19249         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19250         than one configuration name.  Add comment.
19251
19252 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19253
19254         * config.guess: about target *-hitachi-hiuxwe2, fixed
19255         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19256         macro is incorrect.]
19257
19258 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19259
19260         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19261         than the "make ls" stuff which used to be here.
19262
19263 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19264
19265         * config.guess:  Recognize i[34]86-unknown-freebsd.
19266         From Shawn M Carey <smcarey@rodan.syr.edu>.
19267
19268 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19269
19270         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19271
19272 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19273
19274         * config.guess: Check for ptx.
19275
19276 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19277
19278         * config.sub: Add os9k checking.
19279
19280 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19281
19282         * config.guess: Handle OSF1 running on HPPA processors
19283
19284 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19285
19286         * configure: If subdir configure fails, print out a message with
19287         subdirectory name, in case subdir's configure code didn't identify
19288         itself.
19289
19290 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19291
19292         * configure.in: Remove embedded newlines from configdirs.
19293         Avoid mismatches of substrings.  Fix matching strings at end
19294         of configdirs.
19295
19296 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19297
19298         * config.guess:  Add Lynx/rs6000 config support.
19299
19300 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19301
19302         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19303
19304 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19305
19306         * configure.in (hppa*-*-osf*): Treat this just like most other
19307         PA configurations (eg no binutils or ld).
19308         (hppa*-*-*elf*): These configurations have binutils and ld.
19309
19310 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19311
19312         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19313
19314 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19315
19316         * configure.in (rs6000-*-*): Build gas.
19317
19318 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19319
19320         * Makefile.in:  Avoid bug in losing hpux sed.
19321
19322 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19323
19324         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19325         for GDB and GDB has been fixed to not need it.
19326
19327 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19328
19329         * config.guess: Recognize vax hosts.
19330
19331 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19332
19333         * configure (while loop): Don't use "break 2" inside case
19334         statement -- the case statement isn't an enclosing loop.
19335
19336 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19337
19338         * config.guess:  Clean up NeXT support, to allow nextstep
19339         on Intel machines.  Make OS be nextstep.
19340
19341 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19342
19343         * config.guess: Add alternate forms for Convex.
19344
19345 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19346
19347         * configure:  Completely rewrite option processing.  Take
19348         advantage of pattern-matching to avoid invoking test frequently.
19349         Also clean up host and target defaulting logic.
19350
19351 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19352
19353         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19354         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19355         commands (plus user environment) will fit SCO limits.
19356
19357 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19358
19359         * configure.in: Don't issue warnings about directories which are
19360         not being configured if -norecursion is set.  Correct test for
19361         --with-gnu-as and --with-gnu-ld to not get confused by substring
19362         matches.
19363
19364         * configure.in: Don't build gas for alpha-dec-osf1*.
19365
19366 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19367
19368         * configure:  Back out Per's change of 12/19/1993.  It changes the
19369         behavior of configure in unexpected and confusing ways.
19370
19371         Also, use different delim char when calculating
19372         program_transform_name so that the name can contain slashes.
19373
19374 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19375
19376         * configure.in, config.sub: Add support for VSTa micro-kernel.
19377
19378 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19379
19380         * configure.in: Nuke hacks which were used to get a special
19381         version of GAS for HPPA configurations.
19382
19383 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19384
19385         * configure:  If only ${target_alias} is given, use that
19386         as the default for ${host_alias}.
19387         * configure:  Add missing back-slashes before nested quotes.
19388
19389 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19390
19391         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19392
19393 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19394
19395         * config.guess:  Recognize some Tektronix configurations.
19396         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19397
19398 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19399
19400         * config.sub: Match any flavor of SH.
19401
19402 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19403
19404         * configure.in: Don't try to configure newlib for Alpha.
19405
19406 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19407
19408         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19409         libg++ or libio for any Alpha target.
19410
19411         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19412
19413 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19414
19415         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19416         default arguments -- so it tried to compress itself.
19417
19418 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19419
19420         * configure.in (notsupp): ensure that a space is always at the end
19421           of the configdirs list, since the grep checks for an explicit space
19422
19423 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19424
19425         * configure.in (target i386-sysv4.2): don't build ld, since static
19426           versions of many libraries are not available.
19427
19428 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19429
19430         * config.guess: Recognize Apollos (using environment variables).
19431         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19432
19433 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19434
19435         * config.guess: Recognize Sony news mips running newsos.
19436
19437 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19438
19439         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19440         "fi ; else" for bash.
19441
19442 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19443
19444         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19445
19446 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19447
19448         * config.sub: accept unixware as an alias for svr4.2.
19449         Fix some inconsistancies with the gcc version.
19450
19451 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19452
19453         * Makefile.in (DISTDOCDIRS):  Add gdb.
19454
19455 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19456
19457         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19458
19459 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19460
19461         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19462         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19463         this now.
19464
19465 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19466
19467         * config.sub: Accept hiux* as an OS name.
19468
19469         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19470         etc/make-stds.texi.  The underscore came from gcc, and dje now
19471         agrees that RUNTESTFLAGS is the correct name.
19472
19473 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19474
19475         * install.sh:  Remove 'set -e'.  It makes any conditionals
19476         in the script useless.
19477
19478         * config.guess: Automatically recognize arm-acorn-riscix
19479         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19480
19481 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19482
19483         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19484
19485 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19486
19487         * Makefile.in (DISTDOCDIRS): New variable.
19488         (taz): Edit local Makefile.in sooner, instead of proto-toplev
19489         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19490
19491 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19492
19493         * configure.in (hppa target): check the source directory for the
19494           pagas sub-directory
19495
19496 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19497
19498         * config.sub: Allow -aout* and -elf*.
19499
19500 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19501
19502         * configure.in: Don't build ld on i386-solaris2, same as for
19503         sparc-solaris2.
19504
19505 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19506
19507         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19508
19509 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19510
19511         * configure.in:  Configure gdb for alpha.
19512
19513 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19514
19515         * Makefile.in (CXXFLAGS): Add -O.
19516
19517 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19518
19519         * config.guess: added support for DG Aviion
19520
19521 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19522
19523         * configure.in: Produce warning message for subdirectories not
19524         configurable for this host/target combination.  Don't try to
19525         configure gdb for vms.
19526
19527 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19528
19529         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19530         appropriate files before making "diststuff".
19531         (DISTBISONFILES): New var: list of files to be edited.
19532         (DISTSTUFFDIRS): Add binutils.
19533
19534 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19535
19536         * config.sub: also handle mipsel and mips64el (for little endian mips)
19537
19538 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19539
19540         * configure.in: Add * to end of all OS names.
19541
19542 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
19543
19544         * configure.in: Build newlib for LynxOS native.
19545
19546 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19547
19548         * config.guess: Add support for delta 88k running SVR3.
19549
19550         * configure.in: Add comment about HP compiler vs. emacs.
19551
19552 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19553
19554         * configure.in: don't build ld on solaris2 (not a viable option
19555           due to bugs in getpwnam & getpwuid)
19556
19557 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19558
19559         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19560         config.guess will produce a full version number.
19561
19562 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19563
19564         * configure.in: Build linker and binutils for alpha-dec-osf1.
19565
19566 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19567
19568         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19569         and gdb/testsuite/Makefile.in.
19570
19571 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19572
19573         * configure.in: recognize mips*- instead of mips-
19574
19575 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19576
19577         * config.sub: Accept linux*coff and linux*elf as operating
19578         systems.
19579
19580 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19581
19582         * config.sub: Recognize mips64, and mips3 as an alias for it.
19583
19584 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19585
19586         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19587         gdb knows how to handle OSF/1 shared libraries.
19588
19589 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19590
19591         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19592         * config.guess: Recognize Hitachi's HIUX.
19593         * config.sub: Recognize h3050r* and hppahitachi.
19594         Remove redundant cases for hp9k[23]*.
19595
19596 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19597
19598         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19599         if gas and ld are in the source tree and are in ${configdirs}.
19600         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19601         --with options (but still pass them down on the command line,
19602         if they were explicitly specified).
19603
19604 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19605
19606         * configure: substitute SHELL value in Makefile.in with
19607         ${CONFIG_SHELL}
19608
19609 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19610
19611         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19612         *-*-solaris2* targets.
19613
19614 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19615
19616         * Makefile.in: define M4, and pass it down to sub-makes;
19617         all-autoconf now depends on all-m4
19618
19619 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19620
19621         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19622         presence of {ar,ranlib} instead of a configured directory
19623
19624 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
19625
19626         * config.guess: Accept 34?? as well as 33?? for NCR.
19627
19628 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19629
19630         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19631         of 'gas' in sed commands, since 'gash' is now in the tree as well.
19632
19633 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19634
19635         * configure: grab values for $(CC) and $(CXX) from the
19636         environment, so that someone can do "CC=gcc configure; make" and
19637         have it work right (matching the way that autoconf works now)
19638
19639         * configure.in, Makefile.in: add support for gash, the tcl
19640         interface to Galaxy
19641
19642         * config.guess: add NetBSD variants (hp300, x86)
19643
19644 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
19645
19646         * install.sh: Support -d option (in the manner of SunOS 4 install,
19647         as it is more deterministic than that of GNU install)
19648         (chmodcmd): Set file to mode 755 by default (should also do default
19649         chgrp and chown, but I don't feel like dealing with that now)
19650
19651 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
19652
19653         * config.sub: Remove h8300hhms alias.
19654
19655 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19656
19657         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19658
19659 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19660
19661         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19662         as stmp-fixinc
19663
19664 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19665
19666         * config.sub: recognize m88110-bug-coff.
19667
19668 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19669
19670         * Makefile.in (all-libio): all dependencies on the toolchain used
19671         to build this (gcc, gas, ld, etc)
19672
19673 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19674
19675         * config.guess: Deal with OSF/1 1.3 on alpha.
19676
19677 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19678
19679         * install.sh: add some 'else true' clauses for portability
19680
19681         * configure.in: don't build libio for h8[35]00-*-* targets
19682
19683 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19684
19685         * Makefile.in:  Add support for new libio.
19686
19687 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19688
19689         * install.sh: If one command fails, don't try the rest.  Don't try
19690         to remove $dsttmp (via trap) unless we have already created it.
19691         If $src doesn't exist, detect it and exit with an error.
19692
19693         * config.guess: Recognize BSD on hp300.
19694
19695 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19696
19697         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19698         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19699
19700 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19701
19702         * Makefile.in (all-send-pr): depends on all-prms
19703
19704 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19705
19706         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19707
19708 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19709
19710         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19711         Added test for mips-mips-riscos5.
19712
19713 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19714
19715         * configure.in: use mh-hp300 for 68k HP hosts
19716
19717 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19718
19719         * configure: add support for CONFIG_SHELL, so that you can use
19720         some alternate shell for evaluating configure scripts
19721
19722 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19723
19724         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19725         in configure script to bug-gdb@prep.ai.mit.edu when building
19726         distribution archive.
19727         * Makefile.in (COMPRESS):  Remove def.
19728         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19729         gdb.tar.Z and make-gdb.tar.Z respectively.
19730         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19731         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19732         to convergence with 'taz' target in Makefile.in.
19733
19734 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19735
19736         * install.sh (dsttmp): use trap to ensure that tmp files go
19737         away on error conditions
19738
19739 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19740
19741         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19742
19743 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19744
19745         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19746         its parent is '/' not ''.
19747
19748         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19749
19750 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19751
19752         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19753         that ${newsrcdir}/configure.in does.
19754
19755 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19756
19757         * test-build.mk: support for CONFIG_SHELL
19758
19759 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19760
19761         * config.sub (netware):  Add as a basic system type.
19762
19763 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19764
19765         * Makefile.in (Makefile): depend on configure.in.  Also drop the
19766           $(srcdir)/ from the dependency on Makefile.in.
19767
19768 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19769
19770         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19771         (h8300hhms is temporary until multi-libraries are implemented).
19772         * configure.in: Handle h8300h too.
19773
19774 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19775
19776         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19777
19778 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19779
19780         * configure:  Remove extraneous output when guessing host type.
19781         * config.guess:  Remove extraneous output when guessing using C
19782         compiler rather than uname, or when guessing fails.
19783
19784 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19785
19786         * Makefile.in: remove all.cross and install.cross targets
19787
19788         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19789           definitions
19790
19791 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19792
19793         * configure.in (target sh): Build gprof.
19794
19795 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19796
19797         * config.sub: change -solaris to -solaris2
19798
19799 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19800
19801         * configure.in: Use config/mh-riscos for mips-*-sysv*.
19802
19803 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19804
19805         * configure: Correct error message for missing Makefile.in to
19806         print correct directory.
19807
19808 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19809
19810         * install.sh: kludge around 386BSD shell bug
19811
19812 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19813
19814         * config.guess:  Recognize NeXT.
19815         * config.guess:  Recognize i486-ncr-sysv4.
19816         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19817
19818 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19819
19820         * Makefile.in (MAKEINFOFLAGS): New variable.
19821         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19822         * build-all.mk, test-build.mk: Pass down --no-split as
19823         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19824
19825 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19826
19827         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19828
19829 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19830
19831         * Makefile.in (libg++.tar.z):  New rule.
19832         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19833         * Makefile.in (taz):  Only do a single chmod.
19834
19835 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19836
19837         * install.sh: don't use dirname anymore (replaced with sed usage)
19838
19839 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19840
19841         * Makefile.in:  Change extension for gzip'd files from '.z' to
19842         '.gz' per new FSF standard usage.
19843
19844 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19845
19846         * configure: put quotes around the final value of program_transform_name
19847
19848 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19849
19850         * Makefile.in: new install.sh support; update install-info rules
19851
19852 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19853
19854         * configure.in: Build diff for crosses, but not for go32 host.
19855
19856         * configure.in: Build gprof only for native, and don't build it
19857         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19858
19859 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19860
19861         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19862
19863 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19864
19865         * configure.in (host_tools): Add prms.
19866
19867 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19868
19869         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19870         with $(FLAGS_TO_PASS) on the command line
19871
19872         * config.sub: Recognize lynx and lynxos
19873
19874 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19875
19876         * config.sub: Accept -ecoff*, not just -ecoff.
19877
19878 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19879
19880         * Makefile.in (taz): Use .gz suffix instead of .z.
19881         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19882         names.
19883
19884 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19885
19886         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19887
19888 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19889
19890         * Makefile.in (install-no-fixedincludes):  install gcc last, so
19891         that rebuilds that might happen during 'make install' don't get
19892         bogus gcc include files
19893
19894 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19895
19896         Change from Utah for HPPA support:
19897         * config.guess: Recognize hppa1.x-hp-bsd.
19898
19899 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19900
19901         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19902         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19903
19904 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19905
19906         * config.sub: Add support for rom68k and bug boot monitors.
19907
19908 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19909
19910         * Makefile.in: Make all-opcodes depend on all-bfd.
19911
19912 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19913
19914         * config.guess: Added special check for i[34]86-univel-sysv4*.
19915
19916 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19917
19918         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19919         the processor rather than assuming i486.
19920
19921 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19922
19923         * config.guess: Recognize SunOS6 as Solaris3.
19924
19925 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19926
19927         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19928         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19929
19930 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19931
19932         * build-all.mk (all-cross): New target for Canadian Cross.
19933         Added Q2 go32 targets.
19934         * test-build.mk: Configure go32 cross sparclite-aout and
19935         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19936         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19937
19938 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19939
19940         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19941         GO32 hosted toolchains
19942
19943 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19944
19945         * configure: change  so "-exec-prefix" gets passed down rather
19946         than "-exec_prefix" so autoconf generated Makefiles get the
19947         exec_prefix set right.
19948
19949 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19950
19951         * config.guess: get the Solaris2 minor version number
19952
19953         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19954
19955 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19956
19957         * config.guess: Recognize some Sequent platforms.
19958
19959 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19960
19961         * Makefile.in: added the vault-install target
19962
19963         * configure.in: actually use the Sun3 makefile fragment that's in
19964         config, also added the release dir to configdirs
19965
19966 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19967
19968         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19969
19970 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19971
19972         * configure.in: remove some program from Alpha targetted toolchains
19973
19974 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
19975
19976         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
19977         gprof.
19978         (taz): Run "make diststuff" in those directories instead of "make
19979         proto-dir".  Look for "VERSION=" only at start of line in subdir
19980         Makefile.  Use "gzip -9" for compression.
19981         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19982         (binutils.tar.z): New target.
19983
19984 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19985
19986         * Makefile.in (taz): Include gpl.texinfo.
19987
19988 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19989
19990         * Makefile.in (setup-dirs): Merged into "taz" target.
19991         (taz): Only do `proto-dir' stuff if a directory is actually needed
19992         for this target.
19993
19994 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
19995
19996         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19997         (FLAGS_TO_PASS): Pass down MUNCH_NM.
19998         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19999         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20000         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20001
20002 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20003
20004         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20005         config.sub, and move-if-change to gdb testsuite distribution
20006         archive, so the testsuite can be extracted, configured, and
20007         run separately from the gdb distribution.  Blow away the Chill
20008         tests that require a Chill compiled executable, since GNU Chill
20009         is not yet publically available.
20010
20011 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20012
20013         * test-build.mk: set environment variables in a single command,
20014         instead of a list of assignments and exports
20015
20016         * config.guess: recognize Alpha/OSF1 systems
20017
20018 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20019
20020         * configure: Change help message to prefer --options rather than
20021           -options.
20022
20023 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20024
20025         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20026         zippy@ecst.csuchico.edu.
20027         * config.guess: Recognize miniframe.
20028
20029 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20030
20031         * Makefile.in: Use srcroot to find runtest rather than rootme.
20032         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20033
20034 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20035
20036         * test-build.mk: Extensive additions to support building on a
20037         machine other than the host.
20038
20039 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20040
20041         * configure (tooldir): Fix for i386-aix again.
20042
20043 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20044
20045         * configure, Makefile.in:  Change definition of $(tooldir)
20046         to match the FSF.
20047
20048 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20049
20050         * config.guess:  Recognize i[34]86/SVR4.
20051
20052 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20053
20054         * Makefile.in (all-gdb): gdb depends on sim.
20055
20056 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20057
20058         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20059         at the same time we make the prototype gdb directory.
20060         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20061         files at the same time as the gdb base release distribution.
20062
20063 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20064
20065         * Makefile.in (check): Use individual check targets rather than
20066         DO_X rule.
20067         (check-gcc): Added.
20068
20069 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20070
20071         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20072         for System V release 3.2.
20073
20074 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20075
20076         * config.sub: Recognize hppaosf.
20077         * configure.in: Do configure ld/binutils/gas for it.
20078
20079 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20080
20081         * configure (tooldir): Alter syntax used to set this, for systems
20082         where "\$" isn't handled right, like i386-aix.
20083
20084 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20085
20086         * configure: Pass program-transform-name, not
20087         program_transform_name, to recursive configures.
20088
20089 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20090
20091         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20092         of gas+ld+binutils.
20093
20094 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20095
20096         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20097
20098 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20099
20100         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20101
20102 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20103
20104         * Makefile.in (PRMS): Set back to all-prms.
20105
20106 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20107
20108         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20109         targets, rather than for MIPS hosts.
20110
20111 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20112
20113         * configure.in: add comment for --with-x default values
20114
20115         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20116
20117         * Makefile.in: add check-* targets for each of the directories in
20118         the tree.  Add a definition of RUNTEST that will use the one we
20119         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20120
20121 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20122
20123         * configure.in: Removed obsolete references to bfd_target and
20124         target_makefile_frag.
20125
20126         * build-all.mk: Set assorted targets for Q2.
20127         * config.sub: Recognize z8k-sim and h8300-hms.
20128         * test-build.mk: Really don't pass host to configure.
20129         (HOLES): Added uname.
20130
20131 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20132
20133         * configure: Handle an empty program-prefix, program-suffix or
20134         program-transform-name correctly.
20135
20136 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20137
20138         * build-all.mk: -G 8 no longer required for MIPS targets.
20139         * test-build.mk: Don't pass host argument to configure; make it
20140         guess.
20141
20142 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20143
20144         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20145         * Makefile.in (COMPRESS):  New macro, like GZIP.
20146
20147 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20148
20149         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20150
20151         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20152         with gas currently defaults to -G 0.
20153
20154 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20155
20156         * Makefile.in (all-flex): flex depends on byacc.
20157
20158         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20159         to test-build.mk as RELEASE_TAG.
20160         * test-build.mk (configargs): New variable containing arguments to
20161         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20162         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20163
20164         * config.guess: Use /bin/uname when checking -X argument on SCO,
20165         to avoid invoking GNU uname which doesn't understand -X.
20166
20167         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20168
20169         * configure.in: Build gas for mips-*-*.
20170
20171 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20172
20173         * Makefile.in (all.normal): insert missing backslash.
20174
20175 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20176
20177         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20178
20179         * Makefile.in: Complete overhaul to merge many almost identical
20180         targets.
20181
20182 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20183
20184         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20185         (gdb.tar.Z): Adjusted.
20186
20187         * Makefile.in (setup-dirs, taz): New targets; should be general
20188         enough to adapt for gdb sometime.  Build only .z file.
20189         (gas.tar.z): New target.
20190
20191 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20192
20193         * build-all.mk: Use CC=cc -Xs on Solaris.
20194
20195 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20196
20197         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20198         for handling BISON for FSF releases.
20199
20200 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20201
20202         * configure: Actually implement the change zoo just documented.
20203
20204 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20205
20206         * configure: when using config.guess, only set target_alias when
20207         it's not already been set (ie, on the command line)
20208
20209 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20210
20211         * Makefile.in: add installcheck target, set PRMS to install-prms
20212
20213 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20214
20215         * configure: add support for package_makefile_fragment, handle the
20216         case where a directory has a configure.in file but no Makefile.in
20217         more gracefully (with an actual understandable error message, even);
20218         add support for --without (and add this to the usage message); also
20219         explicitly add a --host=${host_alias} to the command line when
20220         config.guess is used
20221
20222 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20223
20224         * configure: Must use both --host and --target in recursive calls.
20225
20226 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20227
20228         * Makefile.in: Change deja-gnu to dejagnu.
20229
20230 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20231
20232         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20233
20234 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20235
20236         * configure.in: canonicalize all instances to *-*-solaris2*,
20237         also strip out a number of tools to not build for go32 host
20238
20239 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20240
20241         * config.guess: add GPL.
20242
20243         * Makefile.in, config.guess, config.sub, configure: bump
20244           copyrights to 93.
20245
20246 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20247
20248         * Makefile.in (do-info): Removed obsolete check for existence of
20249         localenv file.
20250
20251         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20252
20253 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20254
20255         * Makefile.in: a couple of 'else true' for decstation,
20256         support for TclX
20257
20258         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20259
20260 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20261
20262         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20263
20264 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20265
20266         * config.guess: Recognize i386-ibm-aix (PS/2).
20267         * configure.in: Use config/mh-aix386 file for it.
20268
20269 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20270
20271         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20272         CC_FOR_TARGET instead.
20273         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20274
20275 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20276
20277         * Makefile.in: Add sim to list of directories sent with gdb
20278
20279 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20280
20281         * configure.in: Put back mips-dec-bsd* case.
20282
20283 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20284
20285         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20286         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20287         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20288
20289 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20290
20291         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20292
20293         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20294         (install-info): install dir.info only if it exists,
20295         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20296
20297 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20298
20299         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20300         gas for mips-dec-bsd.
20301
20302 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20303
20304         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20305         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20306
20307 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20308
20309         * configure.in: Added "dejagnu" to hosttools list.
20310
20311 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20312
20313         * config.sub, configure.in, config.guess:  Add support
20314         for Bosx, an AIX variant from Bull.
20315         Patches from F.Pierresteguy@frcl.bull.fr.
20316
20317 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20318
20319         * devo/dejagnu: Initial creation of devo/dejagnu.
20320         Migrated dejagnu testcases and support files for testing software
20321         tools to reside as subdirectories, currently called "testsuite",
20322         within the directory of the software tool.  Migrated all programs,
20323         support libraries, etc. beloging to dejagnu proper from
20324         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20325         with no modifications.  The changes to these files which will
20326         allow them to configure, build, and execute properly will be made
20327         in a future update.
20328
20329 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20330
20331         * Makefile.in: Change send_pr to send-pr.
20332         * configure.in: Likewise.
20333         * send_pr: Renamed directory to send-pr.
20334
20335 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20336
20337         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20338
20339 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20340
20341         * README:  Update for gdb-4.8 release.
20342         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20343         gdb-xxx.tar.z (gzip'd) file also.
20344
20345 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20346
20347         * Makefile.in: make all-diff depend on all-libiberty
20348
20349 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20350
20351         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20352
20353 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20354
20355         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20356
20357 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20358
20359         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20360         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20361         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20362
20363 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20364
20365         * Makefile.in:  makeinfo binary is in a new location
20366
20367 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20368
20369         * config.sub: Accept -ecoff as an OS.
20370
20371         * Makefile.in: Various changes to eliminate a level of make
20372         recursion and reduce the required command line length.
20373         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20374         sub-makes.
20375         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20376         variables holding settings for specific sub-makes.
20377         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20378         in terms of BASE_FLAGS_TO_PASS.
20379         (TARGET_LIBS): New variable listing directories which use
20380         TARGET_FLAGS_TO_PASS.
20381         (subdir_do): Eliminated.
20382         (do-*): New set of targets to replace subdir_do.
20383         (various): All targets which used subdir_do now depend on do-*.
20384         (local-clean): Renamed from do_clean.
20385         (local-distclean): New target, dependency of distclean and
20386         realclean.
20387         (install-info): Don't create directories.  Depend on dir.info
20388         rather than calling make recursively.
20389         (install-dir.info): Eliminated.
20390         (install-info-dirs): Create all info directories here.
20391         (dir.info): Depend upon do-install-info.
20392
20393         * test-build.mk (HOLES): Added false.
20394
20395 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20396
20397         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20398
20399 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20400
20401         * Makefile.in (info): remove dependency on all-texinfo.  The
20402         problem was really in texinfo/C, not at this level.
20403
20404 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20405
20406         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20407
20408 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20409
20410         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20411         GDB releases.
20412
20413 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20414
20415         * configure: Include srcdir in message about target of link not
20416         being found.  Don't convert `-' to `_' in `with' options being
20417         passed to subdirs.
20418
20419 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20420
20421         * configure.in: add uudecode to host_tools
20422
20423         * Makefile.in: added {all,install}-uudecode targets, added them to
20424         the appropriate lists
20425
20426 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20427
20428         * Makefile.in (all-gcc): Added dependency on all-gas.
20429
20430         * configure.in (mips-*-*): Build ld and binutils.
20431
20432 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20433
20434         * configure: check return code from mkdir, print error message and
20435           exit on failure.
20436
20437 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20438
20439         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20440
20441 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20442
20443         * test-build.mk (HOLES): Added tar, cpio and uudecode.
20444
20445 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20446
20447         * config.sub (h8500):  Recognize this as a cpu type.
20448
20449 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20450
20451         * configure: source directory missing is no longer a warning
20452
20453         * configure.in: recognize irix[34]* instead of irix[34]
20454
20455         * Makefile.in: define and pass down X11_LIB
20456
20457 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20458
20459         * guess-systype: Renamed to ...
20460         * config.guess:  ... by popular request.
20461         * configure.in, Makefile.in:  Update accordingly.
20462
20463 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20464
20465         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20466         + Add Convex, Cray/Unicos, and Encore/Multimax support.
20467         + Execute ./dummy instead of assuming . is in PATH.
20468
20469 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20470
20471         * guess-systype:  New shell script.  Attempts to guess the
20472         canonical host name of the executing host.
20473         Only a few hosts are supported so far.
20474         * configure:  Call guess-systype if no host is specified.
20475
20476 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20477
20478         * Makefile.in (gcc-no-fixedincludes): Made to work with current
20479         gcc Makefile.
20480
20481 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20482
20483         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20484         (all-gcc, install-gcc, subdir_do): Use it.
20485
20486 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20487
20488         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20489
20490 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20491
20492         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20493           set exclusively by configure, using configure.in .
20494
20495 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20496
20497         * test-build.mk: set $PATH for all builds
20498
20499         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20500
20501 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
20502
20503         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
20504         the one used in gcc/Makefile.in, so that a null expansion doesn't
20505         override the one needed to build gcc with a native cc.
20506
20507 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20508
20509         * configure: Accept -with arguments.
20510
20511 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20512
20513         * Makefile.in: added h8300sim
20514
20515 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
20516
20517         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20518         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
20519         (all-cygnus, native, build-cygnus): Make
20520         $(canonhost)-stamp-3stage-done, not $(host)....
20521         * test-build.mk (stamp-3stage-compared): Use tail +10c for
20522         i386-sco3.2v4.  Added else true to if command.
20523
20524 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
20525
20526         * config.sub: (from FSF) Sequent uses a BSD-like OS.
20527
20528 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
20529
20530         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20531
20532 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20533
20534         * configure.in: don't remove binutils from Solaris builds
20535
20536 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
20537
20538         * Makefile.in: get rid of earlier definitions for *clean,
20539         also handle the recursive info rule better
20540
20541 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
20542
20543         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
20544         do more-or-less the right thing.
20545
20546 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
20547
20548         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20549         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20550
20551 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20552
20553         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20554         $(host_canonical).
20555
20556         * configure.in: split the configdirs list into 4 categories (native
20557         v. cross, library v. tool) and handle the cross-only and native-
20558         only in more reasonable (and correct!) way.
20559
20560 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
20561
20562         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
20563         configdirs anymore.
20564
20565 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20566
20567         * Makefile.in: extensive cleanup::  removed all of the explicit
20568         clean-* targets, collapsed many wrappers around subdir_do into
20569         one, added additional targets to satisfy standards.texi, deleted
20570         some old targets, some changes for consistency
20571
20572 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20573
20574         * configure.in: handle some programs as cross-only, and others as
20575         native only
20576
20577         * test-build.mk: handle partial holes in a more generic manner
20578
20579         * Makefile.in: m4 depends on libiberty
20580
20581 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20582
20583         * configure.in: add m4, textutils, fileutils, sed, shellutils,
20584         time, wdiff, and find to configdirs
20585
20586         * Makefile.in: all, clean, and install rules for the new programs
20587         added to configure.in
20588
20589 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20590
20591         * configure.in: use mh-sun for all *-sun-* hosts
20592
20593 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20594
20595         * Makefile.in: define flags for X11 include files and library file
20596         locations, pass them down to the programs that need this info
20597
20598         * build-all.mk: added a 'native' target, to 3stage the native toolchain
20599
20600 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20601
20602         * configure.in: start building libg++ for HP-UX targets
20603
20604 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
20605
20606         * README:  Update references to files moved into etc/.
20607
20608 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
20609
20610         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
20611         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
20612
20613 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20614
20615         * configure: accept dash as well as underscore in long option
20616         names for FSF compatibility.
20617
20618 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
20619
20620         * config.sub: added -sco3.2v4 support from FSF.
20621
20622 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20623
20624         * configure.in: expand the section that adds or removes
20625         directories from the list of programs to build, to handle native
20626         vs. cross in addition to host v. native
20627
20628 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
20629
20630         * Makefile.in:  Replace C++ in macro names with CXX.
20631         This is less likely to break ...
20632
20633 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20634
20635         * test-build.mk: add -w to GNU_MAKE
20636
20637 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20638
20639         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20640         add 'sparc' to list of recognized cpus.  This needed to make
20641         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20642         Delete some redundant ose68 variants.  Recognize -wrs as an os,
20643         then changes that into $CPU-wrs-vxworks.
20644
20645         * configure.in: remove most references to gdbtest, regularize
20646         target based program removal
20647
20648         * test-build.mk: import from p3 tree (many fixes and changes)
20649
20650 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
20651
20652         * Makefile.in: added rules to handle tcl, tk, and expect
20653
20654         * configure.in: handle those directories if they exist
20655
20656 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20657
20658         * config.sub: removed bogus hppabsd and hppahpux names, since
20659         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20660
20661 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20662
20663         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20664         depends upon all-xiberty
20665
20666         * Makefile.in: changes from p3, including:
20667
20668         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20669
20670         * Makefile.in (XTRAFLAGS): include newlib directories if
20671         newlib/Makefile exists, rather than if host != target.
20672
20673         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20674
20675         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20676         from the same source tree and not building a cross-compiler.  This
20677         matters for the libg++ configuration if reconfiguring a tree that
20678         has already been installed.
20679
20680         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20681
20682         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20683         pick up the machine and system specific header files.
20684
20685         * Makefile.in: added AS_FOR_TARGET, passed down in
20686         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20687         the C compiler to use to create programs which are run in the
20688         build environment, set it to default to $(CC), and passed it down
20689         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20690
20691         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20692
20693         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20694         We need them for unusual native builds, like systems without
20695         ranlib.
20696
20697         * configure: also define $(host_canonical) and
20698         $(target_canonical), which are the full, canonical names for the
20699         given host and target
20700
20701 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20702
20703         * Makefile.in:  Added separate definitions for C++.
20704
20705 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20706
20707         * configure.in (configdirs):  Add deja-gnu.
20708
20709 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20710
20711         * README:  Update for configure.texi and gdb-4.7 release.
20712
20713 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20714
20715         * Makefile.in:  Move "all" target to top of file.
20716         Previously, first target was ".PHONY" which caused BSD4.4 make
20717         to build .PHONY when make was run without arguments.
20718
20719 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20720
20721         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20722         Library-copylefted code in libiberty.
20723
20724 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20725
20726         * config.sub:  Replace m68kmote with plain old m68k.
20727
20728 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20729
20730         * Makefile.in:  Remove space from blank line, avoid Make complaints.
20731
20732 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20733
20734         * config.sub: Complain if no argument is given.  Added support for
20735         386bsd as OS and target alias.
20736
20737 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20738
20739         * Makefile.in (XTRAFLAGS): include newlib directories if
20740         newlib/Makefile exists, rather than if host != target.
20741
20742 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20743
20744         * config.sub: recognize sparclite-wrs-vxworks.
20745
20746         * Makefile.in (install-xiberty): added *-xiberty make rules (from
20747         p3.) Added clean-xiberty to clean.
20748
20749 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20750
20751         * configure.in: use *-*-* instead of nested cases for host and target
20752
20753 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20754
20755         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20756         from the same source tree and not building a cross-compiler.  This
20757         matters for the libg++ configuration if reconfiguring a tree that
20758         has already been installed.
20759
20760 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20761
20762         * config.sub (i486v/i486v4):  Merge in from FSF version.
20763
20764 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20765
20766         * configure: only set PWD if it is already set.
20767
20768 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20769
20770         * configure: just set PWD=`pwd` at the top, since Ultrix sh
20771         doesn't have unset and all success paths (and most error paths)
20772         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20773         to just ${PWD} to avoid confusion.)
20774
20775 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20776
20777         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20778         even for a native compilation.
20779
20780 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20781
20782         Changes to make the gdb.tar.Z rule work better.
20783
20784         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20785         (DEVO_SUPPORT):  Add configure.texi.
20786         (bfd-ilrt.tar.Z):  Remove ancient rule.
20787
20788 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20789
20790         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20791         pick up the machine and system specific header files.
20792
20793         * configure.in, config.sub: added new target m68010-adobe-scout,
20794         with alias of adobe68k.  Changed configure.in to check for
20795         -scout before -sco* to avoid a false match.
20796
20797         * Makefile.in: added AS_FOR_TARGET, passed down in
20798         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20799         the C compiler to use to create programs which are run in the
20800         build environment, set it to default to $(CC), and passed it down
20801         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20802
20803 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20804
20805         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20806         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20807         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20808         FOR_TARGET variants, to newlib and libg++.
20809
20810 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20811
20812         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20813         first.
20814
20815 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20816
20817         * config.sub:  Accept `elf' as an environment.
20818
20819 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20820
20821         * Makefile.in (all-opcodes):  cd into the right directory
20822
20823 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20824
20825         * configure: added -program_transform_name option, used as
20826         argument to sed when installing programs.
20827         configure.texi: added documentation for -program_prefix,
20828         -program_suffix and -program_transform_name.
20829
20830 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20831
20832         * config.sub:  Accept i486 where i386 ok.
20833
20834 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20835
20836         * config.sub: accept we32k
20837
20838 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20839
20840         * config.sub, configure.in: accept OSE68000 and OSE68k.
20841
20842         * Makefile.in: don't create all directories for ``make install'';
20843         let the subdirectories create the ones they need.
20844
20845 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20846
20847         * COPYING: new file, GPL v2
20848
20849 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20850
20851         * Makefile.in: use the new gen-info-dir, which needs a template
20852         argument (which also lives in texinfo)
20853
20854         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20855
20856 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20857
20858         * config.sub (ncr3000):  Change i386 to i486.
20859
20860 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20861
20862         * Makefile.in: add install-rcs, install-grep to
20863         install-no-fixedincludes, removed install-bison and install-libgcc
20864
20865 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20866
20867         * configure.in: grab the HPUX makefile fragment if on HPUX
20868
20869 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20870
20871         * Makefile.in: eradicate bison spoor (ditto libgcc).
20872          configure.in: recognise m68{k,000}-ericsson-OSE.
20873          es1800 is alias for m68k-ericsson-OSE
20874
20875 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20876
20877         * configure.in: rearrange the parts that remove programs from
20878         configdirs, based now on HOST==TARGET or by canonical triple.
20879
20880 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20881
20882         * test-build.mk: recurse explicitly with -f test-build.mk when
20883           appropriate.  predicate stage3 and comparison on the existence
20884           of gcc.  That is, if gcc isn't around, we aren't three-staging.
20885           On very clean, also remove ...stamp-co.  Build in-place before
20886           doing other builds.
20887
20888 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20889
20890         * Makefile.in, configure.in: add tgas
20891
20892 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20893
20894         * Makefile.in: a number of changes merged in from progressive.
20895
20896         * configure.in: add libm.
20897
20898         * .cvsignore: ignore some stuff that comes from test-build.mk.
20899
20900 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20901
20902         * config.sub:  Add es1800 (m68k-ericsson-es1800).
20903
20904 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20905
20906         * configure: Add program_suffix (parallel to program_prefix)
20907         * Makefile.in: adjust directory-creating script for losing decstation
20908
20909 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20910
20911         * configure:  Minor $subdir-related fixes.
20912
20913 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20914
20915         * configure: fix various problems with propogating
20916         makefile_target_frag in subdirs.
20917         * configure.in: config libgcc if its there
20918
20919 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20920
20921         * config.sub:  HPPA merge.
20922
20923 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20924
20925         * Makefile.in:  Replace all-bison with all-byacc in all
20926         dependency lines for other tools (which now use byacc).
20927
20928 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20929
20930         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20931
20932 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20933
20934         * Makefile.in: make gprof rules similar to byacc rules (instead of
20935         vestigal $(unsubdir) that didn't work...)
20936
20937 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20938
20939         * config.sub:  Add support for Linux.
20940         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20941         (at least for libg++).
20942
20943 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20944
20945         * configure.texi: fix doc for the -nfp option to configure
20946
20947 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20948
20949         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20950
20951 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20952
20953         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20954         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20955         * configure.in: added solaris* host_makefile_frag hook.
20956
20957 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20958
20959         * config.sub: changed recognition of m68000 so that various
20960         m68k types can be specified via m680[01234]0
20961
20962 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20963
20964         * config.sub (basic_machine): fix sed so that '-foo' isn't
20965         completely substituted out while .+'-foo' loses the '-foo'
20966
20967 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20968
20969         * config.sub ($os): Add -aout.
20970
20971 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
20972
20973         * configure:  If host_makefile_frag is absolute, don't
20974         prefix ${invsubdir} (relevant to libg++ auto-configure).
20975
20976 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20977
20978         * Makefile.in (tooldir): Define it.
20979         (all-ld): Depend on all-flex.
20980
20981 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
20982
20983         * Makefile.in (check):  Fix libg++ special case.
20984
20985 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
20986
20987         * configure: do not bury `pwd` into config.status, thus do fewer
20988           pwd's.
20989
20990         * configure: print the "Building in" message only when building in
20991           other than "." AND verbose.
20992
20993         * configure: remove -s, rework -v to better accommodate guested
20994           configures.
20995
20996         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20997
20998 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
20999
21000         * Makefile.in: macroize flags passed on recursion.  remove
21001           fileutils.
21002
21003 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21004
21005         * configure: get makesrcdir right for subdirs deeper than 1.
21006
21007         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21008           install.
21009
21010 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21011
21012         * Makefile.in: don't print subdir_do or recursion lines.
21013
21014 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21015
21016         * standards.texi: added menu item.
21017
21018         * Makefile.in: build and install standards.info.
21019
21020         * standards.texi: new file.
21021
21022 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21023
21024         * configure: test for and move config.status pieces from
21025           ${subdir}/.
21026
21027 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21028
21029         * configure:  Test for existance of files before trying to mv
21030         them, to avoid numerous non-existance messages.
21031
21032 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21033
21034         * configure: correct final line of config.status.
21035
21036         * configure: patch from eggert.  Avoids a protection problem if
21037           the original Makefile.in is read only.
21038
21039         * configure: use move-if-change from gcc to create config.status.
21040           Some makefiles depend on config.status to tell if a directory
21041           has been reconfigured for a different host.  This change
21042           prevents those directories from remaking everything in the case
21043           where the reconfig was only intended to rebuild a Makefile.
21044
21045         * configure: test for config.sub with "config.sub sun4" rather
21046           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21047           host alias from a missing config.sub.
21048
21049 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21050
21051         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21052           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21053
21054 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21055
21056         * configure: mkdir ${subdir} as needed.
21057
21058 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21059
21060         * Makefile.in,configure.in: added autoconf.
21061
21062 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21063
21064         * Makefile.in: no longer pass against on recursion.
21065
21066         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21067           definitions are not inherited.
21068
21069         * configure: correct makesrcdir when subdir is .
21070
21071 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21072
21073         * configure:  Add support for 'subdirs' variable, which is
21074         like 'configdirs', except that configure doesn't re-invoke
21075         itself for subdirs, it just creates a Makefile for each subdir.
21076         * configure.texi:  Document subdirs.
21077
21078 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21079
21080         * configure.in: added flex to configdirs
21081
21082 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21083
21084         * Makefile.in: remove clean-stamps from clean.
21085
21086 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21087
21088         * configure.in:  Add gdbtest to configdirs.
21089
21090 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21091
21092         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21093         to recursive makes.
21094         * configure.in:  Recognize new ncr3000 config.
21095
21096 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21097
21098         * Makefile.in, configure.in: removed references to gdbm.
21099
21100 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21101
21102         * config.sub:  Don't canonicalize os value
21103         newsos* to bsd (readline needs to check for newsos).
21104         (This fix was earlier made Jan 31, but got re-broken.)
21105
21106 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21107
21108         * configure.in:  sco is an os, not a vendor!
21109
21110         * configure:  Quote $( better.  Keep various shells happy.
21111
21112 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21113
21114         * Makefile.in: eliminate stamp-files.
21115
21116 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21117
21118         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21119           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21120
21121 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21122
21123         * config.sub:  fix iris/iris3.
21124
21125 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21126
21127         * configure: re-add -rm.
21128
21129 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21130
21131         * Maskefile.in: add .stmp-rcs to all.
21132
21133         * configure.in: remove gas from rs6000 build, use aix host fragment.
21134
21135 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21136
21137         * configure: pass down site_option during recursion.
21138
21139 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21140
21141         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21142
21143 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21144
21145         * configure: Change exec_prefix so that it really defaults to prefix.
21146
21147 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21148
21149         * Makefile.in, configure.in:  Add support for mmalloc library.
21150
21151 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21152
21153         * Makefile.in: add stmp dependencies for a few more things.
21154
21155 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21156
21157         * configure: adjusted error message on objdir/srcdir configure
21158           collision, per john's suggestion.
21159
21160         * Makefile.in: add libiberty stmp to all and all.cross.
21161
21162 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21163
21164         * Makefile.in: remove force dependencies, add grep to all.
21165
21166 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21167
21168         * Makefile.in: drop flex.  make stamp files work.
21169
21170         * configure: added test for conflicting configuration in srcdir,
21171           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21172           gets cranky.  use relative paths for configure and srcdir
21173           whenever possible.  Send some error messages to stderr that were
21174           going to stdout.
21175
21176 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21177
21178         * Makefile.in:  Fix libg++ rule to check for gcc directory
21179         before using gcc/gcc.  Also pass XTRAFLAGS.
21180
21181 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21182
21183         * Makefile.in: added stmp-files so that directories aren't polled
21184           when they are already built.
21185
21186         * configure.texi: fixed a node pointer problem.
21187
21188 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21189
21190         * config.sub configure.in gdb/configure.in
21191         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21192         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21193         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21194
21195 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21196
21197         * configure: -recurring becomes -silent.  corrected help message
21198           for -site= option.
21199
21200         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21201
21202 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21203
21204         * configure: when building Makefile for crosses, replace
21205           tooldir and program_prefix.  default srcdir from location of
21206           config.sub.  remove "for host in hosts" and "for target in
21207           targets" loops.
21208
21209 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21210
21211         * Makefile.in: Do not pass bindir or mandir to cvs.
21212
21213 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21214
21215         * Makefile.in, configure.in: removed traces of namesubdir,
21216           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21217           copyrights to '92, changed some from Cygnus to FSF.
21218
21219         * configure.texi: remove most references to multiple hosts,
21220           multiple targets, subdirs, etc.
21221
21222         * configure.man: removed rcsid. reference config.sub not
21223           config.subr.
21224
21225         * Makefile.in: mkdir $(infodir) on install-info.
21226
21227 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21228
21229         * configure.texi:  Explain better about .gdbinit and about
21230         the environment that configure.in sections run in.
21231
21232 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21233
21234         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21235
21236 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21237
21238         * README:  DOC.configure => cfg-paper.texi.
21239
21240 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21241
21242         * config.sub (near case $os):  Don't convert newsos* to bsd!
21243
21244 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21245
21246         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21247         the number of copies of COPYING that go into the GDB tar file.
21248
21249 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21250
21251         * bfd/configure.in, gdb/config/mh-i386sco,
21252         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21253         Fix SCO configuration stuff.
21254
21255 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21256
21257         * Makefile.in:  For libg++, make sure the -I pointing
21258         to the gcc directory goes *after* all the libg++-local -I flags.
21259         Also, move just-gcc dependency from just-libg++ to all-libg++.
21260
21261 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21262
21263         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21264
21265 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21266
21267         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21268
21269 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21270
21271         * config.sub:  Add stratus configuration frags.  Also
21272         submitted to FSF.
21273
21274 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21275
21276         * Makefile.in (DEV_SUPPORT):  add configure.man.
21277
21278         * config.sub(Decode manufacturer-specific):  add -none*.
21279
21280 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21281
21282         * Makefile.in:  remove form feeds to make Sun's make happy.
21283         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21284
21285 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21286
21287         * Makefile.in (AR_FLAGS):  Make quieter.
21288
21289 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21290
21291         * configure.in:  Add libg++.
21292         * configure:  When verbose, don't output the command line at each
21293         level; it will be unremarkably the same as the previous version,
21294         which will be the same as what the user typed.
21295
21296 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21297
21298         * configure.in, Makefile.in: fix clean-info, add flex.  add
21299           fileutils.
21300
21301         * configure: be less sensitive to spaces in Makefile.in.  Do not
21302           look for sources in "..".  Doing so breaks subdirectories that
21303           might have their own configure.  If a subdir has it's own
21304           configure script, use it.
21305
21306 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21307
21308         * cfg-paper.texi: some changes suggested by rms.
21309
21310 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21311
21312         * config.sub:  Merge in some small additions from the FSF version,
21313         taken from the gcc distribution, to bring the Cygnus and FSF
21314         versions into closer sync.
21315
21316 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21317
21318         * configure.in:  Changed svr4 references to sysv4.
21319
21320 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21321
21322         * configure: added -V for version number option.
21323
21324 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21325
21326         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21327           renamed from DOC.configure to cfg-paper.texi.
21328
21329 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21330
21331         * configure, config.subr, config.sub: config.subr is now
21332           config.sub again.
21333
21334 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21335
21336         * configure.texi: new file, in progress.
21337
21338         * Makefile.in: build info file and install the man page for
21339           configure.
21340
21341         * configure.man: new file, first cut.
21342
21343         * configure: find config.subr again now that configuration "none"
21344           has gone.  removed all traces of the -ansi option.  removed all
21345           traces of the -languages option.
21346
21347         * config.subr: resync from rms.
21348
21349 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21350
21351         * configure, config.sub, config.subr: merge config.sub into
21352           config.subr, call the result config.subr, remove config.sub, use
21353           config.subr.
21354
21355         * Makefile.in: revised install for dir.info.
21356
21357 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21358
21359         * configure.in: add decstation host makefile frag.
21360
21361         * Makefile.in: BISON now bison -y again.  also install-gcc on
21362           install.  clean-gdbm on clean.  infodir belongs in datadir.
21363           Make directories for info install.  Build dir.info here then
21364           install it.
21365
21366 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21367
21368         * Makefile.in: fix for bad directory tests.
21369
21370 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21371
21372         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21373           regexp.  -srcdir relative was being handled incorrectly.
21374
21375         * Makefile.in: unwrapped some for loops so that parallel makes
21376           work again and so one can focus one's attention on a particular
21377           package.
21378
21379 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21380
21381         * configure: added PWD as a stand in for `pwd` (for speed). use
21382           elif wherever possible.  make -srcdir work without -objdir.
21383           -objdir= commented out.
21384
21385 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21386
21387         * configure: +options become --options.  -subdirs commented out.
21388           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21389           Makefile now at top of generated Makefile.  Removed cvs log
21390           entries.  added -srcdir.  create .gdbinit only if there is one
21391           in ${srcdir}.
21392
21393         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
21394           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21395           and mandir now keyed off datadir by default.
21396
21397 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21398
21399         * Freshly created ChangeLog.
21400
21401 \f
21402 Local Variables:
21403 mode: change-log
21404 left-margin: 8
21405 fill-column: 76
21406 version-control: never
21407 End: