Daily bump.
[platform/upstream/gcc.git] / ChangeLog
1 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
2
3         * MAINTAINERS: Change my information.
4
5 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
6
7         * MAINTAINERS: Add myself to DCO section.
8
9 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
10
11         * configure.ac: Fix incorrect option in comment.
12         * configure: Regenerate.
13
14 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
15
16         * Makefile.def (dependencies): Make configure-sim depend on
17         all-readline.
18         * Makefile.in: Regenerate.
19
20 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
21
22         * MAINTAINERS (Write After Approval): Update my e-mail address.
23
24 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
25
26         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
27
28 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
29
30         * MAINTAINERS: Update my email and add myself to the DCO list.
31
32 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33
34         Revert:
35         2021-09-16  Andrew Pinski  <apinski@marvell.com>
36
37         PR bootstrap/67102
38         * Makefile.def: Have configure-target-libffi depend on
39         all-target-libstdc++-v3.
40         * Makefile.in: Regenerate.
41
42 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
43
44         PR other/104181
45         * build.log: Remove.
46
47 2022-01-20  Martin Liska  <mliska@suse.cz>
48
49         * MAINTAINERS: Adjust email address based on IRC request.
50
51 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
52
53         * MAINTAINERS: Update my email address.
54
55 2022-01-17  Martin Liska  <mliska@suse.cz>
56
57         * MAINTAINERS: Rename .c names to .cc.
58
59 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
60
61         * Makefile.am: Remove.
62
63 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
64
65         * Makefile.am: New file.
66
67 2022-01-11  Martin Liska  <mliska@suse.cz>
68
69         * MAINTAINERS: Sort 2 names.
70
71 2022-01-10  Martin Liska  <mliska@suse.cz>
72
73         * MAINTAINERS: Fix obvious issues with sorting.
74
75 2022-01-07  liuhongt  <hongtao.liu@intel.com>
76
77         * build.log: New file.
78
79 2022-01-05  Nathan Sidwell  <nathan@acm.org>
80
81         * MAINTAINERS: Add DCO entry.  Sort that list.
82
83 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
84
85         * MAINTAINERS: Change of email address in both DCO and
86         Write After Approval list.
87
88 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
89
90         * configure: Regenerate.
91
92 2021-12-21  Martin Liska  <mliska@suse.cz>
93
94         * config.sub: Change mode back to 755.
95
96 2021-12-17  Martin Liska  <mliska@suse.cz>
97
98         * config.sub: Sync from master.
99
100 2021-12-17  Martin Liska  <mliska@suse.cz>
101
102         Revert:
103         2021-12-16  Matthias Seidel  <mseidel@apache.org>
104
105         * config.sub: Fix typo.
106
107 2021-12-16  Matthias Seidel  <mseidel@apache.org>
108
109         * config.sub: Fix typo.
110
111 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
112
113         Revert:
114         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
115
116         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
117         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
118         * configure.ac: Include config/gcc-plugin.m4.
119         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
120         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
121         RANLIB if possible.
122         * Makefile.in: Regenerated.
123         * configure: Likewise.
124
125 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
126
127         * Makefile.tpl (BUILD_CFLAGS): New.
128         (CFLAGS): Append $(BUILD_CFLAGS).
129         (CXXFLAGS): Likewise.
130         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
131         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
132         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
133         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
134         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
135         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
136         (PGO-TRAINING-TARGETS): Likewise.
137         (PGO_BUILD_TRAINING): Likewise.
138         (all): Add '+' to the command line for recursive make.  Support
139         the PGO build.
140         * configure.ac: Add --enable-pgo-build[=lto].
141         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
142         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
143         * Makefile.in: Regenerated.
144         * configure: Likewise.
145
146 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
147
148         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
149         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
150         * configure.ac: Include config/gcc-plugin.m4.
151         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
152         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
153         RANLIB if possible.
154         * Makefile.in: Regenerated.
155         * configure: Likewise.
156
157 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
158
159         * MAINTAINERS: Add myself to write after approval.
160
161 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
162
163         * MAINTAINERS: Adding myself.
164
165 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
166
167         * configure: Regenerate.
168         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
169         $(CPP).
170
171 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
172
173         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
174         libatomic.
175         * Makefile.in: Regenerate.
176         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
177         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
178         target-libphobos-bootstrap.
179         (STAGE2_CONFIGURE_FLAGS): Likewise.
180         * configure: Regenerate.
181         * configure.ac: Add support for bootstrapping D front-end.
182
183 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
184
185         * MAINTAINERS: Add myself to DCO section and update email address.
186
187 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
188
189         * configure: Regenerate.
190         * configure.ac: Ensure that PIC (shared) defaults are set
191         correctly for Darwin.
192
193 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
194
195         * MAINTAINERS: Update my address.
196
197 2021-11-12  Alan Modra  <amodra@gmail.com>
198
199         * Makefile.def (configure-opcodes): Depend on configure-bfd.
200         * Makefile.in: Regenerate.
201
202 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
203
204         * MAINTAINERS: Clarify the policy WRT the Write After Approval
205         list.
206
207 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
208
209         * MAINTAINERS (Reviewers, arc): Remove my entry.
210         (Write After Approval): Add an entry for myself.
211
212 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
213
214         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
215         * Makefile.in: Regenerate.
216         * configure: Regenerate.
217         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
218
219 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
220
221         * MAINTAINERS: Fix up Maciej's entries.
222
223 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
224
225         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
226         maintainer.
227
228 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
229
230         PR other/102663
231         * Makefile.def: Handle install-dvi target.
232         * Makefile.tpl: Likewise.
233         * Makefile.in: Regenerate.
234
235 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
236
237         * MAINTAINERS: Add myself for write after approval.
238
239 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
240
241         * Makefile.def: Mark libcody, libdecnumber,
242         c++tools, libgcc, and libobjc as missing TAGS
243         targets.
244         * Makefile.in: Regenerate.
245
246 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
247
248         * MAINTAINERS: Add myself to DCO section and update email
249         address.
250
251 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
252
253         * MAINTAINERS: Add myself to DCO section.
254
255 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
256
257         * configure: Regenerate.
258         * configure.ac (skipdirs): Add the contents of target_configdirs if
259         we are not building gcc.
260
261 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
262
263         * Makefile.def: Back-port commits ba4d88ad892f and
264         755ba58ebef0 from binutils-gdb repository.
265         * Makefile.in: Regenerated.
266
267 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
268
269         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
270
271 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
272
273         * Makefile.def: Add a jit check target for the jit
274         language.
275         * Makefile.in: Regenerate.
276
277 2021-09-16  Andrew Pinski  <apinski@marvell.com>
278
279         PR bootstrap/67102
280         * Makefile.def: Have configure-target-libffi depend on
281         all-target-libstdc++-v3.
282         * Makefile.in: Regenerate.
283
284 2021-09-10  Petter Tomner  <tomner@kth.se>
285
286         * MAINTAINERS: Me added to DCO and write after approval
287
288 2021-09-01  YunQiang Su  <syq@debian.org>
289
290         * MAINTAINERS: Add myself for write after approval.
291
292 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
293
294         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
295         * Makefile.in: Regenerate.
296
297 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
298
299         * MAINTAINERS: Add myself for write after approval.
300
301 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
302
303         * Makefile.in: Regenerate.
304         * Makefile.tpl: Make the state of the configured host
305         shared flag available to makefile fragements.
306
307 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
308
309         * MAINTAINERS (Write After Approval): Add myself.
310
311 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
312
313         * .dir-locals.el (bug-reference-url-format): Use https.
314
315 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
316
317         * .dir-locals.el (c-mode): Change fill-column to 79.
318
319 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
320
321         * MAINTAINERS: Add myself to DCO section.
322
323 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
324
325         * configure: Regenerate.
326         * configure.ac: Adjust cases for which it is necessary to
327         include the Darwin host config fragment.
328
329 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
330
331         * MAINTAINERS: Add myself for write after approval and DCO.
332
333 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
334
335         * Makefile.def: Add dsymutil defs.
336         * Makefile.in: Regenerated.
337         * Makefile.tpl: Add dsymutil to flags.
338         * configure: Regenerated.
339         * configure.ac: Add dsymutil to target and build recipes.
340
341 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
342
343         * MAINTAINERS: Add myself for write after approval.
344
345 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
346
347         * MAINTAINERS (Write After Approval): Add myself.
348
349 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
350
351         * MAINTAINERS: Add myself for write after approval and DCO
352
353 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
354
355         * .gitignore: Add entry for cscope.out.
356
357 2021-06-22  liuhongt  <hongtao.liu@intel.com>
358
359         * MAINTAINERS: Remove my Write After Approval entry.
360
361 2021-06-21  liuhongt  <hongtao.liu@intel.com>
362
363         * MAINTAINERS: Add myself as maintainer of the i386 vector
364         extensions.
365
366 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
367
368         * MAINTAINERS (Write After Approval): Add myself.
369
370 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
371
372         * MAINTAINERS (Various Maintainers): Add Andrew and myself
373         as *vrp and ranger maintainers.
374
375 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
376
377         * MAINTAINERS: Adjust my entry in the DCO section so that it does
378         not trigger testsuite failures.
379
380 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
381
382         * MAINTAINERS: Add myself to DCO section with both email addresses.
383
384 2021-06-03  Jason Merrill  <jason@redhat.com>
385
386         * MAINTAINERS: Add DCO version number.
387
388 2021-06-02  Jason Merrill  <jason@redhat.com>
389
390         * MAINTAINERS: Add DCO section.
391
392 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
393
394         * MAINTAINERS (Write After Approval): Add myself.
395
396 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
397
398         * configure.ac: Add gnulib to configdirs for sim.
399         * configure: Regenerate.
400
401 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
402
403         * Makefile.def: Add configure-sim dependency on all-gnulib.
404         * Makefile.in: Regenerated.
405
406 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
407
408         * MAINTAINERS (Write After Approval): Add myself.
409
410 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
411
412         * MAINTAINERS (Write After Approval): Add myself.
413
414 2021-05-11  Martin Liska  <mliska@suse.cz>
415
416         * MAINTAINERS: Remove entries for removed
417         components (HSA, BRIG, libhsail-rt).
418         Move Pekka to Write After Approval.
419
420 2021-05-11  Martin Liska  <mliska@suse.cz>
421
422         * Makefile.def: Remove libhsail-rt.
423         * Makefile.in: Likewise.
424         * configure.ac: Likewise.
425         * configure: Regenerate.
426         * libhsail-rt/ChangeLog: Removed.
427         * libhsail-rt/Makefile.am: Removed.
428         * libhsail-rt/Makefile.in: Removed.
429         * libhsail-rt/README: Removed.
430         * libhsail-rt/aclocal.m4: Removed.
431         * libhsail-rt/configure: Removed.
432         * libhsail-rt/configure.ac: Removed.
433         * libhsail-rt/configure.tgt: Removed.
434         * libhsail-rt/include/internal/fibers.h: Removed.
435         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
436         * libhsail-rt/include/internal/phsa-rt.h: Removed.
437         * libhsail-rt/include/internal/workitems.h: Removed.
438         * libhsail-rt/rt/arithmetic.c: Removed.
439         * libhsail-rt/rt/atomics.c: Removed.
440         * libhsail-rt/rt/bitstring.c: Removed.
441         * libhsail-rt/rt/fbarrier.c: Removed.
442         * libhsail-rt/rt/fibers.c: Removed.
443         * libhsail-rt/rt/fp16.c: Removed.
444         * libhsail-rt/rt/misc.c: Removed.
445         * libhsail-rt/rt/multimedia.c: Removed.
446         * libhsail-rt/rt/queue.c: Removed.
447         * libhsail-rt/rt/sat_arithmetic.c: Removed.
448         * libhsail-rt/rt/segment.c: Removed.
449         * libhsail-rt/rt/workitems.c: Removed.
450         * libhsail-rt/target-config.h.in: Removed.
451
452 2021-05-04  Nick Clifton  <nickc@redhat.com>
453
454         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
455         * configure: Regenerate.
456
457 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
458             Tobias Burnus  <tobias@codesourcery.com>
459
460         * configure.ac (--enable-offload-defaulted): New.
461         * configure: Regenerate.
462
463 2021-04-23  David Faust  <david.faust@oracle.com>
464
465         * MAINTAINERS (Write After Approval): Add myself.
466
467 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
468
469         * MAINTAINERS (Write After Approval): Add myself.
470
471 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
472
473         * MAINTAINERS: Add myself as pru port maintainer.
474
475 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
476
477         * MAINTAINERS: Add myself as static analyzer maintainer.
478
479 2021-03-18  Jeff Law  <jlaw@tachyum.com>
480
481         * MAINTAINERS: Update primary entry.
482
483 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
484
485         * MAINTAINERS (Write After Approval): Add myself.
486
487 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
488
489         * Makefile.def: Remove all-sim dependency on configure-gdb.
490         * Makefile.in: Regenerated.
491
492 2021-03-11  Jeff Law  <law@redhat.com>
493
494         * MAINTAINERS: Update entries for a few ex-ImgTec employees
495
496 2021-03-11  Martin Liska  <mliska@suse.cz>
497
498         * Makefile.tpl: The change was done Makefile.in which
499         is generated file.
500
501 2021-03-08  Jeff Law  <law@redhat.com>
502
503         * MAINTAINERS: Update my email address
504
505 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
506
507         * config.guess: Import latest upstream.
508         * config.sub: Import latest upstream.
509
510 2021-01-25  Martin Liska  <mliska@suse.cz>
511
512         PR gcov-profile/98739
513         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
514         for profiledbootstrap.
515
516 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
517
518         * MAINTAINERS (Write After Approval): Add myself.
519
520 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
521
522         * MAINTAINERS (Write After Approval): Update my e-mail address.
523
524 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
525
526         * MAINTAINERS: Fix spacing.
527
528 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
529
530         * MAINTAINERS (Write After Approval): Add myself
531
532 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
533
534         * Makefile.def: Sync with binutils-gdb:
535         (dependencies): all-ld depends on all-libctf.
536         (host_modules): libctf is no longer no_install.
537         No longer no_check.  Checking depends on all-ld.
538         * Makefile.in: Regenerated.
539
540 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
541
542         * libtool.m4: Match gnu* along other GNU systems.
543         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
544         * libgo/configure: Re-generate.
545
546 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
547
548         * MAINTAINERS: Update my email address.
549
550 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
551
552         * MAINTAINERS (Write After Approval): Add myself.
553
554 2020-12-15  Nathan Sidwell  <nathan@acm.org>
555
556         * Makefile.def
557         * Makefile.in
558         * Makefile.tpl
559         * configure
560         * configure.ac
561
562 2020-12-15  Nathan Sidwell  <nathan@acm.org>
563
564         * Makefile.def: Add libcody.
565         * configure.ac: Add libcody.
566         * Makefile.in: Regenerated.
567         * configure: Regenerated.
568
569 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
570
571         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
572
573 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
574
575         PR target/97865
576         * libtool.m4: Update handling of Darwin platform link flags
577         for Darwin20.
578
579 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
580
581         * .gitignore: Sync with binutils-gdb
582
583 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
584
585         * MAINTAINERS: Add myself as arc port maintainer.
586
587 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
588
589         PR d/87788
590         * configure.ac: Don't disable D for *-*-darwin*.
591         * configure: Regenerate.
592
593 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
594
595         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
596         hppa64-*-hpux11*.
597
598 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
599
600         * configure: Regenerate.
601         * configure.ac: Add --bootstrap-hwasan option.
602
603 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
604
605         * config.guess: Import latest upstream.
606         * config.sub: Import latest upstream.
607
608 2020-11-16  Martin Liska  <mliska@suse.cz>
609
610         * .gitignore: Add cache as clangd uses it now.
611
612 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
613
614         * MAINTAINERS (Write After Approval): add myself
615
616 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
617
618         * MAINTAINERS (Write After Approval): Add myself.
619
620 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
621
622         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
623         Remove FIXME comments.
624
625 2020-11-06  Martin Uecker  <muecker@gwdg.de>
626
627         * MAINTAINERS: Update my email address.
628
629 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
630
631         * MAINTAINERS (Write After Approval): Add myself.
632
633 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
634
635         PR target/97302
636         * configure.ac: Only set with_gmp to /usr/local
637         if not building in tree.
638         * configure: Regenerate.
639
640 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
641
642         * MAINTAINERS (Write After Approval): Add myself.
643
644 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
645
646         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
647
648 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
649
650         PR bootstrap/96612
651         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
652         if not the same as ${host}.
653         * configure: Regenerate.
654
655 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
656
657         * MAINTAINERS (Write After Approval): Add myself.
658
659 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
660
661         * MAINTAINERS: Update my email address.
662
663 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
664
665         * MAINTAINERS (Write After Approval): Add myself.
666
667 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
668
669         * MAINTAINERS (Write After Approval): Add myself.
670
671 2020-06-12  Martin Liska  <mliska@suse.cz>
672
673         * .gitignore: Add .clang-tidy.
674
675 2020-06-08  Jason Merrill  <jason@redhat.com>
676
677         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
678         * configure: Regenerate.
679
680 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
681
682         * MAINTAINERS: Add myself as xtensa port maintainer.
683
684 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
685
686         * configure.ac: Don't require --enable-host-shared when building
687         for Mingw.
688         * configure: Regenerate.
689
690 2020-05-18  Jason Merrill  <jason@redhat.com>
691
692         * configure.ac: Update bootstrap dialect to -std=c++11.
693
694 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
695
696         * MAINTAINERS (Write After Approval): Add myself.
697
698 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
699
700         PR target/92713
701         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
702         (noconfigdirs): Add 'target-libstdc++-v3'.
703         * configure: Regenerate.
704
705 2020-04-21  Stephen Casner  <casner@acm.org>
706
707         PR 25830
708         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
709         * configure: Rebuild.
710
711 2020-04-17  Martin Liska  <mliska@suse.cz>
712             Jonathan Yong <10walls@gmail.com>
713
714         PR gcov-profile/94570
715         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
716         for CYGWIN.
717
718 2020-04-14  Martin Jambor  <mjambor@suse.cz>
719
720         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
721
722 2020-04-09  Tom Tromey  <tom@tromey.com>
723
724         * configure: Rebuild.
725         * Makefile.in: Rebuild.
726         * Makefile.def (gdbsupport, gdbserver): New host modules.
727         (configure-gdb): Depend on all-gdbsupport.
728         (all-gdb): Depend on all-gdbsupport, all-libctf.
729         * configure.ac (host_tools): Add gdbserver.
730         Conditionally build gdbserver and gdbsupport.
731
732 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
733
734         * configure.ac: Build libgomp by default for amdgcn.
735         * configure: Regenerate.
736
737 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
738
739         * MAINTAINERS (Write After Approval): Add myself.
740
741 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
742
743         * MAINTAINERS (Write After Approval) : Add myself.
744
745 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
746
747         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
748
749 2020-02-14  Martin Sebor  <msebor@redhat.com>
750
751         * doc/extend.texi (attribute alias): Mention type requirement.
752         (attribute weak): Same.
753         (attribute weakref): Correct invalid example.
754
755 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
756
757         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
758
759 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
760             Jakub Jelinek  <jakub@redhat.com>
761
762         * .gitattributes: Add *.md diff=md.
763
764 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
765
766         The mentioned auto-generated file is no more part of the
767
768         GCC sources, it's auto-generated in $(builddir) during build.
769
770         PR target/92055
771         * contrib/gcc_update (files_and_dependencies): Remove
772         entry for gcc/config/avr/t-multilib.
773
774 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
775
776         * MAINTAINERS: Update my email address.
777
778 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
779
780         * README.MOVED_TO_GIT: Remove.
781
782 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
783
784         * README.MOVED_TO_GIT: New file.
785
786 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
787
788         * MAINTAINERS (Write After Approval): Add myself.
789
790 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
791
792         * MAINTAINERS (write_after_approval): Add myself.
793
794 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
795
796         * MAINTAINERS (write_after_approval): Add myself.
797
798 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
799
800         * MAINTAINERS (write_after_approval): Add myself.
801
802 2019-12-11  Matthias Klose  <doko@ubuntu.com>
803
804         * configure.ac: Factor out common cases for compare_exclusions.
805         * configure: Regenerate.
806
807 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
808
809         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
810         flag.
811
812 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
813
814         * MAINTAINERS (Write After Approval): Add myself.
815
816 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
817
818         PR middle-end/92463
819         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
820         * configure: Regenerate
821
822 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
823
824         * configure.ac: Use https for gcc.gnu.org.
825         * configure: Regenerated.
826
827 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
828
829         * MAINTAINERS (aarch64 port): Remove my name, move to...
830         (Write After Approval): ...Here.
831
832 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
833
834         * MAINTAINERS: Change my email address as maintainer.
835
836 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
837
838         PR fortran/91828
839         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
840         * configure: Regenerated.
841
842 2019-10-21  Jason Merrill  <jason@redhat.com>
843
844         * .gitattributes: Also check ChangeLog whitespace.
845
846 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
847
848         * contrib/dg-extract-results.sh: Add support for KPASS.
849         * contrib/dg-extract-results.py: Likewise.
850
851 2019-10-17  Jason Merrill  <jason@redhat.com>
852
853         * .gitattributes: Avoid {} in filename pattern.
854
855 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
856
857         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
858         Approval section.
859
860 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
861
862         * MAINTAINERS: Add myself to Write After Approval
863
864 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
865
866         * MAINTAINERS: Add myself as an aarch64 maintainer.
867
868 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
869
870         * MAINTAINERS: Add myself as aarch64 maintainer.
871
872 2019-09-23  Carl Love  <cel@us.ibm.com>
873
874         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
875         New define_insn.
876         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
877         vsx_xxpermdi16_le_V16QI): Removed define_insn.
878
879 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
880
881         * MAINTAINERS (Sam Tebbs): Update email address.
882
883 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
884
885         * MAINTAINERS: Update my email address.
886
887 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
888
889         * libtool.m4: Handle uclinuxfdpiceabi.
890
891 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
892
893         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
894         Remove myself from Write After Approval section.
895
896 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
897
898         * configure.ac: Support for bpf-*-* targets.
899         * configure: Regenerate.
900
901 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
902
903         * config.sub: Import upstream version 2019-06-30.
904         * config.guess: Import upstream version 2019-07-24.
905
906 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
907
908         * MAINTAINERS: Remove spu port maintainers.
909
910 2019-08-28  Martin Liska  <mliska@suse.cz>
911
912         * .gitignore: Add .clangd and compile_commands.json
913         to .gitignore.
914
915 2019-08-23  Michael Forney  <mforney@mforney.org>
916
917         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
918         * Makefile.in: Regenerate.
919
920 2019-08-19  Tom Tromey  <tom@tromey.com>
921
922         * configure: Rebuild.
923         * configure.ac: Add --with-static-standard-libraries.
924
925 2019-08-16  Alexandre Oliva <oliva@gnu.org>
926
927         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
928
929 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
930
931         * MAINTAINERS (Write After Approval): Add myself.
932
933 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
934
935         * MAINTAINERS (Write After Approval): Remove myself, already listed in
936         RISC-V port maitainer.
937
938 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
939
940         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
941
942 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
943
944         * MAINTAINERS (Write After Approval): Add myself.
945
946 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
947
948         * MAINTAINERS (Write After Approval): Add myself.
949
950 2019-06-25  Martin Liska  <mliska@suse.cz>
951
952         contrib/filter-clang-warnings.py: Transform from
953         filter-rtags-warnings.py.
954
955 2019-06-15  Tom Tromey  <tom@tromey.com>
956
957         * configure.ac (host_libs): Add gnulib.
958         * configure: Rebuild.
959         * Makefile.def (host_modules, dependencies): Add gnulib.
960         * Makefile.in: Rebuild.
961
962 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
963
964         * MAINTAINERS (Write After Approval): Add myself.
965
966 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
967
968         * configure: Regenerate.
969         * configure.ac: Add PRU target.
970
971 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
972
973         * MAINTAINERS (Write After Approval): Add myself.
974
975 2019-06-11  Nick Clifton  <nickc@redhat.com>
976
977         Import these changes from the binutils/gdb repository:
978
979         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
980
981         * Makefile.def (dependencies): configure-libctf depends on all-bfd
982         and all its deps.
983         * Makefile.in: Regenerated.
984
985         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
986
987         * Makefile.def (host_modules): Add libctf.
988         * Makefile.def (dependencies): Likewise.
989         libctf depends on zlib, libiberty, and bfd.
990         * Makefile.in: Regenerated.
991         * configure.ac (host_libs): Add libctf.
992         * configure: Regenerated.
993
994 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
995
996         * MAINTAINERS (Write After Approval): Add myself.
997
998 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
999
1000         * MAINTAINERS: Update my email address.
1001
1002 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1003
1004         * MAINTAINERS (Write After Approval): Add myself.
1005
1006 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1007
1008         * MAINTAINERS (Write After Approval): Add myself.
1009
1010 2019-05-07  Jim Wilson  <jimw@sifive.com>
1011
1012         * MAINTAINERS: Remove myself as IA-64 maintainer.
1013
1014 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1015
1016         * MAINTAINERS (Write After Approval): Add myself.
1017
1018 2019-05-02  Richard Biener  <rguenther@suse.de>
1019
1020         PR bootstrap/85574
1021         * Makefile.tpl (compare target): Also compare extra-compare
1022         files.
1023         * Makefile.in: Regenerate.
1024
1025 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1026
1027         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1028         as modulo-scheduler maintainer.
1029
1030 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1031
1032         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1033
1034 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1035
1036         * MAINTAINERS: Update my email address.
1037
1038 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1039
1040         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1041         * configure: Regenerate.
1042
1043 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1044
1045         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1046         * configure: Regenerate.
1047
1048 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1049
1050         * configure.ac: Add target-zlib to target_libraries.
1051         * configure: Regenerate.
1052
1053 2019-04-09  Martin Liska  <mliska@suse.cz>
1054
1055         * Makefile.in: Regenerate.
1056         * Makefile.tpl: Pass GENERATOR_CFLAGS
1057         in all stages.
1058
1059 2019-03-28  Martin Liska  <mliska@suse.cz>
1060
1061         PR bootstrap/89829
1062         * Makefile.in: Revert r254150.
1063         * Makefile.tpl: Likewise.
1064
1065 2019-03-28  Ben Elliston  <bje@gnu.org>
1066
1067         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1068         related, and libdecnumber.
1069
1070 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1071
1072         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1073         (Write After Approval): Remove myself.
1074
1075 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1076
1077         * MAINTAINERS (Write After Approval): Add myself.
1078
1079 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1080
1081         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1082         (Write After Approval): Remove myself and Julian.
1083
1084 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1085
1086         * MAINTAINERS (Write After Approval): Add myself.
1087
1088 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1089
1090         * MAINTAINERS (Write After Approval): Add myself.
1091
1092 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1093
1094         * ChangeLog: Replace space with tab.
1095         * MAINTAINERS: Delete 1 tab to keep alignment.
1096
1097 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1098
1099         * MAINTAINERS (Write After Approval): Add myself.
1100
1101 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1102
1103         * MAINTAINERS (Write After Approval): Add myself.
1104
1105 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1106             Kwok Cheung Yeung  <kcy@codesourcery.com>
1107             Julian Brown  <julian@codesourcery.com>
1108             Tom de Vries  <tom@codesourcery.com>
1109             Jan Hubicka  <hubicka@ucw.cz>
1110             Martin Jambor  <mjambor@suse.cz>
1111
1112         * configure.ac: Likewise.
1113         * configure: Regenerate.
1114         * contrib/config-list.mk: Add amdgcn-amdhsa.
1115
1116 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1117
1118         * MAINTAINERS (Write After Approval): Add myself.
1119
1120 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1121
1122         * MAINTAINERS (Write After Approval): Add myself.
1123
1124 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1125
1126         PR target/88535
1127         * config.guess: Import upstream version 2019-01-03.
1128         * config.sub: Import upstream version 2019-01-01.
1129
1130 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1131
1132         * MAINTAINERS (Write After Approval): Update my maintainer address.
1133
1134 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1135
1136         * MAINTAINERS (Write After Approval): Add myself.
1137
1138 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1139
1140         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1141
1142 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1143
1144         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1145         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1146         (GCC_TARGET_TOOL): Likewise.
1147         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1148         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1149         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1150         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1151         * configure: Regenerate.
1152         * Makefile.in: Likewise.
1153
1154 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1155
1156         * MAINTAINERS (Write After Approval): Add myself.
1157
1158 2018-11-13  Martin Liska  <mliska@suse.cz>
1159
1160         * gcc.target/i386/pr87930.c: Move to ...
1161         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1162
1163 2018-11-10  Stafford Horne  <shorne@gmail.com>
1164
1165         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1166         (Write After Approval): Remove myself.
1167
1168 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1169
1170         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1171         Append $INCICONV to it.
1172
1173 2018-11-04  Stafford Horne  <shorne@gmail.com>
1174
1175         * MAINTAINERS (Write After Approval): Add myself.
1176
1177 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1178
1179         PR bootstrap/82856
1180         * multilib.am: New file.  From automake.
1181
1182         Merge from binutils-gdb:
1183         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1184
1185         * libtool.m4: Use AC_LANG_SOURCE.
1186         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1187         * ar-lib: New file.
1188         * test-driver: New file.
1189         * configure: Re-generate.
1190
1191 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1192
1193         * MAINTAINERS (Write After Approval): Add myself.
1194
1195 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1196
1197         PR bootstrap/87788
1198         PR d/87799
1199         * configure: Rebuild.
1200         * configure.ac: Disable D on systems where it is known not to work.
1201
1202 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1203
1204         * Makefile.def (target_modules): Add libphobos.
1205         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1206         GDCFLAGS_FOR_TARGET.
1207         (dependencies): Make libphobos depend on libatomic, libbacktrace
1208         configure, and zlib configure.
1209         (language): Add language d.
1210         * Makefile.in: Rebuild.
1211         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1212         (HOST_EXPORTS): Add GDC.
1213         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1214         (BASE_TARGET_EXPORTS): Add GDC.
1215         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1216         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1217         (EXTRA_HOST_FLAGS): Add GDC.
1218         (STAGE1_FLAGS_TO_PASS): Add GDC.
1219         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1220         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1221         environment variables.
1222         * configure: Rebuild.
1223         * configure.ac: Add target-libphobos to target_libraries.  Set and
1224         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1225
1226 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1227
1228         * MAINTAINERS (Write After Approval): Add myself.
1229
1230 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1231
1232         * MAINTAINERS (Write After Approval): Remove myself.
1233
1234 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1235
1236         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1237
1238 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1239
1240         * MAINTAINERS: Update my email address.
1241
1242 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1243
1244         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1245         maintainer.
1246
1247 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1248
1249         * MAINTAINERS (Write After Approval): Add self.
1250
1251 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1252
1253         * MAINTAINERS (write after approval): Add myself.
1254
1255 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1256
1257         * MAINTAINERS: Update my email address.
1258
1259 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1260
1261         * MAINTAINERS (write after approval): Add myself.
1262
1263 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1264
1265         * MAINTAINERS: Add self to global reviewers list.
1266
1267 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1268
1269         MAINTAINERS: Add c-sky port maintainers.
1270
1271 2018-08-10  Martin Liska  <mliska@suse.cz>
1272
1273         * MAINTAINERS: Revert change in previous commit and
1274         join lines.
1275
1276 2018-08-10  Martin Liska  <mliska@suse.cz>
1277
1278         * MAINTAINERS: Remove extra line.
1279
1280 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1281
1282         * MAINTAINERS: Update my email address.
1283
1284 2018-07-19  DJ Delorie  <dj@redhat.com>
1285
1286         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1287         as maintainer.
1288
1289 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1290
1291         * MAINTAINERS: Adjust email address for me and my colleague Robin
1292         Dapp.
1293
1294 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1295             Sunil K Pandey  <sunil.k.pandey@intel.com>
1296
1297         PR target/84413
1298         * config/i386/i386.c (m_CORE_AVX512): New.
1299         (m_CORE_AVX2): Likewise.
1300         (m_CORE_ALL): Add m_CORE_AVX2.
1301         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1302         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1303         and remove the rest of m_SKYLAKE_AVX512.
1304
1305 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1306
1307         * config.sub: Sync with upstream version 2018-07-03.
1308
1309 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1310
1311         * config.guess: Sync with upstream version 2018-06-26.
1312         * config.sub: Sync with upstream version 2018-07-02.
1313
1314 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1315
1316         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1317         * ltmain.sh: Likewise.
1318
1319 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1320
1321         * contrib/config-list.mk: Remove powerpc-linux_paired.
1322
1323 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1324
1325         * configure.ac: Introduce support for @unless/@endunless.
1326         * Makefile.tpl (dep-kind): Rewrite with cond; return
1327         postbootstrap in some cases.
1328         (make-postboot-dep, postboot-targets): New.
1329         (dependencies): Do not output postbootstrap dependencies at
1330         first.  Output non-target ones changed for configure to depend
1331         on stage_last @if gcc-bootstrap, and the original deps @unless
1332         gcc-bootstrap.
1333         * configure.in, Makefile.in: Rebuilt.
1334
1335 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1336
1337         * MAINTAINERS (write after approval): Add myself.
1338
1339 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1340
1341         * MAINTAINERS (write after approval): Add myself.
1342
1343 2018-06-19  Nick Clifton  <nickc@redhat.com>
1344
1345         * zlib/configure.ac: Restore old behaviour of only enabling
1346         multilibs when a target subdirectory is defined.  This allows
1347         building with srcdir == builddir.
1348         * zlib/configure: Regenerate.
1349
1350 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1351
1352         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1353         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1354         * Makefile.in: Regenerate.
1355
1356 2018-06-16  Ben Elliston  <bje@gnu.org>
1357
1358         * config.guess: Import latest version.
1359         * config.sub: Likewise.
1360
1361 2018-06-08  Martin Liska  <mliska@suse.cz>
1362
1363         * MAINTAINERS: Remove MPX-related entries.
1364         * Makefile.def: Remove libmpx support.
1365         * Makefile.in: Regenerate.
1366         * configure.ac: Remove removed files.
1367         * configure: Regenerate.
1368         * libmpx/ChangeLog: Remove.
1369         * libmpx/Makefile.am: Remove.
1370         * libmpx/Makefile.in: Remove.
1371         * libmpx/acinclude.m4: Remove.
1372         * libmpx/aclocal.m4: Remove.
1373         * libmpx/config.h.in: Remove.
1374         * libmpx/configure: Remove.
1375         * libmpx/configure.ac: Remove.
1376         * libmpx/configure.tgt: Remove.
1377         * libmpx/libmpx.spec.in: Remove.
1378         * libmpx/mpxrt/Makefile.am: Remove.
1379         * libmpx/mpxrt/Makefile.in: Remove.
1380         * libmpx/mpxrt/libmpx.map: Remove.
1381         * libmpx/mpxrt/libtool-version: Remove.
1382         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1383         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1384         * libmpx/mpxrt/mpxrt.c: Remove.
1385         * libmpx/mpxrt/mpxrt.h: Remove.
1386         * libmpx/mpxwrap/Makefile.am: Remove.
1387         * libmpx/mpxwrap/Makefile.in: Remove.
1388         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1389         * libmpx/mpxwrap/libtool-version: Remove.
1390         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1391
1392 2018-06-04  Martin Liska  <mliska@suse.cz>
1393
1394         * MAINTAINERS: Add myself as gcov maintainer.
1395
1396 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
1397
1398         * MAINTAINERS: Update my email address.
1399
1400 2018-06-04  Tom de Vries  <tdevries@suse.de>
1401
1402         * MAINTAINERS: Remove write-after-approval entries for component
1403         maintainers.
1404
1405 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1406
1407         * MAINTAINERS (write after approval): Add myself.
1408
1409 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
1410
1411         * MAINTAINERS: Update my email address.
1412
1413 2018-06-01  Tom de Vries  <tdevries@suse.de>
1414
1415         * MAINTAINERS: Update my email address.
1416
1417 2018-05-22  Bin Cheng <bin.cheng@arm.com>
1418
1419         * MAINTAINERS (loop-optimizer): Add myself.
1420
1421 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1422
1423         * configure.ac: Added "nfp" target.
1424         * configure: Regenerate.
1425
1426 2018-04-30  Richard Biener  <rguenther@suse.de>
1427
1428         PR bootstrap/85571
1429         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1430         (STAGE3_TFLAGS): Likewise.
1431         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1432         (STAGEtrain_TFLAGS): Likewise.
1433         * Makefile.in: Regenerate.
1434
1435 2018-04-26  Richard Biener  <rguenther@suse.de>
1436
1437         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1438         (STAGE2_CFLAGS): Likewise.
1439         (STAGE2_TFLAGS): Likewise.
1440         (STAGE3_CFLAGS): Add -fchecking.
1441         (STAGE3_TFLAGS): Likewise.
1442         (STAGEtrain_CFLAGS): Filter out -fchecking.
1443         (STAGEtrain_TFLAGS): Likewise.
1444         * Makefile.in: Re-generate.
1445
1446 2018-04-25  Catherine Moore <clm@codesourcery.com>
1447
1448         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1449
1450 2018-04-18  Paul Clarke  <pc@us.ibm.com>
1451
1452         * MAINTAINERS (write after approval): Add myself.
1453
1454 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1455
1456         * MAINTAINERS: Update my email address.
1457
1458 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1459
1460         * MAINTAINERS: Remove redundant Write-After-Approval entry.
1461
1462 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1463
1464         * MAINTAINERS: Update my email address and disambiguate myself
1465         a bit from Will Schmidt.
1466
1467 2018-03-21  Nathan Sidwell  <nathan@acm.org>
1468
1469         * MAINTAINERS: Move maintainers of now-removed picochip and score
1470         ports to write after approval.
1471
1472 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1473
1474         * MAINTAINERS: Add entry for SVE maintainership.
1475
1476 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1477
1478         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1479         * configure: Regenerate.
1480
1481 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1482
1483         * MAINTAINERS (write after approval): Add myself.
1484
1485 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1486
1487         * MAINTAINERS (write after approval): Add myself.
1488
1489 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1490
1491         * MAINTAINERS (write after approval): Add myself.
1492
1493 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1494
1495         Update copyright years.
1496
1497 2018-01-03  Ben Elliston  <bje@gnu.org>
1498
1499         * config.guess: Import latest version.
1500         * config.sub: Likewise.
1501
1502 2017-12-12  Stafford Horne  <shorne@gmail.com>
1503
1504         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1505         * configure: Regenerate.
1506
1507 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
1508
1509         * MAINTAINERS (Write After Approval): Add myself.
1510
1511 2017-11-28  Julia Koval  <julia.koval@intel.com>
1512             Sebastian Peryt  <sebastian.peryt@intel.com>
1513
1514         * Makefile.def (target_modules): Remove libcilkrts.
1515         * Makefile.in: Ditto.
1516         * configure: Ditto.
1517         * configure.ac: Ditto.
1518
1519 2017-11-28  Julia Koval  <julia.koval@intel.com>
1520
1521         * MAINTAINERS (Write After Approval): Add myself.
1522
1523 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
1524
1525         * MAINTAINERS (Write After Approval): Add myself.
1526
1527 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
1528
1529         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1530         Use my SiFive email address.
1531
1532 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
1533
1534         * MAINTAINERS (write after approval): Add myself.
1535
1536 2017-10-27  Martin Liska  <mliska@suse.cz>
1537
1538         * Makefile.tpl: Use proper name of folder as it was renamed
1539         during transition to 4 stages.
1540         * Makefile.in: Regenerate.
1541
1542 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1543
1544         * MAINTAINERS (write after approval): Add myself.
1545
1546 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
1547
1548         * MAINTAINERS: Add a note that maintainership also includes web
1549         pages, docs, and testsuite related to that area.
1550
1551 2017-09-25  Tom de Vries  <tom@codesourcery.com>
1552
1553         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1554
1555 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
1556
1557         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1558
1559 2017-09-15  Nathan Sidwell  <nathan@acm.org>
1560
1561         * MAINTAINERS: Remove myself as a vxworks maintainer.
1562
1563 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
1564
1565         * MAINTAINERS: Remove email address of Jim Norris.
1566
1567 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1568
1569         * MAINTAINERS (Reviewers): Move myself from here...
1570         (CPU Port Maintainers): ... to here.
1571
1572 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1573
1574         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1575
1576 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1577
1578         * MAINTAINERS (write after approval): Add myself.
1579
1580 2017-07-28  Tony Reix  <tony.reix@atos.net>
1581
1582         * configure.ac (target-libffi): Don't disable for AIX.
1583         (go): Don't add to unsupported_languages on AIX.
1584         (target-libgo): Don't disable for AIX.
1585         * configure: Regenerate.
1586
1587 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
1588
1589         * MAINTAINERS: Add myself.
1590
1591 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1592
1593         * MAINTAINERS: Update my email address.
1594
1595 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1596
1597         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1598         arm-specific auto-generated header files.
1599
1600 2017-07-03  Nathan Sidwell  <nathan@acm.org>
1601
1602         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1603         * configure: Rebuilt.
1604
1605 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
1606
1607         * MAINTAINERS: Readd myself for c6x.
1608
1609 2017-06-28  Martin Liska  <mliska@suse.cz>
1610
1611         PR bootstrap/81217
1612         * Makefile.def: Remove superfluous bootstrap_target from
1613         bootstrap_stage.
1614         * Makefile.in: Re-generate the file.
1615
1616 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
1617
1618         * MAINTAINERS: Add myself to Write After Approval
1619
1620 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
1621
1622         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1623
1624 2017-06-19  Martin Liska  <mliska@suse.cz>
1625
1626         * Makefile.def: Define 4 stages PGO bootstrap.
1627         * Makefile.tpl: Define FLAGS.
1628         * Makefile.in: Regenerate.
1629
1630 2017-06-14  Ian Lance Taylor  <iant@golang.org>
1631
1632         * Makefile.def: Add check-gotools to go check targets.
1633         * Makefile.in: Rebuild.
1634
1635 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
1636
1637         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1638
1639 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
1640
1641         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1642         * configure: Regenerate.
1643
1644 2017-05-31  Martin Liska  <mliska@suse.cz>
1645
1646         * configure.ac: Add handling of stage2_werror_flags to
1647         action-if-given and to action-if-not-given.
1648         * configure: Regenerate.
1649
1650 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1651
1652         * MAINTAINERS: Add self to Write After Approval
1653
1654 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
1655
1656         * MAINTAINERS: Update my email address, and remove myself as
1657         maintainer in some areas.
1658
1659 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1660
1661         * MAINTAINERS: Add self to Write After Approval
1662
1663 2017-05-25  Nathan Sidwell  <nathan@acm.org>
1664
1665         * configure.ac: Add --enable-languages=default to mean default and
1666         make --enable-languages=all mean all supported languages.
1667         * configure: Regenerated.
1668
1669 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1670
1671         * config.gcc (powerpc*-*-*spe*): New.
1672         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1673         (powerpc-*-rtems*spe*): New.
1674         (powerpc*-*-linux*spe*): New.
1675         (powerpc-wrs-vxworksspe): New.
1676         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1677         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1678         * config.host (powerpc*-*-*spe*): New.
1679
1680 2017-05-19  Martin Liska  <mliska@suse.cz>
1681
1682         * configure.ac: Add --enable-werror-always just for
1683         bootstrap-debug (or none build config) and do not add it
1684         when we are on a release branch.
1685         * configure: Regenerated.
1686
1687 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1688
1689         * MAINTAINERS: Add self to Write After Approval
1690
1691 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1692
1693         * MAINTAINERS: Move myself to Write After Approval section.
1694
1695 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1696
1697         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1698         ACCH registers.
1699         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1700         available.
1701         (umulsidi3): Likewise.
1702         (mulsidi3_700): Disable this pattern when we have advanced mpy
1703         instructions.
1704         (umulsidi3_700): Likewise.
1705         (maddsidi4): New pattern.
1706         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1707         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1708         (mpydu_imm_arcv2hs): Likewise.
1709         * config/arc/predicates.md (accl_operand): New predicate.
1710
1711 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1712             Andrew Burgess <andrew.burgess@embecosm.com>
1713
1714         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1715         case.
1716         (ARC_AUTOFP_IRQ_P): Likewise.
1717         (ARC_AUTO_IRQ_P): Likewise.
1718         (rgf_banked_register_count): New variable.
1719         (parse_mrgf_banked_regs_option): New function.
1720         (arc_override_options): Handle rgf_banked_regs option.
1721         (arc_handle_interrupt_attribute): Add firq option.
1722         (arc_compute_function_type): Return fast irq type when required.
1723         (arc_must_save_register): Handle fast interrupts.
1724         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1725         (arc_return_address_regs): Update.
1726         * config/arc/arc.h (arc_return_address_regs): Update.
1727         (arc_function_type): Add fast interrupt type.
1728         (ARC_INTERRUPT_P): Update.
1729         (RC_FAST_INTERRUPT_P): Define.
1730         * config/arc/arc.md (simple_return): Update for fast interrupts.
1731         (p_return_i): Likewise.
1732         * config/arc/arc.opt (mrgf-banked-regs): New option.
1733         * doc/invoke.texi (mrgf-banked-regs): Document.
1734
1735 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1736
1737         * config/arc/arc.c (irq_ctrl_saved): New variable.
1738         (ARC_AUTOBLINK_IRQ_P): Define.
1739         (ARC_AUTOFP_IRQ_P): Likewise.
1740         (ARC_AUTO_IRQ_P): Likewise.
1741         (irq_range): New function.
1742         (arc_must_save_register): Likewise.
1743         (arc_must_save_return_addr): Likewise.
1744         (arc_dwarf_emit_irq_save_regs): Likewise.
1745         (arc_override_options): Handle deferred options.
1746         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1747         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1748         arc_must_save_return_addr.
1749         (arc_compute_frame_size): Handle automated save and restore of
1750         registers.
1751         (arc_expand_prologue): Likewise.
1752         (arc_expand_epilogue): Likewise.
1753         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1754         * config/arc/arc.opt (mirq-ctrl-saved): New option.
1755         * doc/invoke.texi (mirq-ctrl-saved): Document option.
1756
1757 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1758         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1759
1760         PR bootstrap/77661
1761         * Makefile.def: Don't pass --enable-maintainer-mode on to an
1762         in-tree build MPC.
1763         * Makefile.in: Regenerate.
1764
1765 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1766
1767         * configure.ac: Enable LTO by default on darwin >= 9.
1768         * configure: Regenerate.
1769
1770 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1771
1772         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1773         and Andrew Waterman as the RISC-V maintainers.
1774
1775 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1776
1777         * MAINTAINERS: Add self to Write After Approval
1778
1779 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1780
1781         * config.guess: Import latest from upstream.
1782
1783 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1784
1785         * MAINTAINERS (Write After Approval): Remove entries that are
1786         already covered under Reviewers.
1787
1788 2017-03-08  Mark Wielaard  <mark@klomp.org>
1789
1790         PR demangler/70909
1791         PR demangler/67264
1792         * include/demangle.h: Add d_printing to struct demangle_component
1793         and pass struct demangle_component as non const.
1794
1795 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1796
1797         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1798
1799 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1800
1801         * Makefile.tpl: Remove HOST_ISLVER.
1802         (HOST_EXPORTS): Remove ISLVER.
1803         * Makefile.in: Regenerate.
1804
1805 2017-02-13  Richard Biener  <rguenther@suse.de>
1806
1807         * configure: Re-generate.
1808
1809 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1810
1811         * MAINTAINERS: Adjust bug reporting URL.
1812
1813 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1814
1815         * MAINTAINERS (Write After Approval): Remove redundant entry
1816         for Andrew Burgess.
1817
1818 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1819
1820         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1821         32-bit hppa*-*-hpux*.
1822         * configure: Regenerate.
1823
1824 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1825
1826         * configure.ac: Moved the white list of enabling BRIG FE to
1827         libhsail-rt/configure.tgt.
1828         * configure: Regenerated.
1829         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1830
1831 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1832             Martin Jambor  <mjambor@suse.cz>
1833
1834         * Makefile.def (target_modules): Added libhsail-rt.
1835         (languages): Added language brig.
1836         * Makefile.in: Regenerated.
1837         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1838         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1839         * configure: Regenerated.
1840
1841 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
1842
1843         PR other/79046
1844         * configure: Regenerated.
1845
1846 2017-01-04  Alan Modra  <amodra@gmail.com>
1847
1848         * configure: Regenerate.
1849
1850 2016-12-29  Ben Elliston  <bje@gnu.org>
1851
1852         * config.sub: Import latest version.
1853
1854 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1855
1856         * MAINTAINERS (Write After Approval): Add myself.
1857
1858 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
1859
1860         * configure.ac: Don't bootstrap libmpx unless --with-build-config
1861         includes bootstrap-mpx.
1862         * configure: Regenerated.
1863
1864 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1865
1866         * MAINTAINERS (Write After Approval): Add myself.
1867
1868 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1869
1870         * configure: Regenerate.
1871
1872 2016-12-01  Matthias Klose  <doko@ubuntu.com>
1873
1874         * configure.ac: Don't use pkg-config to check for bdw-gc.
1875         * configure: Regenerate.
1876
1877 2016-11-30  Matthias Klose  <doko@ubuntu.com>
1878
1879         * Makefile.def: Remove reference to boehm-gc target module.
1880         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1881         options and for the bdw-gc pkg-config module.
1882         * configure: Regenerate.
1883         * Makefile.in: Regenerate.
1884
1885 2016-11-28  Nathan Sidwell  <nathan@acm.org>
1886
1887         * MAINTAINERS (nvptx): Remove self.
1888
1889 2016-11-25  Ben Elliston  <bje@gnu.org>
1890
1891         * config.guess: Import latest version.
1892         * config.sub: Likewise.
1893
1894 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1895
1896         * MAINTAINERS (Write After Approval): Add myself.
1897
1898 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1899
1900         * Makefile.def: Remove references to GCJ.
1901         * Makefile.tpl: Likewise.
1902         * Makefile.in: Regenerate.
1903
1904 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1905
1906         * config-ml.in: Remove references to GCJ.
1907         * configure.ac: Likewise.
1908         * configure: Regenerate.
1909
1910 2016-11-01  Josh Conner  <joshconner@google.com>
1911
1912         * MAINTAINERS (Write After Approval): Update email address,
1913
1914 2016-10-27  Carl Love  <cel@us.ibm.com>
1915
1916         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1917         Approval list to make it alphabetical.
1918
1919 2016-10-27  Carl Love  <cel@us.ibm.com>
1920
1921         * MAINTAINERS (Write After Approval): Add myself.
1922
1923 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1924
1925         * MAINTAINERS (Reviewers): Add myself.
1926         (Write After Approval): Add myself.
1927
1928 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1929             Ulrich Weigand  <uweigand@de.ibm.com>
1930
1931         * MAINTAINERS: Update email address.
1932
1933 2016-10-10  Nathan Sidwell  <nathan@acm.org>
1934
1935         * MAINTAINERS: Update email address.
1936
1937 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1938
1939         * configure.ac: Add aarch64-*-freebsd*.
1940         * configure: Regenerate.
1941
1942 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1943
1944         * MAINTAINERS: Update email address after it got reverted.
1945
1946 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1947
1948         * configure.ac (target_libraries): Readd target-boehm-gc.
1949         Restore --enable-objc-gc handling.
1950         * configure: Regenerate.
1951
1952 2015-10-03  Jeff Law  <law@redhat.com>
1953
1954         * MAINTAINERS: Move several inactive maintainers to the
1955         write-after-approval section.
1956
1957 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
1958
1959         * configure.ac: Add target-libffi to target_libraries.
1960         Readd libgcj target disablings, modified to only target-libffi.
1961         Readd target addition of go to unsupported languages.
1962         * configure: Regenerated.
1963
1964 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
1965
1966         * MAINTAINERS: Update email address.
1967
1968 2016-09-30  Andrew Haley  <aph@redhat.com>
1969
1970         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1971         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
1972         libgcj.
1973
1974 2016-09-30  Andrew Haley  <aph@redhat.com>
1975
1976         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1977         write-after approval after GCJ deletion.
1978
1979 2016-09-30  Andrew Haley  <aph@redhat.com>
1980
1981         * Makefile.def: Remove libjava.
1982         * Makefile.tpl: Likewise.
1983         * Makefile.in: Regenerate.
1984         * configure.ac: Likewise.
1985         * configure: Likewise.
1986         * gcc/java: Remove.
1987         * libjava: Likewise.
1988
1989 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
1990
1991         * MAINTAINERS (Reviewers): Add myself.
1992
1993 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
1994
1995         * configure.ac: Disable "sim" directory for arc*-*-*.
1996         * configure: Regenerated.
1997
1998 2016-09-23  Tamar Christina <tamar.christina@arm.com>
1999
2000         * MAINTAINERS (Write After Approval): Add myself.
2001
2002 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2003
2004         * configure.ac: Check for the minimum in-tree MPFR version
2005         handled.
2006         * configure: Regenerate.
2007
2008 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2009
2010         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2011         * configure: Regenerated.
2012
2013 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2014
2015         * MAINTAINERS (Write After Approval): Add myself.
2016
2017 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2018
2019         * Makefile.def: Add autoprofiledbootstrap.
2020         * Makefile.tpl: Dito.
2021         * Makefile.in: Regenerate.
2022
2023 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2024
2025     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2026     * configure: Regenerate.
2027
2028 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2029
2030         * configure: Regenerate.
2031         * configure.ac: Remove support for avr-rtems.
2032
2033 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2034
2035         * MAINTAINERS (Write After Approval): Add myself.
2036
2037 2016-06-16  Michael Collison  <michael.collison@arm.com>
2038
2039         * MAINTAINERS (Write After Approval): Add myself.
2040
2041 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2042
2043         * MAINTAINERS (Write After Approval): Update e-mail address.
2044
2045 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2046
2047         * MAINTAINERS (Write After Approval): Add myself.
2048
2049 2016-05-28  Alan Modra  <amodra@gmail.com>
2050
2051         * Makefile.tpl (configure): Depend on m4 files included.
2052         * Makefile.in: Regenerate.
2053
2054 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2055
2056         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2057         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2058
2059 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2060
2061         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2062         special case builtin.
2063         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2064         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2065         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2066         for __builtin_vec_addec.
2067
2068 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2069
2070         * config.guess: Import version 2016-04-02 (newest).
2071         * config.sub: Import version 2016-05-10 (newest).
2072
2073 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2074
2075         * configure.ac: Add ARC support to libgloss.
2076         * configure: Regenerate
2077
2078 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2079
2080         * MAINTAINERS (Write After Approval): Add myself.
2081
2082 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2083
2084         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2085         * configure: Regenerated.
2086         * Makefile.def (gmp): Explicitly disable assembler.
2087         (mpfr): Adjust lib_path.
2088         (mpc): Likewise.
2089         * Makefile.in: Regenerated.
2090
2091 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2092
2093         PR bootstrap/70704
2094         * configure.ac (--enable-stage1-checking): Add missing
2095         --enable-checking=.
2096         * configure: Regenerated.
2097
2098 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2099
2100         * config.guess: Revert r235676.
2101         * config.sub: Revert r235676.
2102
2103 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2104
2105         * config.guess: Remove SH5 support.
2106         * config.sub: Likewise.
2107         * configure: Likewise.
2108         * configure.ac: Likewise.
2109
2110 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2111
2112         PR bootstrap/70704
2113         * configure.ac (--enable-stage1-checking): For --disable-checking or
2114         implicit --enable-checking, make sure extra flag matches in between
2115         stage1 and later checking.
2116         * configure: Regenerated.
2117
2118 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2119
2120         * .gitattributes: New file.
2121
2122 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2123
2124         * MAINTAINERS (rs6000/powerpc port): Add myself.
2125
2126 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2127
2128         PR bootstrap/70173
2129         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2130         and gotools directories.  Delete the stage_final file.
2131         * Makefile.in: Regenerate.
2132
2133 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2134
2135         * MAINTAINERS (Write After Approval): Add myself.
2136
2137 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2138
2139         * MAINTAINERS (Fortran maintainer): Remove myself.
2140
2141 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2142
2143         * MAINTAINERS (Write After Approval): Add myself.
2144
2145 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2146
2147         * MAINTAINERS (Write After Approval): Add myself.
2148
2149 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2150
2151         Sync with binutils-gdb:
2152
2153         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2154
2155         * configure.ac: Add mips and s390 to the gold target check.
2156         * configure: Regenerate.
2157
2158 2016-03-01  DJ Delorie  <dj@redhat.com>
2159
2160         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2161
2162 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2163
2164         * MAINTAINERS (libcpp): Add myself.
2165         (diagnostic messages): Likewise.
2166
2167 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2168
2169         * MAINTAINERS: Fix whitespace.
2170
2171 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2172
2173         * MAINTAINERS (Write After Approval): Add myself.
2174
2175 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2176
2177         * config/isl.m4: Add comments about isl-0.16.
2178         * configure: Regenerate.
2179
2180 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2181
2182         * MAINTAINERS (hsa maintainers): Add myself.
2183
2184 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2185
2186         * MAINTAINERS: (Write After Approval): Add myself.
2187
2188 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2189             Sebastian Pop  <s.pop@samsung.com>
2190
2191         * Makefile.in: Regenerate.
2192         * Makefile.tpl: Export ISLVER.
2193         * configure: Regenerate.
2194         * config/isl.m4: Detect isl-0.15.
2195
2196 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2197
2198         PR bootstrap/69329
2199         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2200         * Makefile.in: Regenerate.
2201
2202 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2203
2204         * configure.ac: Enable LTO for DJGPP
2205         * configure: Regenerate
2206
2207 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2208
2209         Sync with binutils-gdb:
2210         2015-10-21  Nick Clifton  <nickc@redhat.com>
2211
2212         PR gas/19109
2213         * configure.ac: Note the 'none' is an acceptable argument to
2214         --enable-compressed-debug-sections.
2215         * configure: Regenerate.
2216
2217 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2218
2219         PR bootstrap/69134
2220         * Makefile.def (mpfr): Disable assembler.
2221         * Makefile.in: Regenerate.
2222
2223 2016-01-01  Ben Elliston  <bje@gnu.org>
2224
2225         * config.guess: Import version 2016-01-01.
2226         * config.sub: Likewise.
2227
2228 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2229
2230         * MAINTAINERS (Write After Approval): Add myself.
2231
2232 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2233
2234         * Makefile.in: Replace ISL with isl.
2235         * Makefile.tpl: Same.
2236         * config/isl.m4: Same.
2237         * configure.ac: Same.
2238         * contrib/download_prerequisites: Same.
2239         * configure: Regenerate.
2240
2241 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2242
2243         * MAINTAINERS (Write After Approval): Add Myself.
2244
2245 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2246
2247         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2248         * configure: Regenerate.
2249
2250 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2251             Sebastian Pop  <s.pop@samsung.com>
2252
2253         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2254         isl_ctx_get_max_operations.
2255         * configure: Regenerate.
2256
2257 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2258
2259         * MAINTAINERS (Write After Approval): Add myself.
2260
2261 2015-12-02  Ian Lance Taylor  <iant@google.com>
2262
2263         PR go/66147
2264         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2265         * Makefile.in: Regenerate.
2266
2267 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2268
2269         PR libffi/65726
2270         * Makefile.def (lang_env_dependencies): Make libffi depend
2271         on cxx.
2272         * Makefile.in: Regenerate.
2273
2274 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2275
2276         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2277         symbols.
2278
2279 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2280
2281         Sync with binutils-gdb:
2282         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2283
2284         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2285         * configure: Regenerate.
2286
2287 2015-11-19  Martin Liska  <mliska@suse.cz>
2288
2289         * .gitignore: Add .clang-format to ignored files.
2290         * Makefile.in: Add clang-format.
2291         * Makefile.tpl: Likewise.
2292
2293 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2294
2295         * configure.ac: Enable libmpx by default.
2296         * configure: Regenerated.
2297
2298 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2299
2300         * MAINTAINERS: Update email address.
2301
2302 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2303
2304         * MAINTAINERS: Update email address.
2305
2306 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2307
2308         * MAINTAINERS  (Write After Approval): Add myself.
2309
2310 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2311
2312         Sync with binutils-gdb:
2313         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2314
2315         PR gas/19109
2316         * configure.ac: Add
2317         --enable-compressed-debug-sections={all,gas,gold,ld}.
2318         * configure: Regenerated.
2319
2320 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2321
2322         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2323
2324 2015-10-09  Martin Liska  <mliska@suse.cz>
2325
2326         * MAINTAINERS (Write After Approval): Add myself.
2327
2328 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2329
2330         * MAINTAINERS (Write After Approval): Add myself.
2331
2332 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2333
2334         * MAINTAINERS: Update email address.
2335
2336 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2337
2338         * MAINTAINERS  (Write After Approval): Add myself.
2339
2340 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2341
2342         * MAINTAINERS: Update email.
2343
2344 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2345
2346         * MAINTAINERS: Update my email address.
2347
2348 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2349
2350         * MAINTAINERS (ft32 port): Add myself.
2351
2352 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2353
2354         * MAINTAINERS: Add myself.
2355
2356 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2357
2358         * MAINTAINERS (Write After Approval): Add myself.
2359
2360 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2361
2362         PR libfortran/54572
2363         * Makefile.def: Make libgfortran depend on libbacktrace.
2364         * Makefile.in: Regenerate.
2365
2366 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2367
2368         * MAINTAINERS (Write After Approval): Add myself.
2369
2370 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2371
2372         PR other/67092
2373         * configure.ac: Remove --with_host_libstdcxx support.
2374         * configure: Regenerate.
2375
2376 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2377             Jakub Jelinek  <jakub@redhat.com>
2378
2379         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2380         nvptx*-*-*.
2381         * configure: Regenerate.
2382
2383 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2384
2385         * Makefile.def (libiconv): Define bootstrap=true.
2386         Mark pdf/html/info as missing.
2387         (configure-gcc): Depend on all-libiconv.
2388         (all-gcc): Ditto.
2389         (configure-libcpp): Ditto.
2390         (all-libcpp): Ditto.
2391         (configure-intl): Ditto.
2392         (all-intl): Ditto.
2393         * Makefile.in: Regenerate.
2394
2395 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
2396
2397         * MAINTAINERS (loop ivopts): Add the entry and myself.
2398
2399 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2400
2401         * MAINTAINERS (nvptx): Add self.
2402
2403 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2404
2405         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2406         128-bit vector modes.
2407
2408 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2409
2410         * MAINTAINERS (Write After Approval): Add myself.
2411
2412 2015-07-28  Ben Elliston  <bje@gnu.org>
2413
2414         * config.sub, config.guess: Import from upstream.
2415
2416 2015-07-24  Michael Darling  <darlingm@gmail.com>
2417
2418         PR other/66259
2419         * config-ml.in: Reflects renaming of configure.in to configure.ac
2420         * configure: Likewise
2421         * configure.ac: Likewise
2422
2423 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2424
2425         * MAINTAINERS: Update my email address.
2426
2427 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2428
2429         Sync with binutils-gdb:
2430         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2431
2432         * configure.ac (target_configdirs): Exclude target-zlib if
2433         target-libjava isn't built.
2434         * configure: Regenerated.
2435
2436 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2437
2438         Sync with binutils-gdb:
2439         2015-05-13  John David Anglin  <dave.anglin@bell.net>
2440
2441         * configure.ac: Disable configuration of GDB for HPUX targets.
2442         * configure: Regenerate.
2443
2444         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2445
2446         * configure.ac: Add --with-system-zlib.
2447         * configure: Regenerated.
2448
2449         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2450
2451         * configure.ac: Add FT32 support.
2452         * configure: Regenerate.
2453
2454         2015-01-12  Anthony Green  <green@moxielogic.com>
2455
2456         * configure.ac: Don't disable gprof for moxie.
2457         * configure: Rebuild.
2458
2459 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2460
2461         Sync with binutils-gdb:
2462         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2463
2464         PR ld/18355
2465         * Makefile.def: Add extra_configure_flags to host zlib.
2466         * configure.ac (extra_host_zlib_configure_flags): New.  Set
2467         to --enable-host-shared When bfd is to be built as shared
2468         library.  AC_SUBST.
2469         * Makefile.in: Regenerated.
2470
2471 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2472
2473         Sync with src:
2474         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2475         * Makefile.def (dependencies): Add all-zlib to all-bfd.
2476         * Makefile.in: Regenerated.
2477
2478 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2479
2480         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2481         target.
2482         * configure: Regenerate.
2483
2484 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
2485
2486         * MAINTAINERS (Write After Approval): Add myself.
2487
2488 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2489
2490         * MAINTAINERS (OS Port Maintainers): Add myself.
2491         (Various Maintainers): Remove myself from libffi testsuite.
2492
2493 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2494
2495         * MAINTAINERS (gen* on machine desc): Add self.
2496
2497 2015-06-02  Jason Merrill  <jason@redhat.com>
2498
2499         PR bootstrap/66319
2500         * configure.ac: Use -std=gnu++98.
2501
2502 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2503
2504         * MAINTAINERS (Write After Approval): Add myself.
2505
2506 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
2507
2508         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2509         * configure: Regenerate.
2510
2511 2015-05-26  Jason Merrill  <jason@redhat.com>
2512
2513         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2514         * configure: Regenerate.
2515
2516 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2517
2518         * configure.ac: FT32 target added.
2519         * configure: Regenerated.
2520
2521 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2522
2523         * MAINTAINERS (Write After Approval): Add myself.
2524
2525 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2526
2527         * MAINTAINERS (Write After Approval): Add myself.
2528
2529 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2530
2531         * configure.ac: Fix typo.
2532         * configure: Regenerate.
2533
2534 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
2535
2536         * MAINTAINERS (Write After Approval): Add myself.
2537
2538 2015-05-03  Matthias Klose  <doko@ubuntu.com>
2539
2540         * configure.ac: Match $host configured with triplets.
2541         * configure: Regenerate.
2542
2543 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2544
2545         * Makefile.tpl: Remove surplus whitespace throughout.
2546         * Makefile.in: Regenerate.
2547
2548 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
2549
2550         * MAINTAINERS (Various Maintainers): Add myself as instruction
2551         combiner maintainer.
2552
2553 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
2554
2555         PR bootstrap/62077
2556         * configure.ac (--enable-stage1-checking): Default to
2557         release,misc,gimple,rtlflag,tree,types if --disable-checking
2558         or --enable-checking is not specified and DEV-PHASE is not
2559         experimental.
2560         * configure: Regenerated.
2561
2562 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
2563
2564         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2565         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2566         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2567         * Makefile.in: Regenerate.
2568
2569 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
2570
2571         * MAINTAINERS: Update my email address.
2572
2573 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
2574
2575         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2576
2577 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2578
2579         * MAINTAINERS: Add myself as an arm port reviewer.
2580
2581 2015-03-25  Martin Liska  <mliska@suse.cz>
2582             Yury Gribov  <y.gribov@samsung.com>
2583
2584         * Makefile.in: Fix ln source location for vimrc file.
2585         * Makefile.tpl: Likewise.
2586
2587 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
2588
2589         PR bootstrap/25672
2590         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2591         cross-compiling.  Similarly for CXX_FOR_TARGET.
2592         * configure: Regenerate.
2593
2594 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
2595
2596         * Makefile.def: Add libmpx.
2597         * configure.ac: Add libmpx.
2598         * Makefile.in: Regenerate.
2599         * configure: Regenerate.
2600
2601 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
2602
2603         * MAINTAINERS (CPU Port Maintainers): Add myself
2604         i386 vector ISA extns mantainer.
2605
2606 2015-03-13  Jeff Law  <law@redhat.com>
2607
2608         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2609         maintainer.
2610         Remove Richard Henderson as a maintainer for the x86 port.
2611
2612 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
2613
2614         * MAINTAINERS (CPU Port Maintainers): Update my email address.
2615
2616 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
2617
2618         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2619         pointer bounds checker and i386 MPX maintainer.
2620
2621 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
2622
2623         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2624
2625 2015-02-26  Martin Sebor  <msebor@redhat.com>
2626
2627         * MAINTAINERS (Various Maintainers): Add self.
2628
2629 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2630
2631         * configure.ac [--enable-as-accelerator-for] (enable_languages):
2632         Make sure it contains lto.
2633         * configure: Regenerate.
2634
2635 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
2636
2637         * configure: Regenerate.
2638
2639 2015-02-06  Diego Novillo  <dnovillo@google.com>
2640 1
2641         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2642         middle-end, docstring): Remove myself.
2643         (Write After Approval): Add myself.
2644
2645 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
2646
2647         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2648         (Write After Approval): Update address.
2649
2650 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
2651
2652         PR jit/64780
2653         * configure.ac: Require the user to explicitly specify
2654         --enable-host-shared if the jit is enabled.
2655         * configure: Regenerate.
2656
2657 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2658
2659         * MAINTAINERS (Write After Approval): Add myself.
2660
2661 2015-01-25  Tom de Vries  <tom@codesourcery.com>
2662
2663         * MAINTAINERS: Make whitespace consistent.
2664
2665 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2666
2667         * MAINTAINERS (Write After Approval): Add myself.
2668
2669 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
2670
2671         * MAINTAINERS: (Write After Approval): Add myself.
2672
2673 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2674
2675         * MAINTAINERS: (Write After Approval): Add myself.
2676
2677 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2678
2679         * MAINTAINERS: (Write After Approval): Add myself.
2680
2681 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
2682
2683         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2684         objective-c/c++ front end maintainer.
2685
2686 2015-01-13  Marek Polacek  <polacek@redhat.com>
2687
2688         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2689
2690 2015-01-12  Jeff Law  <law@redhat.com>
2691
2692         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2693         a very long time.
2694
2695 2015-01-09  Ian Lance Taylor  <iant@google.com>
2696
2697         * configure.ac (host_tools): Add gotools.
2698         * Makefile.def (host_modules): Add gotools.
2699         (dependencies): Add dependency of all-gotools on all-target-libgo.
2700
2701 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2702
2703         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2704         * configure: Regenerate.
2705
2706 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2707
2708         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2709         all-target-libgomp.
2710         * Makefile.in: Regenerate.
2711
2712 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2713
2714         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2715
2716 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2717
2718         * configure.ac: Add Visium support.
2719         * configure: Regenerate.
2720
2721 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2722
2723         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2724         * configure: Regenerate.
2725
2726 2015-01-03  Andrew Pinski  <apinski@cavium.com>
2727
2728         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2729         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2730         (BASE_TARGET_EXPORTS): Add OBJCOPY.
2731         (OBJCOPY_FOR_TARGET): New variable.
2732         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2733         * Makefile.in: Regenerate.
2734         * configure.ac: Check for already installed target objcopy.
2735         Also GCC_TARGET_TOOL on objcopy.
2736         * configure: Regenerate.
2737
2738 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2739
2740         * config.sub: Update from upstream, to 2015-01-01 version.
2741         * config.guess: Ditto.
2742
2743 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2744
2745         * MAINTAINERS (RTEMS Ports): Add myself.
2746
2747 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2748
2749         * MAINTAINERS (Write After Approval): Add myself.
2750
2751 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2752
2753         * MAINTAINERS (Write After Approval): Add myself.
2754
2755 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2756
2757         * configure.ac (--enable-as-accelerator-for): Don't set
2758         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2759         * configure: Regenerate.
2760
2761 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
2762
2763         PR bootstrap/64023
2764         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2765         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2766         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2767         to CXX.
2768         * Makefile.in: Regenerated.
2769
2770 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2771             Yury Gribov  <y.gribov@samsung.com>
2772
2773         * .gitignore: Added .local.vimrc and .lvimrc.
2774         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2775         * Makefile.in: Regenerate.
2776
2777 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2778
2779         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2780         * configure: Regenerated.
2781
2782 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2783
2784         * MAINTAINERS (nvptx port): New entry.
2785
2786 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2787
2788         * configure: Regenerate.
2789
2790 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2791
2792         * configure.ac: Merge with Binutils.
2793
2794 2014-11-26  Tobias Burnus  <burnus@net-b.de>
2795
2796         * Makefile.def: Make more dependent on mpfr, mpc and isl.
2797         * Makefile.in: Regenerate.
2798
2799 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2800
2801         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2802         missing flex.
2803         * Makefile.in: Regenerated.
2804
2805 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2806
2807         * Makefile.in: Regenerate.
2808
2809 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2810
2811         PR bootstrap/63784
2812         * libtool.m4: Add $pic_flag with -shared.
2813
2814 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
2815
2816         * MAINTAINERS (Write After Approval): Added myself.
2817
2818 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2819
2820         * MAINTAINERS (write-after-approval): Add myself.
2821
2822 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2823
2824         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2825         from 2 years ago.
2826
2827 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2828
2829         Revert:
2830         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2831
2832         * MAINTAINERS (Write After Approval): Added myself as line map
2833         maintainer.
2834
2835 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2836
2837         Revert:
2838         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2839
2840         * MAINTAINERS (Write After Approval): Added myself.
2841
2842 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2843
2844         * MAINTAINERS (Write After Approval): Added myself.
2845
2846 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2847
2848         * MAINTAINERS (Write After Approval): Added myself as line map
2849         maintainer.
2850
2851 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
2852
2853         * MAINTAINERS (Various Maintainers): Added myself as line map
2854         maintainer.
2855
2856 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2857
2858         * move-if-change: Sync from upstream gnulib.
2859
2860 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2861
2862         * compile: Sync with upstream Automake.
2863         * depcomp: Ditto.
2864         * install-sh: Ditto.
2865         * missing: Ditto.
2866         * mkinstalldirs: Ditto.
2867         * ylwrap: Ditto.
2868
2869 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2870
2871         * config.sub: Update from upstream config repo.
2872         * config.guess: Ditto.
2873
2874 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2875
2876         * Makefile.def: Add liboffloadmic to target_modules.  Make
2877         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2878         * Makefile.in: Regenerate.
2879         * configure: Regenerate.
2880         * configure.ac: Add liboffloadmic to target binaries.
2881         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2882         Add liboffloadmic to noconfig list when C++ is not supported.
2883
2884 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2885             Thomas Schwinge  <thomas@codesourcery.com>
2886             Ilya Verbin  <ilya.verbin@intel.com>
2887             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2888
2889         * configure: Regenerate.
2890         * configure.ac (--enable-as-accelerator-for)
2891         (--enable-offload-targets): New configure options.
2892
2893 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2894
2895         * Makefile.def: Make all-gcc depend on all-isl.
2896         * Makefile.in: Regenerate.
2897
2898 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2899
2900         * ChangeLog.jit: New.
2901         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2902
2903 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2904
2905         PR target/63610
2906         * libtool.m4: Fix globbing of darwin versions.
2907         * configure: Regenerate.
2908
2909 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2910
2911         * Makefile.def: Remove CLooG.
2912         * Makefile.tpl: Ditto.
2913         * configure.ac: Ditto.
2914         * configure: Regenerate.
2915         * Makefile.in: Ditto.
2916
2917 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2918
2919         * configure.ac: Handle nvptx-*-*.
2920         * configure: Regenerate.
2921
2922 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2923
2924         * MAINTAINERS (Write After Approval): Add myself.
2925
2926 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
2927
2928         * Makefile.def (libcc1): Remove bootstrap=true;.
2929         * Makefile.in: Regenerated.
2930
2931 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2932
2933         * configure.ac: Update comment.
2934         * configure: Regenerate.
2935
2936 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2937
2938         * MAINTAINERS (Write After Approval): Add myself.
2939
2940 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2941
2942         * configure.ac (extra_host_libiberty_configure_flags): Add
2943         --enable-shared also for libcc1's benefit.
2944         * configure: Regenerate.
2945
2946 2014-10-29  Tristan Gingold  <gingold@adacore.com>
2947
2948         * MAINTAINERS: Change my email address.
2949
2950 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2951             Tom Tromey  <tromey@redhat.com>
2952
2953         * Makefile.def: Add libcc1 to host_modules.
2954         * configure.ac (host_tools): Add libcc1.
2955         * Makefile.in, configure: Rebuild.
2956
2957 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2958
2959         * configure.ac (build_configargs): Don't share config.cache between
2960         build subdirs.
2961         * configure: Regenerate.
2962
2963 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2964
2965         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2966         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2967         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2968         leon3v7 as leon3.
2969         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2970         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2971         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2972         * config/sparc/sparc.md (cpu): Add leon3v7.
2973         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2974
2975 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2976
2977         * MAINTAINERS (write-after-approval): Add myself.
2978
2979 2014-10-23  Ian Lance Taylor  <iant@google.com>
2980
2981         * configure.ac: Disable the Go frontend on systems where it is known
2982         to not work.
2983         * configure: Regenerate.
2984
2985 2014-10-23  Richard Biener  <rguenther@suse.de>
2986
2987         * Makefile.def: Add libcpp build module and dependencies.
2988         * configure.ac: Add libcpp build module.
2989         * Makefile.in: Regenerate.
2990         * configure: Likewise.
2991
2992 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
2993
2994         * MAINTAINERS (write-after-approval): Add myself.
2995
2996 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
2997
2998         * INSTALL/README: Do not mention CVS.
2999
3000 2014-10-03  Jing Yu  <jingyu@google.com>
3001
3002         * configure.ac: Add aarch64 to list of targets that support gold.
3003         * configure: Regenerate.
3004
3005 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3006
3007         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3008
3009 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3010
3011         * MAINTAINERS:  Add myself as MIPS maintainer.
3012
3013 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3014
3015         * MAINTAINERS: Move myself to MIPS maintainers.
3016
3017 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3018
3019         * MAINTAINERS: Put all email addresses between '<' and '>'.
3020
3021 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3022
3023         * MAINTAINERS: Move myself to reviewers (Fortran).
3024
3025 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3026
3027         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3028         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3029         * Makefile.in: Regenerate.
3030
3031 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3032
3033         * rtx-classes-status.txt: Delete
3034
3035 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3036
3037         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3038
3039 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3040
3041         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3042         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3043         of checking for version number.
3044         * configure: Regenerated.
3045         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3046
3047 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3048
3049         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3050         is done; begin phase 6 (use extra rtx_def subclasses).
3051
3052 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3053
3054         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3055         done; begin phase 5 (additional rtx_def subclasses).
3056
3057 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3058
3059         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3060
3061 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3062
3063         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3064         SET_BB_HEADER are done.
3065
3066 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3067
3068         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3069         done.
3070
3071 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3072
3073         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3074
3075 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3076
3077         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3078
3079 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3080
3081         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3082
3083 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3084
3085         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3086
3087 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3088
3089         * rtx-classes-status.txt: Phase 3 (per-file commits within
3090         "config" subdirs) is done; begin phase 4 (removal of
3091         "scaffolding").
3092
3093 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3094
3095         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3096         dir) is done; begin phase 3 (per-file commits within "config"
3097         subdirs).
3098
3099 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3100
3101         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3102         phase 2 (per-file commits in main source dir).
3103
3104 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3105
3106         * configure: Regenerated.
3107
3108 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3109
3110         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3111
3112 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3113
3114         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3115
3116 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3117
3118         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3119
3120 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3121
3122         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3123
3124 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3125
3126         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3127
3128 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3129
3130         * MAINTAINERS (Write After Approval): Add myself.
3131
3132 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3133
3134         * MAINTAINERS: Remove myself
3135
3136 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3137
3138         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3139
3140 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3141
3142         * MAINTAINERS (Write After Approval): Add myself.
3143
3144 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3145
3146         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3147         SET_BB_HEADER, SET_BB_FOOTER
3148
3149 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3150
3151         * rtx-classes-status.txt: New file
3152
3153 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3154
3155         * configure.ac: Eliminate ClooG installation dependency.
3156         * configure: Regenerate.
3157         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3158         * Makefile.in: Regenerate.
3159
3160 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3161
3162         * MAINTAINERS (Write After Approval): Add myself.
3163
3164 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3165
3166         * MAINTAINERS (Write After Approval): Add myself.
3167
3168 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3169
3170         * MAINTAINERS (Write After Approval): Add myself.
3171
3172 2014-07-28  Anthony Green  <green@moxielogic.com>
3173
3174         Import from savannah.gnu.org:
3175         * config.sub: Update to 2014-07-28 version.
3176
3177 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3178
3179         * MAINTAINERS: Remove my MIPS maintainer entry.
3180
3181 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3182
3183         PR target/47230
3184         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3185         * configure: Regenerate.
3186
3187 2014-07-24  James Norris  <jnorris@codesourcery.com>
3188
3189         * MAINTAINERS (Write After Approval): Add myself.
3190
3191 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3192
3193         * configure.ac: Accept only CLooG 0.18.1.
3194         * configure: Regenerate.
3195
3196 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3197
3198         * configure.ac: Don't accept isl 0.11.
3199         * configure: Regenerate.
3200
3201 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3202
3203         * MAINTAINERS (Write After Approval): Add myself.
3204
3205 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3206
3207         * configure.ac: Don't accept isl 0.10.
3208         * configure: Regenerate.
3209
3210 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3211
3212         Fix include path for in-tree cloog.
3213         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3214         * configure: Regenerate.
3215
3216 2014-06-18  Richard Henderson  <rth@redhat.com>
3217
3218         * .gitignore: Import gcc_update output.
3219
3220 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3221
3222         * config-ml.in: Robustify ac_configure_args parsing.
3223
3224         * configure.ac (--enable-linker-plugin-configure-flags)
3225         (--enable-linker-plugin-flags): New flags.
3226         (configdirs): Conditionally add libiberty-linker-plugin.
3227         * configure: Regenerate.
3228         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3229         (host_modules) <lto-plugin>: Pay attention to
3230         @extra_linker_plugin_flags@ and
3231         @extra_linker_plugin_configure_flags@.
3232         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3233         * Makefile.in: Regenerate.
3234
3235         * Makefile.tpl (configure-[+prefix+][+module+])
3236         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3237         "module_srcdir" instead of "module" for locating a module's srcdir.
3238         * Makefile.in: Regenerate.
3239
3240 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3241
3242         * MAINTAINERS (Write After Approval): Add myself.
3243
3244 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3245
3246         * MAINTAINERS: Update my email address.
3247
3248 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3249
3250         * MAINTAINERS (Write After Approval): Add myself.
3251
3252 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3253
3254         * MAINTAINERS (Write After Approval): Add myself.
3255
3256 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3257
3258         PR libstdc++/61011
3259         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3260         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3261         * configure: Regenerate.
3262
3263 2014-05-28  Pedro Alves  <palves@redhat.com>
3264
3265         * MAINTAINERS (Write After Approval): Add myself.
3266
3267 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3268
3269         * MAINTAINERS: Update my affiliation/email.
3270
3271 2014-05-19  Mike Stump  <mikestump@comcast.net>
3272
3273         * MAINTAINERS: Add wide-int reviewers.
3274
3275 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3276
3277         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3278         * configure: Regenerated.
3279
3280 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3281
3282         * MAINTAINERS (libitm): Add myself as maintainer.
3283
3284 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3285
3286         * MAINTAINERS (Write After Approval): Add myself.
3287
3288 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3289
3290         * config.sub, config.guess: Import from upstream.
3291
3292 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3293
3294         * MAINTAINERS (Write After Approval): Put myself in correct order.
3295
3296 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3297
3298         * MAINTAINERS (Write After Approval): Add myself.
3299
3300 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3301
3302         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3303         section.
3304
3305 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3306
3307         * MAINTAINERS (Write After Approval): Delete myself.
3308
3309 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3310
3311         PR sanitizer/56781
3312         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3313         and -B* options with -Xcompiler.
3314
3315 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3316
3317         PR bootstrap/60620
3318         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3319         * Makefile.in: Regenerate.
3320
3321 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3322
3323         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3324         for WINDRES_FOR_TARGET in default-manifest.o rule.
3325         * Makefile.in: Regenerate.
3326
3327 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3328
3329         * MAINTAINERS (Write After Approval): Add myself.
3330
3331 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3332
3333         PR sanitizer/56781
3334         * Makefile.def: Set bootstrap=true; for host fixincludes.
3335         * configure.ac: Don't bootstrap host fixincludes unless
3336         --with-build-config=bootstrap-{a,ub}san.
3337         * Makefile.in: Regenerated.
3338         * configure: Regenerated.
3339
3340 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3341
3342         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3343         --enable-vtable-verify option parsing.  Don't add
3344         target-libsanitizer to bootstrap_target_libs unless
3345         --with-build-config=bootstrap-asan or
3346         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3347         to bootstrap_target_libs unless --enable-vtable-verify.
3348         * configure: Regenerated.
3349
3350 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3351
3352         * MAINTAINERS (Write After Approval): Add myself.
3353
3354 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3355
3356         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3357
3358 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3359
3360         PR bootstrap/58572
3361         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3362         -I for libstdc++-v3 includes if $(LEAN).
3363         * Makefile.in: Regenerated.
3364
3365 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3366
3367         * MAINTAINERS: Update my email address.
3368
3369 2014-02-24  Walter Lee  <walt@tilera.com>
3370
3371         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3372         (tilegx-*-*): Change to tilegx*-*-*.
3373         * configure: Regenerate.
3374
3375 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3376
3377         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3378
3379 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3380
3381         * MAINTAINERS (Write After Approval): Add myself.
3382
3383 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3384
3385         PR target/59788
3386         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3387         *solaris2*.
3388
3389 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3390
3391         * MAINTAINERS: Update my email address.
3392
3393 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3394
3395         * MAINTAINERS: Convert to UTF-8.
3396         Properly sort Xinliang David Li's entry.
3397
3398 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3399             Sandra Loosemore  <sandra@codesourcery.com>
3400
3401         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3402         nios2 port maintainers.
3403
3404 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3405
3406         * MAINTAINERS (Write After Approval): Add myself.
3407
3408 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3409
3410         * configure.ac: Add user-friendly check for native x86_64-linux
3411         multilibs.
3412         * configure: Regenerate.
3413
3414 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3415
3416         * MAINTAINERS: Add myself as sh maintainer.
3417
3418 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3419
3420         * MAINTAINERS: Add self as SLSR maintainer.
3421
3422 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3423
3424         * MAINTAINERS: Update my email address.
3425
3426 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3427
3428         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3429
3430 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3431
3432         * Makefile.in: Regenerate.
3433
3434         * Makefile.tpl: Fix typo.
3435         * Makefile.in: Regenerate partially.
3436
3437 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3438
3439         * configure.ac: Added libcilkrts to noconfig list when C++ is not
3440         supported.
3441         * configure: Regenerated.
3442
3443 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3444
3445         * MAINTAINERS (Write After Approval): Add myself.
3446
3447 2013-10-30  Jason Merrill  <jason@redhat.com>
3448
3449         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3450         --disable-build-format-warnings.
3451
3452 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3453
3454         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3455         depend on libstdc++ and libgcc.
3456         * configure: Regenerate.
3457         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
3458         libcilkrts for POSIX and i*86, and x86_64 architectures.
3459         * Makefile.in: Added libcilkrts related fields to support building it.
3460
3461 2013-10-26  Jeff Law  <law@redhat.com>
3462
3463         * Makefile.def (target_modules): Remove libmudflap
3464         (languages): Remove check-target-libmudflap).
3465         * Makefile.in: Rebuilt.
3466         * Makefile.tpl (check-target-libmudflap-c++): Remove.
3467         * configure.ac (target_libraries): Remove target-libmudflap.
3468         Remove checks which disabled libmudflap on some systems.
3469         * configure: Rebuilt.
3470         * libmudflap: Directory removed.
3471
3472 2013-10-21  Cong Hou  <congh@google.com>
3473
3474         * MAINTAINERS (Write After Approval): Add myself.
3475
3476 2013-10-16  Mike Stump  <mikestump@comcast.net>
3477
3478         * .dir-locals.el: Add.
3479
3480 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
3481
3482         * configure.ac: Add --enable-host-shared
3483         * configure: Regenerate.
3484
3485 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3486
3487         Import from savannah.gnu.org:
3488         * config.guess: Update to 2013-06-10 version.
3489         * config.sub: Update to 2013-10-01 version.
3490
3491 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
3492
3493         Changes to build configuration to allow big endian ARC ELF toolchain
3494         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3495         * configure: Regenerate.
3496
3497 2013-09-20  Alan Modra  <amodra@gmail.com>
3498
3499         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3500         ppc host match.  Support little-endian powerpc linux hosts.
3501
3502 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
3503
3504         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3505         maintainer.
3506
3507 2013-09-12  DJ Delorie  <dj@redhat.com>
3508
3509         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3510         maintainers.
3511
3512 2013-09-03  Richard Biener  <rguenther@suse.de>
3513
3514         * configure.ac: Also allow ISL 0.12.
3515         * configure: Regenerated.
3516
3517 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3518
3519         * MAINTAINERS (Write After Approval): Add myself.
3520
3521 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
3522
3523         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3524
3525 2013-08-26  Caroline Tice  <cmtice@google.com>
3526
3527         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
3528         "Various Reviewers" to libvtv "Various Maintainers".
3529
3530 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
3531
3532         * MAINTAINERS: Add myself as RTL optimizers reviewer.
3533
3534 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
3535
3536         * MAINTAINERS: Update name, email.
3537
3538 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
3539
3540         * MAINTAINERS (Write After Approval): Add myself.
3541
3542 2013-08-12  Caroline Tice  <cmtice@google.com>
3543
3544         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3545         address in the Write After Approval section.
3546
3547 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
3548
3549         * MAINTAINERS (Write After Approval): Update email.
3550
3551 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
3552
3553         * configure.ac: Adjust to check VTV_SUPPORTED.
3554         * configure: Regenerated.
3555
3556 2013-08-02  Caroline Tice  <cmtice@google.com>
3557
3558         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3559         on non-linux systems; add target-libvtv to noconfigdirs; add
3560         libsupc++/.libs to C++ library search paths.
3561         * configure: Regenerated.
3562         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3563         libstdc++ and libgcc.
3564         * Makefile.in: Regenerated.
3565
3566 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
3567
3568         * MAINTAINERS (Write After Approval): Add myself.
3569
3570 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
3571             Shiva Chen  <shiva0217@gmail.com>
3572
3573         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3574         nds32 port maintainers.
3575
3576 2013-07-17  Tim Shen  <timshen91@gmail.com>
3577
3578         * MAINTAINERS (Write After Approval): Add myself.
3579
3580 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3581
3582         * configure.ac: Sync from binutils.
3583         * configure: Regenerate.
3584
3585 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
3586
3587         * MAINTAINERS (Write After Approval): Add myself.
3588
3589 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
3590
3591         * MAINTAINERS (Write After Approval): Add myself.
3592
3593 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
3594
3595         * MAINTAINERS (Write After Approval): Add myself.
3596
3597 2013-04-30  Brooks Moses  <bmoses@google.com>
3598
3599         * MAINTAINERS: Update my email; move myself from Fortran
3600         reviewer to Write After Approval.
3601
3602 2013-04-16  Andreas Schwab  <schwab@suse.de>
3603
3604         * configure.ac (aarch64-*-*): Don't disable java.
3605         * configure: Regenerate.
3606
3607 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
3608
3609         * MAINTAINERS (Write After Approval): Add myself.
3610
3611 2013-03-30  Matthias Klose  <doko@ubuntu.com>
3612
3613         * Makefile.def (target_modules): Don't install libffi.
3614         * Makefile.in: Regenerate.
3615
3616 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
3617
3618         * MAINTAINERS (Write After Approval): Add myself.
3619
3620 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
3621
3622         * MAINTAINERS (Write After Approval): Add myself.
3623
3624 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
3625
3626         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3627         * configure: Regenerated.
3628
3629 2013-02-05  Ian Lance Taylor  <iant@google.com>
3630
3631         PR go/55969
3632         * configure.ac: Disable libgo on some systems where it does not
3633         work.
3634
3635 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
3636
3637         * MAINTAINERS: Explicitly add myself as AIX maintainer.
3638         Remove Geoff Keating as rs6000 port maintainer, at his request.
3639
3640 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
3641
3642         * MAINTAINERS: Update my email.
3643
3644 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
3645
3646         * configure: Re-generate.
3647
3648 2013-01-15  Richard Biener  <rguenther@suse.de>
3649
3650         PR other/55973
3651         * configure: Re-generate.
3652
3653 2013-01-14  Matthias Klose  <doko@ubuntu.com>
3654
3655         * Makefile.def (install-target-libsanitizer): Depend on
3656         install-target-libstdc++-v3.
3657         * Makefile.in: Regenerate.
3658
3659 2013-01-14  Richard Biener  <rguenther@suse.de>
3660
3661         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3662         * configure: Re-generate
3663
3664 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3665
3666         * config.sub: Update from config repo.
3667
3668 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3669
3670         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3671         * Makefile.in: Regenerate.
3672
3673 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3674
3675         * MAINTAINERS (arc): Add new port maintainership for myself.
3676
3677 2013-01-09  Jason Merrill  <jason@redhat.com>
3678
3679         * .gitignore: Import from gdb repository.
3680
3681 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3682
3683         * Makefile.def (configure-gcc): Depend on all-gmp.
3684         (all-gcc): Remove dependency on all-gmp.
3685         * Makefile.in: Regenerated.
3686
3687 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3688
3689         * config.sub: Merge from config repo.
3690         * config.guess: Ditto.
3691
3692 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3693
3694         * Makefile.def: Merge from binutils.
3695         * Makefile.in: Ditto.
3696
3697 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3698
3699         * MAINTAINERS: Update my email.
3700
3701 2012-12-29  Ben Elliston  <bje@gnu.org>
3702
3703         * config.guess: Update to 2012-12-29 version.
3704         * config.sub: Likewise.
3705
3706 2012-12-20  Matthias Klose  <doko@ubuntu.com>
3707
3708         * Makefile.def (install-target-libgfortran): Depend on
3709         install-target-libquadmath, install-target-libgcc.
3710         (install-target-libsanitizer): Depend on install-target-libgcc.
3711         (install-target-libjava): Depend on install-target-libgcc.
3712         (install-target-libitm): Depend on install-target-libgcc.
3713         (install-target-libobjc): Depend on install-target-libgcc.
3714         (install-target-libstdc++-v3): Depend on install-target-libgcc.
3715         * Makefile.in: Regenerate.
3716
3717 2012-12-19  Matthias Klose  <doko@ubuntu.com>
3718
3719         * Makefile.def (install-target-libgo): Depend on
3720         install-target-libatomic.
3721         * Makefile.in: Regenerate.
3722
3723 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3724
3725         PR go/55201
3726         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3727         * Makefile.in: Regenerate.
3728
3729 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3730
3731         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3732         * configure: Regenerate.
3733
3734 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3735
3736         * config.sub: Merge from config repo.
3737
3738 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3739
3740         * Makefile.def (target_modules): Add bootstrap=true and
3741         raw_cxx=true to libsanitizer.
3742         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3743         * Makefile.in: Regenerated.
3744         * configure: Likewise.
3745
3746 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3747
3748         * MAINTAINERS: Remove self as RTL optimization maintainer.
3749
3750 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3751
3752         * MAINTAINERS (Write After Approval): Add myself.
3753
3754 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3755
3756         * Makefile.def (target_modules): Remove bootstrap=true and
3757         raw_cxx=true from libsanitizer.
3758         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3759         * Makefile.in: Regenerated.
3760         * configure: Likewise.
3761
3762 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3763
3764         * Makefile.def (target_modules): Add bootstrap=true and
3765         raw_cxx=true to libsanitizer.
3766         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3767         * Makefile.in: Regenerated.
3768         * configure: Likewise.
3769
3770 2012-11-28  Andrew Pinski  <apinski@cavium.com>
3771
3772         PR bootstrap/54279
3773         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3774         * configure: Regenerate.
3775         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3776         * Makefile.in: Regenerate.
3777
3778 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3779
3780         * configure.ac: Disable libsanitizer if we're not building C++.
3781         * configure: Regenerate.
3782
3783 2012-11-15  Roland McGrath  <roland@hack.frob.com>
3784
3785         * MAINTAINERS (Write After Approval): Add myself.
3786
3787 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3788
3789         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3790         Kostya Serebryany (kcc@google.com) and
3791         Jakub Jelinek (jakub@redhat.com).
3792         Rename area for Dodji Seketeli (dodji@redhat.com).
3793
3794 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
3795
3796         * MAINTAINERS: (asan.c, related): Add myself.
3797
3798 2012-11-14  Roland McGrath  <mcgrathr@google.com>
3799
3800         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3801         * configure: Regenerate.
3802
3803 2012-11-13  Richard Henderson  <rth@redhat.com>
3804
3805         * configure.ac: Move libsanitizer logic to subdirectory.
3806         * configure: Regenerate.
3807
3808 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
3809
3810         * configure.ac: Enable libsanitizer just on x86 linux for now.
3811         * configure: Re-generate.
3812
3813 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3814
3815         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3816         sections.
3817         * configure: Regenerate.
3818
3819 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3820
3821         * configure.ac: Add section for configdirs for libsanitizer.
3822         Disable for cris-*-* and mmix-*-*.
3823         * configure: Regenerate.
3824
3825 2012-11-12  Wei Mi <wmi@google.com>
3826
3827         * configure.ac: Add libsanitizer to target_libraries.
3828         * Makefile.def: Ditto.
3829         * configure: Regenerate.
3830         * Makefile.in: Regenerate.
3831         * libsanitizer: New directory for asan runtime.  Contains an empty
3832         tsan directory.
3833
3834 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3835
3836         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3837         against Mingw64 w32api.
3838         * configure: Regenerate.
3839
3840 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3841
3842         * configure: Regenerated.
3843
3844 2012-11-03  Robert Mason  <rbmj@verizon.net>
3845
3846         * configure.ac: add --disable-libstdcxx configure option
3847         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3848
3849 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3850
3851         * MAINTAINERS (Write After Approval): Add myself.
3852
3853 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3854
3855         * MAINTAINERS (Write After Approval): Add myself.
3856
3857 2012-10-24  Sharad Singhai  <singhai@google.com>
3858
3859         * MAINTAINERS (Write After Approval): Add myself.
3860
3861 2012-10-24  Eric Christopher  <echristo@gmail.com>
3862
3863         * MAINTAINERS: Update email address.
3864
3865 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3866
3867         PR bootstrap/54820
3868         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3869         * configure: Regenerate.
3870
3871 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3872
3873         * MAINTAINERS (aarch64): Add Marcus and myself.
3874
3875 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3876
3877         PR bootstrap/54820
3878         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3879         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3880         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3881         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3882         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3883         * Makefile.in: Regenerate.
3884         * configure.ac (have_static_libs): New variable and associated check.
3885         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3886         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3887         * configure: Regenerate.
3888
3889 2012-10-10  Richard Biener  <rguenther@suse.de>
3890
3891         * MAINTAINERS: Adjust for changed surname.
3892
3893 2012-10-04  Lawrence Crowl  <crowl@google.com>
3894
3895         * MAINTAINERS (Write After Approval): Add myself.
3896
3897 2012-10-01  Cary Coutant  <ccoutant@google.com>
3898
3899         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3900
3901 2012-09-28  Ian Lance Taylor  <iant@google.com>
3902
3903         * Makefile.def: Make all-target-libgo depend on
3904         all-target-libbacktrace.
3905         * Makefile.in: Rebuild.
3906
3907 2012-09-26  Ian Lance Taylor  <iant@google.com>
3908
3909         * Makefile.def: Make all-gcc depend on all-libbacktrace.
3910         * Makefile.in: Rebuild.
3911
3912 2012-09-20  Walter Lee  <walt@tilera.com>
3913
3914         * configure.ac: Add tilegx to list of targets that support gold.
3915         * configure: Regenerate.
3916
3917 2012-09-20  Marek Polacek  <polacek@redhat.com>
3918
3919         * MAINTAINERS (Write After Approval): Add myself.
3920
3921 2012-09-19  Steve Ellcey  <sellcey@mips.com>
3922
3923         * configure.ac: Add mips*-mti-elf* target.
3924         * configure: Regenerate.
3925
3926 2012-09-17  Ian Lance Taylor  <iant@google.com>
3927
3928         * MAINTAINERS (Various Maintainers): Add libbacktrace.
3929         * configure.ac (host_libs): Add libbacktrace.
3930         (target_libraries): Add libbacktrace.
3931         * Makefile.def (host_modules): Add libbacktrace.
3932         (target_modules): Likewise.
3933         * configure, Makefile.in: Rebuild.
3934
3935 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3936
3937         PR target/38607
3938         Merge upstream change.
3939         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3940
3941         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3942         Add libgomp*.o to compare_exclusions for AIX.
3943         * configure: Regenerate.
3944
3945 2012-09-06  Diego Novillo  <dnovillo@google.com>
3946
3947         * configure.ac: Bump minimum GMP version to 4.2.3.
3948         * configure: Re-generate.
3949
3950 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3951
3952         PR target/54461
3953         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3954         target-libgloss if not configured --with-avrlibc=no.
3955         * configure: Regenerate.
3956
3957 2012-09-04  Jason Merrill  <jason@redhat.com>
3958
3959         * configure.ac: Fix --enable-languages=all.
3960
3961 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3962
3963         * MAINTAINERS (Write After Approval): Add myself.
3964
3965 2012-09-03  Richard Guenther  <rguenther@suse.de>
3966
3967         PR bootstrap/54138
3968         * configure.ac: Re-organize ISL / CLOOG checks to allow
3969         disabling with either --without-isl or --without-cloog.
3970         * configure: Regenerated.
3971
3972 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
3973
3974         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3975         * configure: Regenerate.
3976
3977 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
3978
3979         * MAINTAINERS: Fix my email address.
3980
3981 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
3982
3983         PR binutils/4970
3984         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3985         and opcodes.
3986         * Makefile.in: Regenerated.
3987
3988 2012-08-26  Art Haas <ahaas@impactweather.com>
3989
3990         * configure: Regenerate.
3991
3992 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
3993
3994         * INSTALL/README: Also refer to the online installation
3995         instructions.
3996
3997 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3998
3999         * MAINTAINERS (Write After Approval): Add myself.
4000         (Picochip port): Remove myself.
4001
4002 2012-08-14   Diego Novillo  <dnovillo@google.com>
4003
4004         Merge from cxx-conversion branch.
4005
4006         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4007         POSTSTAGE1_CONFIGURE_FLAGS.
4008         * Makefile.in: Regenerate.
4009         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4010         Force C++ when bootstrapping.
4011         * configure: Regenerate.
4012
4013 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4014
4015         * MAINTAINERS (Write After Approval): Add myself.
4016
4017 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4018
4019         * README: Document use of ranges of years in copyright notices.
4020
4021 2012-07-06  Richard Guenther  <rguenther@suse.de>
4022
4023         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4024         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4025         --with-gmp=system.
4026         * Makefile.in: Regenerated.
4027         * configure: Likewise.
4028
4029 2012-07-06  Richard Guenther  <rguenther@suse.de>
4030
4031         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4032         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4033         supply V=1 as extra_make_flags.
4034         * configure: Regenerated.
4035         * Makefile.in: Likewise.
4036
4037 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4038
4039         * configure: Regenerate.
4040
4041 2012-07-03  Richard Guenther  <rguenther@suse.de>
4042
4043         * Makfile.def (isl): Remove not necessary extra_exports and
4044         extra_make_flags.
4045         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4046         * Makefile.in: Regenerated.
4047
4048 2012-07-03  Richard Guenther  <rguenther@suse.de>
4049
4050         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4051         * configure.ac: If either the ISL or the CLooG check failed
4052         do not try to build in-tree versions.
4053         * Makefile.in: Regenerated.
4054         * configure: Regenerated.
4055
4056 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4057
4058         * configure: Regenerate.
4059
4060 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4061
4062         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4063         maintainer.
4064
4065 2012-07-02  Richard Guenther  <rguenther@suse.de>
4066
4067         * configure: Regenerated.
4068
4069 2012-07-02  Richard Guenther  <rguenther@suse.de>
4070         Michael Matz  <matz@suse.de>
4071         Tobias Grosser <tobias@grosser.es>
4072         Sebastian Pop <sebpop@gmail.com>
4073
4074         * Makefile.def: Add ISL host module, remove PPL host module.
4075         Adjust ClooG host module to use the proper ISL.
4076         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4077         * configure.ac: Include config/isl.m4.  Add ISL host library,
4078         remove PPL.  Remove PPL configury, add ISL configury, adjust
4079         ClooG configury.
4080         * Makefile.in: Regenerated.
4081         * configure: Likewise.
4082
4083 2012-07-02  Richard Guenther  <rguenther@suse.de>
4084
4085         Merge from graphite branch
4086         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4087
4088         * configure: Regenerated.
4089         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4090         both cloog.org and legacy versions. The only supported version will
4091         be CLooG with the isl backend.
4092
4093         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4094
4095         * configure: Regenerated.
4096         * configure.ac: Require cloog isl 0.17.0
4097
4098         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4099
4100         * configure: Regenerated.
4101         * config/cloog.m4: Do not define CLOOG_ORG
4102
4103 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4104
4105         * configure.ac: Skip C if explicitly selected.
4106         * configure: Regenerate.
4107
4108 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4109
4110         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4111         they contain -O2.
4112         * configure: Regenerate.
4113
4114 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4115
4116         PR debug/53740
4117         * df.h, df-problems.c, dce.c: Revert last patch.
4118
4119 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4120
4121         * MAINTAINERS (Write After Approval): Update my email address.
4122
4123 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4124
4125         * MAINTAINERS (Write After Approval): Add myself.
4126
4127 2012-06-20  Jason Merrill  <jason@redhat.com>
4128
4129         * Makefile.tpl (check-target-libgomp-c++): New.
4130         (check-target-libitm-c++): New.
4131         * Makefile.def (c++): Add them.
4132         * Makefile.in: Regenerate.
4133
4134 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4135
4136         * MAINTAINERS (Write After Approval): Add myself.
4137
4138 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4139
4140         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4141         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4142         (install-no-fixedincludes): Adjust accordingly.
4143         * Makefile.in: Regenerate.
4144
4145 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4146
4147         Merge upstream change
4148         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4149
4150 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4151
4152         * MAINTAINERS (Write After Approval): Add myself.
4153
4154 2012-05-09  Nick Clifton  <nickc@redhat.com>
4155             Paul Smith  <psmith@gnu.org>
4156
4157         PR bootstrap/50461
4158         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4159         allow for the fact that from release v3.1.0 of MPFR the source
4160         files were moved into a src sub-directory.
4161         * configure: Regenerate.
4162
4163 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4164
4165         * configure.ac: Bump minimum MPFR version to 2.4.0.
4166         * configure: Regenerated.
4167
4168 2012-05-01  Richard Henderson  <rth@redhat.com>
4169
4170         * Makefile.def (libatomic): New target_module.
4171         * configure.ac (target_libraries): Add libatomic.
4172         (noconfigdirs): Check if libatomic is supported.
4173         * Makefile.in, configure: Rebuild.
4174
4175 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4176
4177         * MAINTAINERS (Write After Approval): Add myself.
4178
4179 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4180
4181         * config.sub: Update to 2012-04-18 version from official repo.
4182
4183 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4184
4185         * MAINTAINERS (Write After Approval): Add myself.
4186
4187 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4188
4189         * MAINTAINERS: Changed email address.
4190
4191 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4192
4193         PR target/52737
4194         * contrib/gcc_update (files_and_dependencies):
4195         Remove gcc/config/avr/t-multilib from touch data.
4196
4197 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4198
4199         * MAINTAINERS (OS Port Maintainers): Remove irix.
4200         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4201         (unsupported_languages): Remove mips-sgi-irix6.*.
4202         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4203         (with_stabs): Remove.
4204         * configure: Regenerate.
4205
4206 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4207
4208         * MAINTAINERS (OS Port Maintainers): Remove osf.
4209         * configure.ac (enable_libgomp): Remove *-*-osf*.
4210         (with_stabs): Remove alpha*-*-osf*.
4211         * configure: Regenerate.
4212
4213 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4214
4215         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4216         * configure: Regenerate.
4217
4218 2012-02-17  Walter Lee  <walt@tilera.com>
4219
4220         * MAINTAINERS: (Write After Approval): Delete myself.
4221
4222 2012-02-14  Walter Lee  <walt@tilera.com>
4223
4224         * MAINTAINERS (tilegx port): Add myself.
4225         (tilepro port): Add myself.
4226         (Write After Approval): Add myself.
4227
4228 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4229
4230         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4231         and Joseph Myers as docstring relicensing maintainers.
4232
4233 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4234
4235         * MAINTAINERS (write-after-approval): Add myself.
4236
4237 2012-02-08  Ira Rosen <irar@il.ibm.com>
4238
4239         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4240         maintainer.
4241
4242 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4243
4244         * MAINTAINERS (Write After Approval): Move myself to
4245         maintain alphabetical order.
4246
4247 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4248
4249         * MAINTAINERS (Write After Approval): Add myself.
4250
4251 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4252
4253         * MAINTAINERS (Write After Approval): Add myself.
4254
4255 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4256             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4257
4258         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4259         * configure: Regenerate.
4260
4261 2012-01-23  Harshit Chopra  <harshit@google.com>
4262
4263         * MAINTAINERS (Write After Approval): Add myself.
4264
4265 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4266
4267         * configure.ac: Remove reference to mh-interix.
4268         * configure: Regenerate.
4269
4270 2012-01-05  Richard Henderson  <rth@redhat.com>
4271
4272         PR bootstrap/51072
4273         * configure.ac: Disable libitm if c++ is not enabled.
4274         * configure: Rebuild.
4275
4276         * configure.ac: Fix regexp for same.
4277         * configure: Rebuild.
4278
4279 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4280
4281         * MAINTAINERS (Write After Approval): Add myself.
4282
4283 2012-01-02  Richard Guenther  <rguenther@suse.de>
4284
4285         PR bootstrap/51686
4286         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4287         * Makefile.in: Regenerate.
4288
4289 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4290
4291         * MAINTAINERS (Write After Approval): Add myself.
4292
4293 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4294
4295         * configure: Regenerate.
4296
4297 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4298
4299         * MAINTAINERS (picochip): Changed email address.
4300
4301 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4302
4303         * MAINTAINERS (write-after-approval): Add self.
4304
4305 2011-11-29  DJ Delorie  <dj@redhat.com>
4306
4307         * configure.ac (rl78-*-*) New case.
4308         * configure: Regenerate.
4309         * MAINTAINERS: Add myself as RL78 maintainer.
4310
4311 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4312
4313         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4314
4315 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4316
4317         * libtool.m4: Additional FreeBSD 10 fixes.
4318
4319 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4320
4321         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4322         Maintainers section, as Epiphany maintainer.
4323
4324 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4325
4326         PR target/49992
4327         * configure.ac: Remove ranlib special-casing for Darwin.
4328         * configure: Regenerate.
4329
4330 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4331
4332         * MAINTAINERS (Reviewers): Keep the list sorted.
4333
4334 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4335
4336         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4337
4338 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4339
4340         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4341         * configure: Rebuild.
4342         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4343         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4344         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4345         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4346         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4347         Add READELF.
4348         * Makefile.in: Rebuild.
4349
4350 2011-11-09  Jason Merrill  <jason@redhat.com>
4351
4352         * Makefile.def (language=c++): Remove check-c++0x.
4353         * Makefile.in (check-gcc-c++): Regenerate.
4354
4355 2011-11-08  Richard Henderson  <rth@redhat.com>
4356
4357         * configure.ac: Test for libitm directory present first.
4358
4359         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4360
4361         * configure.ac: Test libitm/configure.tgt to disable libitm.
4362         * configure: Rebuild.
4363
4364 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4365             Richard Henderson  <rth@redhat.com>
4366
4367         Merged from transactional-memory.
4368
4369         * Makefile.def (lang_env_dependencies): libitm is c++.
4370         Add libitm target module.
4371         * configure.ac: Likewise.
4372         * config/mmap.m4: New file.
4373         * contrib/gcc_update: Add libitm to touch data.
4374         * Makefile.in, configure: Rebuild.
4375
4376 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4377
4378         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4379         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4380         * Makefile.in: Regenerate.
4381
4382 2011-11-01  DJ Delorie  <dj@redhat.com>
4383
4384         * config.sub: Update to version 2011-10-29 (added rl78)
4385
4386 2011-10-27  Nick Clifton  <nickc@redhat.com>
4387
4388         * config.sub: Import these changes from the config project:
4389
4390         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4391             Ben Elliston  <bje@gnu.org>
4392
4393         * config.sub (epiphany): New.
4394
4395         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4396             Ben Elliston  <bje@gnu.org>
4397
4398         * config.sub (hexagon, hexagon-*): New.
4399
4400         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4401
4402         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4403         64eb to be64.
4404
4405         2011-08-16  Roland McGrath  <mcgrathr@google.com>
4406
4407         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4408         (nacl): Grok as alias for 32el-unknown-nacl.
4409
4410 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4411
4412         * MAINTAINERS (Write After Approval): Add myself.
4413
4414 2011-10-24  Teresa Johnson  <tejohnson@google.com>
4415
4416         * MAINTAINERS (Write After Approval): Add myself.
4417
4418 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
4419
4420         * MAINTAINERS (sparc port): Remove myself.
4421
4422 2011-09-14  Tom de Vries  <tom@codesourcery.com>
4423
4424         * MAINTAINERS (Write After Approval): Add myself.
4425
4426 2011-08-14  Yao Qi  <yao@codesourcery.com>
4427
4428         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4429         * configure: Regenerate.
4430
4431 2011-07-26  Ian Lance Taylor  <iant@google.com>
4432
4433         * configure.ac: Set have_compiler based on whether gcc directory
4434         exists, rather than on whether gcc is in configdirs.
4435         * configure: Rebuild.
4436
4437 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
4438
4439         * MAINTAINERS (Global Reviewers): Add self.
4440
4441 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4442
4443         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4444         link directories.
4445         * Makefile.in: Rebuild.
4446
4447 2011-07-20  Ian Lance Taylor  <iant@google.com>
4448
4449         PR bootstrap/49787
4450         * configure.ac: Move --enable-bootstrap handling earlier in file.
4451         If --enable-bootstrap and either --enable-build-with-cxx or
4452         --enable-build-poststage1-with-cxx, enable C++ automatically.
4453         * configure: Rebuild.
4454
4455 2011-07-19  Ian Lance Taylor  <iant@google.com>
4456
4457         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4458         make C++ a boot_language.  Set and substitute
4459         POSTSTAGE1_CONFIGURE_FLAGS.
4460         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4461         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4462         * configure, Makefile.in: Rebuild.
4463
4464 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4465
4466         * MAINTAINERS (Register Allocation): Move myself from reviewers to
4467         maintainers.
4468
4469 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
4470
4471         * MAINTAINERS (Global Reviewers): Add myself.
4472
4473 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4474
4475         * configure: Regenerate.
4476
4477 2011-07-16  Jason Merrill  <jason@redhat.com>
4478
4479         * Makefile.def (language=c++): Add check-c++0x and
4480         check-target-libmudflap-c++.
4481         * Makefile.tpl (check-target-libmudflap-c++): New.
4482         * Makefile.in: Regenerate.
4483
4484 2011-07-16  Matthias Klose  <doko@ubuntu.com>
4485
4486         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4487         * Makefile.def (target_modules/libjava): Pass
4488         $(EXTRA_CONFIGARGS_LIBJAVA).
4489         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4490         if not configured with --enable-static-libjava.
4491         * Makefile.in: Regenerate.
4492         * configure: Likewise.
4493
4494 2011-07-15  Jason Merrill  <jason@redhat.com>
4495
4496         * Makefile.in (check-c++): Move check-gcc-c++0x after
4497         check-target-libstdc++-v3.
4498
4499 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4500
4501         * MAINTAINERS (c6x port): New entry.
4502
4503 2011-07-13  Jason Merrill  <jason@redhat.com>
4504
4505         * Makefile.in (check-gcc-c++0x): New.
4506         (check-c++): Depend on it.
4507
4508 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4509
4510         PR target/39150
4511         * configure.ac (i[3456789]86-*-solaris2*): Also accept
4512         x86_64-*-solaris2.1[0-9]*.
4513         * configure: Regenerate.
4514
4515 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
4516
4517         * MAINTAINERS (RTL optimizers): Add self.
4518
4519 2011-06-27  Gabriel Charette  <gchare@google.com>
4520
4521         * MAINTAINERS (Write After Approval): Add myself.
4522
4523 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
4524
4525         PR regression/47836
4526         PR bootstrap/23656
4527         PR other/47733
4528         PR bootstrap/49247
4529         PR c/48825
4530         * configure.ac (target_libraries): Remove target-libiberty.
4531         Remove case-statement setting skipdirs=target-libiberty for
4532         multiple targets.  Remove checking target_configdirs and
4533         removing target-libiberty but keeping target-libgcc if
4534         otherwise empty.
4535         * Makefile.def (target_modules): Don't add libiberty.
4536         (dependencies): Remove all traces of target-libiberty.
4537         * configure, Makefile.in: Regenerate.
4538
4539 2011-06-13  Walter Lee <walt@tilera.com>
4540
4541         * configure.ac (tilepro-*-*) New case.
4542         (tilegx-*-*): Likewise.
4543         * configure: Regenerate.
4544
4545 2011-06-06  Jing Yu  <jingyu@google.com>
4546
4547         * configure.ac: Skip target-libiberty for
4548         arm*-*-linux-androideabi.
4549         * configure: Regenerated.
4550
4551 2011-06-06  Nick Clifton  <nickc@redhat.com>
4552
4553         * config.sub: Sync from upstream.
4554
4555 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
4556
4557         * MAINTAINERS (Write After Approval): Add myself.
4558
4559 2011-06-01  Daniel Jacobowitz  <drow@false.org>
4560
4561         * MAINTAINERS: Update my email address.
4562
4563 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
4564
4565         * MAINTAINERS (Write After Approval): Update my email address.
4566
4567 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4568
4569         * MAINTAINERS (Write After Approval): Add myself.
4570
4571 2011-05-08  Doug Kwan  <dougkwan@google.com>
4572
4573         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4574         * configure: Regenerated.
4575         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4576         value from configure.
4577         * Makefile.in: Regenerated.
4578
4579 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
4580
4581         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4582         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4583         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4584         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4585         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4586         *-*-vxworks*): Disable newlib and libgloss in separate case
4587         statement.
4588         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4589         to separate case statement.
4590         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4591         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4592         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4593         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4594         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4595         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4596         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4597         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4598         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4599         i[[3456789]]86-*-rdos*, m32r-*-*,
4600         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4601         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4602         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4603         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4604         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4605         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4606         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4607         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4608         and libgloss in main case over targets.  Remove most empty cases
4609         in main case over targets.
4610         * configure: Regenerate.
4611
4612 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
4613
4614         * MAINTAINERS (Write After Approval): Add myself.
4615
4616 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4617
4618         * configure.ac: Remove code setting special library locations for
4619         hppa*64*-*-hpux11*.  Remove code setting compiler for
4620         sparc-sun-solaris2*.
4621         * configure: Regenerate.
4622
4623 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4624
4625         * configure.ac: Separate libgloss_dir settings from general case
4626         over targets.
4627         * configure: Regenerate.
4628
4629 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4630
4631         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4632         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4633         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4634         cases in libgcj-disabling case statement.
4635         (hppa*64*-*-linux*): Set unsupported_languages instead of
4636         disabling target-zlib.
4637         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4638         to hppa*64*-*-hpux*.
4639         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4640         hppa*-*-hpux*.
4641         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4642         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4643         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4644         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4645         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4646         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4647         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4648         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4649         libgcj-disabling case statement.
4650         * configure: Regenerate.
4651
4652 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4653
4654         * configure.ac: Disable Java for targets not supporting libffi.
4655         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4656         Remove cases in Java-disabling statement.
4657         (*arm-wince-pe): Change to arm-wince-pe.
4658         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4659         cases in Java-disabling statement.
4660         (bfin-*-*): Don't disable Java again.
4661         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4662         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4663         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4664         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4665         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4666         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4667         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4668         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4669         Java-disabling statement.
4670         (mmix-*-*): Don't disable Java again.
4671         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4672         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4673         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4674         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4675         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4676         statement.
4677         * configure: Regenerate.
4678
4679 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4680
4681         * configure.ac: Separate cases disabling Java and Java libraries
4682         from general case over targets.
4683         * configure: Regenerate.
4684
4685 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4686
4687         * MAINTAINERS: Update my email address.
4688
4689 2011-04-20  Easwaran Raman  <eraman@google.com>
4690
4691         * MAINTAINERS (Write After Approval): Add myself.
4692
4693 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4694
4695         PR lto/48086
4696         * configure.ac: Re-enable LTO on *-apple-darwin9*.
4697         * configure: Regenerate.
4698
4699 2011-04-16  Jim Meyering  <meyering@redhat.com>
4700
4701         * MAINTAINERS (Write After Approval): Add myself.
4702
4703 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
4704
4705         * MAINTAINERS: Update my email address.
4706
4707 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4708
4709         * MAINTAINERS (Write After Approval): Add myself.
4710
4711 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4712
4713         * MAINTAINERS (Write After Approval): Add myself.
4714
4715 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4716
4717         * MAINTAINERS (Write After Approval): Add myself.
4718
4719 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
4720
4721         * configure.ac (build_tools): Remove build-byacc.
4722         (host_libs): Remove mmalloc.
4723         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4724         autoconf automake libtool diff rcs fileutils shellutils time
4725         textutils wdiff find uudecode hello tar gzip indent recode release
4726         sed perl gawk findutils gettext zip.
4727         (libgcj): Remove target-qthreads.
4728         (target_tools): Remove target-examples target-gperf.
4729         (YACC): Don't handle building byacc.
4730         * configure: Regenerate.
4731         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4732         dosutils, examples, fileutils, find, findutils, gawk, gettext,
4733         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4734         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4735         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4736         handle building components.
4737         * Makefile.in: Regenerate.
4738
4739 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4740
4741         * MAINTAINERS: Update my email address as Xtensa maintainer.
4742
4743 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4744
4745         * config.sub: Sync from upstream.
4746
4747 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4748
4749         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4750         (microblaze*): Don't disable libssp.
4751         * configure: Regenerate.
4752
4753 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4754
4755         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4756         moveifchange.
4757         * configure: Regenerate.
4758         * Makefile.tpl: Use @SHELL@ not @config_shell@.
4759         * Makefile.in: Regenerate.
4760
4761 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4762
4763         * configure.ac (*-*-sysv4*): Don't enable libgomp.
4764         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4765         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4766         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4767         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4768         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4769         md_exec_prefix cases.
4770         * configure: Regenerate.
4771
4772 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4773
4774         * configure.ac: Separate cases disabling target-libssp,
4775         target-libiberty, target-libstdc++-v3 and Fortran from general
4776         case over targets.
4777         * configure: Regenerate.
4778
4779 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4780
4781         * configure.ac (*-*-chorusos): Don't disable libgcj.
4782         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4783         Remove case.
4784         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4785         (arm-*-coff): Don't disable libgcj.
4786         (arm*-*-linux-gnueabi): Remove useless assignment.
4787         (arm-*-riscix*): Don't disable libgcj.
4788         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4789         configuration.
4790         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4791         (c54x*-*-*): Remove case.
4792         (tic54x-*-*): Don't disable GCC or GCC libraries.
4793         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4794         to *.
4795         (d10v-*-*): Don't disable GCC libraries.
4796         (d30v-*-*): Don't disable libgcj.
4797         (h8500-*-*): Don't disable GCC libraries.
4798         (i960-*-*): Don't disable libgcj.
4799         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4800         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4801         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4802         libgcj.
4803         (m68k-*-coff*): Remove case.
4804         (mmix-*-*): Don't disable libgloss on host.
4805         (mn10200-*-*, mn10300-*-*): Remove cases.
4806         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4807         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4808         Don't disable libgcj.
4809         (romp-*-*): Remove case.
4810         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4811         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4812         case.
4813         (v810-*-*): Don't disable GCC libraries.
4814         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4815         (ip2k-*-*): Don't disable GCC libraries.
4816         * configure: Regenerate.
4817
4818 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
4819
4820         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4821         libffi on host.
4822         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4823         on host.
4824         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4825         * configure: Regenerate.
4826
4827 2011-03-26  John Marino  <binutils@marino.st>
4828
4829         * configure.ac: Add support for *-*-dragonfly*
4830         * configure: Regenerate.
4831
4832 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4833
4834         * configure.ac (native_only): Remove.
4835         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4836         send-pr uudecode guile gnuserv on host.
4837         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4838         send-pr rcs guile perl texinfo libtool on host.
4839         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4840         automake send-pr rcs guile perl texinfo libtool on host.
4841         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4842         (*-*-kaos*): Don't disable target-examples target-gperf on target.
4843         (alpha*-dec-osf*): Don't disable fileutils on target.
4844         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4845         texinfo send-pr expect dejagnu on target.
4846         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4847         target-qthreads on target.
4848         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4849         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4850         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4851         x86_64-*-mingw*): Don't disable expect on target.
4852         (*-*-cygwin*): Don't disable target-gperf on target.
4853         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4854         gnuserv on target.
4855         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4856         target.
4857         * configure: Regenerate.
4858
4859 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4860
4861         * configure.ac (target_tools): Remove target-groff.
4862         (native_only): Remove target-groff.
4863         (hppa*64*-*-*): Don't disable byacc.
4864         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4865         setting.
4866         (*-*-kaos*): Don't skip target-librx and target-groff.
4867         (*-*-netware*): Don't skip target-libmudflap.
4868         (*-*-tpf*): Don't skip target-libmudflap.
4869         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4870         directories on the host.
4871         (ia64*-*-*vms*): Don't skip tix.
4872         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4873         host.
4874         * configure: Regenerate.
4875
4876 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4877
4878         * configure.ac: Remove references to mt-mep, mt-netware,
4879         mt-wince.
4880         * Makefile.def: Add all-utils soft dependencies.
4881         * Makefile.tpl: Remove GDB_NLM_DEPS.
4882         * configure: Regenerate.
4883         * Makefile.in: Regenerate.
4884
4885 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4886
4887         * configure.ac: Do not include mh-x86omitfp.
4888         * configure: Regenerate.
4889
4890 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4891
4892         * configure.ac: Remove empty cases.
4893         * configure: Regenerate.
4894
4895 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4896
4897         * Makefile.def: Add dependency from termcap to gdb.
4898         * Makefile.in: Regenerate.
4899
4900 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4901
4902         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4903         * configure: Regenerate.
4904         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4905         * Makefile.tpl: Likewise.
4906         * Makefile.in: Regenerate.
4907
4908 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4909
4910         * configure.ac: Remove all mentions of tentative_cc.
4911         * configure: Regenerate.
4912
4913 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4914
4915         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4916         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4917         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4918         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4919         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4920         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4921         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4922         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4923         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4924         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4925         *-*-rhapsody*): Remove host cases.
4926         * configure: Regenerate.
4927
4928 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4929
4930         * configure.ac (ppc*-*-pe): Remove host case.
4931         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4932         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4933         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4934         cases.
4935         * configure: Regenerate.
4936
4937 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4938
4939         * config.sub: Update to version 2011-03-23.
4940
4941 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4942
4943         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4944         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4945         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4946         * configure: Regenerate.
4947
4948 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4949
4950         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4951         to Write After Approval.
4952         * config-ml.in: Don't handle arc-*-elf*.
4953         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4954         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4955         handle GCC libraries.
4956         * configure: Regenerate.
4957
4958 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4959
4960         PR bootstrap/48120:
4961         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4962         Add -lstdc++ -lm to LIBS.
4963         * configure: Regenerate.
4964
4965 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
4966
4967         * config.guess: Update to version 2011-02-02
4968         * config.sub: Update to version 2011-02-24
4969
4970 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
4971
4972         PR lto/48086
4973         * configure.ac: Re-enable LTO on *-apple-darwin9.
4974         * configure: Regenerate.
4975
4976 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4977
4978         PR lto/48086
4979         * configure.ac: Disable LTO on darwin due to an assembler change in
4980         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4981         under 256.
4982         * configure: Regenerate.
4983
4984 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
4985
4986         * MAINTAINERS: Update myself as score backend maintainer,
4987         update my e-mail address.
4988
4989 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
4990
4991         * MAINTAINERS: Update my e-mail address.
4992
4993 2011-03-06  Joey Ye  <joey.ye@arm.com>
4994
4995         * MAINTAINERS: Update my e-mail address.
4996
4997 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4998
4999         * configure.ac: Adjust test of with_ppl.
5000         * configure: Regenerated.
5001
5002 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5003
5004         * MAINTAINERS: Adjust my e-mail address.
5005
5006 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5007
5008         * configure.ac: Add -lpwl to ppllibs.
5009         * configure: Regenerated.
5010
5011 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5012
5013         * config/cloog.m4: Add -lisl to clooglibs.
5014         * configure: Regenerated.
5015
5016 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5017
5018         * MAINTAINERS (CPU Port maintainers): Add self.
5019
5020 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5021
5022         * MAINTAINERS: Add myself as testsuite maintainer.
5023
5024 2011-02-15  Mike Stump  <mikestump@comcast.net>
5025
5026         * MAINTAINERS: Add myself as testsuite maintainer.
5027
5028 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5029
5030         Import from Libtool and gnulib:
5031
5032         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5033
5034         Prepare for supporting FreeBSD 10.
5035         * config.rpath: Remove handling of freebsd1* which soon would
5036         match FreeBSD 10.0.
5037
5038         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5039
5040         Remove support for FreeBSD 1.x.
5041         * libtool.m4 (_LT_LINKER_SHLIBS)
5042         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5043         soon would incorrectly match FreeBSD 10.0.
5044
5045 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5046
5047         PR binutils/12283
5048         * move-if-change: Import version from gnulib.
5049
5050 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5051
5052         PR lto/47225
5053         * Makefile.def (lto-plugin): Double dash for enable-shared.
5054         (configure-gcc): Depend on all-lto-plugin.
5055         * Makefile.in: Rebuilt.
5056
5057 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5058
5059         * configure.ac: Remove extra bracket.
5060         * configure: Regenerate.
5061
5062 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5063
5064         * MAINTAINERS: Add myself as libquadmath maintainer.
5065
5066 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5067
5068         * MAINTAINERS: Update my email address.
5069
5070 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5071
5072         * MAINTAINERS (option handling): Add self.
5073
5074 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5075
5076         PR lto/47225
5077         * Makefile.def: Add dependency for install-gcc
5078         on install-lto-plugin.
5079         * Makfile.in: Regenerated
5080
5081 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5082
5083         * MAINTAINERS (CPU Port Maintainers): Add myself.
5084
5085 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5086
5087         PR libgcj/44341
5088         * configure.ac: Discard --with-* flags for host when configuring
5089         target libraries for cross build.
5090         * configure: Rebuilt.
5091
5092 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5093
5094         * MAINTAINERS (linear loop transforms): Removed.
5095
5096 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5097
5098         * configure.ac: If with_ppl is no, move setting with_cloog=no
5099         after CLOOG_REQUESTED check.
5100         * configure: Regenerated.
5101
5102 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5103
5104         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5105         CLooG has been requested.
5106         * configure: Regenerated.
5107
5108 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5109
5110         * configure: Regenerated.
5111         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5112
5113 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5114
5115         * configure: Regenerated.
5116         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5117
5118 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5119
5120         * configure.ac: Use AS_HELP_STRING throughout.
5121         * configure: Regenerate.
5122
5123 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5124
5125         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5126         * configure: Regenerate.
5127
5128 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5129
5130         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5131
5132 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5133
5134         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5135         for ia64-hpux.
5136         * configure: Regenerate.
5137
5138 2011-01-07  Jan Hubicka  <jh@suse.cz>
5139
5140         PR lto/47225
5141         * Makefile.in: Regenerate.
5142         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5143         configure.
5144
5145 2011-01-07  Jan Hubicka  <jh@suse.cz>
5146
5147         * Makefile.in: Regenerate.
5148         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5149         and configure dependency on lto-plugin configure.
5150         (lto-plugin module): Remove dependency on GCC; add dependency on
5151         liniberty.
5152
5153 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5154
5155         * MAINTAINERS (Write After Approval): Add myself.
5156
5157 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5158
5159         * configure: Regenerate.
5160
5161 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5162
5163         * configure.ac: (picochip): Disable libiberty.
5164
5165 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5166
5167         * MAINTAINERS (Write After Approval): Add myself.
5168
5169 2010-12-10  Ian Lance Taylor  <iant@google.com>
5170
5171         PR bootstrap/46819
5172         * configure.ac: For --disable-libgcj clear libgcj_saved.
5173         * configure: Rebuild.
5174
5175 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5176
5177         PR fortran/46540
5178         * configure.ac: Add --disable-libquadmath and
5179         --disable-libquadmath-support.
5180         * configure: Regenerate.
5181
5182 2010-12-03  Ian Lance Taylor  <iant@google.com>
5183
5184         * MAINTAINERS: Add myself as libgo maintainer.
5185
5186 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5187
5188         PR libffi/46792
5189         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5190         * configure: Regenerate.
5191
5192 2010-12-02  Ian Lance Taylor  <iant@google.com>
5193
5194         * configure.ac: Always set default for poststage1_ldflags to
5195         -static-libstdc++ -static-libgcc.
5196
5197 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5198
5199         * configure.ac: Move comment to remove extra space in last argument
5200         of GCC_TARGET_TOOL.
5201
5202 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5203
5204         PR other/46026
5205         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5206         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5207         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5208         (BASE_FLAGS_TO_PASS): Use it.
5209         * configure: Rebuilt.
5210         * Makefile.in: Rebuilt.
5211
5212 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5213
5214         PR binutils/12258
5215         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5216         Properly check default linker.
5217         * configure: Regnerated.
5218
5219 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5220
5221         * configure.ac: For --enable-gold, handle value `default' instead of
5222         `both*'.  New configure option --{en,dis}able-ld.
5223         * configure: Regenerate.
5224
5225 2010-11-20  Ian Lance Taylor  <iant@google.com>
5226
5227         * configure.ac: Only disable a language library if no language needs
5228         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5229         * configure: Rebuild.
5230
5231 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5232
5233         * Makefile.in: Regenerate.
5234
5235         PR other/46202
5236         * configure.ac: Fix just-built in-tree STRIP name to be
5237         binutils/strip-new.
5238         * configure: Regenerate.
5239         * Makefile.def (install-strip-gcc, install-strip-binutils)
5240         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5241         (install-strip-sid): Mirror dependencies on non-strip variants
5242         of these targets on the respective -strip prerequisites.
5243         * Makefile.tpl (install-strip, install-strip-host)
5244         (install-strip-target): New targets.
5245         (install-strip-[+module+], install-strip-target-[+module+]):
5246         New targets.
5247         * Makefile.in: Regenerate.
5248
5249 2010-11-19  Ian Lance Taylor  <iant@google.com>
5250             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5251
5252         * configure.ac: Add target-libgo to target_libraries.  Set
5253         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5254         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5255         (HOST_EXPORTS): Add GOC.
5256         (BASE_TARGET_EXPORTS): Add GOC.
5257         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5258         (GOCFLAGS_FOR_TARGET): New variable.
5259         (EXTRA_HOST_FLAGS): Add GOC.
5260         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5261         * Makefile.def (target_modules): Add libgo.
5262         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5263         (dependencies): Add dependency from configure-target-libgo to
5264         configure-target-libffi and all-target-libstdc++-v3.  Add
5265         dependencies from all-target-libgo to all-target-libffi.
5266         (languages): Add go.
5267         * configure: Rebuild.
5268         * Makefile.in: Rebuild.
5269
5270 2010-11-19  Ian Lance Taylor  <iant@google.com>
5271
5272         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5273         compiler/flag environment variables.
5274
5275 2010-11-18  Ian Lance Taylor  <iant@google.com>
5276
5277         * configure.ac: Check for lang_requires_boot_languages in
5278         config-lang.in files.
5279         * configure: Rebuild.
5280
5281 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5282             Tobias Burnus  <burnus@net-b.de>
5283
5284         PR fortran/32049
5285         * Makefile.def: Add libquadmath; build it with language=fortran.
5286         * configure.ac: Add libquadmath.
5287         * Makefile.tpl: Handle multiple libs in check-[+language+].
5288         * Makefile.in: Regenerate.
5289         * configure: Regenerate.
5290
5291 2010-11-16  Tom Tromey  <tromey@redhat.com>
5292
5293         * MAINTAINERS: Moved myself to reviewers section.
5294
5295 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5296
5297         * MAINTAINERS: Moved myself to reviewers section.
5298
5299 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5300
5301         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5302         (Write After Approval): Remove self.
5303
5304 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5305
5306         * configure.ac: Fix spelling in option names.
5307         * configure: Regenerated.
5308
5309 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5310
5311         PR bootstrap/39622
5312         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5313         * configure: Regenerated.
5314
5315 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5316
5317         * MAINTAINERS: Update my email address.
5318
5319 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5320
5321         * configure: Regenerate.
5322
5323 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5324
5325         * configure: Regenerate.
5326
5327 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5328
5329         * configure: Regenerate.
5330
5331 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5332
5333         * configure: Regenerate.
5334
5335 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5336
5337         * configure.ac: Support official CLooG.org versions.
5338         * configure: Regenerate.
5339         * config/cloog.m4: New.
5340
5341 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5342
5343         * MAINTAINERS (Write After Approval): Add myself.
5344
5345 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5346
5347         * MAINTAINERS: Update my email address.
5348
5349 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5350
5351         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5352         * configure: Regenerate.
5353
5354 2010-11-03  Ian Lance Taylor  <iant@google.com>
5355             Dave Korn  <dave.korn.cygwin@gmail.com>
5356
5357         PR lto/46273
5358         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5359         and on other supported platforms whenever LTO is enabled.
5360         * configure: Rebuild.
5361
5362 2010-11-02  Alan Modra  <amodra@gmail.com>
5363
5364         PR binutils/12110
5365         * configure.ac: Error when source path contains spaces.
5366         * configure: Regenerate.
5367
5368 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5369
5370         * MAINTAINERS: Update my email address.
5371
5372 2010-10-20  Ian Lance Taylor  <iant@google.com>
5373
5374         * Makefile.def (target_modules): Set lib_path to src/.libs for
5375         libstdc++-v3 module.
5376         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5377         * Makefile.in: Rebuild.
5378
5379 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5380
5381         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5382         (Write After Approval): Remove myself.
5383
5384 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5385
5386         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5387
5388 2010-10-14  Douglas Rupp  <rupp@gnat.com>
5389
5390         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5391
5392 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5393
5394         * configure.ac (build_lto_plugin): New shell variable.
5395         (--enable-lto): Turn on by default for all non-ELF platforms that
5396         have had LTO support added so far.  Set build_lto_plugin appropriately
5397         for both ELF and non-ELF.
5398         (configdirs): Add lto-plugin or not based on build_lto_plugin.
5399         * configure: Regenerate.
5400
5401 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5402
5403         Sync from src:
5404         * configure.ac (v850 support): Remove target-libgloss from
5405         noconfigdirs.
5406         * configure: Regenerate.
5407
5408 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5409
5410         PR bootstrap/45326
5411         PR bootstrap/45174
5412         * configure.ac: Honor initial values of $build_configargs,
5413         $host_configargs, $target_configargs.  Mark the precious, so
5414         environment settings get recorded.
5415         * configure: Regenerate.
5416
5417 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5418
5419         PR bootstrap/45796
5420         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5421         Depend on all-build-libiberty.
5422         * Makefile.in: Regenerate.
5423
5424 2010-09-30  Michael Eager  <eager@eagercon.com>
5425
5426         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5427         * configure: Regenerate.
5428
5429 2010-09-28  Michael Eager  <eager@eagercon.com>
5430
5431         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5432
5433 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5434
5435         PR bootstrap/44621
5436         * configure.ac: Fix unportable shell quoting.
5437         * configure: Regenerate.
5438
5439 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5440
5441         * configure.ac (enable-lto): Add Darwin to the list of supported lto
5442         targets and amend comment.
5443         * configure: Regenerate.
5444
5445 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5446
5447         * MAINTAINERS (Write After Approval): Add myself.
5448
5449 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5450
5451         * configure.ac: Enable LTO by default on Darwin.
5452         * configure: Regenerate.
5453
5454 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5455
5456         * MAINTAINERS (Write After Approval): Add myself.
5457
5458 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5459
5460         * MAINTAINERS (Write After Approval): Add myself.
5461
5462 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5463
5464         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5465         ports
5466
5467 2010-07-28  David Yuste  <david.yuste@gmail.com>
5468
5469         * MAINTAINERS (Write After Approval): Add myself.
5470
5471 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5472
5473         * configure.ac: Support all v850 targets.
5474         * configure: Regenerate.
5475
5476 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5477
5478         PR bootstrap/44455
5479         * configure.ac (extra_mpfr_configure_flags): Copy from
5480         extra_mpc_gmp_configure_flags.
5481         * configure: Re-generated.
5482
5483 2010-07-22  Andi Kleen  <ak@linux.intel.com>
5484
5485         * MAINTAINERS (Write After Approval): Add myself.
5486
5487 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5488
5489         * MAINTAINERS (Write After Approval): Add myself.
5490
5491 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5492
5493         * MAINTAINERS (Write After Approval): Add myself.
5494
5495 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5496
5497         PR target/44862
5498         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5499         Provide -B option to allow for link spec %s substitutions for
5500         libstdc++.a on darwin.
5501         * Makefile.in: Regenerate.
5502
5503 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
5504
5505         * MAINTAINERS (Reviewers): Update my e-mail address
5506
5507 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
5508
5509         * Makefile.def (configure-gcc): Depend on all-libelf.
5510         * Makefile.in: Rebuild.
5511
5512 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
5513
5514         * MAINTAINERS (Write After Approval): Add myself in the right place.
5515
5516 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
5517
5518         * MAINTAINERS (Write After Approval): Add myself.
5519
5520 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
5521
5522         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5523
5524 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
5525
5526         * config.sub: Update to version 2010-05-21.
5527         * config.guess: Update to version 2010-04-03.
5528
5529 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
5530
5531         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5532         * configure: Regenerate.
5533
5534 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
5535
5536         * MAINTAINERS (Write After Approval): Add myself.
5537
5538 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
5539
5540         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5541         a platform that supports LTO.
5542         * configure: Regenerate.
5543
5544 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
5545
5546         * configure.ac: Allow all the versions greater than 0.10 of PPL.
5547         * configure: Regenerated.
5548
5549 2010-04-27  Roland McGrath  <roland@redhat.com>
5550             H.J. Lu  <hongjiu.lu@intel.com>
5551
5552         * configure.ac (--enable-gold): Support both, both/gold and
5553         both/bfd to add gold to configdirs without removing ld.
5554         * configure: Regenerated.
5555
5556         * Makefile.def: Add install-gold dependency to install-ld.
5557         * Makefile.in: Regenerated.
5558
5559 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
5560
5561         PR lto/42776
5562         * configure.ac (--enable-lto): Refactor handling so libelf tests
5563         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5564         and allow LTO to be explicitly enabled on non-ELF platforms that
5565         are known to support it inside else-clause.
5566         * configure: Regenerate.
5567
5568 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5569
5570         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5571         * configure: Regenerate.
5572
5573 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
5574
5575         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5576         * configure: Regenerate.
5577
5578 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5579
5580         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5581         separately.
5582         * configure: Regenerate.
5583
5584 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
5585
5586         * MAINTAINERS (Write After Approval): Add myself.
5587
5588 2010-04-14  Tristan Gingold  <gingold@adacore.com>
5589
5590         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5591         * configure: Regenerate.
5592
5593 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
5594
5595         * configure: Regenerate after change to elf.m4.
5596
5597 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
5598
5599         * MAINTAINERS (Write After Approval): Add myself.
5600
5601 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5602
5603         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5604         * configure: Regenerated.
5605
5606 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5607
5608         * configure.ac: Print "buggy but acceptable" when CLooG
5609         revision is less than 9.
5610         * configure: Regenerated.
5611
5612 2010-04-01  Diego Novillo  <dnovillo@google.com>
5613
5614         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5615
5616 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5617
5618         PR bootstrap/43615
5619         PR bootstrap/43328
5620
5621         Revert:
5622
5623         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5624
5625         * configure.ac: Do not pass --enable-multilib nor
5626         --disable-multilib in baseargs.  Accept explicitly passed
5627         --enable_multilib.
5628         * configure: Regenerate.
5629
5630 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5631
5632         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5633
5634 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
5635
5636         * MAINTAINERS: Remove myself.
5637
5638 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5639
5640         PR bootstrap/43328
5641         * configure.ac: Do not pass --enable-multilib nor
5642         --disable-multilib in baseargs.  Accept explicitly passed
5643         --enable_multilib.
5644         * configure: Regenerate.
5645
5646 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
5647
5648         * MAINTAINERS (spu port): Remove me.
5649
5650 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5651
5652         * configure.ac (tic6x-*-*): New case.
5653         * configure: Regenerate.
5654
5655 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5656
5657         * config.sub: Update to version 2010-03-22.
5658         * config.guess: Update to version 2009-12-30.
5659
5660 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5661
5662         PR ada/42554
5663         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5664         * configure: Regenerate.
5665
5666 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5667
5668         * MAINTAINERS: Update my email address.
5669
5670 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5671
5672         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5673         (ghassan.shobaki@amd.com): Removed.
5674
5675 2010-03-17  Alan Modra  <amodra@gmail.com>
5676
5677         * MAINTAINERS: Update my email address.
5678
5679 2010-03-16  Diego Novillo  <dnovillo@google.com>
5680
5681         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5682         Matthews.
5683
5684 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5685
5686         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5687         Gutson, Jeffrey D. Oldham and Mark Shinwell.
5688
5689 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5690
5691         * MAINTAINERS: Update my email address.
5692
5693 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5694
5695         * MAINTAINERS: Update my email address.
5696
5697 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5698
5699         * MAINTAINERS: Update my email address.
5700
5701 2010-03-09  Jie Zhang  <jie@codesourcery.com>
5702
5703         * MAINTAINERS: Update my email address.
5704
5705 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5706
5707         PR libstdc++/32499
5708         * configure.ac (RANLIB): Default to true.
5709         (STRIP): Likewise.
5710         (RANLIB_FOR_TARGET): Remove superfluous : argument.
5711         * configure: Regenerate.
5712
5713 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5714
5715         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5716         (Write After Approval): Update my email address.
5717
5718 2010-02-17  Nick Clifton  <nickc@redhat.com>
5719
5720         PR 11238
5721         * Makefile.tpl (local-distclean): Also remove config.cache files in
5722         sub-directories as there may not be Makefiles present in the
5723         sub-directories.
5724         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5725         the config.cache files found by the find command.
5726
5727         * Makefile.in: Regenerate.
5728         * configure.ac: Revert previous delta.
5729         * configure: Regenerate.
5730
5731 2010-02-15  Nick Clifton  <nickc@redhat.com>
5732
5733         PR 11238
5734         * configure.ac: Delete config.cache files in sub-directories when
5735         deleting Makefiles.
5736         * configure: Regenerate.
5737
5738 2010-02-12  Ben Elliston  <bje@gnu.org>
5739
5740         * MAINTAINERS: Update my email address.
5741
5742 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
5743
5744         * MAINTAINERS (spu port): Update my email address.
5745
5746 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
5747
5748         * MAINTAINERS: Add myself as a maintainer for the bfin port.
5749
5750 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5751
5752         * configure.ac: Add "recommended" version checks for GMP/MPC.
5753         Update recommended GMP/MPFR/MPC versions.
5754         * configure: Regenerate.
5755
5756 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5757
5758         * MAINTAINERS: Move my Embecosm email address into the
5759         write-after-approval section.
5760
5761 2010-01-26  Ian Lance Taylor  <iant@google.com>
5762
5763         * MAINTAINERS: Add myself as Go frontend maintainer.
5764
5765 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5766
5767         PR libstdc++/36101, PR libstdc++/42813
5768         * configure.ac (bootstrap_target_libs): Make inclusion of
5769         target-libgomp conditional on libgomb being in target_configdirs.
5770         * configure: Regenerate.
5771
5772 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5773
5774         PR libstdc++/36101, PR libstdc++/42813
5775         * configure.ac (bootstrap_target_libs): Include target-libgomp.
5776         * configure: Regenerate.
5777
5778 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5779
5780         PR libstdc++/36101, PR libstdc++/42813
5781         * configure.ac (target_configdirs): Substitute.
5782         * Makefile.def: Bootstrap target module libgomp.
5783         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5784         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5785         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5786         * configure, Makefile.in: Regenerate.
5787
5788 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5789
5790         * MAINTAINERS: Adjust my details.
5791
5792 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5793
5794         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5795
5796 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5797
5798         * MAINTAINERS: reindented my entry with tabs instead of spaces.
5799
5800 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5801
5802         * MAINTAINERS (Write After Approval): Add myself.
5803
5804 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5805
5806         * MAINTAINERS (Write After Approval): Add myself.
5807
5808 2010-01-11  Richard Guenther  <rguenther@suse.de>
5809
5810         PR lto/41569
5811         * Makefile.def (all-lto-plugin): Depend on all-gcc.
5812         * Makefile.in: Regenerated.
5813
5814 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5815
5816         * configure.ac: Enable libjava build on x86_64-*freebsd*.
5817         * configure: Regenerate.
5818
5819 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5820             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5821
5822         PR bootstrap/42424
5823         * configure.ac: Include libtool m4 files.
5824         (_LT_CHECK_OBJDIR): Call it.
5825         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5826         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5827
5828         * configure: Regenerate.
5829
5830 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5831
5832         PR bootstrap/41818
5833         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5834         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5835         * Makefile.in: Regenerate.
5836
5837 2010-01-02  Richard Guenther  <rguenther@suse.de>
5838
5839         PR lto/41529
5840         * configure.ac: Include config/elf.m4.  Disable LTO if not
5841         builting for an elf target.
5842         * configure: Regenerate.
5843
5844 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5845
5846         * MAINTAINERS: Change my email address.
5847
5848 2009-12-18  Ben Elliston  <bje@au.ibm.com>
5849
5850         * config.sub, config.guess: Update from upstream sources.
5851
5852 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5853
5854         * MAINTAINERS (Write After Approval): Add myself.
5855
5856 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5857
5858         PR middle-end/30447
5859         PR middle-end/30789
5860         PR other/40302
5861
5862         * configure.ac: Require MPC.
5863         * configure: Regenerate.
5864
5865 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5866
5867         PR target/38384
5868         PR bootstrap/40972
5869         * libtool.m4: Sync from git Libtool.
5870         * ltoptions.m4: Likewise.
5871         * ltversion.m4: Likewise.
5872         * lt~obsolete.m4: Likewise.
5873         * ltmain.sh: Likewise.
5874
5875 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5876
5877         * configure.ac: Update minimum MPC version to 0.8.
5878         * configure: Regenerate.
5879
5880 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
5881
5882         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5883         * configure: Regenerated.
5884
5885 2009-11-21  Ian Lance Taylor  <iant@google.com>
5886
5887         * configure.ac: Change default of poststage1_ldflags to be empty if
5888         poststage1_libs is set.  When poststage1_libs is empty, and
5889         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5890         * configure: Rebuild.
5891
5892 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
5893
5894         * MAINTAINERS (Write After Approval): Update my email address.
5895
5896 2009-11-20  Ben Elliston  <bje@au.ibm.com>
5897
5898         * config.guess: Update from upstream sources.
5899
5900 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5901
5902         * Makefile.def: Restore host and target settings for gmp.
5903         * Makefile.in: Rebuild.
5904
5905 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5906
5907         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
5908         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5909         Fix portability of test of C++ as bootstrap language.  Add
5910         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5911         * configure: Rebuild.
5912         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5913         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5914         in-tree building.
5915         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5916         (POSTSTAGE1_HOST_EXPORTS): Use it.
5917         (STAGE[+id+]_CXXFLAGS): New.
5918         (BASE_FLAGS_TO_PASS): Pass it down.
5919         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5920         extra_exports.
5921         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5922         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5923         extra_exports.
5924         * Makefile.in: Rebuild.
5925
5926 2009-11-17  Ben Elliston  <bje@au.ibm.com>
5927
5928         * config.sub, config.guess: Update from upstream sources.
5929
5930 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5931
5932         * MAINTAINERS (Write After Approval): Add myself.
5933
5934 2009-11-09  Jon Beniston  <jon@beniston.com>
5935
5936         * MAINTAINERS (Write After Approval): Add myself.
5937
5938 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5939
5940         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5941         paths for *-w64-mingw* and x86_64-*mingw*.
5942         * configure: Regenerated.
5943
5944 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5945
5946         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5947
5948 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5949
5950         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5951         Phil Edwards to Write-After Approval.
5952
5953 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5954
5955         * configure.ac: Disable target-winsup & co for
5956         x86_64-*-mingw* and *-w64-mingw* targets.
5957         * configure: Regenerated.
5958
5959 2009-10-16  Nick Clifton  <nickc@redhat.com>
5960
5961         * MAINTAINERS: Add myself as a maintainer for the RX port.
5962
5963 2009-10-26  Johannes Singler  <singler@kit.edu>
5964
5965         * MAINTAINERS (Write After Approval): Update my e-mail address.
5966
5967 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5968
5969         * configure.ac (CLooG test): Use = with test.
5970         * configure: Regenerate.
5971
5972 2009-10-22  Richard Guenther  <rguenther@suse.de>
5973
5974         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
5975         cloog if the ppl version check failed.  Move flags saving
5976         before setting in libelf check.
5977         * configure: Regenerate.
5978
5979 2009-10-21  Richard Guenther  <rguenther@suse.de>
5980
5981         * configure.ac: Adjust the ppl and cloog configure to work as
5982         documented.  Disable cloog if ppl was disabled.  Omit the version
5983         checks if they were disabled.
5984         * configure: Re-generate.
5985
5986 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5987
5988         * configure.ac: Add 'lto' to enable_languages, not
5989         new_enable_languages, and only if not already present.
5990         * configure: Regenerate.
5991
5992 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
5993
5994         * README: Refer to the various COPYING* files instead of just
5995         COPYING.
5996         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5997
5998 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
5999
6000         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6001
6002 2009-10-07  Richard Guenther  <rguenther@suse.de>
6003
6004         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6005         and Richard Guenther as reviewers.
6006         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6007         as reviewers.
6008
6009 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6010
6011         * config.sub: Update from upstream sources.
6012
6013 2009-10-06  Ian Lance Taylor  <iant@google.com>
6014
6015         * Makefile.def: check-gold depends upon all-gas.
6016         * Makefile.in: Rebuild.
6017
6018 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6019
6020         * MAINTAINERS (Write After Approval): Add myself.
6021
6022 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6023
6024         * Makefile.def: all-lto-plugin depends on all-libiberty.
6025         set bootstrap=true for lto-plugin.
6026         Add lto-plugin.
6027         * Makefile.in: Regenerate.
6028         * configure.ac (host_libs): Add lto-plugin.
6029         * configure: Regenerate.
6030
6031 2009-10-03  Diego Novillo  <dnovillo@google.com>
6032
6033         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6034         (HOST_LIBELFLIBS): Define.
6035         (HOST_LIBELFINC): Define.
6036         * Makefile.in: Regenerate.
6037         * configure.ac: Add --enable-lto.
6038         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6039         If --enable-lto is used, add 'lto' to new_enable_languages.
6040         If --enable-lto is used and gold is enabled, add
6041         lto-plugin to configdirs.
6042         * configure: Regenerate.
6043
6044 2009-10-03  Simon Baldwin  <simonb@google.com>
6045
6046         * configure.ac: If --with-system-zlib, suppress local zlib and
6047         pass --with-system-zlib to subdir configure scripts.
6048         * configure: Regenerate.
6049
6050 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6051             Paolo Bonzini  <bonzini@gnu.org>
6052
6053         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6054         $(srcdir).
6055         * Makefile.in: Rebuilt.
6056
6057 2009-09-26  Gary Funck  <gary@intrepid.com>
6058
6059         * MAINTAINERS (Write After Approval): Add myself.
6060
6061 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6062
6063         * configure.ac: Update minimum MPC version to 0.7.
6064         * configure: Regenerate.
6065
6066 2009-09-25  Nick Clifton  <nickc@redhat.com>
6067
6068         * configure.ac: Pass any --cache-file=/dev/null option on to
6069         subconfigures.
6070         * configure: Regenerate.
6071
6072 2009-09-23  Nick Clifton  <nickc@redhat.com>
6073
6074         * config.sub, config.guess: Update from upstream sources.
6075
6076 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6077
6078         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6079         * Makefile.in: Rebuilt.
6080
6081 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6082
6083         PR bootstrap/32272
6084         * configure.ac: Error out if $srcdir isn't '.' but contains
6085         host-${host_noncanonical}.
6086         * configure: Regenerate.
6087
6088 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6089
6090         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6091         maintainer.
6092
6093 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6094
6095         * configure.ac: If bootstrapping a combined tree with
6096         --enable-gold, require c++ in stage1_languages.
6097         * configure: Regenerate.
6098
6099         * configure.ac: Also add target_libs of stage1_languages to
6100         bootstrap_target_libs.
6101         * configure: Regenerate.
6102
6103         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6104         with --enable-languages not containing c++.
6105         * configure: Regenerate.
6106
6107 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6108
6109         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6110         * configure: Regenerate.
6111
6112 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6113
6114         * MAINTAINERS (Write After Approval): Update my e-mail address,
6115         and move from from here...
6116         (Waiting for paperwork): To here.
6117
6118 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6119
6120         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6121
6122 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6123
6124         * configure.ac: Do not use $extrasub for replacing @if/@endif
6125         parts in Makefile; instead, use additional arguments to
6126         AC_CONFIG_COMMANDS to do the replacement manually, with several
6127         sed invocations, to avoid HP-UX sed command limits.
6128         * configure: Regenerate.
6129
6130 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6131
6132         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6133         blank before -L.
6134
6135 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6136
6137         * configure.ac (with-build-config): Document.  Handle without.
6138         Handle missing argument.
6139         * configure: Rebuilt.
6140
6141 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6142
6143         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6144         Default to bootstrap-debug only if compare-debug works.
6145         * configure: Rebuilt.
6146         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6147         * Makefile.in: Rebuilt.
6148
6149 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6150
6151         * MAINTAINERS (OS Port Maintainers): Update my email address.
6152
6153 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6154
6155         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6156         * Makefile.in: Rebuilt.
6157
6158 2009-09-01  Chris Demetriou  <cgd@google.com>
6159
6160         * MAINTAINERS (Write After Approval): Add myself.
6161
6162 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6163
6164         PR debug/30161
6165         * include/dwarf2.h (enum dwarf_tag): Added
6166         DW_TAG_GNU_template_template_param
6167         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6168
6169 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6170
6171         * Makefile.tpl (AWK): Fix typo.
6172         * Makefile.in: Regenerate.
6173
6174 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6175
6176         * configure.ac: Detect awk and sed.
6177         * Makefile.def (flags_to_pass): Add AWK and SED.
6178         * Makefile.tpl (AWK, SED): New.
6179         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6180         * configure: Regenerate.
6181         * Makefile.in: Regenerate.
6182
6183 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6184
6185         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6186         (collapseslashes): Likewise.
6187
6188 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6189
6190         * configure.ac (AC_PREREQ): Bump to 2.64.
6191
6192 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6193
6194         * configure.ac: Remove --with-datarootdir, --with-docdir,
6195         --with-pdfdir, --with-htmldir switches.
6196         * configure: Regenerate.
6197
6198         * configure: Regenerate.
6199
6200         * compile: Sync from Automake 1.11.
6201         * depcomp: Likewise.
6202         * install-sh: Likewise.
6203         * missing: Likewise.
6204         * mkinstalldirs: Likewise.
6205         * ylwrap: Likewise.
6206
6207 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6208
6209         * ltmain.sh (func_normal_abspath): New function.
6210         (func_relative_path): Likewise.
6211         (func_mode_help): Document new -bindir option for link mode.
6212         (func_mode_link): Add new -bindir option, and use it to place
6213         output DLL if specified.
6214
6215 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6216
6217         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6218         (baseargs): Add --disable-option-checking.
6219         * configure: Regenerate.
6220
6221         * Makefile.def (configure-target-libiberty): Depend on
6222         all-binutils and all-ld.
6223         (configure-target-newlib): Likewise.
6224         * Makefile.in: Regenerate.
6225
6226 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6227
6228         * config.sub, config.guess: Update from upstream sources.
6229
6230 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6231
6232         Sync from src, merge:
6233
6234         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6235
6236         * configure.ac: Do not exclude gas for i386-*-darwin.
6237         Add a case for x86_64-*-darwin.
6238         * configure: Regenerate.
6239
6240 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6241
6242         * MAINTAINERS: Add my name to Write After Approval list.
6243
6244 2009-08-06  Michael Eager  <eager@eagercon.com>
6245
6246         * configure.ac: Add Microblaze target.
6247         * configure: Regenerate.
6248
6249 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6250
6251         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6252         * configure: Regenerate.
6253
6254 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6255
6256         * MAINTAINERS (Write After Approval): Update my e-mail address.
6257
6258 2009-07-06  Ian Lance Taylor  <iant@google.com>
6259
6260         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6261         * configure: Rebuild.
6262
6263 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6264
6265         * MAINTAINERS: Move myself to the Graphite Reviewers.
6266
6267 2009-06-30  Wei Guozhi  <carrot@google.com>
6268
6269         * MAINTAINERS: Add my name to Write After Approval list.
6270
6271 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6272
6273         PR bootstrap/40338
6274         * configure.ac (comparestring): Create new variable.
6275         * Makefile.tpl (comparestring): Use to skip some comparisions.
6276         * configure: Regenerate.
6277         * Makefile.in: Regenerate.
6278
6279 2009-06-26  Doug Evans  <dje@sebabeach.org>
6280
6281         * Makefile.def (host_modules): Add cgen.
6282         * Makefile.in: Regenerate.
6283         * configure.ac (host_tools): Add cgen.
6284         * configure: Regenerate.
6285
6286 2009-06-23  DJ Delorie  <dj@redhat.com>
6287
6288         * MAINTAINERS: Add myself as mep maintainer.
6289
6290 2009-06-23  Ian Lance Taylor  <iant@google.com>
6291
6292         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6293         boot_languages.  Only bootstrap target libraries listed in
6294         target_libs for some boot language.  Add --with-stage1-ldflags,
6295         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6296         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6297         if not building with C++.
6298         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6299         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6300         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6301         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6302         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6303         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6304         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6305         * configure, Makefile.in: Rebuild.
6306
6307 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6308
6309         * MAINTAINERS: Added my name to write-after-approval list.
6310
6311 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6312
6313         * configure.ac: Define is_elf for QNX Neutrino targets.
6314         * configure: Regenerate.
6315
6316 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6317
6318         * MAINTAINERS: Added my name to the write-after-approval list
6319
6320 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6321
6322         * configure.ac: Detect MPC in default directory.
6323         * configure: Regenerate.
6324
6325 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6326             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6327
6328         * Makefile.tpl (all): Avoid a trailing backslash.
6329         * Makefile.in: Regenerate.
6330
6331 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6332
6333         * config.sub, config.guess: Update from upstream sources.
6334
6335 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6336
6337         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6338         to noconfdirs.
6339         * configure: Regenerate.
6340
6341 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6342
6343         * Makefile.tpl ([+compare-target+]): Compare all stage
6344         directories, rather than just gcc.
6345         * Makefile.in: Rebuilt.
6346
6347 2009-06-01  Doug Kwan  <dougkwan@google.com>
6348
6349         * configure.ac: Support gold for target arm*-*-*.
6350         * configure: Regenerate.
6351
6352 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6353
6354         * Makefile.def: Add MPC support and dependencies.
6355         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6356
6357         * Makefile.in, configure: Regenerate.
6358
6359 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6360
6361         * Makefile.tpl (all): Avoid harmless warning in make all when
6362         gcc-bootstrap is enabled but stage_last does not exist.
6363         * Makefile.in: Rebuilt.
6364
6365 2009-05-24  Nicolas Roche  <roche@adacore.com>
6366
6367         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6368         * Makefile.in: Regenerate.
6369
6370 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6371
6372         * MAINTAINERS: Update my e-mail address.
6373
6374 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6375
6376         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6377         * configure:  Regenerate.
6378
6379 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6380
6381         PR other/40159
6382         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6383         gcc-no-bootstrap are mutually exclusive.
6384         * Makefile.in: Rebuilt.
6385
6386 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6387
6388         PR other/40159
6389         * Makefile.tpl (all): Don't end with unconditional success.
6390         * Makefile.in: Rebuilt.
6391
6392 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6393
6394         PR target/37137
6395         * Makefile.def (flags_to_pass): Remove redundant and incomplete
6396         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6397         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6398         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6399         stage_configureflags, stage_cflags and stage_libcflags into
6400         explicit Makefile macros.
6401         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6402         GFORTRAN.
6403         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6404         CC.  Set CC_FOR_BUILD from CC.
6405         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6406         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6407         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6408         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6409         and GFORTRAN.
6410         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6411         (_LIBCFLAGS): Renamed to _TFLAGS.
6412         (do-compare-debug, do-compare3-debug): Drop.
6413         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6414         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6415         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6416         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6417         (XGCC_FLAGS_FOR_TARGET): New.
6418         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6419         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6420         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6421         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6422         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6423         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6424         TFLAGS.
6425         (BUILD_CONFIG): Include if requested.
6426         (all): Set TFLAGS on bootstrap.
6427         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6428         (all-stageid-prefixmodule): Likewise.
6429         (do-clean, distclean-stageid): Set TFLAGS.
6430         (restrap): Fix whitespace.
6431         * Makefile.in: Rebuilt.
6432
6433 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6434
6435         * config.guess: Sync with src.
6436
6437 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6438
6439         * configure.ac ($with_ppl):  Default to no if not supplied.
6440         ($with_cloog):  Likewise.
6441         configure:  Regenerate.
6442
6443 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
6444
6445         * MAINTAINERS: Update my e-mail address.
6446
6447 2009-04-27  Nick Clifton  <nickc@redhat.com>
6448
6449         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6450
6451 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6452
6453         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6454         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6455         * Makefile.in: Regenerate.
6456
6457 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6458
6459         PR bootstrap/39739
6460         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6461         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6462
6463         * configure, Makefile.in: Regenerate.
6464
6465 2009-04-21  Taras Glek  <tglek@mozilla.com>
6466
6467         * include/hashtab.h: Update GTY annotations to new syntax
6468         * include/splay-tree.h: Likewise
6469
6470 2009-04-17  Ben Elliston  <bje@au.ibm.com>
6471
6472         * config.sub, config.guess: Update from upstream sources.
6473
6474 2009-04-15  Anthony Green  <green@moxielogic.com>
6475
6476         * configure.ac: Add moxie support.
6477         * configure: Rebuilt.
6478
6479 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
6480
6481         * configure.ac: Change copyright header to refer to version
6482         3 of the GNU General Public License and to point readers at the
6483         COPYING3 file and the FSF's license web page.
6484         * Makefile.def: Likewise.
6485         * Makefile.tpl: Likewise.
6486         * Makefile.in: Regenerate.
6487
6488 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6489
6490         * configure.ac: Restore match for darwin9 or later. Use double
6491         brackets since regeneration eats one pair.
6492         * configure: Regenerate.
6493
6494 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6495
6496         PR gas/10039
6497         * configure.ac: Require texinfo 4.7.
6498         * configure: Regenerated.
6499
6500 2009-04-09  Nick Clifton  <nickc@redhat.com>
6501
6502         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6503         the GCC Runtime Library Exception.
6504
6505 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6506
6507         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6508         * configure: Regenerate.
6509
6510 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
6511
6512         * Makefil.def (languages): New entries.
6513         * Makefile.tpl (check-gcc-*): New generic target.
6514         * Makefile.in: Regenerate.
6515
6516 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
6517
6518         * MAINTAINERS:  Update my email address.
6519
6520 2009-03-18  Tom Tromey  <tromey@redhat.com>
6521
6522         * configure: Rebuild.
6523         * configure.ac (host_libs): Add libiconv.
6524         * Makefile.in: Rebuild.
6525         * Makefile.def (host_modules): Add libiconv.
6526         (configure-gdb, all-gdb): Depend on libiconv.
6527
6528 2009-03-16  Tristan Gingold  <gingold@adacore.com>
6529
6530         * configure.ac: Treat gdb as supported on x86_64-darwin.
6531         * configure: Regenerate.
6532
6533 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
6534
6535         * configure.ac (--with-host-libstdcxx): New option.
6536         * configure: Regenerate.
6537
6538 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
6539
6540         * MAINTAINERS:  Move myself into the write after approval list.
6541
6542 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
6543
6544         * MAINTAINERS: Update e-mail address.
6545
6546 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
6547
6548         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6549
6550 2009-03-10  Ira Rosen  <irar@il.ibm.com>
6551
6552         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6553
6554 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6555
6556         Backport from git Libtool:
6557
6558         2009-01-19  Robert Millan  <rmh@aybabtu.com>
6559         Support GNU/kOpenSolaris.
6560         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6561         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6562         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6563         GNU/kOpenSolaris.
6564
6565 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6566
6567         * MAINTAINERS: Update e-mail address.
6568
6569 2009-02-24  Michael Eager  <eager@eagercon.com>
6570
6571         * MAINTAINERS (Write After Approval): Add self.
6572
6573 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
6574
6575         * MAINTAINERS (Write After Approval): Add myself.
6576
6577 2009-02-05  Andreas Schwab  <schwab@suse.de>
6578
6579         * Makefile.tpl (stage_last): Define $r and $s before using
6580         $(RECURSE_FLAGS_TO_PASS).
6581         * Makefile.in: Regenerate
6582
6583 2009-01-30  Ian Lance Taylor  <iant@google.com>
6584
6585         * MAINTAINERS: Move myself to the Global Reviewers list.
6586
6587 2009-01-29  Robert Millan  <rmh@aybabtu.com>
6588
6589         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6590         * configure: Regenerate.
6591
6592 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
6593
6594         * MAINTAINERS: Make whitespace consistent.
6595         Remove Robert Millan from Write After Approval.
6596
6597 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
6598
6599         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6600         (all-opcodes): Depend on all-libiberty.
6601         * Makefile.in: Regenerate.
6602
6603 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
6604
6605         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6606         * configure: Regenerate.
6607
6608 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
6609
6610         * MAINTAINERS (Write After Approval): Add myself.
6611
6612 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
6613
6614         * MAINTAINERS: Add myself to reviewers (Fortran).
6615
6616 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6617
6618         PR tree-optimization/38515
6619         * configure.ac (cloog-polylib): Removed.
6620         (with_ppl, with_cloog): Test for "no".
6621         * configure: Regenerated.
6622
6623 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
6624
6625         * MAINTAINERS: Moved myself to reviewers (Fortran).
6626
6627 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
6628
6629         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6630         (Write After Approval): Remove myself.
6631
6632 2009-01-03  Diego Novillo  <dnovillo@google.com>
6633
6634         * MAINTAINERS: Remove myself from alias maintainership.
6635
6636 2009-01-02  David Ayers  <ayers@fsfe.org>
6637
6638         * MAINTAINERS: Update e-mail address.
6639
6640 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
6641
6642         * MAINTAINERS: Make whitespace consistent.
6643
6644 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6645
6646         Backport from upstream Libtool:
6647         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6648         Add cache variables to tests that require the linker to work.
6649         For shlibpath_overrides_runpath, this also changes the semantics
6650         to let the result from the C compiler take precedence.
6651
6652 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6653
6654         * config.sub, config.guess: Update from upstream sources.
6655
6656 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6657
6658         * configure.ac (ppllibs): Add by default the lib flags.
6659         * configure: Regenerate.
6660
6661 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6662
6663         * MAINTAINERS:  Add myself to the write after approval list.
6664
6665 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6666
6667         * configure.ac: Add double brackets on darwin[912].
6668         * configure: Regenerate.
6669
6670 2008-12-03  Daniel Kraft  <d@domob.eu>
6671
6672         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
6673         Approval to Reviewer section (for Fortran front-end).
6674
6675 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6676
6677         * configure.ac: Expand to darwin10 and later.
6678         * configure: Regenerate.
6679
6680 2008-12-02  Andreas Schwab  <schwab@suse.de>
6681
6682         * Makefile.def: configure-target-boehm-gc depends on
6683         all-target-libstdc++-v3.
6684         * Makefile.in: Regenerate.
6685
6686 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6687
6688         * MAINTAINERS:  Add myself as mingw maintainer.
6689
6690 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6691
6692         * config.sub, config.guess: Update from upstream sources.
6693
6694 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6695
6696         * README.SCO: Remove.
6697
6698 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
6699
6700         * MAINTAINERS:  Add myself to the write after approval list.
6701
6702 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6703
6704         * MAINTAINERS:  Update my email address in WAA section.
6705
6706 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6707
6708         * MAINTAINERS: Update e-mail address.
6709
6710 2008-11-27  Toon Moene  <toon@moene.org>
6711
6712         * MAINTAINERS: Change e-mail address.
6713
6714 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6715
6716         * configure.ac: Build gdb for i?86-*-darwin*
6717         * configure: Regenerated.
6718
6719 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6720
6721         * MAINTAINERS: Added my full name.
6722
6723 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6724
6725         PR bootstrap/38014
6726         PR bootstrap/37923
6727
6728         Revert:
6729
6730         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6731
6732         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6733         * Makefile.in: Regenerated.
6734
6735         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6736
6737         PR gdb/921
6738         PR gdb/1646
6739         PR gdb/2175
6740         PR gdb/2176
6741
6742         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6743         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6744         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6745         (HOST_EXPORTS): Pass CPPFLAGS.
6746         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6747         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6748         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6749         * Makefile.in, configure: Regenerated.
6750         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6751         and CPPFLAGS_FOR_BUILD.
6752
6753 2008-11-06  Jeff Law  <law@redhat.com>
6754
6755         * MAINTAINERS: Add myself as middle end maintainer.
6756
6757 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6758
6759         * MAINTAINERS (Write after approval): Add myself.
6760
6761 2008-11-05  Diego Novillo  <dnovillo@google.com>
6762
6763         * MAINTAINERS (Global Reviewers): Add myself.
6764         (Non-Algorithmic Maintainers): Remove myself.
6765
6766 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6767
6768         * MAINTAINERS (Write after approval): Add myself.
6769
6770 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6771
6772         * MAINTAINERS (Write after approval): Add myself.
6773
6774 2008-10-31  Ben Elliston  <bje@au.ibm.com>
6775
6776         * configure.ac (spu-*-*): Remove special case.
6777         * configure: Regenerate.
6778
6779 2008-10-30  Catherine Moore  <clm@codesourcery.com>
6780
6781         * MAINTAINERS (Write after approval): Update my email address.
6782
6783 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6784
6785         * configure.ac [spu-*-*]: Do not set skipdirs.
6786         * configure: Re-generate.
6787
6788 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6789
6790         * MAINTAINERS (Various Maintainers): Add myself to reload.
6791
6792 2008-10-25  Richard Guenther  <rguenther@suse.de>
6793
6794         * MAINTAINERS (Various Maintainers): Add myself as middle-end
6795         maintainer.  Remove myself as libgcc-math maintainer.
6796         (Non-Algorithmic Maintainers): Remove myself.
6797
6798 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6799
6800         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6801         * Makefile.in: Regenerated.
6802
6803 2008-10-23  Cary Coutant  <ccoutant@google.com>
6804
6805         * MAINTAINERS (Write after approval): Add myself.
6806
6807 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6808
6809         PR gdb/921
6810         PR gdb/1646
6811         PR gdb/2175
6812         PR gdb/2176
6813
6814         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6815         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6816         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6817         (HOST_EXPORTS): Pass CPPFLAGS.
6818         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6819         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6820         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6821         * Makefile.in, configure: Regenerated.
6822         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6823         and CPPFLAGS_FOR_BUILD.
6824
6825 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6826
6827         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6828         Sebastian Pop.
6829
6830 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
6831
6832         * MAINTAINERS (Write After Approval): Added myself.
6833
6834 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6835
6836         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6837         recommended version to 2.3.2.
6838
6839         * configure: Regenerate.
6840
6841 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
6842
6843         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6844
6845 2008-09-29  David Daney <david.daney@caviumnetworks.com>
6846
6847         * MAINTAINERS (Write After Approval): Update e-mail address.
6848
6849 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6850
6851         * libtool.m4: Update to libtool 2.2.6.
6852         * lt~obsolete.m4: Update to libtool 2.2.6.
6853         * ltmain.sh: Update to libtool 2.2.6.
6854         * ltsugar.m4: Update to libtool 2.2.6.
6855         * ltversion.m4: Update to libtool 2.2.6.
6856         * ltoptions.m4: Update to libtool 2.2.6.
6857         * ltgcc.m4: Update to match changes from libtool 2.2.6.
6858
6859 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6860
6861         * MAINTAINERS (Write After Approval): Add myself.
6862
6863 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6864
6865         * MAINTAINERS (Write After Approval): Update my name.
6866
6867 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6868
6869         * MAINTAINERS: Add myself in "Write After Approval".
6870
6871 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
6872
6873         * MAINTAINERS: Add myself as ia64 maintainer.
6874
6875 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6876
6877         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6878         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6879         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6880         and Michael Tiemann from Write After Approval since they do not
6881         actually have access.
6882
6883 2008-09-05  Richard Guenther  <rguenther@suse.de>
6884
6885         * configure.ac: Initialize clooglibs to -lcloog.
6886         * configure: Re-generate.
6887
6888 2008-09-04  Le-Chun Wu  <lcwu@google.com>
6889
6890         * MAINTAINERS (Write After Approval): Add myself.
6891
6892 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6893
6894         * configure.ac (--with-cloog-polylib): New.
6895         (--disable-cloog-version-check): New.
6896         (--disable-ppl-version-check): New.
6897         * configure: Re-generate.
6898
6899 2008-09-03  Richard Guenther  <rguenther@suse.de>
6900
6901         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6902         cloog test.
6903         * configure: Re-generate.
6904
6905 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6906
6907         Add picoChip port.
6908         * MAINTAINERS: Add picoChip maintainers.
6909
6910 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6911             Tobias Grosser  <grosser@fim.uni-passau.de>
6912             Jan Sjodin  <jan.sjodin@amd.com>
6913             Harsha Jagasia  <harsha.jagasia@amd.com>
6914             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6915             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6916             Adrien Eliche  <aeliche@isty.uvsq.fr>
6917
6918         Merge from graphite branch.
6919         * configure: Regenerate.
6920         * Makefile.in: Regenerate.
6921         * configure.ac (host_libs): Add ppl and cloog.
6922         Add checks for PPL and CLooG.
6923         * Makefile.def (ppl, cloog): Added modules and dependences.
6924         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6925         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6926
6927 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6928
6929         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6930         (GCC_SHLIB_SUBDIR): New.
6931         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6932         * configure: Regenerate.
6933         * Makefile.in: Regenerate.
6934
6935 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6936
6937         * MAINTAINERS: Consistently use tabs to separate columns.
6938
6939 2008-08-29  Tristan Gingold  <gingold@adacore.com>
6940
6941         * MAINTAINERS (Write after Approval): Add myself.
6942
6943 2008-08-28  Tristan Gingold  <gingold@adacore.com>
6944
6945         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6946         Enable bfd, binutils and opcodes.
6947         * configure: Regenerate.
6948
6949 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6950
6951         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6952
6953 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6954
6955         * MAINTAINERS:  Use correct Umlaut for last name.
6956
6957 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6958
6959         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6960
6961 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
6962
6963         * MAINTAINERS: Update my email address.
6964
6965 2008-08-16  Nicolas Roche  <roche@adacore.com>
6966
6967         * Makefile.tpl: Add BOOT_ADAFLAGS.
6968         * Makefile.in: Regenerate.
6969
6970 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
6971
6972         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6973         * configure: Regenerate.
6974
6975 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
6976
6977         * configure.ac: Add makefile fragments for hpux.
6978         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6979         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6980         * configure: Regenerate.
6981         * Makefile.in: Regenerate.
6982
6983 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
6984
6985         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6986
6987 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
6988
6989         * MAINTAINERS (Write after Approval): Add myself.
6990
6991 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
6992
6993         * MAINTAINERS (Write After Approval):  Add myself.
6994
6995 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
6996
6997         * MAINTAINERS (Write After Approval):  Add myself.
6998
6999 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7000
7001         * MAINTAINERS: Update my email address.
7002
7003 2008-06-25  Joey Ye  <joey.ye@intel.com>
7004
7005         * MAINTAINERS (Write After Approval):  Add myself.
7006
7007 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7008
7009         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7010         * Makefile.in: Regenerate.
7011         * configure: Regenerate.
7012
7013 2008-06-17  Daniel Kraft  <d@domob.eu>
7014
7015         * MAINTAINERS (Write After Approval):  Add myself.
7016
7017 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7018
7019         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7020         "$@" is still intact with both Autoconf 2.59 and 2.62.
7021         * configure: Regenerate.
7022
7023 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7024
7025         * Makefile.tpl: Fix comment errors.
7026         * Makefile.in: Regenerate.
7027
7028 2008-06-12  David S. Miller  <davem@davemloft.net>
7029             David Edelsohn  <edelsohn@gnu.org>
7030
7031         * configure.ac: Add powerpc*-*-* to gold supported targets.
7032         * configure: Regenerate.
7033
7034 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7035
7036         PR tree-optimization/36218
7037         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7038         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7039         (all prefix="build-"): Pass them to build-system sub-makes.
7040         * Makefile.in: Regenerate.
7041
7042 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7043
7044         * MAINTAINERS (mt port): Remove.
7045         (sco5, unixware, sco udk): Remove.
7046         (Kean Johnston): Add to Write After Approval.
7047
7048 2008-05-30  Julian Brown  <julian@codesourcery.com>
7049
7050         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7051         of libobjc for ARM EABI Linux.
7052         * configure: Regenerate.
7053
7054 2008-05-18  Xinliang David Li   <davidxl@google.com>
7055
7056         * ChangeLog: Remove wrong ChangeLog entry.
7057
7058 2008-05-17  Xinliang David Li   <davidxl@google.com>
7059
7060         * MAINTAINERS (Write After Approval): Add myself.
7061
7062 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7063
7064         * MAINTAINERS (Write After Approval): Add myself.
7065
7066 2008-05-14  Rafael Espíndola  <espindola@google.com>
7067
7068         * config-ml.in: don't handle --enable-shared and --enable-static.
7069
7070 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7071
7072         * MAINTAINERS: Update my email address.
7073
7074 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7075
7076         * MAINTAINERS: Update my email address.
7077
7078 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7079
7080         * MAINTAINERS (Write After Approval): Add myself.
7081
7082 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7083
7084         * MAINTAINERS (Write After Approval): Add myself.
7085
7086 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7087
7088         * MAINTAINERS (crx): Add myself.
7089
7090 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7091
7092         Sync with src:
7093         2008-04-14  David S. Miller  <davem@davemloft.net>
7094
7095         * configure.ac: Add sparc*-*-* to gold supported targets.
7096         * configure: Regenerate.
7097
7098 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7099
7100         PR bootstrap/35457
7101         * configure.ac: Include override.m4.
7102         * configure: Regenerate.
7103
7104 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7105
7106         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7107         * Makefile.in: Regenerate.
7108
7109 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7110
7111         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7112         as nonconfigurable directories list.
7113         * configure: Regenerate.
7114
7115 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7116
7117         * config.sub, config.guess: Update from upstream sources.
7118
7119 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7120
7121         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7122         * Makefile.in: Regenerate.
7123
7124 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7125
7126         * configure.ac: Do not build libssp for the AVR.
7127         * configure: Regenerate.
7128
7129 2008-04-07  Ian Lance Taylor  <iant@google.com>
7130
7131         * Makefile.def: check-gold depends upon all-binutils.
7132         * Makefile.in: Regenerate.
7133
7134 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7135
7136         * MAINTAINERS (Write After Approval): Add myself.
7137
7138 2008-04-04  Nick Clifton  <nickc@redhat.com>
7139
7140         PR binutils/4334
7141         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7142         builds.
7143         * configure: Regenerate.
7144
7145 2008-04-04  NightStrike  <NightStrike@gmail.com>
7146
7147         PR other/35151
7148         * configure.ac: Combine rules for mingw32 and mingw64.
7149         * configure: Regenerate.
7150
7151 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7152
7153         * MAINTAINERS (Write After Approval): Add myself.
7154
7155 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7156
7157         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7158         * Makefile.in (.NOTPARALLEL): Ditto.
7159
7160 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7161
7162         * MAINTAINERS (Write After Approval): Add myself.
7163
7164 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7165
7166         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7167         * Makefile.in (.NOTPARALLEL): Regenerate.
7168
7169 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7170
7171         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7172         * Makefile.in: Regenerate.
7173
7174 2008-03-26  Jakub Staszak  <kuba@et.pl>
7175
7176         * MAINTAINERS (Write After Approval): Add myself.
7177
7178 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7179
7180         * MAINTAINERS:  Update e-mail address.
7181
7182 2008-03-20  Ian Lance Taylor  <iant@google.com>
7183
7184         * configure.ac: Add support for --enable-gold.
7185         * Makefile.def: Add gold as a directory like ld.
7186         * configure, Makefile.in: Regenerate.
7187
7188 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7189
7190         * configure.ac: m4_include config/proginstall.m4.
7191         * configure: Regenerate.
7192
7193         Backport from upstream Libtool:
7194
7195         2007-10-12  Eric Blake  <ebb9@byu.net>
7196
7197         Deal with Autoconf 2.62's semantic change in m4_append.
7198         * ltsugar.m4 (lt_append): Replace broken versions of
7199         m4_append.
7200         (lt_if_append_uniq): Don't require separator to be overquoted,
7201         and avoid broken m4_append.
7202         (lt_dict_add): Fix typo.
7203         * libtool.m4 (_LT_DECL): Don't overquote separator.
7204
7205 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7206
7207         * config.rpath: Add AIX 6 support.
7208
7209 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7210
7211         * Makefile.def (stageprofile).  Remove -fprofile-generate
7212         from stage_libcflags.
7213         * Makefile.in: Regenerate.
7214
7215 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7216
7217         * config.sub, config.guess: Update from upstream sources.
7218
7219 2008-03-06  Tom Tromey  <tromey@redhat.com>
7220
7221         * MAINTAINERS: Update for treelang deletion.
7222
7223 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7224
7225         * MAINTAINERS: Update my email address.
7226
7227 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7228
7229         * MAINTAINERS (darwin port): Add myself as a maintainer.
7230         (objective-c/c++): Add myself as a maintainer.
7231
7232 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7233
7234         * MAINTAINERS (Write After Approval): Update my email address.
7235
7236 2008-02-25  Tomas Bily  <tbily@suse.cz>
7237
7238         * MAINTAINERS (Write After Approval): Add myself.
7239
7240 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7241
7242         * MAINTAINERS (OpenMP): Add myself.
7243
7244 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7245
7246         PR bootstrap/32009
7247         PR bootstrap/32161
7248
7249         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7250         * configure: Regenerate.
7251
7252         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7253         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7254         STAGE4_LIBCFLAGS): New.
7255         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7256         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7257         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7258         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7259         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7260         for target modules.  Don't export LIBCFLAGS.
7261         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7262         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7263         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7264         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7265         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7266         * Makefile.in: Regenerate.
7267
7268 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7269
7270         PR libgcj/33085
7271         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7272         Do not use -DDLL_EXPORT.  Backport from upstream.
7273
7274 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7275
7276         * MAINTAINERS (Write After Approval): Add myself.
7277
7278 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7279
7280         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7281         * configure: Regenerate.
7282
7283 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7284
7285         * configure.ac (xtensa*-*-*): Recognize processor variants.
7286         * configure: Regenerate.
7287
7288 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7289
7290         PR bootstrap/34922
7291         * configure.ac (PARSE_ARGS): Push suitable setting of
7292         ac_subdirs_all, for `./configure --help=recursive'.
7293         Handle `+' in generic toplevel directory disabling.
7294         * configure: Regenerate.
7295
7296 2008-01-28  Nick Clifton  <nickc@redhat.com>
7297
7298         * MAINTAINERS (xstormy16): Take over maintainership.
7299
7300 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7301
7302         * MAINTAINERS (c4x port): Remove.
7303
7304 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7305
7306         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7307
7308 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7309
7310         * config.sub, config.guess: Update from upstream sources.
7311
7312 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7313
7314         * MAINTAINERS (Write After Approval): Add myself.
7315
7316 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7317
7318         * MAINTAINERS: Update my email address.
7319
7320 2008-01-09  Raksit Ashok  <raksit@google.com>
7321
7322         * MAINTAINERS (Write After Approval): Add myself.
7323
7324 2008-01-09  Raksit Ashok  <raksit@google.com>
7325
7326         * MAINTAINERS (Write After Approval): Add myself.
7327
7328 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7329
7330         * config.sub, config.guess: Update from upstream sources.
7331
7332 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7333
7334         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7335         Change recommended MPFR from 2.2.1 -> 2.3.0.
7336         * configure: Regenerate.
7337
7338 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7339
7340         * MAINTAINERS: Update my email address.
7341
7342 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7343
7344         * MAINTAINERS: Update my email address.
7345
7346 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7347
7348         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7349         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7350         * Makefile.in: Regenerate.
7351
7352 2007-12-10  Mark Heffernan  <meheff@google.com>
7353
7354         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7355         misplaced entries.
7356
7357 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7358
7359         * configure.ac: Enable libjava for x86_64-*-darwin9.
7360         * configure: Regenerate.
7361
7362 2007-12-07  Bill Maddox  <maddox@google.com>
7363
7364         * MAINTAINERS (Write After Approval): Add myself.
7365
7366 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7367
7368         * config.sub, config.guess: Update from upstream sources.
7369
7370 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7371
7372         * config-ml.in: Remove 64bit configure tests.
7373
7374 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7375
7376         * config-ml.in: Robustify against white space in absolute file
7377         names.
7378
7379         * config-ml.in (multi-clean): Substitute ${Makefile}.
7380         Remove superfluous ${Makefile} in list.
7381
7382 2007-11-19  Thiemo Seufer  <ths@mips.com>
7383
7384         * config-ml.in: Don't hardcode the Makefile name.
7385
7386 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7387
7388         * MAINTAINERS (Write After Approval): Add myself.
7389
7390 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7391
7392         * MAINTAINERS (Write After Approval): Add myself.
7393
7394 2007-11-06  Doug Kwan  <dougkwan@google.com>
7395
7396         * MAINTAINERS (Write After Approval): Add myself.
7397
7398 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7399
7400         * MAINTAINERS (mercury): Remove entry.
7401         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7402
7403 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7404
7405         * Makefile.def (dependencies): Make configure-gdb depend on
7406         all-intl.
7407         * Makefile.in: Regenerated.
7408
7409 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7410
7411         * MAINTAINERS (Fortran maintainer): Remove myself.
7412
7413 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7414
7415         * Makefile.def: To avoid problems running with parallel makes,
7416         build newlib before libgloss so that target specific header
7417         files are availble.
7418         * Makefile.in: Regenerate
7419
7420 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7421
7422         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7423         * Makefile.in: Regenerate.
7424
7425 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7426
7427         * MAINTAINERS (Register allocation reviewer): Add myself.
7428
7429 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
7430
7431         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7432         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7433         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7434         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7435         * configure: Regenerate.
7436
7437 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7438
7439         * MAINTAINERS (Register allocation reviewer): Add myself.
7440
7441 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7442
7443         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7444         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7445         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7446         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7447         * configure.ac: Default them to host tools for $host = $build.
7448         Subst them.
7449
7450         * configure: Regenerate.
7451         * Makefile.in: Regenerate.
7452
7453 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7454
7455         * MAINTAINERS (Register allocation reviewer): Add myself.
7456
7457 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7458
7459         * MAINTAINERS (Register allocation reviewer): Add myself.
7460
7461 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7462
7463         * MAINTAINERS (Write After Approval): Fix typo.
7464
7465 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7466
7467         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7468         * configure: Regenerate.
7469
7470 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7471
7472         PR bootstrap/31906
7473         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7474         they're already prefixed.
7475
7476 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7477
7478         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7479         libstdc++.
7480         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7481         * configure: Regenerate.
7482         * Makefile.in: Regenerate.
7483
7484 2007-09-17  Andreas Schwab  <schwab@suse.de>
7485
7486         * configure.ac: Raise minimum makeinfo version to 4.6.
7487         * configure: Regenerate.
7488
7489 2007-09-17  Johannes Singler  <singler@ira.uka.de>
7490
7491         * MAINTAINERS (write-after-approval) add myself
7492
7493 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
7494
7495         * configure.ac: Correct makeinfo version check.
7496         * configure: Regenerate.
7497
7498 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
7499
7500         * MAINTAINERS: Update my email address.
7501
7502 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
7503
7504         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
7505         to $skipdirs and only disable gprof for newlib.  Use the normal
7506         mips*-elf* handling in other respects.
7507         * configure: Regnerate.
7508
7509 2007-09-12  David Daney  <ddaney@avtrex.com>
7510
7511         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7512         enabling libgcj.
7513         * configure: Regenerate.
7514
7515 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7516
7517         PR other/32154
7518         * configure.ac: For libgloss targets, point the linker to the linker
7519         script, startup code and simulator library.
7520         * configure: Regenerate.
7521
7522 2007-09-07  Andrew Haley  <aph@redhat.com>
7523
7524         * configure.ac (noconfigdirs): Remove target-libffi and
7525         target-libjava.
7526         * configure: Regenerate.
7527
7528 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7529
7530         PR target/33281
7531         * configure.ac: Use config/mh-mingw on mingw.
7532         * configure: Regenerate.
7533
7534 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
7535
7536         * MAINTAINERS (Write After Approval): Add myself.
7537
7538 2007-09-05  Richard Guenther  <rguenther@suse.de>
7539
7540         * configure.ac (--enable-stage1-checking): If neither --enable-checking
7541         nor --disable-checking is provided also turn on yes and types
7542         checking for stage1.
7543         * configure: Re-generate.
7544
7545 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
7546
7547         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7548         (Write After Approval): Remove myself.
7549
7550 2007-08-29  Nick Clifton  <nickc@redhat.com>
7551
7552         * config.sub, config.guess: Update from upstream sources.
7553
7554 2007-08-22  Bud Davis  <jmdavis@link.com>
7555
7556         * MAINTAINERS (Write After Approval): Added myself.
7557         * MAINTAINERS (Reviewers): Removed myself.
7558
7559 2007-08-18  Paul Brook  <paul@codesourcery.com>
7560             Joseph Myers  <joseph@codesourcery.com>
7561
7562         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7563         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7564         * Makefile.in: Regenerate.
7565         * configure.ac (--with-debug-prefix-map): New.
7566         * configure: Regenerate.
7567
7568 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
7569             Nigel Stephens  <nigel@mips.com>
7570
7571         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
7572         as target_makefile_frag.
7573         * configure: Regenerate.
7574
7575 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
7576
7577         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7578         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
7579         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7580         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7581         (do-compare, do-compare3, do-compare-debug): New.
7582         ([+compare-target+]): Use them.
7583
7584 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7585
7586         * MAINTAINERS (Write After Approval): Change my email address.
7587
7588 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7589             Ben Elliston  <bje@au.ibm.com>
7590
7591         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7592         --silent if $silent.
7593         * configure: Regenerate.
7594
7595 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
7596
7597         * MAINTAINERS (Various Maintainers): Add myself as
7598         loop infrastructure maintainer.  Update my e-mail
7599         address.
7600
7601 2007-07-31  Diego Novillo  <dnovillo@google.com>
7602
7603         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7604         Adjust description.
7605
7606 2007-07-26  Richard Guenther  <rguenther@suse.de>
7607
7608         * configure.ac: Add types checking to stage1 checking flags.
7609         * configure: Regenerate.
7610
7611 2007-07-17  Nick Clifton  <nickc@redhat.com>
7612
7613         * COPYING3: New file.  Contains version 3 of the GNU General
7614         Public License.
7615         * COPYING3.LIB: New file.  Contains version 3 of the GNU
7616         Lesser General Public License.
7617
7618 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7619
7620         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7621
7622 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7623
7624         * MAINTAINERS (S/390 co-maintainer): Add myself.
7625         (Write After Approval): Remove myself.
7626
7627 2007-07-13  Dan Hipschman  <dsh@google.com>
7628
7629         * MAINTAINERS (Write After Approval): Add myself.
7630
7631 2007-07-11  Nick Clifton  <nickc@redhat.com>
7632
7633         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7634         WINDRES export.
7635         * Makefile.in: Regenerate.
7636
7637 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7638
7639         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7640         maintainer.
7641
7642 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
7643
7644         * lt~obsolete.m4: New. Import from 20070318 libtool.
7645
7646 2007-07-03  Julian Brown  <julian@codesourcery.com>
7647
7648         * MAINTAINERS (Write After Approval): Add myself.
7649
7650 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7651
7652         * configure.ac: Rewrite 'configure --help' strings to look nicer.
7653         * configure: Regenerate.
7654
7655 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7656
7657         * configure.ac: Add some missing m4 quotation.
7658         * configure: Regenerate.
7659
7660 2007-07-02  Simon Baldwin  <simonb@google.com>
7661
7662         * MAINTAINERS (Write After Approval): Add myself.
7663
7664 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7665
7666         * configure: Regenerate.
7667
7668 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7669
7670         * Makefile.def: Add windmc tool to build.
7671         * Makefile.tpl: Likewise.
7672         * configure.ac: Likewise.
7673         * Makefile.in: Regenerate.
7674         * configure: Regenerate.
7675
7676 2007-06-28  DJ Delorie  <dj@redhat.com>
7677
7678         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7679         not building newlib.
7680         * configure: Regenerated.
7681
7682 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7683
7684         * MAINTAINERS (Write After Approval): Add myself.
7685
7686 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7687
7688         * MAINTAINERS (Write After Approval): Add myself.
7689
7690 2007-06-19  Chris Matthews  <chrismatthews@google.com>
7691
7692         * MAINTAINERS (Write After Approval): Add myself.
7693
7694 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7695
7696         * MAINTAINERS (Write After Approval): Add myself.
7697
7698 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7699
7700         * Makefile.def: Add dependency from configure-gdb to all-bfd.
7701         * Makefile.in: Regenerated.
7702
7703 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7704
7705         * configure.ac: Don't add target-libmudflap to noconfigdirs for
7706         bfin*-*-uclinux* targets.
7707         * configure: Regenerate.
7708
7709 2007-06-14  Ian Lance Taylor  <iant@google.com>
7710
7711         * MAINTAINERS: Add myself as non-algorithmic global write
7712         maintainer.
7713
7714 2007-06-14  Diego Novillo  <dnovillo@google.com>
7715
7716         * MAINTAINERS: Add self as middle-end maintainer and
7717         non-algorithmic global write maintainer.
7718
7719 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7720
7721         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7722         Move all Fortran maintainers except Paul Brook into the
7723         Non-Autopoiesis section.
7724
7725 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7726
7727         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7728         (distclean-stage[+id+]): Possibly delete stage_last.
7729         * Makefile.in: Regenerate.
7730
7731 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7732
7733         * MAINTAINERS (Various Maintainer): Fix typo.
7734
7735 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7736
7737         * MAINTAINERS (Various Maintainer): Add myself as
7738         dataflow maintainer.
7739
7740 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7741
7742         * config.sub, config.guess: Update from upstream sources.
7743
7744 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7745
7746         * Makefile.tpl: Fix spelling error.
7747         * Makefile.in: Regenerate.
7748
7749 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
7750
7751         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7752         lt_cv_sys_max_cmd_len.
7753
7754 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7755
7756         * MAINTAINERS (Various Maintainers): Add myself as
7757         auto-vectorizer maintainer.
7758
7759 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7760
7761         PR libjava/32098
7762         * libtool.m4: Revert previous change.
7763         * ltgcc.m4: Put it here.
7764
7765 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7766
7767         * MAINTAINERS (Various Maintainers): Add myself as
7768         auto-vectorizer maintainer.
7769
7770 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7771
7772         PR libjava/32098
7773         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7774
7775 2007-05-30  Richard Guenther  <rguenther@suse.de>
7776
7777         * MAINTAINERS (Various Maintainers): Add myself as
7778         auto-vectorizer maintainer.
7779
7780 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
7781
7782         PR bootstrap/29382
7783         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7784         * configure: Rebuilt.
7785
7786 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7787
7788         * MAINTAINERS (Write After Approval): Removed my name.
7789
7790 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7791
7792         * MAINTAINERS (Write After Approval): Remove myself.
7793
7794 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7795
7796         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7797
7798 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
7799
7800         * ltmain.sh: Update from ToT Libtool.
7801         * libtool.m4: Update from ToT Libtool.
7802         * ltsugar.m4: New. Update from ToT Libtool.
7803         * ltversion.m4: New. Update from ToT Libtool.
7804         * ltoptions.m4: New. Update from ToT Libtool.
7805         * ltconfig: Remove.
7806         * ltcf-c.sh: Remove.
7807         * ltcf-cxx.sh: Remove.
7808         * ltcf-gcj.sh: Remove.
7809
7810 2007-05-22  Ollie Wild  <aaw@google.com>
7811
7812         * MAINTAINERS (Write After Approval): Add myself.
7813
7814 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7815
7816         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7817         stage_cflags.
7818         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7819         Remove CFLAGS/LIBCFLAGS.
7820         (configure-stage[+id+]-[+prefix+][+module+],
7821         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7822         * Makefile.in: Regenerate.
7823
7824 2007-05-15  Diego Novillo  <dnovillo@google.com>
7825
7826         * MAINTAINERS: Update e-mail address.
7827
7828 2007-05-15  Revital Eres  <eres@il.ibm.com>
7829
7830         * MAINTAINERS (Write After Approval): Add myself.
7831
7832 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7833
7834         * MAINTAINERS (Write After Approval): Updated my address.
7835
7836 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7837
7838         * MAINTAINERS (Write After Approval): Add myself.
7839
7840 2007-05-11  Silvius Rus  <rus@google.com>
7841
7842         * MAINTAINERS (Write After Approval): Add myself.
7843
7844 2007-04-23  Tom Tromey  <tromey@redhat.com>
7845
7846         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7847
7848 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
7849
7850         * MAINTAINERS (cpplib): Rename to ...
7851         (libcpp): ... this.  Add C/C++ front end maintainers.
7852
7853 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
7854
7855         * config-ml.in: Pass ${ml_config_env} to configure calls.
7856
7857 2007-04-04  Christian Bruel  <christian.bruel@st.com>
7858
7859         * MAINTAINERS (Write After Approval): Add myself.
7860
7861 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7862
7863         * MAINTAINERS (Write After Approval): Add myself.
7864
7865 2007-03-31  Tobias Burnus  <burnus@net-b.de>
7866
7867         * MAINTAINERS (fortran 95 front end): Add myself.
7868
7869 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7870
7871         * MAINTAINERS (Write After Approval): Add myself.
7872
7873 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7874
7875         * MAINTAINERS (Modulo Scheduler): Add myself.
7876
7877 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7878
7879         * MAINTAINERS (fortran 95 front end): Add myself.
7880         (c++ front end): whitespace fix.
7881
7882 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7883
7884         * MAINTAINERS (Write After Approval): Add myself.
7885
7886 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
7887
7888         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7889         of glob.  Quote arguments with single quotes too.
7890         * configure: Regenerate.
7891
7892 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7893
7894         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7895         * Makefile.in: Regenerate
7896
7897 2007-03-07  Andreas Schwab  <schwab@suse.de>
7898
7899         * configure: Regenerate.
7900
7901 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7902
7903         * configure.ac: Add "--with-pdfdir" configure option,
7904         which defines pdfdir variable.
7905         * Makefile.def (target=fixincludes): Add install-pdf to
7906         missing targets.
7907         (recursive_targets): Add install-pdf target.
7908         (flags_to_pass): Add pdfdir.
7909         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7910         target.
7911         * configure: Regenerate
7912         * Makefile.in: Regenerate
7913
7914 2007-02-28  Eric Christopher  <echristo@apple.com>
7915
7916         Revert:
7917         2006-12-07  Mike Stump  <mrs@apple.com>
7918
7919         * Makefile.def (dependencies): Add dependency for
7920         install-target-libssp and install-target-libgomp on
7921         install-gcc.
7922         * Makefile.in: Regenerate.
7923
7924 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
7925
7926         * configure: Regenerate.
7927         * configure.ac: Move statements after variable declarations.
7928
7929 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7930
7931         * MAINTAINERS: Add myself as sh maintainer.
7932
7933 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
7934
7935         * configure.ac: Adjust for loop syntax.
7936         * configure: Regenerate.
7937
7938 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7939
7940         * configure: Rebuilt.
7941
7942 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7943
7944         * configure.ac: Drop multiple occurrences of --enable-languages,
7945         and fix its quoting.
7946         * configure: Rebuilt.
7947
7948 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
7949             Nathan Sidwell  <nathan@codesourcery.com>
7950             Vladimir Prus  <vladimir@codesourcery.com>
7951             Joseph Myers  <joseph@codesourcery.com>
7952
7953         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7954         * configure: Regenerate.
7955
7956 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7957
7958         * ltconfig (freebsd*): Default to elf.
7959
7960 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7961
7962         * configure.ac (target_libraries): Move libgcc before libiberty.
7963         * configure: Regenerated.
7964
7965 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7966             Paolo Bonzini  <bonzini@gnu.org>
7967
7968         PR bootstrap/30753
7969         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
7970         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
7971         * configure: Regenerated.
7972
7973 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7974
7975         * MAINTAINERS (Language Front End Maintainers): Update my mail
7976         address.
7977
7978 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7979
7980         PR bootstrap/30748
7981         * configure.ac: Correct syntax for Solaris ksh.
7982         * configure: Regenerated.
7983
7984 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7985
7986         * configure.ac: Sync with src.
7987         * configure: Regenerate.
7988
7989 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7990
7991         * Makefile.in: Regenerate.
7992
7993 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7994
7995         * config.sub: Sync with src.
7996
7997 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7998
7999         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8000         noncanonical equivalents.
8001         * configure.in: Rename to...
8002         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8003         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8004         target_noncanonical.  Use them.  Rewrite removal of configure
8005         arguments for autoconf 2.59.  Discard variable settings.  Force
8006         program_transform_name for native tools.
8007
8008         * Makefile.in: Regenerated.
8009         * configure: Regenerated with autoconf 2.59.
8010
8011 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8012
8013         * MAINTAINERS (Write After Approval): Add myself.
8014
8015 2007-01-31  Andreas Schwab  <schwab@suse.de>
8016
8017         * Makefile.tpl (LDFLAGS): Substitute it.
8018         * Makefile.in: Regenerate.
8019
8020 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8021
8022         * MAINTAINERS (Write After Approval): Add myself.
8023
8024 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8025
8026         * MAINTAINERS (spu port): Add myself.
8027
8028 2007-01-23  Richard Guenther  <rguenther@suse.de>
8029
8030         PR bootstrap/30541
8031         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8032         * Makefile.tpl (GNATBIND): Substitute it.
8033         (GNATMAKE): Likewise.
8034         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8035         of STAGE_PREFIX.
8036         * Makefile.in: Regenerate.
8037         * configure: Regenerate.
8038
8039 2007-01-18  Mike Stump  <mrs@apple.com>
8040
8041         * configure.in: Re-enable -Werror for gcc builds.
8042
8043 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8044
8045         * MAINTAINERS (Write After Approval): Add myself.
8046
8047 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8048
8049         * configure.in: Change == to = in test command.
8050         * configure: Regenerate.
8051
8052 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8053             Nick Clifton  <nickc@redhat.com>
8054             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8055
8056         * configure.in (build_configargs, host_configargs, target_configargs):
8057         Remove build/host/target parameters.
8058         (host_libs): Add gmp and mpfr.
8059         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8060         * Makefile.def (gmp, mpfr): New.
8061         (gcc): Remove target.
8062         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8063         target_os, target_vendor): New.
8064         (configure): Add host_alias/target_alias arguments; adjust invocations.
8065         * configure: Regenerate.
8066         * Makefile.in: Regenerate.
8067
8068 2007-01-11  Matt Fago  <fago@earthlink.net>
8069
8070         * configure.in: Try to link to functions only in mpfr 2.2.x
8071         to improve robustness of configure tests.
8072         * configure: Regenerate.
8073
8074 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8075
8076         * MAINTAINERS: Add myself as i386 maintainer.
8077
8078 2007-01-08  Jan Hubicka  <jh@suse.cz>
8079
8080         * MAINTAINERS: Add myself as i386 maintainer.
8081
8082 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8083
8084         * configure.in: Add support for an x86_64-mingw* target.
8085         * configure: Regenerate.
8086
8087 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8088
8089         * Makefile.tpl (all-target): Correct @if conditional for target
8090         modules.
8091         * configure.in: Omit libiberty if building only target libgcc.
8092         * configure, Makefile.in: Regenerated.
8093
8094 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8095
8096         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8097         * configure: Regenerate.
8098
8099 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8100
8101         * Makefile.def (target_modules): Add libgcc.
8102         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8103         * Makefile.tpl (clean-target-libgcc): Delete.
8104         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8105         on gcc even for bootstrapped modules.  Rewrite handling of
8106         lang_env_dependencies to loop over target_modules.
8107         * configure.in (target_libraries): Add target-libgcc.
8108         * Makefile.in, configure: Regenerated.
8109
8110 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8111
8112         * configure.in: Reorganize recognition of languages.  Add
8113         --enable-stage1-languages.  Show supported languages for the chosen
8114         target rather than all recognized languages.
8115         * configure: Regenerate.
8116
8117 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8118
8119         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8120         * Makefile.in: Regenerate.
8121
8122 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8123
8124         * configure.in: Warn that MPFR 2.2.0 is buggy.
8125         * configure: Regenerate.
8126
8127 2006-12-27  Ian Lance Taylor  <iant@google.com>
8128
8129         * configure.in: When removing Makefiles to force a reconfigure, also
8130         remove prev-DIR*/Makefile.
8131         * configure: Regenerate.
8132
8133 2006-12-22  Andreas Schwab  <schwab@suse.de>
8134
8135         * configure: Regenerate with correct autoconf version.
8136
8137 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8138
8139         * configure.in: add AC_SUBST for *_FOR_TARGET.
8140         * configure: Regenerate.
8141
8142 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8143
8144         * configure.in: Simplify logic for rejecting languages that cannot
8145         be built.  Separate the case when a language is unsupported,
8146         from the case when the user chooses not to build a language.
8147
8148 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8149
8150         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8151         it only affects bootstrap and could be tested on "$host" as well.
8152         * configure: Regenerate.
8153         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8154
8155 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8156
8157         PR bootstrap/29544
8158         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8159         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8160         move here comment from Makefile.tpl.
8161         * Makefile.tpl: Move some definitions higher in the file.
8162         (STAGE1_CHECKING): New.
8163         * configure.in: Add --enable-stage1-checking.
8164         * configure: Regenerate.
8165         * Makefile.in: Regenerate.
8166
8167 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8168
8169         * MAINTAINERS: Add myself as build system maintainer.
8170
8171 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8172
8173         * MAINTAINERS (Write After Approval): Add myself.
8174
8175 2006-12-13  Eric Christopher  <echristo@apple.com>
8176
8177         * MAINTAINERS: Add myself as darwin maintainer.
8178
8179 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8180
8181         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8182
8183 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8184
8185         MAINTAINERS: Update my entry.
8186
8187 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8188
8189         * configure.in:  Handle spu makefile frag.
8190         * Makefile.tpl (MAINT): Define
8191         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8192         * configure: Regenerate.
8193         * Makefile.in: Regenerate.
8194
8195 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8196
8197         * config.guess: Import latest version.
8198         * config.sub: Likewise.
8199
8200 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8201
8202         * configure.in (spu-*-*): Don't skip target-libiberty.
8203         * configure: Regenerate.
8204
8205 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8206
8207         PR bootstrap/30134
8208         * configure.in: Correct x86 darwin support for libjava to powerpc
8209         and i?86 only.
8210         * configure: Regenerate.
8211
8212 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8213
8214         * configure.in: Add x86 darwin support for libjava.
8215         * configure: Regenerate.
8216
8217 2006-12-07  Mike Stump  <mrs@apple.com>
8218
8219         * Makefile.def (dependencies): Add dependency for
8220         install-target-libssp and install-target-libgomp on
8221         install-gcc.
8222         * Makefile.in: Regenerate.
8223
8224 2006-12-04  Richard Guenther  <rguenther@suse.de>
8225
8226         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8227         (Non-Algorithmic Maintainers): Move over non-algorithmic
8228         loop optimizer maintainers, add myself as a non-algorithmic
8229         middle-end maintainer.
8230
8231 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8232
8233         * MAINTAINERS (Write After Approval): Add myself.
8234
8235 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8236
8237         * configure.in: Update error message for missing GMP/MPFR.
8238
8239         * configure: Regenerate.
8240
8241 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8242
8243         * configure.in: Update MPFR version in error message.
8244
8245         * configure: Regenerate.
8246
8247 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8248
8249         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8250         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8251         --with-gmp-lib): New flags.
8252
8253         * configure: Regenerate.
8254
8255 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8256
8257         * MAINTAINERS (Write After Approval): Change my email address.
8258
8259 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8260
8261         * MAINTAINERS (Write After Approval): Add myself.
8262
8263 2006-11-22  Philipp Thomas  <pth@suse.de>
8264
8265         * MAINTAINERS (i18n): Update e-mail address.
8266
8267 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8268
8269         * MAINTAINERS (spu port): Add myself as maintainer.
8270         (Write After Approval): Remove myself.
8271
8272 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8273
8274         * configure.in (skipdirs): Don't build libssp for SPU.
8275         * configure: Regenerate.
8276
8277 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8278
8279         * MAINTAINERS (spu port): Add myself as maintainer.
8280         (libobjc): Update my email address.
8281
8282 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8283
8284         * MAINTAINERS (Write After Approval): Add myself.
8285
8286 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8287
8288         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8289         * configure : Rebuilt.
8290
8291 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8292
8293         * MAINTAINERS (Write After Approval): Add myself.
8294
8295 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8296
8297         * MAINTAINERS (Write After Approval): Add myself.
8298
8299 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8300
8301         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8302         libmpfr.a.
8303         * configure: Regenerate.
8304
8305 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8306
8307         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8308         (unstage): Test for stage_last presence.
8309
8310         PR bootstrap/29802
8311         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8312         STAGE_PREFIX.
8313         * Makefile.in: Regenerate.
8314
8315 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8316
8317         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8318         maintainers.
8319
8320 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8321
8322         * MAINTAINERS (Write After Approval): Add myself.
8323
8324 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8325
8326         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8327         and stageN-package/Makefile.
8328         * Makefile.in: Regenerated.
8329
8330 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8331
8332         * configure.in: Remove target-libgloss from noconfigdirs for
8333         bfin-*-*.
8334         * configure: Regenerated.
8335
8336 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8337
8338         * configure.in (have_gmp): Only error if the gcc directory exists.
8339
8340         * configure: Regenerate.
8341
8342 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8343
8344         * configure.in: Robustify error message for missing GMP/MPFR.
8345
8346         * configure: Regenerate.
8347
8348 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8349
8350         * MAINTAINERS (Write After Approval): Add myself.
8351
8352 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8353
8354         * MAINTAINERS: Change email address.
8355
8356 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8357
8358         * MAINTAINERS (Write After Approval): Add myself.
8359
8360 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8361
8362         * MAINTAINERS (Write After Approval): Add myself.
8363
8364 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8365
8366         * MAINTAINERS (Write After Approval): Move myself to
8367         Write After Approval section.
8368
8369 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8370
8371         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8372         need_gmp anymore.
8373         * configure: Regenerate.
8374
8375 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8376
8377         * MAINTAINERS (Write After Approval): Add myself.
8378
8379 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8380
8381         * config.guess: Import latest version.
8382         * config.sub: Likewise.
8383
8384 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8385
8386         * Makefile.def: Added pdf target handling.
8387         * Makefile.tpl: Added pdf target handling.
8388         * Makefile.in: Regenerated.
8389
8390 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8391
8392         * MAINTAINERS: Add self as score port maintainer.
8393
8394 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
8395
8396         * MAINTAINERS (Write After Approval): Add myself.
8397
8398 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8399
8400         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8401         or newer.
8402         * configure: Regenerated.
8403
8404 2006-09-27  Dave Brolley  <brolley@redhat.com>
8405
8406         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8407         using $s instead of $r.
8408         * configure: Regenerated.
8409
8410 2006-09-26  Thiemo Seufer  <ths@mips.com>
8411
8412         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8413         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8414         * configure: Regenerate.
8415
8416 2006-09-24  Graeme Peterson  <gridly@gmail.com>
8417
8418         * MAINTAINERS (Write After Approval): Remove myself.
8419
8420 2006-09-22  Chao-ying Fu  <fu@mips.com>
8421
8422         * MAINTAINERS (Write After Approval): Add myself.
8423
8424 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8425
8426         * MAINTAINERS: Add self as soft-fp maintainer.
8427
8428 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
8429
8430         * MAINTAINERS: Add myself as avr maintainer.
8431         Remove Marek Michalkiewicz as avr maintainer.
8432
8433 2006-09-07  Roberto Costa  <roberto.costa@st.com>
8434
8435         * MAINTAINERS (Write After Approval): Add myself.
8436
8437 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8438
8439         * configure.in: Never build newlib for a Mingw host.
8440         Never build newlib as Mingw target library.
8441         Test the existence of winsup/cygwin for building a Cygwin newlib,
8442         rather than just winsup.
8443         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8444         building a Mingw target.
8445         * configure: Regenerate.
8446
8447 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8448
8449         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8450
8451 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8452
8453         * config.guess: Import from src (was more updated).
8454         * config.sub: Likewise.
8455
8456 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8457
8458         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8459         * configure: Regenerated.
8460
8461 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8462
8463         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8464         for stages after the first.
8465
8466 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
8467
8468         * Makefile.def: Add dependencies for configure-opcodes
8469         on configure-intl and all-opcodes on all-intl.
8470         * Makefile.in: Regenerated.
8471
8472 2006-07-13  Ben Elliston  <bje@au.ibm.com>
8473
8474         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8475
8476 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8477
8478         Port to hosts whose 'sort' and 'tail' implementations
8479         treat operands with leading '+' as file names, as POSIX
8480         has required since 2001.  However, make sure the code still
8481         works on pre-POSIX hosts.
8482         * ltmain.sh: Don't assume "sort +2" is equivalent to
8483         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8484
8485 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8486
8487         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8488
8489 2006-07-04  Peter O'Gorman  <peter@pogma.com>
8490
8491         * ltconfig: chmod 644 before ranlib during install.
8492
8493 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8494
8495         PR bootstrap/18058
8496         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8497         if the bootstrap compiler is a GCC version that supports it.
8498         * configure: Regenerate.
8499
8500 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8501
8502         * configure.in: Fix thinkos in previous check-in.
8503         * configure: Regenerate.
8504
8505 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8506
8507         PR other/27063
8508         * configure.in: Test subdir_requires and give an appropriate
8509         error message.
8510         * configure: Regenerate.
8511
8512 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
8513
8514         * MAINTAINERS (Write After Approval): Add myself.
8515
8516 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
8517
8518         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8519
8520 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
8521
8522         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8523
8524 2006-06-20  David Ayers  <d.ayers@inode.at>
8525
8526         PR bootstrap/28072
8527         * configure.in: Add target-boehm-gc to noconfigdirs depending on
8528         whether target-libjava is being configured instead of whether the
8529         java front end is enabled.
8530         * configure: Regenerate.
8531
8532 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8533
8534         PR target/27540
8535         * configure.in: Only enable libgomp on IRIX 6.
8536         * configure: Regenerate.
8537
8538 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
8539
8540         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8541         too.
8542         * Makefile.in: Regenerate.
8543
8544 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
8545
8546         * config-ml.in: Alter CCASFLAGS to include special
8547         multilib options the same as is done for CFLAGS.
8548
8549 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8550
8551         * configure.in: Don't enable libgomp on hpux10.
8552         * configure: Rebuilt.
8553
8554 2006-06-12  David Ayers  <d.ayers@inode.at>
8555
8556         PR bootstrap/27963
8557         PR target/19970
8558         * configure.in: Remove target-boehm-gc from noconfigdirs where
8559         ${libgcj} is specified.
8560         * configure: Regenerate.
8561
8562 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
8563
8564         Sync from src:
8565
8566         * configure.in: Sync.
8567         * configure: Regenerated.
8568
8569         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
8570
8571         * Makefile.def: Added dependencies from sim and gdb on intl, and
8572         added configure dependencies to everything with an all dependency
8573         on intl.
8574         * Makefile.in: Regenerated.
8575
8576 2006-06-06  David Ayers  <d.ayers@inode.at>
8577
8578         PR libobjc/13946
8579         * Makefile.def: Add dependencies for libobjc which boehm-gc.
8580         * Makefile.in: Regenerate.
8581         * configure.in: Add --enable-objc-gc at toplevel and have it
8582         enable boehm-gc for Objective-C.
8583         Remove target-boehm-gc from libgcj.
8584         Add target-boehm-gc to target_libraries.
8585         Add target-boehm-gc to noconfigdirs where ${libgcj}
8586         is specified.
8587         Assert that boehm-gc is supported when requested for Objective-C.
8588         Only build boehm-gc if needed either for Java or Objective-C.
8589         * configure: Regenerate.
8590
8591 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
8592
8593         PR 27674
8594         * Makefile.tpl (configure-[+prefix+][+module+],
8595         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8596         Remove rule to unstage bootstrapped modules.
8597         (stage_current): New.
8598         * Makefile.in: Regenerate.
8599
8600 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
8601
8602         * MAINTAINERS (Write After Approval): Update my e-mail address.
8603
8604 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
8605
8606         * include/libiberty.h: Declare pex_run_in_environment.
8607
8608 2006-05-31  Asher Langton  <langton2@llnl.gov>
8609
8610         * MAINTAINERS (Write After Approval): Add myself.
8611
8612 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
8613
8614         * Makefile.def (bfd, opcodes): Fix lib_path.
8615         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8616         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
8617         * Makefile.in: Regenerate.
8618
8619 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8620
8621         * Makefile.in: Regenerate.
8622
8623 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8624
8625         * Makefile.def: Add install-html target. Add datarootdir
8626         docdir and htmldir to flags_to_pass.
8627         * Makefile.tpl: Add install-html target.
8628         * Makefile.in: Regenerate.
8629         * configure.in: Add --with-datarootdir, --with-docdir, and
8630         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8631         * configure: Regenerate.
8632
8633 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
8634
8635         * configure.in: Enable gprof for cross builds.
8636         * configure: Regenerate.
8637
8638 2006-05-22  Richard Guenther  <rguenther@suse.de>
8639
8640         Revert
8641         2006-01-31  Richard Guenther  <rguenther@suse.de>
8642         Paolo Bonzini  <bonzini@gnu.org>
8643
8644         * Makefile.def (target_modules): Add libgcc-math target module.
8645         * configure.in (target_libraries): Add libgcc-math target library.
8646         (--enable-libgcc-math): New configure switch.
8647         * Makefile.in: Re-generate.
8648         * configure: Re-generate.
8649         * libgcc-math: New toplevel directory.
8650
8651 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8652             Andreas Tobler  <a.tobler@schweiz.ch>
8653
8654         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
8655         * configure: Rebuilt.
8656
8657 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8658
8659         * MAINTAINERS (Write After Approval): Add myself.
8660
8661 2006-05-01  DJ Delorie  <dj@redhat.com>
8662
8663         * configure.in: Restore CFLAGS if GMP isn't present.
8664         * configure: Regenerate.
8665
8666 2006-05-01  Richard Guenther  <rguenther@suse.de>
8667
8668         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8669         maintainer.
8670
8671 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8672
8673         * MAINTAINERS (Write After Approval): Add myself.
8674
8675 2006-04-28  Jan Beulich  <jbeulich@novell.com>
8676
8677         * MAINTAINERS (Write After Approval): Add myself.
8678
8679 2006-04-18  DJ Delorie  <dj@redhat.com>
8680
8681         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
8682         reference libgloss so that libssp can be built in a combined
8683         tree.
8684         * configure: Regenerate.
8685
8686 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8687
8688         * MAINTAINERS (Write After Approval): Add myself.
8689
8690 2006-04-05  Ben Elliston  <bje@au.ibm.com>
8691
8692         * configure.in: Require makeinfo 4.4 or higher.
8693         * configure: Regenerate.
8694
8695 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8696
8697         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8698         Rearrange the entries of other libraries to have them in one place.
8699
8700 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8701
8702         * MAINTAINERS (Write After Approval): Remove myself.
8703         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8704
8705 2006-03-14  Richard Guenther  <rguenther@suse.de>
8706
8707         * configure: Regenerate with autoconf 2.13.
8708
8709 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
8710
8711         * MAINTAINERS: Use my work address.
8712
8713         * MAINTAINERS: Update my E-mail address.
8714
8715 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8716
8717         * configure.in: Handle --disable-<component> generically.
8718         * configure: Regenerate.
8719
8720 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8721
8722         PR libgcj/17311
8723         * ltmain.sh: Don't use "$finalize_rpath" for compile.
8724
8725 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8726
8727         * MAINTAINERS (Write After Approval):  Remove myself.
8728         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8729
8730 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8731
8732         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8733         (TARGET_CONFIGDIRS): Remove.
8734         * configure.in: Remove AC_SUBST(target_configdirs).
8735         * Makefile.in, configure: Regenerated.
8736
8737 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
8738
8739         * MAINTAINERS (Write After Approval):  Remove myself.
8740         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8741
8742 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8743
8744         PR bootstrap/25670
8745
8746         * Makefile.tpl ([+compare-target+]): Print explanation messages.
8747
8748         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8749         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8750         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8751         BUILD_PREFIX, BUILD_PREFIX_1.
8752         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8753
8754         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8755         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8756
8757         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8758         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8759         of `cat stage_current`.  Always provide the `r' and `s' variables.
8760         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8761         a single shell execution.
8762         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8763         bootstrapped modules, make the stage1 module if the build was not
8764         started yet, else build the current stage.
8765         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8766         (all-build, all-host, all-target, [+make_target+]-host,
8767         [+make_target+]-target): Do not use \-continued lines.
8768         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8769         (current_stage, restrap, stage_last): New.
8770
8771         * Makefile.in: Regenerate.
8772         * configure: Regenerate.
8773
8774 2006-02-19  Bud Davis  <jmdavis@link.com>
8775
8776         * MAINTAINERS (Write After Approval):  Remove myself.
8777         (Language Front End Maintainers):  Add myself as fortran 95
8778         maintainer and update e-mail address.
8779
8780 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8781
8782         * MAINTAINERS (Write After Approval):  Remove myself.
8783         (Language Front End Maintainers):  Add myself as fortran 95
8784         maintainer.
8785
8786 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8787
8788         * MAINTAINERS (Write After Approval): Add myself.
8789
8790 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8791
8792         * MAINTAINERS (Write After Approval):  Remove myself.
8793         (Language Front End Maintainers):  Add myself as
8794         fortran 95 maintainer.
8795
8796 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8797
8798         Sync from src:
8799
8800         2005-12-27  Leif Ekblad  <leif@rdos.net>
8801
8802         * configure.in: Add support for RDOS target.
8803         * configure: Regenerate.
8804
8805 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8806             Andreas Schwab  <schwab@suse.de>
8807
8808         * configure: Regenerate.
8809
8810 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
8811
8812         * configure.in (enable_libgomp): Add AIX.
8813         * configure: Regenerate.
8814
8815 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8816
8817         * MAINTAINERS (Write After Approval): Add myself.
8818
8819 2006-02-03  Lee Millward  <lee.millward@gmail.com>
8820
8821         * MAINTAINERS (Write After Approval): Add myself.
8822
8823 2006-01-31  Richard Guenther  <rguenther@suse.de>
8824         Paolo Bonzini  <bonzini@gnu.org>
8825
8826         * Makefile.def (target_modules): Add libgcc-math target module.
8827         * configure.in (target_libraries): Add libgcc-math target library.
8828         (--enable-libgcc-math): New configure switch.
8829         * Makefile.in: Re-generate.
8830         * configure: Re-generate.
8831         * libgcc-math: New toplevel directory.
8832
8833 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8834
8835         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8836         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8837         the assembler, linker and binutils.
8838         * configure: Regenerate.
8839
8840 2006-01-22  Dirk Mueller  <dmueller@suse.de>
8841
8842         * MAINTAINERS (Write After Approval): Add myself.
8843
8844 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
8845
8846         * configure: Regenerate.
8847
8848 2006-01-18  Richard Henderson  <rth@redhat.com>
8849             Jakub Jelinek  <jakub@redhat.com>
8850             Diego Novillo  <dnovillo@redhat.com>
8851
8852         * libgomp: New directory.
8853         * Makefile.def: Add target_module libgomp.
8854         * Makefile.in: Regenerate.
8855         * configure.in (target_libraries): Add target-libgomp.
8856         * configure: Regenerate.
8857
8858 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8859
8860         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8861         @ from continuation.
8862         * Makefile.in: Rebuilt.
8863
8864 2006-01-04  Chris Lattner  <sabre@gnu.org>
8865
8866         * MAINTAINERS (Write After Approval): Add myself.
8867
8868 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8869
8870         PR bootstrap/24252
8871
8872         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8873         * Makefile.tpl (OBJDUMP): New.
8874         (EXTRA_HOST_FLAGS): Add it.
8875         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8876
8877         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8878         to use symbolic links between directories.  Avoid race conditions
8879         or make them harmless.
8880         * configure.in: Do not try to use symbolic links between directories.
8881
8882         * Makefile.def (LEAN): Pass.
8883         * Makefile.tpl (LEAN): Define.
8884         (stage[+id+]-start): Accept that the previous directory does not
8885         exist, if the bootstrap is lean.
8886         (stage[+id+]-bubble): Invoke lean bootstrap commands after
8887         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8888         configure substitution.
8889         ([+compare-target+]): Likewise.
8890         ([+bootstrap-target+]-lean): New.
8891         * configure.in: Remove lean bootstrap support from here.
8892
8893         * Makefile.in: Regenerate.
8894         * configure: Regenerate.
8895
8896 2006-01-04  Ben Elliston  <bje@au.ibm.com>
8897
8898         * MAINTAINERS (libdecnumber): Add myself.
8899
8900 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
8901
8902         * libtool-ldflags: New script.
8903
8904 2006-01-02  Andreas Schwab  <schwab@suse.de>
8905
8906         * configure.in: When reconfiguring remove Makefile in
8907         all stage directories.
8908         * configure: Regenerate.
8909
8910 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8911
8912         * MAINTAINERS: Update my email address.
8913
8914 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8915
8916         Revert Ada-related part of the previous change.
8917
8918         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8919         Do not pass.
8920         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8921         * Makefile.in: Regenerate.
8922         * configure.in: Do not include mt-ppc-aix target fragment.
8923         * configure: Regenerate.
8924
8925 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8926
8927         * configure.in: Select appropriate fragments for PowerPC/AIX.
8928         * configure: Regenerate.
8929
8930         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8931         BOOT_CFLAGS, BOOT_LDFLAGS.
8932         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8933         BOOT_CFLAGS, BOOT_LDFLAGS.
8934         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8935         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8936         (stage): Fail if we cannot complete the work.
8937         * Makefile.in: Regenerate.
8938
8939 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8940
8941         * configure.in: Replace ms1 with mt.
8942         * configure: Rebuilt.
8943
8944 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8945
8946         * MAINTAINERS: Update my email address.
8947
8948 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8949
8950         * Makefile.tpl (all, do-[+make_target+], do-check, install,
8951         install-host-nogcc): Don't invoke $(stage) at the end.
8952         * Makefile.in: Regenerate.
8953
8954 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8955
8956         * configure.in: Flip the top-level bootstrap switch.
8957         * configure: Regenerate.
8958
8959 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8960
8961         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8962         $(stage) and $(unstage).
8963         (EXTRA_TARGET_FLAGS): Correct double-quoting.
8964         (all): Remove stray semicolon.
8965         (local-distclean): Don't handle multilib.tmp and multilib.out.
8966         (install.all): Set $s for consistency.
8967         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8968         check_multilibs setting.  Always make the install directory.
8969         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8970         Correct @if/@endif.
8971         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8972         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8973         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8974         (multilib.out): Remove.
8975         * Makefile.in: Regenerated.
8976
8977 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
8978
8979         * MAINTAINERS (Write After Approval): Add myself.
8980
8981 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8982
8983         * MAINTAINERS: Add myself as mt maintainer.
8984
8985         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
8986
8987 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
8988
8989         * MAINTAINERS: Change email address.
8990
8991 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
8992
8993         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8994         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8995         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
8996         Find in-tree tools if available.
8997         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8998         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8999         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9000         (COMPILER_*_FOR_TARGET): New.
9001         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9002         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9003         (CONFIGURED_*, USUAL_*): Remove.
9004         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9005         STRIP): Use autoconf substitutions.
9006         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9007         COMPILER_NM_FOR_TARGET): New.
9008         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9009
9010         (all): Make all-host and all-target in parallel.
9011         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9012         that $$r and $$s are set before invoking a recursive make.
9013         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9014         ([+bootstrap-target+]): Inline most of the `all' target.
9015
9016 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9017
9018         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9019         from the gcc build directory.
9020         * Makefile.in: Regenerate.
9021
9022 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9023
9024         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9025         depend on all-libdecnumber.
9026         * configure.in (host_libs): Include libdecnumber.
9027         * Makefile.in: Regenerate.
9028         * configure: Likewise.
9029
9030 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9031
9032         * libdecnumber: Import decNumber sources from the dfp-branch.
9033
9034 2005-11-21  Kean Johnston  <jkj@sco.com>
9035
9036         * config.sub, config.guess: Sync from upstream sources.
9037
9038 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9039
9040         Import from Autoconf sources:
9041
9042         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9043         * config/move-if-change: Don't output "$2 is unchanged";
9044         suggested by Ben Elliston.  Handle weird characters correctly.
9045
9046 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9047
9048         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9049         to match upstream libtool for darwin.
9050
9051 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9052
9053         * Makefile.def: Remove gdb dependencies for gdbtk.
9054         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9055         (configure-gdb, install-gdb): New rules.
9056         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9057         * Makefile.in, configure: Regenerated.
9058
9059 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9060
9061         * MAINTAINERS (Write After Approval): Add myself.
9062
9063 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9064
9065         * MAINTAINERS (Write After Approval): Add myself.
9066
9067 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9068
9069         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9070         Diego Novillo.
9071
9072 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9073
9074         PR bootstrap/24297
9075         * Makefile.tpl (do-[+make-target+], do-check, install,
9076         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9077         are set before recursing.
9078         * Makefile.in: Regenerate.
9079
9080 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9081
9082         PR bootstrap/18939
9083         * Makefile.def (gcc) <target>: Fix thinko.
9084         * Makefile.in: Regenerate.
9085
9086 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9087
9088         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9089         * configure: Regenerate.
9090
9091 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9092
9093         * MAINTAINERS (Write After Approval): Add self.
9094
9095 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9096
9097         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9098         target-libffi, target-qthreads, target-libjava, and
9099         targetlibobjc.
9100         * configure: Regenerate.
9101
9102 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9103
9104         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9105         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9106         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9107         (USUAL_OBJDUMP_FOR_TARGET): New.
9108         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9109         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9110         * configure, Makefile.in: Regenerated.
9111
9112 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9113
9114         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9115         before other host packages.
9116
9117 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9118
9119         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9120
9121 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9122
9123         PR bootstrap/22340
9124
9125         * configure.in (default_target): Remove.
9126         * Makefile.tpl (all): Do not use prerequisites as subroutines
9127         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9128         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9129         use prerequisites as subroutines.
9130         (check-host, check-target): New.
9131         (bootstrap configure & all targets): Do not use stage*-start
9132         if the directory layout is already ok.
9133         (non-bootstrap configure & all targets): Prepend a $(unstage).
9134         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9135         (NOTPARALLEL): Remove.
9136         (unstage, stage variables): New variables.
9137         (unstage, stage targets): Simply expand to those variables.
9138
9139         * configure: Regenerate.
9140         * Makefile.in: Regenerate.
9141
9142 2005-10-04  James E Wilson  <wilson@specifix.com>
9143
9144         * Makefile.def (lang_env_dependencies): Add libmudflap.
9145         * Makefile.in: Regenerate.
9146
9147 2005-10-03  Andreas Schwab  <schwab@suse.de>
9148
9149         Backport from libtool CVS:
9150         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9151
9152         * ltmain.sh: add support for installing into temporary
9153         staging area (e.g. 'make install DESTDIR=...')
9154
9155 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9156
9157         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9158         * configure: Regenerated.
9159
9160 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9161
9162         * configure: Regenerate with the correct
9163         autoconf version.
9164
9165 2005-09-30  Catherine Moore  <clm@cm00re.com>
9166
9167         * configure.in (bfin-*-*): New.
9168         * configure: Regenerated.
9169
9170 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9171
9172         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9173         (LIPO_FOR_TARGET): New.
9174         (CONFIGURED_LIPO_FOR_TARGET): New.
9175         (USUAL_LIPO_FOR_TARGET): New.
9176         (STRIP_FOR_TARGET): New.
9177         (CONFIGURED_STRIP_FOR_TARGET): New.
9178         (USUAL_STRIP_FOR_TARGET): New.
9179         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9180         STRIP_FOR_TARGET.
9181         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9182         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9183         * Makefile.in: Regenerate.
9184         * configure: Regenerate.
9185
9186 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9187
9188         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9189         (rs6000-*-aix*): Same.
9190         * configure: Regenerate.
9191
9192 2005-09-16  Tom Tromey  <tromey@redhat.com>
9193
9194         * MAINTAINERS: Add self as java maintainer.
9195
9196 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9197
9198         * configure.in: Recognize f95 in the --enable-languages option,
9199         and substitute it for fortran, issuing a warning.
9200         * configure: Regenerate.
9201
9202 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9203
9204         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9205         * configure:  Regenerated.
9206
9207 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9208
9209         * MAINTAINERS: Add self as ms1 maintainer.
9210
9211 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9212
9213         * Makefile.def (libssp): Add to lang_env_dependencies.
9214         * Makefile.in: Regenerate.
9215
9216 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9217
9218         * MAINTAINERS: Add myself as middle-end maintainer.
9219
9220 2005-08-17  Christian Groessler  <chris@groessler.org>
9221
9222         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9223         * Makefile.in: Regenerate.
9224
9225 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9226
9227         * MAINTAINERS (write after approval): Added myself.
9228
9229 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9230
9231         * MAINTAINERS (Write After Approval): Add myself.
9232
9233 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9234
9235         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9236         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9237         Look for alternate names of the target cc and c++
9238         * configure: Regenerate.
9239
9240 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9241
9242         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9243         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9244         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9245         tools; remove code to manually set them.
9246         (Target tools): Look in the environment for them.
9247         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9248         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9249         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9250         build directory.
9251         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9252         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9253         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9254         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9255         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9256         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9257         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9258         * configure: Regenerate.
9259         * Makefile.in: Regenerate.
9260
9261 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9262
9263         * MAINTAINERS: Update for removed CPU targets.
9264
9265 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9266
9267         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9268         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9269         * Makefile.in: Regenerated.
9270
9271 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9272
9273         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9274         (CFLAGS_FOR_TARGET): Use it.
9275         (CXXFLAGS_FOR_TARGET): Likewise.
9276         * Makefile.in: Regenerated.
9277         * configure.in (--with-build-sysroot): New option.
9278         * configure: Regenerated.
9279
9280 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9281
9282         * Makefile.tpl: Wrap install between unstage and stage
9283         * Makefile.in: Regenerate.
9284
9285 2005-07-21  Eric Christopher  <echristo@apple.com>
9286
9287         * MAINTAINERS: Update affiliation.
9288
9289 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9290
9291         * MAINTAINERS: Add self as crx port maintainer.
9292
9293 2005-07-20  DJ Delorie  <dj@redhat.com>
9294
9295         * MAINTAINERS: Add self as m32c maintainer.
9296
9297 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9298
9299         * all files: Update FSF address.
9300
9301 2005-07-15  Eric Christopher  <echristo@redhat.com>
9302
9303         * MAINTAINERS: Change affiliation.
9304
9305 2005-07-14  Jim Blandy  <jimb@redhat.com>
9306
9307         * configure.in: Add cases for Renesas m32c.
9308         * configure: Regenerated.
9309
9310 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9311
9312         * COPYING.LIB: Update from fsf.org.
9313
9314 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9315
9316         * COPYING, compile, config.guess,
9317         config.sub, install-sh, missing, mkinstalldirs,
9318         symlink-tree, ylwrap: Sync from upstream sources.
9319         * config-ml.in: Update FSF address.
9320
9321 2005-07-13  Eric Christopher  <echristo@redhat.com>
9322
9323         * configure.in: Add toplevel noconfigdir support for tpf.
9324         * configure: Regenerate.
9325
9326 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9327
9328         PR ada/22340
9329
9330         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9331         * Makefile.in: Regenerate.
9332
9333 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9334
9335         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9336         Brolley to write-after-approval.
9337
9338 2005-07-07  Andreas Schwab  <schwab@suse.de>
9339
9340         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9341         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9342         * Makefile.in: Regenerated.
9343
9344 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9345
9346         * configure.in: Don't build sim or rda when targetting darwin.
9347         * configure: Regenerate.
9348
9349 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9350
9351         * configure.in: Add --enable-libssp and --disable-libssp.
9352         * configure: Regenerate with autoconf-2.13.
9353
9354 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9355
9356         * Makefile.def (target_modules): Add libssp.
9357         * configure.in (target_libraries): Add target-libssp.
9358         * configure: Rebuilt.
9359         * Makefile.in: Rebuilt.
9360
9361 2005-07-01  Zack Weinberg  <zackw@panix.com>
9362
9363         * MAINTAINERS: Change email address.  Resign from maintainership.
9364
9365 2005-07-01  Richard Guenther  <rguenther@suse.de>
9366
9367         * MAINTAINERS: Change my e-mail address and affiliation.
9368
9369 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9370
9371         * Makefile.def (stagefeedback): Come after profile.
9372         Define profiledbootstrap target.
9373         * Makefile.tpl (profiledbootstrap): Remove.
9374         (stageprofile-end): Zap stagefeedback.
9375         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9376         * Makefile.in: Regenerate.
9377
9378 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9379
9380         * MAINTAINERS: Update my email address.
9381
9382 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9383
9384         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9385         In 'cpp' stanza, support '#line' as well as '# '.
9386
9387 2005-06-08  Andreas Schwab  <schwab@suse.de>
9388
9389         * MAINTAINERS: Move myself from 'Write After Approval' to
9390         'CPU Port Maintainers' section as m68k maintainer.
9391
9392 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9393
9394         * configure.in (unsupported_languages): New macro.
9395         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9396         non-ported target libraries in noconfigdirs.
9397         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9398         non-linux-gnu.  Remove libgcj_ex_libffi.
9399         <lang_frag loop>: Set add_this_lang=no if the language is in
9400         unsupported_languages.
9401         * configure: Regenerate.
9402
9403 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9404
9405         * configure.in: Fix typo in handling of --with-mpfr-dir.
9406         * configure: Regenerate.
9407
9408 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9409
9410         * MAINTAINERS: Update my email address.
9411
9412 2005-06-02  Jim Blandy  <jimb@redhat.com>
9413
9414         * config.sub: Add cases for the Renesas m32c.  (This patch has been
9415         accepted into the master sources.)
9416
9417 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9418             Michael Snyder  <msnyder@redhat.com>
9419             Stan Cox  <scox@redhat.com>
9420
9421         * configure.in: Set noconfigdirs for ms1.
9422
9423         * configure: Regenerate.
9424
9425 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9426
9427         * MAINTAINERS (Write After Approval): Add self.
9428
9429 2005-06-01  Josh Conner  <jconner@apple.com>
9430
9431         * MAINTAINERS (Write After Approval): Add self.
9432
9433 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9434
9435         * MAINTAINERS: Update my email address.
9436
9437 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9438
9439         * MAINTAINERS (Write After Approval): Add self.
9440
9441 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
9442
9443         * MAINTAINERS (Write After Approval): Remove self.
9444
9445 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9446
9447         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9448         (Dependencies): Consider target modules for bootstrap dependencies.
9449         Make target bootstrap modules depend on each stage's gcc.
9450         * Makefile.in: Regenerate.
9451
9452 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9453
9454         * Makefile.def (configure-gcc): Depend on binutils having been built.
9455         (all-gcc): No need to do it here.
9456         * Makefile.in: Regenerate.
9457
9458 2005-05-19  Paul Brook  <paul@codesourcery.com>
9459
9460         * configure.in: Rewrite misleading error message when requested
9461         language cannot be built.
9462         * configure: Regenerate.
9463
9464 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9465
9466         * ylwrap: Import from Automake 1.9.5.
9467
9468 2005-05-13  David Ung  <davidu@mips.com>
9469
9470         * MAINTAINERS (Write After Approval): Add self.
9471
9472 2005-05-09  Mike Stump  <mrs@apple.com>
9473
9474         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9475         lt_cv_sys_max_cmd_len for now.
9476
9477 2005-05-09  Stan Cox  <scox@redhat.com>
9478
9479         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9480
9481 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
9482
9483         * README.SCO: Update the URL.
9484
9485 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
9486
9487         * ltconfig: Define file_list_spec.  Pass file_list_spec and
9488         with_gnu_ld to libtool.
9489         * ltcf-c.sh (aix[45]): Define file_list_spec.
9490         * ltcf-cxx.sh (aix[45]): Same.
9491         * ltcf-gcj.sh (aix[45]): Same.
9492         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9493         exists, write list of input files to temporary file.
9494
9495 2005-05-04  Mike Stump  <mrs@apple.com>
9496
9497         * configure.in: Always pass --target to target configures as
9498         otherwise rebuilds that do --recheck will fail.
9499         * confiugure: Rebuilt.
9500
9501 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
9502
9503         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9504         STAGE_HOST_EXPORTS.
9505         (configure, all): Add bootstrap support.
9506         (Host modules, target modules): Pass post-stage1 flags and exports.
9507         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9508         * Makefile.in: Regenerate.
9509
9510 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
9511
9512         * configure: Regenerate.
9513
9514 2005-04-27  Mike Stump  <mrs@apple.com>
9515
9516         * MAINTAINERS: Add self as darwin maintainer.
9517
9518 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
9519
9520         * config.sub: Update from master copy.
9521
9522 2005-04-21  Mike Stump  <mrs@apple.com>
9523
9524         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9525         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9526
9527 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
9528
9529         * configure.in <crisv32-*-*, cris-*-*>: New local variable
9530         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
9531         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
9532         "*-*-elf" and "*-*-linux*".
9533         * configure: Regenerate.
9534
9535 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
9536
9537         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9538
9539 2005-04-12  Mike Stump  <mrs@apple.com>
9540
9541         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9542
9543 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
9544
9545         * MAINTAINERS (Write After Approval): Add myself.
9546
9547 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
9548
9549         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9550
9551 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
9552
9553         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9554         (TARGET_CONFIGARGS): Include --with-target-subdir.
9555         (configure, all): New macros.  Use them throughout.
9556         * Makefile.in: Regenerate.
9557
9558 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
9559
9560         * MAINTAINERS (Write After Approval): Add myself.
9561
9562 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9563
9564         * MAINTAINERS: Remove 'loop unrolling' maintainer.
9565
9566 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
9567
9568         * MAINTAINERS: Move John Carr to Write After Approval.
9569
9570 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
9571
9572         * config/mh-mingw32: Delete.
9573         * configure.in: Don't use it.
9574         * configure: Regenerate.
9575
9576 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9577
9578         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9579         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9580         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9581         (HOST_LIB_PATH): Generate from Makefile.def.
9582         (TARGET_LIB_PATH): Likewise.
9583         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9584         * Makefile.in: Regenerate.
9585         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9586         (RPATH_ENVVAR): Include Darwin case.
9587         * configure: Regenerate.
9588
9589 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
9590
9591         * MAINTAINERS (Various Maintainers): Remove self.
9592         (Write After Approval): Add self.
9593
9594 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
9595
9596         * MAINTAINERS (Various Maintainers): Add self.
9597
9598 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
9599
9600         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9601         * configure: Regenerate.
9602
9603 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
9604
9605         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9606         gcc_version, and gcc_version_trigger from set of flags to pass.
9607         * Makefile.tpl: Remove definitions of above variables.
9608         (config.status): Remove dependency on $(gcc_version_trigger).
9609         * Makefile.in: Regenerate.
9610         * configure.in: Do not reference config/gcc-version.m4 nor
9611         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
9612         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
9613         * configure: Regenerate.
9614
9615 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
9616             Andrew Pinski  <pinskia@physics.uc.edu>
9617
9618         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9619         * Makefile.in: Regenerate.
9620
9621 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
9622
9623         * MAINTAINERS (Write After Approval): Add myself.
9624
9625 2005-03-03  David Ayers  <d.ayers@inode.at>
9626
9627         * MAINTAINERS (Write After Approval): Add myself.
9628
9629 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
9630
9631         PR libgcj/20160
9632         * ltmain.sh: Avoid creating archives with components that have
9633         duplicate basenames.
9634
9635 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
9636
9637         PR bootstrap/20250
9638         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9639         instead of check.
9640         * Makefile.in: Regenerate.
9641
9642 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9643
9644         * Makefile.in: Regenerate to fix conflict between the previous two
9645         patches.
9646
9647 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9648
9649         PR bootstrap/17383
9650         * Makefile.def (target_modules): Remove "stage", now unnecessary.
9651         * Makefile.tpl (HOST_SUBDIR): New substitution.
9652         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9653         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9654         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9655         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9656         (Host modules, Bootstrapped modules): Use it.
9657         (Build modules, Target modules): Do not create symlink trees,
9658         always configure out-of-srcdir.
9659         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9660         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9661         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9662         $(HOST_SUBDIR).  Create a symlink for host_subdir.
9663
9664         * Makefile.in: Regenerate.
9665         * configure: Regenerate.
9666
9667 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9668
9669         Merged from libada-gnattools-branch:
9670         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9671
9672         * gnattools: New directory.
9673         * Makefile.def: Add gnattools as a module, depending on target-libada.
9674         * Makefile.in: Regenerate.
9675         * configure.in: Include gnattools in host_tools; disable it if ada
9676         is disabled.
9677         * configure: Regenerate.
9678
9679 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9680
9681         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9682         treelang maintainer.
9683         (Write After Approval): Remove myself.
9684
9685 2005-02-23  Paul Schlie  <schlie@comcast.net>
9686
9687         * configure.in: Allow darwin targeted ports to build tk, itcl and
9688         libgui.
9689         * configure: Regenerate.
9690
9691 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9692
9693         PR libgcj/10353
9694         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9695         * configure: Regenerate.
9696
9697 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9698
9699         * MAINTAINERS (Write After Approval): Add myself.
9700
9701 2005-02-10  Ian Lance Taylor  <ian@airs.com>
9702
9703         * MAINTAINERS: Update my e-mail address.
9704
9705 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9706
9707         * MAINTAINERS (Write After Approval): Add myself.
9708
9709 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9710
9711         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9712         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9713         target-libgloss when not *-*-elf and *-*-aout.
9714         * configure: Regenerate.
9715
9716 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9717
9718         * MAINTAINERS: Remove obsolete entries.
9719
9720         * MAINTAINERS (Write After Approval): Add Michael Matz.
9721
9722 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9723
9724         * MAINTAINERS: Remove self as cpplib maintainer.
9725
9726 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9727
9728         * install-sh, config.sub: Import from upstream.
9729
9730 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9731
9732         PR bootstrap/18222
9733         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9734         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9735         * Makefile.in: Regenerate.
9736
9737 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9738
9739         * MAINTAINERS: Update my email address.
9740
9741 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
9742             Andreas Schwab  <schwab@suse.de>
9743
9744         PR bootstrap/18033
9745         * config-ml.in: Eval option if surrounded by single quotes.
9746
9747 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9748
9749         Revert 2004-12-28 Makefile changes, a better fix will be
9750         applied to mainline and src after GCC 4.0 branches.
9751
9752 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9753
9754         PR bootstrap/17383
9755
9756         * Makefile.def (target_modules): Remove stage parameter,
9757         it is always true now.
9758         * Makefile.tpl (configure-build-[+module+],
9759         configure-target-[+module+]): Always build symlink tree
9760         for the directory and for include.  BUILD_SUBDIR and
9761         TARGET_SUBDIR cannot be . anymore.
9762         * Makefile.in: Regenerate.
9763
9764 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
9765
9766         Revert 2004-12-08 Makefile changes.
9767
9768 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9769
9770         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9771         cygwin, mingw.
9772
9773 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9774
9775         * configure.in (sh64-*-*): Reenable gprof.
9776         * configure: Regenerate.
9777
9778 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
9779
9780         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9781         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9782         (EXTRA_TARGET_FLAGS): Add PICFLAG.
9783         * Makefile.in: Regenerate.
9784
9785 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9786
9787         * MAINTAINERS: Update my email address.
9788
9789 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
9790
9791         * Makefile.tpl: Generate normal dependencies if the LHS module is
9792         not bootstrapped.
9793         * Makefile.in: Regenerate.
9794
9795 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9796
9797         * configure.in: Include config/gxx-include-dir.m4.  Use
9798         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9799         * configure: Regenerate.
9800
9801 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9802
9803         * config.if: Delete.
9804         * configure.in: Set libstdcxx_incdir directly.
9805         * configure: Regenerate.
9806
9807 2004-12-02  Eric Christopher  <echristo@redhat.com>
9808
9809         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9810         * Makefile.in: Regenerate.
9811
9812 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9813
9814         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9815         * configure: Regenerate.
9816
9817 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9818
9819         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9820         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9821         * configure: Regenerate.
9822
9823 2004-12-01  Eric Christopher  <echristo@redhat.com>
9824
9825         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9826         of things to remove.
9827
9828 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
9829
9830         * MAINTAINERS (Write After Approval): Update my e-mail address.
9831
9832 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9833
9834         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9835         from CVS libtool to always pass_all.
9836
9837 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9838
9839         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9840         (hppa*64*-*-*): Delete incorrect comment.
9841         * configure: Rebuilt.
9842
9843 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9844
9845         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9846
9847 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9848
9849         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9850         from CVS libtool to always pass_all.
9851
9852 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9853
9854         * install-sh, compile: Import from automake.
9855
9856 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9857
9858         * config.guess, config.sub:  Import from savannnah.
9859
9860 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9861
9862         * MAINTAINERS (Write After Approval): Add myself
9863
9864 2004-11-12  Mike Stump  <mrs@apple.com>
9865
9866         * Makefile.def: Add html support.
9867         * Makefile.tpl: Likewise.
9868         * Makefile.in: Regenerate.
9869
9870 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
9871
9872         PR 18423
9873         * configure.in: Remove all instances of build-fixincludes from
9874         noconfigdirs.
9875         (build_configargs): Supply --target to subdirectories.
9876         * configure: Regenerate.
9877
9878         * Makefile.def: Make gcc install depend on fixincludes install.
9879         * Makefile.in: Regenerate.
9880
9881 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
9882
9883         * MAINTAINERS: Add myself as gcc testsuite maintainer.
9884
9885 2004-11-11  Paul Brook  <paul@codesourcery.com>
9886
9887         * MAINTAINERS: Add self as arm maintainer.  Update email address.
9888
9889 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9890
9891         * configure.in (noconfigdirs) [mmix-*-*]: Disable
9892         target-libgfortran.
9893         * configure: Regenerate.
9894
9895 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
9896
9897         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9898         like CC.
9899
9900 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9901
9902         * Makefile.def (host fixincludes): Specify missing targets.
9903         * Makefile.in: Regenerate.
9904
9905 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9906
9907         * MAINTAINERS: Add myself
9908
9909 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9910
9911         * MAINTAINERS (Write After Approval): Add myself.
9912
9913 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
9914
9915         * Makefile.def: Build fixincludes for the host, too.
9916         * Makefile.in: Regenerate.
9917         * configure.in (host_tools): Add fixincludes.
9918         * configure: Regenerate.
9919
9920 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
9921
9922         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9923         * configure: Regenerated.
9924
9925 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9926
9927         PR other/17783
9928         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9929         * configure: Regenerated.
9930
9931 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
9932
9933         * README.SCO: Update per FSF instructions.
9934
9935 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9936
9937         PR target/18151
9938         * configure.in (case ${target}): Do not build fixincludes for avr.
9939         * configure: Regenerated.
9940
9941 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9942
9943         * configure.in (case ${target}): Do not build fixincludes
9944         on platforms where it is not used.
9945         * configure: Regenerated.
9946
9947 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
9948
9949         * configure.in: Use an absolute path to install-sh.
9950         * configure: Regenerated.
9951
9952 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9953
9954         * MAINTAINERS (Write After Approval): Add myself.
9955
9956 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9957
9958         * MAINTAINERS: Remove from Write After Approval those that are
9959         already maintainers.
9960
9961 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9962
9963         * MAINTAINERS:  Update my email address.
9964
9965 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9966
9967         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9968         * configure: Regenerate.
9969
9970 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
9971
9972         * MAINTAINERS:  Update my email address.
9973
9974 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
9975
9976         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
9977         entries belonging to this category.
9978
9979 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
9980
9981         * MAINTAINERS: Update my e-mail address.
9982
9983 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
9984
9985         Fix wrong conflict resolution in:
9986
9987         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9988
9989         * Makefile.in: Regenerate.
9990         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9991         in the recursive `make', instead of hardwiring `all'.
9992         (Autogenerated TARGET-* variables): New.
9993
9994 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
9995
9996         * configure.in: Enable target-libgloss for crx-*-*.
9997         * configure: Regenerate.
9998
9999 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10000
10001         * MAINTAINERS (Various Maintainers): Move the "windows,
10002         cygwin, mingw" maintainer to ...
10003         (OS Port Maintainers): ... here.
10004
10005 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10006
10007         * MAINTAINERS (Write After Approval): Remove those that are
10008         maintainers of some subsystem.
10009
10010 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10011
10012         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10013         * ltcf-cxx.sh (tpf*): Likewise.
10014         * ltconfig (tpf*): Add TPF OS configuration support.
10015
10016 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10017
10018         * MAINTAINERS: Change my email address to my new work account.
10019
10020 2004-09-24  Michael Roth  <mroth@nessie.de>
10021
10022         * configure.in (--without-headers): Add missing double quotes.
10023         * configure: Regenerate.
10024
10025 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10026
10027         * ylwrap: Revert to previous version.
10028
10029 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10030
10031         PR bootstrap/17369
10032         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10033         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10034         SET_GCC_LIB_PATH_CMD.
10035         (BASE_TARGET_EXPORTS): Likewise.
10036         * Makefile.in: Regenerated.
10037
10038         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10039         * configure: Regenerated.
10040
10041 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10042
10043         * config.guess: New upstream version
10044         * compile, depcomp, install-sh, ylwrap: Likewise.
10045
10046 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10047
10048         * config/mh-x86omitfp: New host makefile fragment.  Add
10049         -fomit-frame-pointer to the default BOOT_CFLAGS.
10050         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10051         * configure: Regenerate.
10052
10053 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10054
10055         PR target/11572
10056         * configure.in (*-*-darwin*): Renable libobjc.
10057         * configure: Regenerate.
10058
10059 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10060
10061         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10062
10063 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10064
10065         * Makefile.def: Remove libbanshee.
10066         * Makefile.tpl: Ditto.
10067         * configure.in: Ditto.
10068         * Makefile.in: Regen.
10069         * configure: Ditto.
10070
10071 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10072
10073         * ltmain.sh: Use $pic_object as $non_pic_object if
10074         $non_pic_object=none.
10075
10076 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10077
10078         * missing: Import latest version from master repository.
10079
10080 2004-09-06  Nick Clifton  <nickc@redhat.com>
10081
10082         * config.sub: Import latest version from master repository.
10083         * config.guess: Likewise.
10084         This includes these changes:
10085
10086         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10087
10088         * config.sub: Handle crisv32, alias etraxfs.
10089         * config.guess (crisv32:Linux:*:*): Handle.
10090
10091         2004-08-13  Brad Smith  <brad@comstyle.com>
10092
10093         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10094         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10095
10096         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10097
10098         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10099         assume the processor is a powerpc.  This is because coreutils
10100         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10101         in this case, due to a MacOS X bug that causes
10102         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10103         to return a negative number.
10104         Problem reported by Petter Reinholdtsen in:
10105         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10106
10107         2004-07-19  Ben Elliston  <bje@gnu.org>
10108
10109         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10110
10111         2004-06-24  Ben Elliston  <bje@gnu.org>
10112
10113         * config.guess: Update copyright years.
10114         * config.sub: Likewise.
10115
10116         2004-06-22  Robert Millan  <robertmh@gnu.org>
10117
10118         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10119         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10120
10121         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10122
10123         * config.guess (*:*VMS:*:*): New entry. Replaces
10124         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10125         manufacturer.
10126
10127         2004-06-22  Ben Elliston  <bje@gnu.org>
10128
10129         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10130         * config.sub: Likewise.
10131
10132         2004-06-22  Ben Elliston  <bje@gnu.org>
10133
10134         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10135         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10136
10137         2004-06-11  Ben Elliston  <bje@gnu.org>
10138
10139         * config.guess (pegasos:OpenBSD:*:*): Remove.
10140
10141         2004-06-11  Ben Elliston  <bje@gnu.org>
10142
10143         From Wouter Verhelst <wouter@grep.be>:
10144         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10145
10146         2004-06-11  Ben Elliston  <bje@gnu.org>
10147
10148         * config.guess (luna88k:OpenBSD:*:*): New.
10149
10150         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10151
10152         * config.guess (m32r*:Linux:*:*): New case.
10153         * config.sub: Handle m32rle.
10154
10155         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10156
10157         From Jens Petersen  <petersen@redhat.com>:
10158         * config.sub: Handle sparcv8.
10159
10160         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10161
10162         From Tom Smith <smith@cag.lkg.hp.com>:
10163         * config.guess: Version suffixes are equally significant on Tru64
10164         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10165         prefix of "P" (patched kernel).
10166
10167         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10168
10169         * config.sub: Add support for National Semiconductor CRX target.
10170
10171 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10172
10173         * MAINTAINERS (Various Maintainers): Remove myself as web page
10174         maintainer, add myself as maintainer of build status lists.
10175
10176 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10177
10178         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10179         *-*-netware, but add target-libmudflap.
10180         Consolidate *-*-netware targets (of which really only i?86 exists)
10181         into a single entry.
10182         * configure: Likewise.
10183
10184 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10185
10186         * Makefile.tpl (sorry): Remove.
10187         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10188         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10189         (do-clean): Clean per-stage directories too.
10190         (do-distclean): Run distclean-stage1 too.
10191         (.NOTPARALLEL): Enable during toplevel bootstrap.
10192         (stage[+id+]-bubble): Enable parallel execution during
10193         the recursive invocation.
10194         * Makefile.in: Regenerate.
10195
10196         Fix previous checkin:
10197
10198         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10199         include.
10200         * configure.in: Fix indentation.
10201         * configure: Regenerate.
10202
10203 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10204
10205         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10206         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10207         * configure: regenerate
10208         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10209         -mdynamic-no-pic
10210
10211 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10212
10213         * Makefile.def (build_modules): Add fixincludes.
10214         (dependencies): Make gcc depend on fixincludes.
10215         * configure.in (build_tools): Add fixincludes.
10216         (build_configdirs): Always include build_libs.
10217         * Makefile.in: Regenerate.
10218         * configure: Regenerate.
10219
10220 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10221
10222         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10223         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10224         phony targets; do not generate timestamp files.
10225         (distclean-stageN): Remove references to their timestamp files.
10226         (restageN, touch-stageN): Remove.
10227         (stageN-bubble): Rewritten.
10228         (compare): Support lean bootstraps.
10229         * Makefile.in: Regenerate.
10230
10231         * configure.in: Only warn when bootstrapping but
10232         build != host or build != target.  Support lean bootstraps.
10233         * configure: Regenerate.
10234
10235 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10236
10237         * configure.in:  Give a better error message if GMP/MPFR are missing
10238         and a language needing them has been requested.
10239         * configure:  Regenerated.
10240
10241 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10242
10243         * configure.in:  Print a list of available language front-ends if
10244         a requested one is missing.  Tidy stray tab characters.
10245         * configure:  Regenerated.
10246
10247 2004-08-19  Michael Koch  <konqueror@gmx.de>
10248
10249         * gcc/doc/install.texi: Update entry about automake for libjava.
10250
10251 2004-08-17  Robert Millan  <robertmh@gnu.org>
10252
10253         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10254         (instead of FreeBSD).
10255         * configure: Regenerate.
10256
10257 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10258
10259         * Makefile.in: Regenerate.
10260         * configure: Regenerate.
10261
10262         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10263         stage_*_flags.
10264         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10265         for bootstrapped modules if toplevel bootstrap is going.
10266         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10267         modules.  Adjust for changes in Makefile.def.  Enable several
10268         rules even in non-bootstrap mode, just to avoid peppering the
10269         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10270         (stage-[+prev+]-bubble): Remove.
10271
10272         * Makefile.def (Dependencies): Depend on all-build-bison,
10273         all-build-flex, all-build-byacc, all-build-texinfo, rather
10274         than the host variations.
10275         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10276         with BUILD_SUBDIR.
10277         (BISON): Update for recent Bisons.
10278         (YACC): Fix typo.
10279         (cross): Depend on all-build.
10280         (all): Do not depend on all-build.
10281         (prebootstrap): Remove.
10282         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10283         (Prebootstrap dependencies): Add them to the per-stage targets
10284         and to all-prebootstrap.
10285         * configure.in (build_configdirs): Always enable build_tools.
10286         (BUILD_DIR_PREFIX): Remove.
10287
10288         * Makefile.def (gcc): Add target variable.
10289         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10290         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10291         in the recursive `make', instead of hardwiring `all'.
10292         (Autogenerated TARGET-* variables): New.
10293
10294 2004-08-13  Brian Booth  <bbooth@redhat.com>
10295
10296         * MAINTAINERS: Remove myself from write-after-approval.
10297
10298 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10299
10300         * src-release: Stop distributing mmalloc with gdb (which doesn't
10301         use it).
10302         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10303         * Makefile.in: Regenerate.
10304
10305 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10306
10307         * configure.in (arm*-*-eabi*): New target.
10308         * configure: Regenerate.
10309
10310 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10311
10312         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10313         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10314         (Dependencies): New section.
10315         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10316         (configure-target-[+module+]): Depend on maybe-all-gcc
10317         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10318         (toplevel profiledbootstrap): Fix dependencies.
10319         * Makefile.in: Regenerate.
10320
10321 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10322
10323         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10324         target-libiberty to noconfigdirs.
10325         * configure: Regenerate.
10326
10327 2004-08-03  Paul Brook  <paul@codesourcery.com>
10328
10329         * configure.in: Check for MPFR as well as GMP.
10330         * configure: Regenerate.
10331
10332 2004-08-01  Robert Millan  <robertmh@gnu.org>
10333
10334         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10335         libmudflap for all GNU-based systems (with Glibc).
10336         * configure: Regenerate.
10337
10338 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10339
10340         * Makefile.def (host-modules): Add gcc.
10341         * Makefile.in: Regenerate.
10342         * Makefile.tpl (sorry): New rule.
10343         (configure-host, all-host, [+make_target+]-host, do-check,
10344         install-host): Do not add gcc as a special case.
10345         (host modules): Add a small special-casing for gcc.  Export
10346         extra_make_flags through the environment.
10347         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10348         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10349         other recursive targets for gcc): Remove.
10350
10351         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10352         (stage, unstage): New rules.
10353         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10354         distclean-stage[+id+]): Use stage_current.
10355         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10356         the stage*-start rules.
10357
10358 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10359
10360         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10361         use -all_load flag.
10362
10363 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10364
10365         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10366         * configure: Regenerate.
10367
10368 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10369
10370         * maintainer-scripts/gcc_release: Revert yesterday's change.
10371
10372 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10373
10374         * MAINTAINERS: Add myself to write-after-approval.
10375
10376 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10377
10378         * libf2c: Removed.
10379         * gcc/gccbug.in: Updated because of libf2c removal.
10380         * maintainer-scripts/gcc_release: Ditto.
10381
10382 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10383
10384         * configure.in: Build libmudflap by default on FreeBSD.
10385         * configure: Regenerated.
10386
10387 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
10388
10389         * configure.in: Do not build libmudflap by default on non-GNU/Linux
10390         systems.
10391         * configure: Regenerated.
10392
10393 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10394
10395         PR target/16344
10396         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10397         feedback based compiler.
10398         * Makefile.in: Rebuilt.
10399
10400 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10401
10402         * Makefile.def (host_modules): Set bootstrap=true for flex.
10403         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10404         * Makefile.in: Rebuilt.
10405
10406 2004-07-07  Jan Hubicka  <jh@suse.cz>
10407
10408         * MAINTAINERS: Add self as a profile feedback maintainer.
10409
10410 2004-07-05  Phil Edwards  <phil@codesourcery.com>
10411
10412         * configure.in:  Do not prepend $srcdir to /dev/null in
10413         makefile fragments.
10414         * configure:  Regenerate.
10415
10416 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10417
10418         * Makefile.def (build_modules): Add bison, byacc, flex,
10419         m4, texinfo.
10420         (flags_to_pass): Add FLEX.
10421         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10422         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10423         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10424         DEFAULT_MAKEINFO): Remove.
10425         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10426         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10427         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10428         objdir or else use configured tool.
10429         (all-build): New.
10430         (all): Depend on it.
10431         (Build module dependencies): Add.
10432         * Makefile.in: Regenerate.
10433         * configure.in: Better support for multiple build modules,
10434         matching what is done for host/target modules.  Do not look
10435         for "plausible" locations of build tools if Canadian cross.
10436         Use autoconf's AC_PROG_CC to find a C compiler.  Define
10437         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10438         * configure: Regenerate.
10439
10440 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10441
10442         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10443         * Makefile.in: Regenerate.
10444
10445 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10446
10447         * Makefile.tpl (configure-build-[+module+],
10448         configure-[+module+], configure-target-[+module+]): Pass
10449         [+extra_configure_args+].
10450         (all-build-[+module+], all-[+module+], check-[+module+],
10451         install-[+module+], [+make_target+]-[+module+],
10452         all-target-[+module+], check-target-[+module+],
10453         install-target-[+module+], [+make_target+]-target-[+module+]):
10454         Pass [+extra_make_args+].
10455         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10456         (GCC_HOST_EXPORTS): Remove.
10457         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10458         cross, check-gcc, check-gcc-c++, install-gcc,
10459         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10460         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10461         * Makefile.in: Regenerate.
10462
10463 2004-06-21  Matthew Sachs  <msachs@apple.com>
10464
10465         * MAINTAINERS: Added self to write-after-approval.
10466
10467 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10468
10469         * configure.in: Check for srcdir/winsup rather than build directory
10470         winsup.
10471         * configure: Regenerate.
10472
10473 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10474
10475         * configure.in: Don't build Cygwin native newlib if winsup
10476         directory is missing.  Emit warning instead.
10477         * configure: Regenerate.
10478
10479 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10480
10481         * Makefile.tpl (touch-stage[+id+]): New.
10482         (restage[+prev+]): Depend on touch-stage[+id+].
10483
10484         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10485         Use it throughout.
10486
10487         * Makefile.def: Add profile and feedback bootstrap stages.
10488         Remove next field from bootstrap stages.
10489         * Makefile.tpl (LN, LN_S): Substitute.
10490         (stageN-start, stageN-end): Use double-colon rules, to
10491         provide a hook for additional setup commands.
10492         (distclean-stageN-gcc, restageN): Create dependencies from
10493         [+prev+], not from [+next+].
10494         (stageN-bubble): Add commands for successive stages from
10495         [+prev+], using double-colon rules.
10496         (all-stageN-gcc): Fix typo.
10497         (stagefeedback-start, profiledbootstrap): New.
10498         * Makefile.in: Regenerate.
10499         * configure.in: Call ACX_PROG_LN.
10500         * configure: Regenerate.
10501
10502 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
10503
10504         * MAINTAINERS (Write After Approval): Add myself.
10505
10506 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
10507
10508         * MAINTAINERS (Write After Approval): Add myself.
10509
10510 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
10511
10512         * configure.in: Fix --enable-bootstrap breakage introduced in trees
10513         without gcc.
10514         * configure: Regenerate.
10515
10516 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10517
10518         * Makefile.tpl: Fix typo.
10519         * Makefile.in: Regenerate.
10520
10521 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10522
10523         * configure.in: Remove new- prefix from toplevel
10524         bootstrap targets.
10525         * configure: Regenerate.
10526
10527 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10528
10529         * Makefile.tpl (all.normal): Rename to all.
10530         (all): Replace with a rule to pick the default
10531         target from configure.
10532         (all-gcc, configure-gcc): Use conditionals to
10533         do nothing when toplevel bootstrap is going on.
10534         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10535         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10536         * configure.in: Support --enable-bootstrap.
10537
10538         * Makefile.def: Remove new- prefix from toplevel
10539         bootstrap targets.
10540         * Makefile.tpl: Likewise.
10541
10542         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
10543         target.
10544
10545         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10546         $(RECURSE_FLAGS) to recursive invocation of make.
10547
10548         * Makefile.in: Regenerate.
10549         * configure: Regenerate.
10550
10551 2004-05-30  Andreas Jaeger  <aj@suse.de>
10552             Jim Wilson  <wilson@specifixinc.com>
10553
10554         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10555         like CC.
10556
10557 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
10558
10559         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10560         * configure: Regenerate.
10561
10562 2004-05-25  Daniel Jacobowitz  <drow@false.org>
10563
10564         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10565         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10566         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
10567         targets.
10568         * Makefile.in: Regenerate.
10569
10570 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
10571
10572         * configure.in: Test the ability to symlink directories.
10573         * configure: Regenerate.
10574
10575         * Makefile.def (bootstrap-stage): New definitions.
10576         * Makefile.tpl (configure-stage1-gcc,
10577         configure-stage2-gcc, configure-stage3-gcc,
10578         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10579         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10580         new-restage3, compare): Autogenerate, see Makefile.in
10581         entry for behavioral changes.
10582         (distclean-stage1, new-stage1-start, new-stage1-end,
10583         new-stage1-bubble, distclean-stage2, new-stage2-start,
10584         new-stage2-end, new-stage2-bubble, distclean-stage3,
10585         new-stage3-start, new-stage3-end): New autogenerated targets.
10586         (objext, prebootstrap, BOOT_CFLAGS,
10587         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10588         targets.
10589
10590         * Makefile.in: Regenerate.
10591         (distclean-stage1, new-stage1-start, new-stage1-end,
10592         new-stage1-bubble, distclean-stage2, new-stage2-start,
10593         new-stage2-end, new-stage2-bubble, distclean-stage3,
10594         new-stage3-start, new-stage3-end): New targets.
10595         (all-stage1-gcc): Move prebootstrap dependency from here...
10596         (configure-stage1-gcc): ...to here.
10597         (new-bootstrap): Use bubble targets.
10598         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10599         Use per-stage distclean targets.
10600         (configure-stage1-gcc, configure-stage2-gcc,
10601         configure-stage3-gcc, all-stage1-gcc,
10602         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10603         Use new-stageN-start to prepare the tree.
10604
10605 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
10606
10607         * Makefile.def (host_modules): add libcpp.
10608         * Makefile.tpl: Add dependencies on and for libcpp.
10609         * Makefile.in: Regenerate.
10610         * configure.in: Add libcpp host module.
10611         * configure: Regenerate.
10612
10613 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
10614
10615         * Makefile.tpl: Whenever a recursive target is defined, wrap
10616         it in a special @if/@endif block, and prepare its maybe
10617         dependency in the @if/@endif block
10618         * configure.in: Instead of writing maybe dependencies, remove
10619         the @if/@endif statements, and remove the @if/@endif blocks
10620         that remain.
10621         * configure: Regenerate.
10622         * Makefile.in: Regenerate.
10623
10624 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
10625
10626         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10627
10628 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
10629
10630         PR bootstrap/15120
10631         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10632         * */configure: Rebuilt.
10633
10634 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
10635
10636         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10637         of libf2c.
10638         * configure, Makefile.in: Regenerate.
10639
10640 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
10641
10642         * MAINTAINERS (Write After Approval): Add myself.
10643
10644 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
10645
10646         Merge from tree-ssa-20020619-branch.
10647
10648         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10649         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10650         (HOST_GMPLIBS): Define.
10651         (HOST_GMPINC): Define.
10652         (TARGET_LIB_PATH): Add libmudflap.
10653         (GFORTRAN_FOR_TARGET): Define.
10654         (configure-build*): Export GFORTRAN.
10655         (configure-gcc): Export GMPLIBS and GMPINC.
10656         (all-gcc): Add maybe-all-libbanshee.
10657         (configure-target-libgfortran): Define.
10658         * Makefile.in: Regenerate.
10659         * configure.in (host_libs): Add libbanshee.
10660         (target_libraries): Add target-libmudflap and target-libgfortran.
10661         Add --with-libbanshee.
10662         Handle --disable-libmudflap.
10663         (*-*-freebsd*): Use with_gmp.
10664         Add $(libgcj) to noconfigdirs.
10665         * configure: Regenerate.
10666         * depcomp: New file.
10667         * MAINTAINERS: Add tree-ssa maintainers.
10668
10669 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10670
10671         * MAINTAINERS (Various Maintainers): Add myself.
10672
10673 2004-04-30  Brian Ford  <ford@vss.fsi.com>
10674
10675         * MAINTAINERS (Write After Approval): Add myself.
10676
10677 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
10678
10679         * MAINTAINERS (Write After Approval): Add myself.
10680
10681 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10682
10683         * config/acx.m4: Fix fastcompare support for new-bootstrap.
10684         * configure: Regenerate.
10685
10686 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10687
10688         Revert:
10689         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10690
10691         * Makefile.def (flags_to_pass): Remove *dir variables that
10692         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10693         as well as prefix and exec_prefix.
10694         * Makefile.in: Regenerate.
10695
10696 2004-04-26  Robert Millan  <robertmh@gnu.org>
10697
10698         Add patches from libtool CVS.
10699         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10700         * ltconfig: Likewise.
10701         * ltcf-c.sh: Likewise.
10702         * ltcf-cxx.sh: Likewise.
10703         * ltcf-gcj.sh: Likewise.
10704
10705 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10706
10707         * Makefile.def (host_modules): Mark with the bootstrap
10708         flag packages on which gcc depends.
10709         * Makefile.tpl (all-bootstrap): Use it.
10710         * Makefile.in: Regenerate.
10711
10712 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10713
10714         * Makefile.def (flags_to_pass): Remove *dir variables that
10715         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10716         as well as prefix and exec_prefix.
10717         * Makefile.in: Regenerate.
10718
10719 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10720
10721         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10722         * configure: Regenerate.
10723         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10724         * gcc/Makefile.tpl (compare): Use the result of the test.
10725         * gcc/Makefile.in: Regenerate.
10726
10727 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10728
10729         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10730         Always relocate gcc and prev-gcc to the original names, even
10731         if the build fails.
10732         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10733         New targets.
10734
10735 2004-04-23  Laurent GUERBY <laurent@guerby.net>
10736
10737         * MAINTAINERS: Update my email address.
10738
10739 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10740
10741         * configure.in (mips*-*-irix5*): Enable ld.
10742         * configure: Regenerate.
10743
10744 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10745
10746         * configure: Regenerate.
10747
10748 2004-04-15  James E Wilson  <wilson@specifixinc.com>
10749
10750         * Makefile.tpl (configure-[+module+], configure-gcc,
10751         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10752         Set and export LDFLAGS.
10753         * Makefile.in: Regenerate.
10754
10755 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10756
10757         * MAINTAINERS: Add myself to write-after-approval.
10758
10759 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10760
10761         PR bootstrap/14871
10762         * Makefile.tpl: If we don't have built-in-tree target tools,
10763         use the ones found by configure rather than hacking around with
10764         program_transform_name.
10765         * configure.in: Give Makefile.tpl the information necessary
10766         to do that.
10767         * Makefile.in: Regenerate.
10768         * configure: Regenerate.
10769
10770 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10771
10772         PR bootstrap/14760
10773         * configure.in: When computing baseargs, strip *all* copies of
10774         offending options.  Also, don't match/substitute the trailing space,
10775         so that this actually works when two similar options are separated by
10776         only one space.
10777         * configure: Regenerate.
10778
10779 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
10780
10781         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10782         (rs6000-*-aix*): Same.
10783         * configure: Regenerate.
10784
10785 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10786
10787         * MAINTAINERS: Add myself to write-after-approval.
10788
10789 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
10790
10791         * MAINTAINERS: Add myself to write-after-approval.
10792
10793 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10794
10795         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10796         STRICT_WARN, WARN_CFLAGS flags passed down to make.
10797         * Makefile.in: Regenerate.
10798
10799         * configure.in (top level bootstrap support): Rework --enable-werror
10800         to set @stage2_werror_flag@.
10801         * configure: Regenerate.
10802         * Makefile.tpl (top level bootstrap support): Pass
10803         @stage2_werror_flag@ down to configure in stages 2 and 3.
10804         * Makefile.in: Regenerate.
10805
10806 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10807
10808         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10809         for stages 2 and 3 as well as in make.  As a consequence, remove
10810         OUTPUT_OPTION (now detected by configure) from the flags passed down
10811         to make.
10812         * Makefile.in: Regenerate.
10813
10814         * Makefile.tpl (new-bootstrap): Fix typo.
10815         * Makefile.in: Regenerate.
10816
10817 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10818
10819         * Makefile.tpl: Rearrange by moving recursive_targets rules
10820         into their proper sections.
10821         * Makefile.tpl (top level bootstrap support): Move disabling
10822         of coverage flags from 'make' to 'configure'; improve comments.
10823         * Makefile.in: Regenerate.
10824
10825         * Makefile.tpl (experimental top level bootstrap) Move stage1
10826         language setting from all- target to configure- target; disable
10827         intermodule optimization in stage 1; prevent gratuitous rebuilds
10828         of stage 1.
10829         * Makefile.in: Regenerate.
10830         * configure.in: Comma-separate stage 1 language list for top
10831         level bootstrap.
10832         * configure: Regenerate.
10833
10834         * Makefile.tpl: Clean up experimental top level bootstrap support:
10835         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10836         prev-gcc in configure- targets as well as all- targets.
10837         * Makefile.in: Regenerate.
10838
10839 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10840
10841         * compile: New file imported from automake.
10842
10843 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10844
10845         * configure.in: Remove symbolic link section.
10846         * configure: Regenerate.
10847         * Makefile.tpl (links): Remove.
10848         * Makefile.in: Regenerate.
10849
10850 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10851             Nathanael Nerode  <neroden@gcc.gnu.org>
10852
10853         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10854         Set with AC_CHECK_PROGS.
10855         * configure.in: Fix comment typo from last patch.
10856         * configure: Regenerate.
10857
10858 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10859
10860         * Makefile.tpl: Introduce experimental top level bootstrap support.
10861         * Makefile.in: Regenerate.
10862         * configure.in: Introduce support for top level bootstrap.
10863         * configure: Regenerate.
10864
10865 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10866             Paolo Bonzini  <bonzini@gnu.org>
10867
10868         PR bootstrap/14522
10869         * configure.in: Cope with shells that do not support unquoted ^
10870         * configure: Regenerate.
10871
10872 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10873             Paolo Bonzini  <bonzini@gnu.org>
10874
10875         PR bootstrap/14522
10876         * configure.in: Cope with shells that do not support nesting
10877         quotes inside quoted backquote substitutions.
10878         * configure: Regenerate.
10879
10880 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10881
10882         PR bootstrap/14522
10883         * configure.in: Fix escaping of $.
10884         * configure: Regenerate.
10885
10886 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10887
10888         * configure: Regenerate, since I forgot to while committing Paolo's
10889         changes.
10890
10891 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10892
10893         PR ada/14131
10894         Move language detection to the top level.
10895         * configure.in: Find default values for the tools as
10896         soon as possible.  Disable ada if GNAT is not found.
10897         Emit error message about missing languages.  Expand
10898         --enable-languages=all for the gcc subdirectory.
10899
10900 2004-03-10  Ben Elliston  <bje@gnu.org>
10901
10902         * MAINTAINERS: Update my email address.
10903
10904 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
10905
10906         * ltconfig: Disable building static libraries if building shared
10907         libraries on AIX 5L.
10908
10909 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10910
10911         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10912         and disable libgcj.
10913         * configure: Regenerated.
10914
10915 2004-03-01  Brian Booth  <bbooth@redhat.com>
10916
10917         * MAINTAINERS: Add myself to write-after-approval.
10918
10919 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10920
10921         * MAINTAINERS: Add myself to write-after-approval.
10922
10923 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10924
10925         PR bootstrap/7087
10926         * Makefile.tpl: Guard XFOO sed statements better.
10927         * Makefile.tpl: Add dependency for configure-target-libada.
10928         * Makefile.in: Regenerate (incidentally fixes broken
10929         commit when libada-branch was merged).
10930
10931 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10932
10933         * MAINTAINERS: Add myself to write-after-approval.
10934
10935 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10936
10937         * MAINTAINERS: Add Nicola Pero and myself as libobjc
10938         maintainers.
10939
10940 2004-02-20  Andrew Cagney  <cagney@redhat.com>
10941
10942         * config.guess: Update from version 2003-10-16 to 2004-02-16.
10943         * config.sub: Update from version 2003-11-03 to 2004-02-16.
10944
10945 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10946
10947         PR bootstrap/11932
10948         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10949
10950 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10951
10952         * MAINTAINERS: Added myself to write-after-approval.
10953
10954 2004-02-14  Michael Koch  <konqueror@gmx.de>
10955
10956         * MAINTAINERS: Added myself to write-after-approval.
10957
10958 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10959
10960         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10961         some OS port maintainers to OS port maintainers section.
10962
10963 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
10964
10965         * MAINTAINERS: Add self.
10966
10967 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10968
10969         * MAINTAINERS: Alphabetize.
10970
10971 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
10972
10973         * MAINTAINERS: Remove myself.
10974
10975 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
10976
10977         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10978         (rs6000-*-aix*): Same.
10979         * configure: Regenerate.
10980
10981 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
10982
10983         * configure.in (host): Add in missing $noconfigdirs to defines.
10984         * configure: Regenerate.
10985
10986 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
10987             Nathanael Nerode  <neroden@gcc.gnu.org>
10988
10989         PR ada/6637, PR ada/5911
10990         Merge with libada-branch:
10991         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10992         with appropriate dependencies. Add --enable-libada configure switch.
10993         * configure, Makefile.in: Regenerate.
10994
10995 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
10996
10997         * MAINTAINERS: Add myself to write-after-approval.
10998
10999 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11000
11001         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11002         * configure: Regenerate.
11003
11004 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11005
11006         Merge from upstream:
11007
11008         * ltmain.in: When setting IFS to '~', be careful about user
11009         arguments that contain '~'.
11010
11011         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11012
11013         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11014         Also test $base_compile against $CC with escaped arguments. Bug
11015         reported by Geoff Keating <geoffk@apple.com>.
11016
11017 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11018
11019         * MAINTAINERS: Remove i960 port.
11020
11021 2004-01-23  DJ Delorie  <dj@redhat.com>
11022
11023         * Makefile.def (target_modules) [libiberty]: Don't stage.
11024         * Makefile.in: Rebuilt.
11025
11026 2004-01-20  Caroline Tice  <ctice@apple.com>
11027
11028         * MAINTAINERS: Add myself to write-after-approval.
11029
11030 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11031
11032         * MAINTAINERS: Update my email address.
11033
11034 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11035
11036         * MAINTAINERS: Add myself to write-after-approval.
11037
11038 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11039
11040         * MAINTAINERS: Remove entries without email address.
11041
11042 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11043
11044         * MAINTAINERS: Add myself to write-after-approval.
11045
11046 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11047
11048         * MAINTAINERS: Update my email address.
11049
11050 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11051
11052         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11053         * Makefile.tpl (configure-target-[+module+]): Support stage.
11054         * Makefile.in: Rebuilt.
11055
11056 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11057
11058         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11059
11060 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11061
11062         * MAINTAINERS: Add myself as a MIPS maintainer.
11063
11064 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11065
11066         * configure.in: Use ./config.cache, not config.cache.
11067         * configure: Regenerate.
11068         * Makefile.tpl: Special-casing not needed for GCC any more.
11069         * Makefile.in: Regenerate.
11070
11071         * configure.in: Don't share a cache file for host dirs.
11072         * configure: Regenerate.
11073
11074         * config-ml.in: Don't mess with the cache file.
11075
11076 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11077
11078         * MAINTAINERS: Move myself from 'Write After Approval' to
11079         'CPU Port Maintainers' section as SPARC maintainer.
11080
11081 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11082
11083         * Makefile.tpl: Make GCC use a separate config.cache.
11084         * Makefile.in: Regenerate.
11085
11086         PR bootstrap/11932, PR bootstrap/11933
11087         (I don't know if it will fix either of them, but it relates
11088         to them.)
11089         * configure.in: Don't use shared config.cache for target
11090         directories.
11091         * configure: Regenerate.
11092
11093 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11094
11095         * MAINTAINERS: Add myself to 'Write After Approval' section.
11096
11097 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11098
11099         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11100         * configure: Regenerated.
11101
11102 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11103
11104         * MAINTAINERS: Remove the mn10200 maintainer.
11105
11106 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11107
11108         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11109         * configure: Regenerated.
11110
11111 2003-12-16  Jan Hubicka  <jh@suse.cz>
11112
11113         * MAINTAINERS: Add myself as callgraph maintainer.
11114
11115 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11116
11117         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11118         * configure: Regenerate.
11119
11120 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11121
11122         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11123         'Write After Approval' section. Update email.
11124
11125 2003-12-01  James Lemke  <jim@wasabisystems.com>
11126
11127         * MAINTAINERS (Write After Approval): Add myself.
11128
11129 2003-11-20  Matt Thomas  <matt@3am-software.com>
11130
11131         * MAINTAINERS: Add myself as a vax port maintainer.
11132
11133 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11134
11135         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11136         (configure-build-[+module+], configure-[+module+]): Likewise.
11137         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11138         * Makefile.in: Regenerate.
11139
11140 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11141
11142         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11143         shared/dylibed libraries.
11144         * ltmain.sh: Likewise.
11145         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11146         * ltcf-cxx.sh: Likewise.
11147         * ltcf-gcj.sh: Likewise.
11148         * ltconfig: Likewise.
11149
11150 2003-11-17  Stan Cox  <scox@redhat.com>
11151
11152         * MAINTAINERS: Add myself as iq2000 port maintainer.
11153
11154 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11155
11156         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11157         * Makefile.in: Regenerate.
11158
11159 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11160
11161         * config.sub: Update to 2003-11-03 version.
11162
11163 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11164
11165         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11166         * configure:  Regenerate.
11167
11168 2003-10-20  Nicolas Pitre  <nico@cam.org>
11169
11170         * MAINTAINERS: Add myself to 'Write After Approval' section.
11171
11172 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11173
11174         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11175
11176 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11177
11178         * MAINTAINERS: Update my email address.
11179
11180 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11181
11182         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11183
11184 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11185
11186         * MAINTAINERS: Add myself to 'Write After Approval' section.
11187
11188 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11189
11190         * config.guess: Update to 2003-10-16 version.
11191         * config.sub: Update to 2003-10-16 version.
11192
11193 2003-10-15  David Daney  <ddaney@avtrex.com>
11194
11195         * MAINTAINERS: Added myself to 'Write After Approval' section.
11196
11197 2003-10-15  Falk Hueffner  <falk@debian.org>
11198
11199         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11200         'Write After Approval' section. Update email.
11201
11202 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11203
11204         * MAINTAINERS: Move myself from 'Write After Approval' to
11205         'Various Maintainers' section as middle-end maintainer.
11206
11207 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11208
11209         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11210         HOST_FLAGS_TO_PASS.
11211         * Makefile.in: Regenerate.
11212
11213 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11214
11215         * config.guess: Update to 2003-10-07 version.
11216         * config.sub: Update to 2003-10-07 version.
11217
11218 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11219
11220         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11221         * ltconfig (irix5*, irix6*): Don't override version_type.
11222
11223 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11224
11225         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11226         * configure: Rebuilt
11227         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11228         * Makefile.in: Rebuilt
11229
11230 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11231
11232         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11233
11234 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11235
11236         * MAINTAINERS (Write After Approval): Add myself.
11237
11238 2003-09-29  Paul Koning  <ni1d@arrl.net>
11239
11240         * MAINTAINERS: Move myself from "Write After Approval"
11241         to CPU platform maintainers for pdp11 platform.
11242
11243 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11244
11245         * MAINTAINERS: Move myself from 'Write After Approval' to
11246         'Various Maintainers' section as libffi testsuite maintainer.
11247
11248 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11249
11250         * configure.in: Pass a computed --program-transform-name
11251         to subconfigures.
11252         * configure: Regenerated.
11253
11254 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11255
11256         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11257         * Makefile.in: Regenerate.
11258
11259         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11260         * Makefile.in: Regenerate.
11261
11262 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11263
11264         * MAINTAINERS: Move myself from 'Write After Approval'
11265         to 'Various Maintainers' (objective-c) section.
11266
11267 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11268
11269         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11270         quoting.
11271         * configure: Regenerated.
11272
11273 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11274
11275         * MAINTAINERS (Write After Approval): Add myself to write after
11276         approval list.
11277
11278 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11279
11280         * MAINTAINERS (Write After Approval): Add myself.
11281
11282 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11283
11284         * MAINTAINERS: Update my e-mail address.
11285
11286 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11287
11288         * libtool.m4 (LD): Correct powerpc64 host match.
11289
11290 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11291
11292         * MAINTAINTERS: Update my affiliation and email address.
11293
11294 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11295
11296         * MAINTAINERS (Write After Approval): Add myself.
11297
11298 2003-09-04  DJ Delorie  <dj@redhat.com>
11299
11300         * configure: Regenerate.
11301
11302 2003-09-04  Robert Millan  <robertmh@gnu.org>
11303
11304         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11305
11306 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11307
11308         * configure.in: Ensure arguments to sed are properly spaced.
11309         * configure: Regenerate.
11310
11311 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11312
11313         * MAINTAINERS: Update my e-mail address.
11314
11315 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11316
11317         * MAINTAINERS (Write After Approval): Add myself.
11318
11319 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11320
11321         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11322         * configure: Regenerated.
11323
11324 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11325
11326         * MAINTAINERS: Update my email address.
11327
11328 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11329
11330         * configure.in:  Use newline instead of semicolon when assuming
11331         shell arguments in a for loop.
11332         * configure:  Regenerated.
11333
11334 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11335
11336         * MAINTAINERS: Resurrect the i860 maintainer.
11337
11338 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11339
11340         PR 8180
11341         * configure.in: When testing with_libs and with_headers, treat
11342         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11343         * configure: Regenerate.
11344
11345         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11346         make, shell, etc.
11347         (baseargs): Likewise.
11348         * configure: Regenerate.
11349
11350 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11351
11352         * MAINTAINERS (Write After Approval): Add myself.
11353
11354 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11355
11356         * configure.in: Disable libgcj for darwin not on powerpc.
11357         * configure: Rebuild.
11358
11359 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11360
11361         * config-ml.in, symlink-tree: Add license.
11362
11363 2003-08-03  Richard Stallman  <rms@gnu.org>
11364             Eben Moglen  <moglen@columbia.edu>
11365
11366         * README.SCO: New file.
11367
11368 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11369
11370         * Makefile.tpl (check, check-c++): Express dependencies using
11371         dependencies rather than commands.
11372         * Makefile.in: Regenerate.
11373
11374 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11375
11376         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11377         * configure: Ditto.
11378
11379 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11380
11381         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11382         * Makefile.in: Update.
11383
11384 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11385
11386         * configure.in: Enable libgcj for darwin.
11387         * configure: Rebuild.
11388
11389 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11390
11391         * config-ml.in:  Use ac_configure_args directly instead of
11392         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11393         actually seen.
11394
11395 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11396
11397         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11398         creating target and build subdirs to build all parent dirs as needed.
11399         * Makefile.in: Rebuild.
11400         * configure.in: Don't build dirs explicitly here.
11401         * configure: Rebuild.
11402
11403 2003-07-26  Paul Brook  <paul@nowt.org>
11404
11405         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11406
11407 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11408
11409         * Makefile.tpl (all-make): Depend on intl.
11410         * Makefile.in: Rebuilt.
11411
11412 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11413
11414         * install-sh:  Update to newer upstream versions (associated with
11415         aclocal 1.7).
11416         * mkinstalldirs:  Likewise.
11417         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
11418
11419 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11420
11421         * MAINTAINERS: Move self from Bug database only accounts
11422         to write-after-approval.
11423
11424 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11425
11426         * config.if: Remove unused libc_interface determination.
11427
11428 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11429
11430         * MAINTAINERS: Move self from write-after-approval to
11431         build machinery (*.in).
11432
11433 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11434
11435         PR bootstrap/11273
11436         PR bootstrap/11408
11437         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11438         unused INSTALL_PROGRAM_ARGS.
11439         * configure.in: Use AC_PROG_INSTALL.
11440         * Makefile.in: Regenerate.
11441         * configure: Regenerate.
11442
11443 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11444
11445         * MAINTAINERS: Alphabetize.
11446
11447 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11448
11449         * configure: Rebuilt.
11450         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11451         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11452         newlib nor libgloss.
11453         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11454         * configure.in (am33_2.0-*-linux*): Added.
11455
11456 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
11457
11458         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11459         * configure: Regenerate.
11460
11461 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
11462
11463         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11464         * Makefile.in: Regenerate.
11465
11466 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11467
11468         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11469         * Makefile.in: Regenerate.
11470
11471 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11472
11473         * Makefile.tpl: Replace PWD with PWD_COMMAND.
11474         * Makefile.in: Regenerated.
11475
11476         * config-ml.in: Replace PWD with PWD_COMMAND.
11477
11478 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11479
11480         * intl: New directory; see intl/ChangeLog for details.
11481         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11482         * Makefile.tpl: all-gcc depends on maybe-all-intl.
11483         * Makefile.in: Regenerate.
11484
11485 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11486
11487         * configure.in: Clean up config-lang.in handling.  Delete
11488         useless assignment to "subdirs".
11489         * configure: Regenerate.
11490
11491 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11492
11493         * configure.in: Rename 'target_libs' to 'target_libraries'.
11494         Remove useless reference to 'target_libs'.
11495         * configure: Regenerate.
11496
11497 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
11498
11499         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11500         * Makefile.in: Regenerate.
11501
11502 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11503
11504         * Makefile.def: Introduce flags_to_pass.
11505         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11506         * Makefile.in: Regenerate.
11507
11508 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
11509
11510         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11511         and target-libgloss.
11512         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11513         <h8300*-*-*>: Disable libf2c and ${libgcj}.
11514         * configure: Regenerate.
11515
11516 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11517
11518         * configure.in: Update testsuite_flags to new location.
11519         * configure. Regenerate.
11520
11521 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11522
11523         * Makefile.tpl: Remove BUILD_CC stuff.
11524         * Makefile.in: Regenerate.
11525
11526 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11527
11528         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11529
11530 2003-06-16  Graeme Peterson  <gp@qnx.com>
11531
11532         * MAINTAINERS (Write After Approval): Add myself.
11533
11534 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11535
11536         * config.guess: Update to 2003-06-12 version.
11537         * config.sub: Update to 2003-06-13 version.
11538
11539 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11540
11541         * config.guess: Update to 2003-06-06 version.
11542         * config.sub: Update to 2003-06-06 version.
11543
11544 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11545
11546         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11547         * configure. Regenerate.
11548
11549 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11550
11551         * configure.in: Disable serial configure by default.
11552         * configure: Regenerate.
11553         * Makefile.tpl: Abolish .NOTPARALLEL.
11554         * Makefile.in: Regenerate.
11555
11556         * Makefile.tpl: Replace {build,host,target}_canonical by
11557         {build,host,target}.
11558         * Makefile.in: Regenerate.
11559
11560         * Makefile.tpl: Fix stupid pasto.
11561         * Makefile.in: Regenerate.
11562
11563 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11564
11565         * Makefile.tpl: Remove bogus conditional.
11566         * Makefile.in: Regenerate.
11567
11568 2003-06-05  Jan Hubicka  <jh@suse.cz>
11569
11570         * Makefile.tpl (profiledbootstrap): New target.
11571         * Makefile.in (profiledbootstrap): New target.
11572
11573 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
11574
11575         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11576         Pinski. Remove user names from other bugzilla-only maintainers.
11577
11578 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11579
11580         * Makefile.tpl: Make 'recursive targets' using autogen rather
11581         than shell loop.  Remove duplicate 'clean' targets and false
11582         comments.
11583         * Makefile.def: Add systematic dependencies to 'recursive' targets.
11584         Add systematic method of specifying missing targets in subdirs.
11585         Add copyright boilerplate.
11586         * Makefile.in: Regenerate.
11587         * configure.in: Add 'recursive targets' to maybe list.
11588         * configure: Regenerate.
11589
11590         * MAINTAINERS: "GNATS only" -> "Bug database only".
11591
11592         * Makefile.tpl: Rename [+target+] to [+make_target+].
11593         * Makefile.def: Rename 'target' to 'make_target'.
11594
11595 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
11596
11597         * MAINTAINERS: Add self as options handling maintainer.
11598
11599 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
11600
11601         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11602         been too long since I touched those ports.
11603
11604 2003-05-28  DJ Delorie  <dj@redhat.com>
11605
11606         * Makefile.tpl: Make maybe-check-gcc .PHONY.
11607         * Makefile.in: Regenerate.
11608
11609 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11610
11611         * configure.in: Use curly braces in the definition of tooldir.
11612         * configure: Regenerate.
11613
11614 2003-05-21  DJ Delorie  <dj@redhat.com>
11615
11616         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11617         newlib or libgloss.
11618         * Makefile.in: Regenerate.
11619
11620 2003-05-21  DJ Delorie  <dj@redhat.com>
11621
11622         * Makefile.tpl: Add missing empty maybe-check-gcc target.
11623         * Makefile.in: Regenerate.
11624
11625 2003-05-20  Ian Lance Taylor  <ian@airs.com>
11626
11627         * MAINTAINERS: Update my e-mail address.
11628
11629 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11630
11631         * configure.in: Switch more things to use maybe dependencies.
11632         * Makefile.tpl: Switch more things to use maybe dependencies.
11633         Factor out common code from autogen IF statements.
11634         * configure: Regenerate.
11635         * Makefile.in: Regenerate.
11636
11637 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
11638
11639         * configure.in: Accept i[3456789]86 for machine type.
11640         * configure: Regenerate.
11641
11642 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11643
11644         * configure.in: Switch more things to use maybe dependencies.
11645         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
11646         * configure: Regenerate.
11647         * Makefile.tpl: Switch more things to use maybe dependencies.
11648         * Makefile.in: Regenerate.
11649
11650 2003-05-16  Andreas Schwab  <schwab@suse.de>
11651
11652         * Makefile.tpl (install-opcodes): Define.
11653         * Makefile.in: Rebuild.
11654
11655 2003-05-13  Andreas Jaeger  <aj@suse.de>
11656
11657         * config.guess: Update to 2003-05-09 version.
11658         * config.sub: Update to 2003-05-09 version.
11659
11660 2003-05-13  Michael Eager  <eager@mvista.com>
11661
11662         * configure.in: Correct sed script so that options in quotes are not
11663         deleted.
11664         * configure: Rebuild.
11665
11666 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11667
11668         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11669         and $$s/newlib/libc/sys/cygwin32 include paths.
11670         * configure: Ditto.
11671
11672 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
11673
11674         * MAINTAINERS: Update my email addresses.
11675
11676 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11677
11678         * config-ml.in: Propagate INSTALL variables.
11679
11680 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11681
11682         * MAINTAINERS: Remove duplicate entries in Write After Approval.
11683
11684 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
11685
11686         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11687         * Makefile.in: Regenerate.
11688
11689 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11690
11691         * MAINTAINERS (GNATS only): Add Falk Hueffner.
11692
11693 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11694
11695         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11696
11697 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11698
11699         * Makefile.tpl: Clean $(BUILD_SUBDIR).
11700         * Makefile.in: Regenerated.
11701
11702 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11703
11704         * MAINTAINERS (Write After Approval): Upgrade myself from
11705         GNATS only to write-after-approval. Update my mail address.
11706
11707 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11708
11709         (OS Port Maintainers: freebsd): Add myself.
11710
11711 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11712
11713         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11714
11715 2003-04-22  Kean Johnston  <jkj@sco.com>
11716
11717         * MAINTAINERS (SCO ports): Added myself.
11718
11719 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11720
11721         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11722
11723 2003-04-19  Kean Johnston  <jkj@sco.com>
11724
11725         * MAINTAINERS (Write After Approval): Add myself.
11726
11727 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11728
11729         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11730         * Makefile.in: Regenerate.
11731
11732 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
11733
11734         * configure.in (powerpc64*-*-linux*): Remove.
11735         * configure: Rebuilt.
11736
11737 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11738
11739         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11740         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11741         and restrap.
11742         * Makefile.in:  Regenerate.
11743
11744 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11745
11746         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11747         * configure: Regenerated.
11748
11749 2003-04-15  DJ Delorie  <dj@redhat.com>
11750
11751         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11752
11753 2003-04-13  Nick Clifton  <nickc@redhat.com>
11754
11755         * config-ml.in: Remove support for --disable-aix removing
11756         call-aix multilibs.
11757
11758 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11759
11760         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11761         * */configure: Rebuilt.
11762
11763 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
11764
11765         * MAINTAINERS: Add my email address.
11766
11767 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11768
11769         * MAINTAINERS (Write After Approval): Add myself.
11770
11771 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11772
11773         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11774         * Makefile.in: Regenerate.
11775
11776 2003-03-14  Michael Chastain  <mec@shout.net>
11777
11778         * Makefile.in: Regenerate with correct Makefile.def.
11779
11780 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11781
11782         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11783         Make macro.
11784         * Makefile.in: Regenerate.
11785         * configure.in: Clean up gxx_include_dir logic.
11786         * configure: Regenerate.
11787
11788 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11789
11790         * MAINTAINERS (Write After Approval): Add myself.
11791
11792 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
11793
11794         * MAINTAINERS: Update my mail address.
11795
11796 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11797
11798         * configure.in (gxx_include_dir): Fix typo.
11799         * configure: Regenerated.
11800
11801 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11802
11803         * Makefile.tpl: Reindent.
11804         * Makefile.in: Regenerate.
11805         * configure.in: Reindent.  Don't set unused variables.
11806         * configure: Regenerate.
11807
11808 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11809
11810         * configure.in: Include $(build_tooldir)/sys-include in
11811         FLAGS_FOR_TARGET.
11812         * configure: Regenerated.
11813
11814 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11815
11816         * Makefile.tpl: Always pass down RANLIB.
11817         * Makefile.in: Regenerate.
11818
11819         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11820         * Makefile.in: Regenerate.
11821         * configure.in: Remove unused logic relating to --enable-shared
11822         and --enable-threads.  Remove bogus comments.  Remove redundant
11823         noconfigdirs.
11824         * configure: Regenerate.
11825
11826         * configure.in: Replace ${libstdcxx_version} by its value.
11827         Remove reference to mh-dgux.
11828         * configure: Regenerate.
11829
11830 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
11831
11832         * MAINTAINERS (Write After Approval): Add myself.
11833
11834 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11835
11836         * Makefile.tpl: Rearrange.
11837         * Makefile.in: Regenerate.
11838
11839 2003-02-25  Uwe Stieber  <uwe@wwws.de>
11840
11841         * configure.in: Add support for kaOS as cross build target system.
11842         * configure: Regenerated.
11843
11844 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11845
11846         * MAINTAINERS (Write after approval): Add myself.
11847
11848 2003-02-21  James E Wilson  <wilson@tuliptree.org>
11849
11850         * MAINTAINERS: Update my email address.
11851
11852 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11853
11854         * MAINTAINERS: Add self to blanket write privs. section.
11855
11856 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11857
11858         * Makefile.tpl: Add definition of CPPFLAGS to pass into
11859         configure-target-* as some target builds may require additional
11860         flags for preprocessor tests.
11861         * Makefile.in: Regenerated.
11862
11863 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11864
11865         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11866         * ltconfig: Handle it.
11867         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11868         auto-detecting it.
11869
11870         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11871         it is used as argument to $CC.
11872         * ltcf-gcj.sh: Likewise.
11873
11874         * configure.in: Introduce --enable-maintainer-mode.
11875         * configure: Rebuilt.
11876         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11877         for maintainer mode.
11878         * Makefile.in: Rebuilt.
11879
11880 2003-02-18  Jason Merrill  <jason@redhat.com>
11881
11882         * Makefile.tpl (check-c++): Allow parallelism.
11883
11884 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11885
11886         * MAINTAINERS: Remove John Carr (who never actually had access to
11887         gcc.gnu.org).
11888
11889 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
11890
11891         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11892         don't configure target-libobjc.
11893         * configure: Regenerate.
11894
11895 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11896
11897         * Makefile.tpl (RANLIB): Define.
11898         * Makefile.in: Regenerate.
11899
11900 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11901
11902         * MAINTAINERS: Update my email.
11903
11904 2003-02-06  Keith R Seitz  <keiths@redhat.com>
11905
11906         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11907         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11908         * Makefile.in: Regenerated.
11909         * configure.in: Remove all traces of snavigator, db, and grep.
11910         * configure: Regenerated.
11911
11912 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11913
11914         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11915         After Approval.
11916
11917 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11918
11919         * MAINTAINERS (Write after approval): Add myself.
11920
11921 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11922
11923         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11924         * Makefile.in: Regenerated.
11925
11926 2003-01-30  Roger Sayle  <roger@eyesopen.com>
11927
11928         * config.guess: Updated to 2003-01-30's version.
11929         * config.sub: Updated to 2003-01-28's version.
11930
11931 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11932
11933         * config.if: If gcc_version is already set, just use it.  Don't set
11934         gcc_version_trigger if it's already set, otherwise set it to
11935         gcc/version.c, but only if the file exists.  If it is not set and
11936         gcc/version.c does not exist, try to extract the version number from
11937         $CC.
11938
11939 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11940
11941         * MAINTAINERS: Add myself to write-after-approval list.
11942
11943 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11944
11945         * configure.in:  Revert 24Jan change.
11946         * configure:  Regenerate.
11947
11948 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11949
11950         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11951         entry of HJ Lu.
11952
11953 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11954
11955         * configure.in: Revert previous change.
11956         * configure: Regenerate.
11957
11958 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11959
11960         * configure.in: Make rda native-only.
11961         * configure: Regenerate.
11962
11963 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11964
11965         * MAINTAINERS: Move myself from GNATS-only-accounts to
11966         write-after-approval.
11967
11968 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11969
11970         * configure.in: Add missing \.
11971         * configure: Rebuilt.
11972
11973 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
11974
11975         * configure.in (baseargs): Avoid using \| in sed regular
11976         expressions.
11977         * configure: Rebuilt.
11978
11979 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
11980
11981         * configure.in (baseargs): Remove all supported forms of
11982         --cache-file, --srcdir, --host, --build and --target options
11983         from argument lists.
11984         * configure: Rebuilt.
11985
11986 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11987
11988         * MAINTAINERS: Add myself to write-after-approval list.
11989
11990 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11991
11992         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11993         * configure: Rebuilt.
11994
11995 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11996
11997         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11998         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11999         * Makefile.in: Regenerate.
12000         * configure: Regenerate.
12001
12002 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12003
12004         * configure.in: Remove Makefile in build, host and target modules
12005         unless configure was run with --no-recursion.
12006         * configure: Rebuilt.
12007
12008 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12009
12010         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12011         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12012         * Makefile.in: Regenerate.
12013
12014 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12015
12016         * config.guess: Update to 2003-01-03 version.
12017         * config.sub: Update to 2003-01-03 version.
12018
12019 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12020
12021         * configure: Regenerate with proper autoconf 2.13.
12022
12023 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12024
12025         * configure.in: Add AC_PREREQ for consistency.
12026         * configure: Regenerate.
12027
12028 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12029
12030         * configure.in (GDB_TK): Add tcl directories conditional on
12031         gdb/gdbtk directory being present.
12032         * configure: Regenerate.
12033
12034 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12035
12036         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12037         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12038         * configure: Rebuilt.
12039
12040 2002-12-31  Tom Tromey  <tromey@redhat.com>
12041
12042         * Makefile.in: Rebuilt.
12043         * Makefile.def (target_modules) [libffi]: Allow installation.
12044
12045 2002-12-31  Andreas Schwab  <schwab@suse.de>
12046
12047         * configure.in: Fix use of $program_transform_name.
12048         * configure: Regenerated.
12049
12050 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12051
12052         * configure.in (baseargs): Don't remove first configure argument.
12053         * configure: Regenerated.
12054
12055 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12056
12057         * Makefile.tpl (local-distclean): Don't remove...
12058         (multilib.ts): ... this.  Moved into...
12059         (multilib.out): ... this.  Don't use sub-make.
12060         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12061         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12062         (configure-build-[+module+], configure-[+module+],
12063         configure-target-[+module+], configure-gcc): ... these.  Test
12064         for Makefile existence.  Drop config.status from dependencies.
12065         * Makefile.in: Rebuilt.
12066         * configure.in: Move gcc-version-trigger to the end of
12067         ac_configure_args.  Add comments to maybedep.tmp and
12068         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12069         nonopt from baseargs, matching and removing corresponding
12070         whitespace while at it.
12071         * configure: Rebuilt.
12072
12073 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12074
12075         * configure.in (host_configargs): Replace reference to
12076         no-longer-defined buildopts with --build=${build_alias}.
12077         * configure: Rebuilt.
12078
12079         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12080         program_transform_name to standard idiom.
12081         (AUTOGEN, AUTOCONF): Define.
12082         (Makefile.in): Use $(AUTOGEN).
12083         (Makefile): Depend on config.status, and use autoconf-style rule to
12084         build it.  Move original commands to...
12085         (config.status): ... this new target.
12086         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12087         $(AUTOCONF).
12088         * Makefile.in: Rebuilt.
12089
12090 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12091
12092         * Makefile.tpl: Fix dramatic bustage due to change in
12093         program_transform_name.
12094         * Makefile.in: Regenerate.
12095
12096         * configure.in: Remove unnecessary PATH setting.
12097         * configure: Regnerate.
12098
12099         * configure.in: Don't default to unprefixed tools unless
12100         the native tools will work.
12101         * configure: Regenerate.
12102
12103         * configure.in: Convert to autoconf script.  Blow away lots
12104         of now-redundant Makefile fragments.
12105         * configure: Generate using Autoconf.
12106         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12107         * Makefile.in: Regenerate.
12108
12109 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12110
12111         * configure: Fix stupid bug where RANLIB was mistakenly included.
12112
12113         * configure.in: Rename (buildargs, hostargs, targargs) to
12114         (build_configargs, host_configargs, target_configargs).
12115
12116         * configure.in: Move logic out of sed statement.
12117
12118         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12119         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12120
12121 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12122
12123         * config.sub: Import from master repository
12124         * config.guess: Ditto
12125
12126 2002-12-24  Andreas Schwab  <schwab@suse.de>
12127
12128         * Makefile.tpl (multilib.out): Fix missing space.
12129         * Makefile.in: Regenerate.
12130
12131 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12132
12133         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12134         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12135         * Makefile.in: Regenerate.
12136         * configure.in: Remove unnecessary leftovers.
12137
12138 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12139
12140         * configure.in (extra_ranlibflags_for_target): New variable.
12141         (*-*-darwin): Add -c to ranlib commands.
12142         * configure (tooldir): Handle extra_ranlibflags_for_target.
12143
12144 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12145
12146         * Makefile.tpl: Revert HJL's change.
12147         * Makefile.in: Regenerated.
12148         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12149         always.
12150
12151 2002-12-19  Andreas Schwab  <schwab@suse.de>
12152
12153         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12154         * Makefile.in: Regenerate.
12155
12156 2002-12-18  H.J. Lu  <hjl@gnu.org>
12157
12158         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12159         * Makefile.in: Regenerated.
12160
12161         * configure.in (build_prefix): New. Substitute.
12162
12163 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12164
12165         * Makefile.tpl: Don't let real targets depend on phony targets.
12166         * Makefile.in: Regenerate.
12167
12168         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12169         * Makefile.in: Regenerate.
12170
12171 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12172
12173         * config.sub: Import from master repository
12174         * config.guess: Ditto
12175
12176 2002-12-16  Jason Merrill  <jason@redhat.com>
12177
12178         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12179         previous 'make bootstrap'.
12180         * Makefile.in: Regenerate.
12181
12182 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12183
12184         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12185
12186 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12187
12188         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12189         * Makefile.in: Regenerate.
12190
12191 2002-12-13  Jason Merrill  <jason@redhat.com>
12192
12193         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12194         library tests.
12195         (check-c++): Just depend on it and check-target-libstdc++-v3.
12196         * Makefile.in: Regenerate.
12197
12198 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12199
12200         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12201         * Makefile.in: Rebuilt.
12202
12203 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12204
12205         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12206
12207 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12208
12209         * configure: Fix bug put in by gremlins.
12210
12211         * Makefile.tpl: Substitute more autoconfily.
12212         * configure: Substitute more autoconfily.
12213         * Makefile.in: Regenerate.
12214
12215 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12216
12217         * config.sub: Import from master repository
12218         * config.guess: Ditto
12219         * MAINTAINERS: Added Svein Seldal under write after approval
12220
12221 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12222
12223         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12224         * Makefile.in (all-sim): Ditto.
12225
12226 2002-12-06  DJ Delorie  <dj@redhat.com>
12227
12228         * Makefile.tpl: Change configure dependencies to not have real
12229         targets depend on phony targets.
12230
12231 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12232
12233         * configure.in: Revert unintentional change.
12234
12235         * Makefile.tpl: Change dependency for */multilib.out so that
12236         it works when gcc isn't in the tree.
12237
12238         * configure.in: Substitute more.
12239         * configure: Run subconfigures from the Makefile.
12240         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12241         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12242
12243 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12244
12245         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12246
12247 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12248
12249         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12250         and corresponding dependencies.
12251         * Makefile.in: Regenerate.
12252
12253         * configure.in (host_tools): Order binutils, gas and ld for
12254         convenience in running the testsuites.
12255
12256         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12257         * Makefile.in: Regenerate.
12258         * configure.in: Introduce rules to serialize subconfigure runs.
12259
12260         * configure.in: Introduce BASE_CC_FOR_TARGET.
12261         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12262         Realize configure-build-* targets.  Realize configure-target-* targets.
12263         * Makefile.in: Regenerate.
12264
12265 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12266
12267         * configure: Move gcc_version_trigger stuff from here...
12268         * configure.in: ...to here.
12269
12270         * configure.in: Separate subconfigure options added by this file from
12271         options given by the user.  Add machinery to put args for host
12272         subconfigures into the Makefile.
12273
12274         * Makefile.tpl: Remove 'vault' targets.
12275         * Makefile.tpl: Reorder and comment dependencies.
12276         * Makefile.in: Regenerate.
12277
12278 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12279         * configure.in: Fix my broken commit of previous patch. (sigh)
12280
12281 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12282
12283         * configure.in: Move host-specific darwin noconfigdirs into
12284         the host-specific section.
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-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12292
12293         * configure: Remove skip-this-dir support.
12294         * Makefile.tpl: Remove skip-this-dir support.
12295
12296         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12297         subdirectories.
12298         * Makefile.in: Regenerate.
12299
12300         * Makefile.tpl: Strip out useless setting of 'dir'.
12301         * Makefile.in: Regenerate.
12302
12303 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12304
12305         * configure.in: Fix deeply stupid bug.
12306
12307         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12308         shell code in CXX_FOR_TARGET
12309         * Makefile.def: Introduce raw_cxx.
12310         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12311         RAW_CXX_FOR_TARGET.
12312         * Makefile.in: Regenerate.
12313
12314 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12315
12316         * Makefile.tpl: Remove unnecessary ifs.
12317         * Makefile.in: Regenerate.
12318
12319         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12320         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12321         targets for 'no_install' modules.
12322         * configure: Move GDB_TK substitution to configure.in.  Move
12323         build_modules stuff to configure.in.
12324         * configure.in: Implement soft dependency machinery.  Maybe-ize
12325         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12326         * Makefile.in: Regenerate.
12327
12328 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12329
12330         * Makefile.tpl: Make all-target, install-target behave similarly
12331         to all, install (only hitting configured targets).  Eliminate
12332         unused macro defintions.
12333
12334         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12335         build != host.
12336
12337         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12338
12339         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12340
12341         * configure.in: Produce lists of subdir targets we're actually
12342         configuring.  Remove references to "dosrel".
12343         * Makefile.tpl: Let configure set which subdir targets are hit.
12344         Remove install-cross; clean up install; remove ALL.  Remove
12345         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12346         Autogenerate host module targets.  Remove empty dependency lines
12347         and redundant dependency; rearrange slightly.
12348         * Makefile.def: Add host-side libtermcap, utils.
12349
12350         * Makefile.in: Regenerate.
12351
12352 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12353
12354         * ltconfig (osf[345]): Append $major to soname_spec.
12355         Reflect this in library_names_spec.
12356         * ltmain.sh (osf): Prefix $major with . for use as extension.
12357
12358 2002-11-19  Andreas Jaeger  <aj@suse.de>
12359
12360         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12361         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12362         and sparc64 GNU/Linux systems.
12363
12364 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12365
12366         * MAINTAINERS: Update email.
12367
12368 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12369
12370         * MAINTAINERS: Complete James Dennett's entry.
12371
12372 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12373
12374         * MAINTAINERS (Write After Approval): Add myself.
12375
12376 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12377
12378         * Makefile.tpl: syntactic cleanup
12379
12380 2002-11-13  Stuart Hastings  <stuart@apple.com>
12381
12382         * MAINTAINERS: Add myself to write-after-approval list.
12383
12384 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12385
12386         * Makefile.def: Add list of recursive targets to autogenerate.
12387         Add build_modules.
12388         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12389         targets.  Autogenerate *-build-* targets.
12390         * Makefile.in: Regenerate.
12391
12392 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12393
12394         * configure: More autoconf-style substitutions.
12395         * Makefile.tpl: More autoconf-style substitutions.
12396         * Makefile.in: Regenerate.
12397
12398 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12399
12400         * configure: Substitute more variables in a more autoconf-friendly
12401         way.  Simplify slightly.
12402         * Makefile.tpl: Make more variables substitutable in an
12403         autoconf-friendly way.
12404         * Makefile.in: Regenerate.
12405
12406 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12407
12408         * MAINTAINERS (Write After Approval): Add myself.
12409
12410 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12411
12412         * configure.in (v810*): Remove special setting of tools.
12413
12414         * configure: Add support for extra required flags for ar or nm.
12415         * configure.in (aix4.3+): Use above support for target-specific
12416         issues, rather than using config/mt-aix43.
12417
12418 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12419
12420         * configure: Remove 'removing', which doesn't work.  Replace $subdir
12421         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12422         with $srcdir.  Reformat indentation.  Substitute some variables
12423         formerly hard-coded in the Makefile for build=host.
12424         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12425         * Makefile.def: Autogenerate more.
12426         * Makefile.in: Regenerate.
12427
12428 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12429
12430         * MAINTAINERS (Write After Approval): Add myself.
12431
12432 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
12433
12434         * Makefile.def (host_modules): Add rda.
12435         * Makefile.in: Regenerate.
12436         * configure.in (target_tool): Add target-rda to list.
12437
12438 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12439
12440         * MAINTAINERS: Remove "co-maintainer" note for web pages.
12441
12442 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12443
12444         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12445         and restrap targets to this rule.
12446         * Makefile.in:  Regenerate.
12447
12448 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12449
12450         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12451         GNATS only accounts.
12452
12453 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12454
12455         * configure.in (i[3456]86-*-linux*): Add check to disable
12456         ${libgcj} for glibc1.
12457
12458 2002-10-24  Denis Chertykov  <denisc@overta.ru>
12459
12460         * MAINTAINERS: Add myself as ip2k port maintainer.
12461
12462 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12463
12464         * configure.in: Add tic4x target.
12465
12466 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12467
12468         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12469         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12470         * Makefile.in: Regenerate.
12471
12472         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12473         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12474         * Makefile.in: Regenerate.
12475
12476 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
12477
12478         * MAINTAINERS: Add myself as web pages co-maintainer.
12479
12480 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12481
12482         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12483         * Makefile.in: Regenerate.
12484
12485 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
12486
12487         * MAINTAINERS: Add myself and Nathan Sidwell
12488         <nathan@codesourcery.com> as VxWorks maintainers.
12489
12490 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12491
12492         * Makefile.def: Remove order dependency comments.
12493         * Makefile.tpl: Add explicit install-install dependencies.
12494         * Makefile.in: Regenerate.
12495
12496         * Makefile.tpl: Remove material now in src-release.  (Finally!)
12497         * Makefile.in: Regenerate.
12498
12499         * Makefile.tpl: Add configure-target (for src-release in src)
12500         * Makefile.in: Regenerate.
12501
12502 2002-09-30  Nick Clifton  <nickc@redhat.com>
12503
12504         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12505
12506 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
12507
12508         * configure.in (s390*-*-linux*): Enable libgcj.
12509
12510 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
12511
12512         * configure: Revert accidentally applied changes.
12513
12514         * Makefile.tpl: Make more autoconf-friendly.
12515         * Makefile.in: Regenerate.
12516         * configure: Make substitution more autoconf-like.
12517
12518 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12519
12520         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12521         single entry to handle all these.
12522         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
12523         libjava on arm-*-elf.
12524
12525 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
12526
12527         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12528         things that depend on them.
12529
12530 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12531
12532         * Makefile.tpl: Make subsituted variables more autoconfy.
12533         * Makefile.in: Regenerate.
12534         * configure: Make seds more autoconfy.
12535
12536 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12537
12538         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12539         * Makefile.in: Regenerate.
12540         * configure.in: Rewrite sed statements to look autoconfy.
12541
12542         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12543         all-target-foo on configure-target-foo.
12544         * Makefile.def: Ditto.
12545         * Makefile.in: Rebuild.
12546
12547 2002-09-25  Andrew Haley  <aph@redhat.com>
12548
12549         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12550
12551 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12552
12553         * Makefile.def: New file.
12554         * Makefile.tpl: New file.
12555         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12556         * contrib/gcc_update: Note that Makefile.in is a generated file.
12557
12558         * configure.in: Minor rearrangement.  Simplify tests.
12559
12560 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12561
12562         * configure.in (with_headers): Skip copy if value is "yes".
12563         (with_libs): Likewise.
12564
12565 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12566
12567         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12568         * configure.in (sh*-*-pe*): Ditto.
12569         * configure.in (mips*-*-pe*): Ditto.
12570         * configure.in (*arm-wince-pe): Ditto.
12571
12572         * configure.in: Rearrange.
12573
12574 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
12575
12576         * MAINTAINERS: Update my email address.
12577
12578 2002-08-30  Paul Koning  <pkoning@equallogic.com>
12579
12580         * MAINTAINERS: (Write After Approval): Add myself.
12581
12582 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
12583
12584         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12585
12586 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12587
12588         * MAINTAINERS: Change my mailing address.
12589
12590 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
12591
12592         * MAINTAINERS (Write After Approval): Remove myself.
12593         (Various Maintainers: c++ runtime libs): Add myself.
12594
12595 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
12596
12597         * MAINTAINERS (Write After Approval): Remove myself.
12598         (Various Maintainers: c++ runtime libs): Add myself.
12599
12600 2002-08-15  Eric Christopher  <echristo@redhat.com>
12601
12602         * config.sub: Import from master repository.
12603         * config.guess: Ditto.
12604
12605 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
12606
12607         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12608         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12609         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12610
12611 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
12612
12613         * MAINTAINERS: Add self to rs6000 vector extensions.
12614
12615 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
12616
12617         * libiberty/configure: Reverted unintended yesterday's check in.
12618
12619 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
12620
12621         * boehm-gc/configure, libf2c/configure: Rebuilt.
12622         * libffi/configure, libiberty/configure: Ditto.
12623         * libjava/configure, libobjc/configure: Ditto.
12624         * libstdc++-v3/configure, zlib/configure: Ditto.
12625         Merged from binutils:
12626         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
12627         From Steve Ellcey <sje@cup.hp.com>:
12628         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12629         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12630         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12631         IA64.
12632         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12633         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12634         soname_spec, sys_lib_search_path_spec): Ditto.
12635
12636 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
12637
12638         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12639
12640 2002-08-04  H.J. Lu  (hjl@gnu.org)
12641
12642         * configure.in (mips*-*-linux*): Don't skip target-libffi.
12643
12644 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
12645
12646         * MAINTAINERS (Write After Approval): Add myself.
12647
12648 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
12649
12650         * configure.in: Move generic linux case to end.  Copy generic
12651         linux noconfigdirs to mips*-*-linux* entry and new
12652         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
12653
12654 2002-07-19  Michael Matz  <matz@suse.de>
12655
12656         * MAINTAINERS: Add myself as ra* maintainer.
12657
12658 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
12659
12660         * config.guess: Update to 2002-07-09 version.
12661         * config.sub: Update to 2002-07-03 version.
12662
12663 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12664
12665         * MAINTAINERS: Fix typo in a maintainer email address.
12666
12667 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12668
12669         * configure.in: Remove two redundant tests.
12670
12671 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12672
12673         * configure.in (mips*-*-irix6*o32): Enable stabs.
12674
12675 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12676
12677         * configure.in: Don't build grez.
12678         * Makefile.in: Ditto.
12679
12680         * Makefile.in: Remove references to bsp, cygmon, libstub.
12681         * configure.in: Ditto.
12682
12683         * configure.in: Remove leftover reference to gdbtest.
12684
12685 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12686
12687         * configure.in (gxx_include_dir):  Change to match versioned
12688         C++ headers if --enable-version-specific-runtime-libs is used.
12689
12690 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
12691
12692         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12693
12694 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12695
12696         * configure.in: Make --without-x work.
12697
12698 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12699
12700         * configure.in: Rearrange target Makefile fragment collection.
12701
12702         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12703         cvs[src].
12704         * configure.in: Ditto.
12705
12706 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12707
12708         * MAINTAINERS (Write After Approval): Update my e-mail address.
12709
12710 2002-06-24  Ben Elliston  <bje@redhat.com>
12711
12712         * configure.in (host_tools): Remove cgen.
12713
12714         * Makefile.in (all-cgen): Remove; runs from its source directory.
12715         (check-cgen, install-cgen, clean-cgen): Likewise.
12716         (all-opcodes): Do not depend on all-cgen.
12717         (all-sim): Likewise.
12718
12719 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12720
12721         * Makefile.in: Eliminate 'apache' targets.
12722         * configure.in: Eliminate 'apache' targets.
12723
12724         * configure.in: Eliminate redundant tests.  Reorganize.
12725
12726         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12727
12728         * config-ml.in: Eliminate references to Cygnus configure.
12729
12730         * Makefile.in: Eliminate references to building emacs.
12731
12732 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
12733
12734         * MAINTAINERS: Update my email address.
12735
12736 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12737
12738         * config.if (libstdcxx_incdir): Version C++ headers.
12739         (cxx_incdir): Remove.
12740
12741 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12742
12743         * MAINTAINERS (Write After Approval): Add self.
12744
12745 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12746
12747         * configure.in: Add support for ip2k.
12748
12749 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12750
12751         * configure.in: Fix AIX configury bug.
12752
12753 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
12754
12755         * MAINTAINERS (Write After Approval): Add self.
12756
12757 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12758
12759         * configure.in: replace ${topsrcdir} with ${srcdir}
12760
12761         * configure.in: Move definition of libstdcxx_flags
12762         right above usage, rather than waaay earlier.
12763
12764         * configure.in: Pull definition of is_cross_compiler earlier.
12765
12766         * configure.in: Rearrange a little.
12767
12768         * configure.in: Remove references to librx.
12769         * Makefile.in: Remove references to librx.
12770
12771 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12772
12773         * config.sub: Add support for avr target.
12774         Import from master sources, rev 1.255
12775
12776 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12777
12778         * configure, .cvsignore:  Revert previous change...
12779         * Makefile:  ...delete.
12780
12781 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12782
12783         * configure.in: Eliminate ${gasdir} variable.
12784
12785 2002-06-18  Dave Brolley  <brolley@redhat.com>
12786
12787         * configure.in: Add support for frv.
12788         * config.sub: Add support for frv.
12789
12790 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12791
12792         * configure:  Remove garbage from previous commit.
12793
12794 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12795
12796         * configure:  For in-source builds, make a subdir and re-exec there.
12797         * Makefile:  New file.  Pass targets through to build directory.
12798         * .cvsignore:  No longer ignore "Makefile".
12799
12800 2002-06-16  Douglas Rupp  <rupp@gnat.com>
12801
12802         * MAINTAINERS (Write After Approval): Add self.
12803
12804 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12805
12806         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12807
12808 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12809
12810         * configure.in (vax-*-netbsd*): Re-enable gas.
12811
12812 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12813
12814         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12815         BUILD_PREFIX_1, to correct nomenclature.
12816         * configure: Likewise.
12817
12818         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12819         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12820
12821 2002-05-31  Olaf Hering  <olh@suse.de>
12822
12823         * config-ml.in: Propogate DESTDIR also.
12824
12825 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12826
12827         * configure.in (vax-*-netbsd*): Don't build gas for this
12828         platform.
12829
12830 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12831
12832         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12833         and libgcj for AVR.
12834
12835 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12836
12837         * MAINTAINERS (Write After Approval): Add myself.
12838
12839 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12840
12841         * config.guess: Update to 2002-05-22 version.
12842         * config.sub: Likewise.
12843
12844 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12845
12846         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12847         * config-ml.in: Likewise.
12848         * configure: Likewise.
12849         * configure.in: Likewise.
12850
12851 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12852
12853         * MAINTAINERS: Update my email address.
12854
12855 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12856
12857         * configure.in: Simplify makefile fragment collection.
12858
12859         * configure.in: Remove code to build emacs.
12860
12861         * configure.in : Remove --srcdir argument from targargs and buildargs
12862         (it's always overridden in the Makefile anyway).  Rearrange a bit.
12863
12864         * configure: Move some logic to configure.in.
12865         * configure.in: Move some logic from configure.
12866
12867 2002-05-11  Tom Tromey  <tromey@redhat.com>
12868
12869         * MAINTAINERS: Reflect libgcj reality.
12870
12871 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12872
12873         * Makefile.in: Honour DESTDIR.
12874
12875 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
12876
12877         * config.guess: Import 2002-03-20 version.
12878         * config.sub: Import 2002-04-26 version.
12879
12880 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12881
12882         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12883
12884 2002-05-07  Tim Josling  <tej@melbpc.org.au>
12885
12886         * MAINTAINERS: Add self.
12887
12888 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12889
12890         * ltmain.sh: Detect and handle object name conflicts
12891         while piecewise linking a static library.
12892
12893 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12894
12895         * configure.in (noconfigdirs): Don't disable libgcj on
12896         sparc64-*-solaris* and sparcv9-*-solaris*.
12897
12898 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12899
12900         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12901
12902 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12903
12904         * configure.in (FLAGS_FOR_TARGET): Do not add
12905         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12906         on i[3456]86-*-linux*.
12907
12908 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12909
12910         * configure.in (noconfigdirs): Replace [ ] with test.
12911
12912         * configure.in (noconfigdirs): Do not add target-newlib if
12913         target == i[3456]86-*-linux*, and host == target.
12914
12915 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12916
12917         * configure.in: delete reference to absent file
12918
12919         * configure.in: replace '[' with 'test'
12920
12921         * configure.in: Eliminate references to gash.
12922         * Makefile.in: Eliminate references to gash.
12923
12924         * configure.in: remove useless references to 'pic' makefile fragments.
12925
12926         * configure.in: (*-*-windows*) Finish removing.
12927
12928         * configure.in: Eliminate redundant test for libgui.
12929
12930 2002-04-29  Roger Sayle  <roger@eyesopen.com>
12931
12932         * MAINTAINERS: Add self and realphabetize.  Update entries
12933         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12934         entry for a29k port maintainer.
12935
12936 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
12937
12938         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12939         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12940
12941 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12942
12943         * configure.in: remove references to dead files
12944
12945 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
12946
12947         * MAINTAINERS: Add information about purpose of this file.
12948
12949 2002-04-18  Tom Tromey  <tromey@redhat.com>
12950
12951         * configure.in: Disallow configuring libgcj when it is already
12952         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12953         Solaris 2.8 by default.  For PR libgcj/6158.
12954
12955 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12956
12957         * configure.in:  Move default CC setting out of config/mh-* fragments
12958         directly into here.
12959
12960 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12961
12962         * configure.in: don't even try to configure or make a subdirectory
12963         if there's no configure script for it.
12964
12965 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
12966
12967         * MAINTAINERS: Remove chill maintainers.
12968         * Makefile.in (CHILLFLAGS): Remove.
12969         (CHILL_LIB): Remove.
12970         (TARGET_CONFIGDIRS): Remove libchill.
12971         (CHILL_FOR_TARGET): Remove.
12972         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12973         CHILL_LIB.
12974         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12975         (CHECK_TARGET_MODULES): Likewise.
12976         (INSTALL_TARGET_MODULES): Likewise.
12977         (CLEAN_TARGET_MODULES): Likewise.
12978         (configure-target-libchill): Remove.
12979         (all-target-libchill): Remove.
12980         * configure.in (target_libs): Remove target-libchill.
12981         Do not compute CHILL_FOR_TARGET.
12982         * libchill: Remove directory.
12983
12984 2002-04-11  DJ Delorie  <dj@redhat.com>
12985
12986         * Makefile.in, configure.in: Sync with binutils, entries
12987         follow...
12988
12989 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12990
12991         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
12992         (do-tar, do-bz2): New rules.
12993         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
12994         (gdb-tar): New rule.
12995         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
12996         (insight_dejagnu.tar): New rule.
12997         (insight.tar): New rule.
12998         (gdb+dejagnu.tar): New rule.
12999         (gdb.tar): New rule.
13000
13001 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13002
13003         * Makefile.in: Add all-tix to deps for all-snavigator
13004         so that tix is built when building snavigator.
13005
13006 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13007
13008         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13009         ld and gdb are not supported.
13010
13011 2002-01-07  Mark Salter  <msalter@redhat.com>
13012
13013         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13014         Allow target-libgloss to be built for arm, strongarm, and xscale.
13015
13016 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13017
13018         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13019         options for i[3456]86-pc-linux* native builds.
13020
13021 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13022
13023         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13024         files from .po files for a distribution.
13025
13026 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13027
13028         * configure.in: Enable libstdc++-v3 for h8300 targets.
13029
13030 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13031
13032         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13033         version from bfd/.
13034
13035 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13036
13037         * Makefile.in (VER): When present, extract the version number from
13038         the file version.in.
13039
13040 2001-05-24  Tom Rix  <trix@redhat.com>
13041
13042         * configure.in : enable ld for aix
13043
13044 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13045
13046         * config.guess: Add linux target for S/390.
13047
13048 2000-11-07  Philip Blundell  <pb@futuretv.com>
13049
13050         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13051
13052 2000-11-03  Philip Blundell  <pb@futuretv.com>
13053
13054         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13055         files.
13056
13057 2001-01-15  Ben Elliston  <bje@redhat.com>
13058
13059         * configure.in (host_tools): Add sid.
13060         Always configure cgen.
13061
13062 2000-11-24  Nick Clifton  <nickc@redhat.com>
13063
13064         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13065
13066 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13067
13068         * Makefile.in (ALL_MODULES): Add all-cgen.
13069         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13070         (all-cgen): New target.
13071         (all-opcodes,all-sim): Depend on all-cgen.
13072         * configure.in (host_tools): Add cgen.
13073         Only configure cgen if --enable-cgen-maint.
13074
13075 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13076
13077         * configure.in: Add *-*-freebsd* configurations.
13078
13079 2002-04-08  Tom Tromey  <tromey@redhat.com>
13080
13081         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13082         Fixes PR libgcj/6068.
13083
13084 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13085
13086         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13087
13088 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13089
13090         * configure.in (alpha*-dec-osf*): Enable libgcj.
13091
13092 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13093
13094         * MAINTAINERS (Write After Approval): Add myself.
13095
13096 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13097
13098         Fix for: PR bootstrap/3591, target/5676
13099         * configure.in (mcore-pe): Disable the configuration of
13100         libstdc++-v3 since exceptions are not supported.
13101
13102 2002-03-20  Anthony Green  <green@redhat.com>
13103
13104         * configure.in: Enable libgcj for xscale-elf target.
13105
13106 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13107
13108         * MAINTAINERS:  Update my email address.
13109
13110 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13111
13112         * ltmain.sh (relink_command): Fix typo in previous change.
13113
13114 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13115
13116         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13117         (relink_command): Added --tag flags.
13118         (mode=install): If relinking fails; error out.
13119
13120 2002-03-12  Richard Henderson  <rth@redhat.com>
13121
13122         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13123         .NOTPARALLEL tag.
13124         (do-check): Rename from check.
13125         (check): Allow parallel check.
13126
13127 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13128
13129         * MAINTAINERS: Add myself as maintainer for xtensa port.
13130         Fix alphabetical order in CPU port maintainer list.
13131         Remove myself from Write After Approval list.
13132
13133 2002-03-11  Richard Henderson  <rth@redhat.com>
13134
13135         * Makefile.in (.NOTPARALLEL): Add fake tag.
13136
13137 2002-03-07  H.J. Lu  (hjl@gnu.org)
13138
13139         * configure.in: Enable gprof for mips*-*-linux*.
13140
13141 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13142
13143         * MAINTAINERS (Write After Approval): Add myself.
13144
13145 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13146
13147         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13148         libjava.
13149         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13150
13151 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13152
13153         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13154         because its Makefile is there; test for the executable instead.
13155
13156 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13157
13158         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13159         libstdc++-v3 and libjava.
13160
13161 2002-02-11  Adam Megacz  <adam@xwt.org>
13162
13163         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13164         boehm-gc
13165
13166 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13167
13168         * config.guess: Updated to 2002-01-30's version.
13169         * config.sub: Updated to 2002-02-01's version.
13170         Contribute sh64-elf.
13171         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13172         * configure.in: Added sh64-*-*.
13173
13174 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13175
13176         * MAINTAINERS: Belatedly add myself to write after approval list.
13177
13178 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13179
13180         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13181         Remove self as Write After Approval.
13182
13183 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13184
13185         * MAINTAINERS: Put self in as maintainer for contrib/regression
13186         directory.
13187
13188 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13189
13190         * MAINTAINERS:  Update my email address.
13191
13192 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13193
13194         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13195         target-libiberty, and target-libgloss.  Skip Java-related
13196         libraries if not supported for NetBSD on target CPU.
13197
13198 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13199
13200         * install-sh: Use _inst.$$_ for temp file name.
13201
13202 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13203
13204         * MAINTAINERS (Write After Approval): Move my contact info
13205         from here...
13206         (OS Port Maintainers): ...to here (netbsd).
13207
13208 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13209
13210         * MAINTAINERS (Write After Approval): Add myself.
13211
13212 2002-01-17  H.J. Lu  <hjl@gnu.org>
13213
13214         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13215         (all-target-fastjar): Also depend on all-target-libiberty.
13216
13217 2002-01-16  H.J. Lu  (hjl@gnu.org)
13218
13219         * config.guess: Import from master sources, rev 1.225.
13220         * config.sub: Import from master sources, rev 1.238.
13221
13222 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13223
13224         * MAINTAINERS (Write After Approval): Remove myself.
13225
13226 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13227
13228         * MAINTAINERS (Write After Approval): Add myself.
13229
13230 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13231
13232         * MAINTAINERS: Add self as docs co-maintainer.
13233
13234 2001-12-11  Matthias Klose  <doko@debian.org>
13235
13236         * MAINTAINERS (Write After Approval): Add myself.
13237
13238 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13239
13240         * MAINTAINERS: Update my email address.
13241
13242 2001-12-07  Turly O'Connor  <turly@apple.com>
13243         * MAINTAINERS (Write After Approval): Add myself.
13244         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13245         (rs6000_initialize_trampoline): Call __trampoline_setup for
13246         ABI_DARWIN too.
13247         * darwin-tramp.asm: New file, implements __trampoline_setup.
13248         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13249
13250 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13251
13252         * MAINTAINERS (Write After Approval): Add myself.
13253
13254 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13255
13256         * configure, configure.in: Use temp file for long sed commands.
13257
13258 2001-12-03  Laurent Guerby  <guerby@acm.org>
13259
13260         * config.sub: Update to version 1.232 on subversion.
13261
13262 2001-12-03  Ben Elliston  <bje@redhat.com>
13263
13264         * MAINTAINERS: Update mail address for config.* patches.
13265
13266 2001-11-27  DJ Delorie  <dj@redhat.com>
13267             Zack Weinberg  <zack@codesourcery.com>
13268
13269         When build != host, create libiberty for the build machine.
13270
13271         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13272         CONFIG_ARGUMENTS.
13273         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13274         New variables.
13275         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13276         and rules.
13277         (all.normal): Depend on ALL_BUILD_MODULES.
13278         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13279         (all-build-libiberty): Depend on configure-build-libiberty.
13280
13281         * configure: Calculate and substitute proper value for
13282         ALL_BUILD_MODULES.
13283         * configure.in: Create the build subdirectory.
13284         Calculate and substitute TARGET_CONFIGARGS (formerly
13285         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13286
13287 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13288
13289         * MAINTAINERS (write-after-approval): Add self.
13290
13291 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13292
13293         * MAINTAINERS (GNATS only accounts): Remove self.
13294
13295 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13296
13297         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13298         libf2c.
13299
13300 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13301
13302         * MAINTAINERS (Write After Approval): Add self.
13303
13304 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13305
13306         * MAINTAINERS: mips and s390 are also CPU ports.
13307
13308 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13309
13310         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13311
13312 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13313
13314         * MAINTAINERS: Alphabetize.
13315
13316 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13317
13318         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13319
13320 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13321
13322         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13323
13324 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13325
13326         * configure.in (--enable-languages): Be more permissive about
13327         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13328
13329 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13330
13331         * config.sub: Import from master sources, rev. 1.230.
13332         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13333
13334 2001-11-07  Laurent Guerby  <guerby@acm.org>
13335
13336         * MAINTAINERS (Write After Approval): Add self.
13337
13338 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13339
13340         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13341
13342 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13343
13344         * config.sub: Import from master sources, rev 1.226.
13345         * config.guess: Import from master sources, rev 1.216.
13346
13347 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13348
13349         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13350         * MAINTAINERS: Add self as maintainer of MMIX port.
13351         Remove old after-approval entry.
13352
13353 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13354
13355         * ChangeLog, configure: Fix spelling errors.
13356
13357 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13358
13359         * MAINTAINERS: Tweak my address.
13360
13361 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13362
13363         * MAINTAINERS: Update my email address.
13364
13365 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13366
13367         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13368         * MAINTAINERS: Add self as maintainer of CRIS port.
13369
13370 2001-10-10  Geert Bosch  <bosch@gnat.com>
13371
13372         * MAINTAINERS (Various maintainers: Ada front end):
13373         Added Robert Dewar.
13374
13375 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13376
13377         * MAINTAINERS (Write After Approval): Added self
13378
13379 2001-10-02  Geert Bosch  <bosch@gnat.com>
13380
13381         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13382
13383 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13384
13385         * configure: Handle temporary files securely using mkdir.
13386
13387 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13388
13389         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13390
13391 2001-09-26  Will Cohen  <wcohen@redhat.com>
13392
13393         * configure.in (*-*-linux*): Disable configuration of target-newlib
13394         and target-libgloss.
13395
13396 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13397
13398         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13399         RANLIB.
13400
13401 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13402
13403         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13404         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13405         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13406         avoid quotes nesting problems.
13407         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13408         (DO_X): Export only variables that are set.
13409
13410 2001-09-19  Ben Elliston  <bje@redhat.com>
13411
13412         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13413         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13414         semantics.  Use the shell built-in "type" command instead.
13415
13416 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13417
13418         Merged from gcc-3_0-branch:
13419         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13420         * ltcf-c.sh: Use $objext, not $ac_objext.
13421         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13422         * ltcf-cxx.sh: Add support for GNU.
13423         2001-07-22  Timothy Wall  <twall@redhat.com>
13424         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13425         default settings if using GNU tools with that configuration.
13426         * ltcf-cxx.sh: Ditto.
13427         * ltcf-gcj.sh: Ditto.
13428         2001-07-21  Michael Chastain  <chastain@redhat.com>
13429         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13430         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13431         * ltmain.sh: Mark as gcc-local.
13432
13433 2001-08-30  Eric Christopher  <echristo@redhat.com>
13434             Jason Eckhardt  <jle@redhat.com>
13435
13436         * config.guess: Merge from master sources.
13437         * config.sub: Merge from master sources, add support for mipsisa32.
13438
13439 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13440         * config.sub: Merge from master sources, rev 1.219.
13441         * MAINTAINERS: Add self as contact for stormy16 port.
13442
13443 2001-08-14  Zack Weinberg  <zackw@panix.com>
13444
13445         * config.sub: Merge from master sources, rev 1.218.
13446         * config.guess: Merge from master sources, rev 1.209.
13447
13448 2001-08-11  Graham Stott  <grahams@redhat.com>
13449
13450         * Makefile.in (check-c++): Add missing semicolon.
13451
13452 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13453
13454         * MAINTAINERS (Various maitainers: predict.def): Added myself.
13455
13456 2001-07-30  Eric Christopher  <echristo@redhat.com>
13457
13458         * MAINTAINERS (Various maintainers: mips port): Added myself.
13459
13460 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13461
13462         * configure.in (sh-*-linux*): New.
13463
13464 2001-07-27  Richard Henderson  <rth@redhat.com>
13465
13466         * .cvsignore: Add LAST_UPDATED.
13467
13468 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13469
13470         * MAINTAINERS (Various maintainers: s390 port): Added myself.
13471
13472 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13473
13474         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13475
13476 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13477
13478         * MAINTAINERS (Write After Approval): Added myself.
13479
13480 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13481
13482         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13483         and libgcj on m68hc11/m68hc12.
13484
13485 2001-06-27  H.J. Lu  (hjl@gnu.org)
13486
13487         * Makefile (CFLAGS_FOR_BUILD): New.
13488         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13489
13490 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13491
13492         * README: Remove version number.
13493
13494 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13495
13496         * INSTALL/README: Update wrt. to the installation instructions now
13497         residing in gcc/doc/install.texi.
13498
13499 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13500
13501         * README: Replace with a cut-down and updated version of gcc/README.
13502
13503 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
13504
13505         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13506         multilibs to be disabled.
13507
13508 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
13509
13510         * MAINTAINERS (Write After Approval): Add myself.
13511
13512 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
13513
13514         * config.guess: Import CVS version 1.195.
13515         * config.sub: Import CVS version 1.212.
13516
13517 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
13518
13519         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13520         gcc/xgcc is built, use -print-prog-name to find out the program
13521         name to use.
13522
13523 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
13524
13525         * config.guess:  Import CVS version 1.194.  All gcc-local changes
13526         appear to also be in the master copy.
13527         * config.sub:  Import CVS version 1.211.
13528
13529 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
13530
13531         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13532         with_gcc]: Use `gcc -shared' to build a shared library.
13533
13534 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13535
13536         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13537         archives.
13538
13539 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13540
13541         * MAINTAINERS (Write After Approval): Add myself.
13542
13543 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
13544
13545         * configure.in (libstdcxx_flags): Do not try to execute
13546         libstdc++-v3/testsuite_flags until it exists.
13547
13548 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
13549
13550         * MAINTAINERS: Update my email address.
13551
13552 2001-05-31  Graham Stott  <grahams@redhat.com>
13553
13554         * MAINTAINERS (Write After Approval): Add myself.
13555
13556 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
13557
13558         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
13559         libraries when using g++ with native linker.
13560
13561 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
13562
13563         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13564
13565 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
13566
13567         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13568         [aix4*|aix5*]: Prepend blank.
13569
13570 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
13571
13572         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13573         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
13574         of subdir/configure scripts to use the new libtool.m4.
13575
13576 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13577
13578         * MAINTAINERS (Write After Approval): Add myself.
13579
13580 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
13581
13582         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13583
13584 2001-05-11  Ben Elliston  <bje@redhat.com>
13585
13586         * Makefile.in (all-sid): New target.
13587         (check-sid, clean-sid, install-sid): Likewise.
13588
13589 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
13590
13591         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13592
13593 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13594
13595         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13596         libgcj.
13597
13598 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13599
13600         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13601         gcc/xgcc is built, use -print-prog-name to find out the program
13602         name to use.
13603
13604 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
13605
13606         * configure.in (noconfigdirs): Don't reset it from scratch in the
13607         target case; only append to it.
13608
13609         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13610         sparc-*-solaris2.8]: Disable ${libgcj}.
13611
13612 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
13613
13614         * configure.in (libgcj_saved): Copy from $libgcj.
13615         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13616         --disable-libgcj.
13617
13618 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
13619
13620         * MAINTAINERS: Remove self as MIPS maintainer and
13621         C front end maintainer.
13622
13623 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
13624
13625         * configure.in: Move *-chorusos target case to the proper switch.
13626         Disable libgcj.
13627
13628 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13629
13630         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13631         1.641.2.228.
13632
13633 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13634
13635         * Makefile.in (STAGE1_CFLAGS): Pass down.
13636
13637 2001-04-13  Alan Modra  <amodra@one.net.au>
13638
13639         * config.guess: Add hppa64-linux support.  Note for next import that
13640         this is already in the master file.
13641         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
13642
13643 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13644
13645         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13646         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13647
13648 2001-04-11  Stan Shebs  <shebs@apple.com>
13649
13650         * MAINTAINERS: Add self as Darwin port maintainer.
13651
13652 2001-04-11  Alan Modra  <amodra@one.net.au>
13653
13654         * MAINTAINERS: Update my email address.
13655
13656 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13657
13658         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13659         recent versions of FreeBSD (release 3 or later).
13660         * ltconfig: On FreeBSD, -lc must not be provided when building
13661         a shared library or else the standard -pthread gcc option is
13662         rendered worthless to later users of the built library.
13663
13664 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13665
13666         * MAINTAINERS: Add self and RTH as C front end maintainers.
13667
13668 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13669
13670         * config.sub: Make sure to match an already-canonicalized
13671         machine name (eg. mn10300-unknown-elf).
13672
13673 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13674
13675         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13676         New macros.
13677         (bootstrap, cross): Use RECURSE_FLAGS.
13678         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13679
13680 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13681
13682         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13683
13684 2001-03-22  Colin Howell  <chowell@redhat.com>
13685
13686         * Makefile.in (DO_X): Do not backslash single-quotes in
13687         backquotes (two places).
13688
13689 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13690
13691         Re-installed:
13692         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13693         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13694         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13695         * ltcf-cxx.sh: Likewise.
13696         * ltcf-gcj.sh: Likewise.
13697
13698 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13699
13700         * MAINTAINERS: Add myself as "documentation co-maintainer".
13701
13702 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13703
13704         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13705         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13706
13707 2001-03-19  Tom Tromey  <tromey@redhat.com>
13708
13709         * config-ml.in: Handle GCJ and GCJFLAGS.
13710
13711 2001-03-21  Michael Chastain  <chastain@redhat.com>
13712
13713         * Makefile.in: all-m4 depends on all-texinfo.
13714
13715 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13716
13717         * MAINTAINERS: Add myself to write after approval list.
13718
13719 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13720
13721         * Makefile.in (DO_X): Quote nested quotes.
13722
13723 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
13724
13725         * MAINTAINERS: Add myself to write after approval list.
13726
13727 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13728
13729         * Makefile.in (DO_X): Use double quotes for quoting
13730         "RANLIB=$${RANLIB}".
13731
13732 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13733
13734         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13735
13736 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13737
13738         * configure.in: Only use `lang_requires' for languages athat are
13739         actually enabled.
13740
13741 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
13742
13743         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13744
13745 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13746
13747         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13748
13749 2001-03-07  Tom Tromey  <tromey@redhat.com>
13750
13751         * configure.in: Allow config-lang.in to set `lang_requires' to list
13752         of other required languages.
13753
13754 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13755
13756         * Makefile.in: Remove RANLIB definition. Use RANLIB
13757         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13758         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13759
13760 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13761             Alexandre Oliva  <aoliva@redhat.com>
13762
13763         * Makefile.in (check-c++): Use tabs, not spaces.
13764
13765 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13766
13767         * MAINTAINERS: add myself to Write After Approval list.
13768
13769 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13770
13771         * Makefile.in (check-c++): New rule.
13772
13773         * configure.in (target_libs): Remove libg++.
13774         (noconfigdirs): Remove libg++.
13775         (noconfigdirs): Same.
13776         (noconfigdirs): Same.
13777         (noconfigdirs): Same.
13778
13779         * config-ml.in: Remove libg++ references.
13780
13781         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13782         (ALL_TARGET_MODULES): Same.
13783         (configure-target-libg++): Remove.
13784         (all-target-libg++): Remove.
13785         (configure-target-libio): Remove.
13786         (all-target-libio): Remove.
13787         (check-target-libio): Remove.
13788         (.PHONY): Remove.
13789         (libg++.tar.bz2): Remove.
13790         (all-target-cygmon): Remove libio.
13791         (all-target-libstdc++): Remove.
13792         (configure-target-libstdc++): Remove.
13793         (TARGET_LIB_PATH): Remove libstdc++.
13794         (ALL_GCC_CXX): Remove libstdc++.
13795         (all-target-gperf): Correct.
13796
13797 2001-02-16  Nick Clifton  <nickc@redhat.com>
13798
13799         * configure.in (noconfigdirs): Allow configuration of texinfo
13800         for Cygwin hosts.
13801
13802 2001-02-15  Anthony Green  <green@redhat.com>
13803
13804         * configure: Introduce GCJ_FOR_TARGET.
13805         * configure.in: Ditto.
13806         * Makefile.in: Ditto.
13807
13808 2001-02-13  Andreas Schwab  <schwab@suse.de>
13809
13810         * MAINTAINERS: Update mail address.
13811
13812 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13813
13814         * config.guess: Add linux target for S/390.
13815         * config.sub: Likewise.
13816
13817 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13818
13819         * configure.in: for *-chorusos, don't config target-newlib and
13820         target-libgloss.
13821
13822 2001-02-06  Ben Elliston  <bje@redhat.com>
13823
13824         * configure: Output host type to stdout, not stderr.
13825
13826 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
13827
13828         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13829         * ltcf-cxx.sh: Likewise.
13830
13831         * config.if: Assume enable_libstdcxx_v3 is defined.
13832
13833 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
13834
13835         Remove V2 C++ library.
13836         * configure.in: Remove --enable-libstdcxx_v3 support.
13837
13838 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13839
13840         * include/demangle.h: Add prototype for java_demangle_v3.
13841
13842 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
13843
13844         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13845
13846 2001-01-27  Richard Henderson  <rth@redhat.com>
13847
13848         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13849
13850 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13851
13852         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13853         Don't unset, it's non-portable and no longer necessary, set to empty
13854         instead.
13855
13856 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13857
13858         * ltconfig: Shell portability fix for the tagname validity check.
13859
13860 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13861
13862         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13863         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13864
13865 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13866
13867         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13868
13869 2001-01-26  Tom Tromey  <tromey@redhat.com>
13870
13871         * configure.in: Allow libgcj to be built on Sparc Solaris.
13872
13873 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
13874
13875         * ltcf-c.sh: Add aix5 case.
13876         * ltcf-cxx.sh: Likewise.
13877         * ltconfig: Likewise.
13878
13879 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13880
13881         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13882         keep at least one of build_libtool_libs or build_old_libs set to
13883         yes.
13884
13885         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13886         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13887
13888 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13889
13890         * configure.in: Enable libgcj on several additional platforms.
13891
13892 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13893
13894         * configure.in: Enable libgcj for linux targets.
13895
13896 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13897
13898         * MAINTAINERS (Write After Approval): Add myself.
13899
13900 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13901
13902         * MAINTAINERS: Add myself as vax port maintainer.
13903
13904 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13905
13906         * MAINTAINERS: Add myself as Mercury front-end maintainer.
13907
13908 2001-01-09  Mike Stump  <mrs@wrs.com>
13909
13910         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13911         failures of subdirectories.
13912
13913 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13914
13915         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13916         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13917         * ltcf-cxx.sh: Likewise.
13918         * ltcf-gcj.sh: Likewise.
13919         * ltconfig.sh: Fix typo.
13920
13921 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13922
13923         * configure: handle DOS-style absolute paths.
13924
13925 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13926
13927         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13928
13929 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13930
13931         * MAINTAINERS: Add myself as avr port co-maintainer.
13932
13933 2000-12-28  Ben Elliston  <bje@redhat.com>
13934
13935         * MAINTAINERS: Add myself under ``Write After Approval''.
13936
13937 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13938
13939         * texinfo: Remove directory from GCC.
13940
13941 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13942
13943         * COPYING: Update to current
13944         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13945         to 19yy as example year in copyright notice).
13946
13947 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13948
13949         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13950         (libstdcxx_incdir): Pass down.
13951         * config.if: Remove expired bits for cxx_interface, add stub.
13952         (libstdcxx_incdir): Add variable for g++ include directory.
13953         * configure.in (gxx_include_dir): Use it.
13954
13955 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13956
13957         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13958         with old-email address from ``Write After Approval''.
13959
13960 2000-12-15  Andreas Jaeger  <aj@suse.de>
13961
13962         * configure.in: Handle lang_dirs.
13963
13964 2000-12-14  Tom Tromey  <tromey@redhat.com>
13965
13966         * MAINTAINERS: Removed brads.
13967
13968         * MAINTAINERS: Added gcj developers.
13969
13970 2000-12-13  Anthony Green  <green@redhat.com>
13971
13972         * configure.in: Disable libgcj for any target not specifically
13973         listed.  Disable libgcj for x86 and Alpha Linux until compatible
13974         with g++ abi.
13975
13976 2000-12-13  Mike Stump  <mrs@wrs.com>
13977
13978         * Makefile.in (local-distclean): Also remove fastjar.
13979
13980 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
13981
13982         * contrib/gcc_update: Add fastjar --touch entries.
13983
13984 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
13985
13986         * configure.in: Disable language-specific target libraries for
13987         languages that aren't enabled.
13988
13989 2000-12-10  Anthony Green  <green@redhat.com>
13990
13991         * configure.in: Define libgcj.  Disable libgcj target libraries for
13992         most targets.
13993
13994 2000-12-10  Neil Booth  <neilb@earthling.net>
13995
13996         * MAINTAINERS: Update mail address, remove from WAA list.
13997
13998 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13999
14000         * libjava: Imported from /cvs/java.
14001         * libffi: Likewise.
14002         * Boehm-gc: Likewise.
14003
14004 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14005
14006         * configure.in (target_libs): Revert 2000-12-08 patch.
14007         (noconfigdirs): Added target-libjava.
14008
14009 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14010
14011         * djunpack.bat: removed.
14012
14013 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14014
14015         * Makefile.in: handle DOS-style absolute paths.
14016         * config-ml.in: likewise.
14017         * symlink-tree: likewise.
14018
14019 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14020
14021         * fastjar: Imported.
14022
14023 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14024
14025         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14026         libjava.
14027         * configure.in (target_libs): Removed `target-libjava'.
14028
14029 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14030
14031         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14032         (ALL_MODULES): Added fastjar.
14033         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14034         (all-target-libjava): all-fastjar replaces all-zip.
14035         (all-fastjar): Added.
14036         (configure-target-fastjar, all-target-fastjar): Likewise.
14037         * configure.in (host_tools): Added fastjar.
14038
14039 2000-12-07  Mike Stump  <mrs@wrs.com>
14040
14041         * Makefile.in (local-distclean): Remove leftover built files.
14042
14043 2000-11-24  Nick Clifton  <nickc@redhat.com>
14044
14045         * configure.in (xscale-elf): Add target.
14046         (xscale-coff): Add target.
14047
14048 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14049
14050         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14051         recent versions of FreeBSD (release 3 or later).
14052         * ltconfig: On FreeBSD, -lc must not be provided when building
14053         a shared library or else the standard -pthread gcc option is
14054         rendered worthless to later users of the built library.
14055
14056 2000-11-16  Fred Fish  <fnf@be.com>
14057
14058         * configure.in (enable_libstdcxx_v3): Fix typo,
14059         libstd++ -> libstdc++.
14060
14061 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14062
14063         * MAINTAINERS: Add self to Write After Approval list.
14064
14065 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14066
14067         * MAINTAINERS: Update my email address.  Add myself to global write
14068         privs list.
14069
14070 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14071
14072         * Makefile.in: Merge with src and libgcj.
14073         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14074         configure-target-<library> when their configure scripts need the C
14075         or C++ library to have already been built to work properly.
14076         (do_proto_toplev): Set them to an empty string.
14077
14078         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14079         (REALLY_SET_LIB_PATH): Use them.
14080
14081 2000-11-17  Stan Shebs  <shebs@apple.com>
14082
14083         * MAINTAINERS: Add self to Write After Approval list.
14084
14085 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14086
14087         * configure: Provide the original toplevel configure arguments
14088         (including $0) to subprocesses in the environment rather than
14089         through gcc/configargs.h.
14090
14091 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14092
14093         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14094         C99.  Alphabetise "Write After Approval" list.
14095
14096 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14097
14098         * configure: Turn on libstdc++ V3 by default.
14099
14100         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14101         if we've got GCC.
14102
14103 2000-11-11  Philip Blundell  <philb@gnu.org>
14104
14105         * MAINTAINERS: Add self to Write After Approval list.
14106
14107 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14108
14109         * ltcf-c.sh (aix4): Improve shared library configuration; require
14110         exporting symbols.
14111         * ltcf-cxx.sh (aix4): Define.
14112         * ltconfig (aix4): Define library and soname specs appropriate for
14113         AIX.  Define command to create export symbols list.
14114
14115 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14116
14117         * config.sub: Add support for Sun Chorus
14118
14119 2000-10-31  Nick Clifton  <nickc@redhat.com>
14120
14121         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14122         <name>@redhat.com.  Also installed new email address for Clint
14123         Popetz.
14124
14125 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14126
14127         * etc: Remove directory from GCC.
14128
14129 2000-10-16  Michael Meissner  <meissner@redhat.com>
14130
14131         * configure (gcc/configargs.h): Only create if there is a build GCC
14132         directory created.
14133
14134 2000-10-16  Matthias Klose  <doko@debian.org>
14135
14136         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14137         when configured for libstdc++-v3.
14138
14139 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14140
14141         * configure: Save configure arguments to gcc/configargs.h.
14142
14143 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14144
14145         * config.guess: Import CVS version 1.157.
14146         * config.sub: Import CVS version 1.181.
14147
14148 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14149
14150         * Makefile.in (bootstrap): avoid recursion if subdir missing
14151         (cross): ditto
14152         (do-proto-toplev): ditto
14153
14154 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14155
14156         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14157         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14158
14159         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14160         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14161         all affected `configure' scripts.
14162
14163 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14164
14165         * MAINTAINERS: Add self as cpplib co-maintainer.
14166
14167 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14168
14169         * MAINTAINERS: Add self to Write After Approval list.
14170
14171 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14172
14173         * INSTALL/README: egcs -> GCC update.
14174
14175 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14176
14177         * MAINTAINERS: Add myself to Write After Approval list.
14178
14179 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14180
14181         * MAINTAINERS: Add myself to Write After Approval list.
14182
14183 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14184
14185         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14186         X11 libraries for hppa64.
14187
14188 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14189
14190         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14191
14192 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14193
14194         * Makefile.in (all-zlib): Added dummy target.
14195
14196         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14197         ltcf-gcj.sh: Updated from libtool multi-language branch.
14198
14199 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14200
14201         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14202         (bootstrap*): Depend on all-bootstrap.
14203
14204 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14205
14206         * config.guess: Import CVS version 1.156.
14207         * config.sub: Import CVS version 1.179.
14208
14209 2000-09-02  Anthony Green  <green@cygnus.com>
14210
14211         * Makefile.in (all-gcc): Depend on all-zlib.
14212         (CLEAN_MODULES): Add clean-zlib.
14213         (ALL_MODULES): Add all-zlib.
14214         * configure.in (host_libs): Add zlib.
14215
14216 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14217
14218         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14219         crosses, but add gcc/include to the header search path for them.
14220
14221 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14222
14223         * MAINTAINERS: Add self to Write After Approval list.
14224
14225 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14226
14227         * config.guess: Import CVS version 1.152.
14228         * config.sub: Import CVS version 1.177.
14229
14230 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14231
14232         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14233         $targargs to tell whether newlib is going to be built.
14234
14235         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14236         $$r/TARGET_SUBDIR/libio for _G_config.h.
14237
14238 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14239
14240         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14241
14242 2000-08-22  DJ Delorie  <dj@redhat.com>
14243
14244         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14245
14246 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14247
14248         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14249         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14250         sub-configures.
14251
14252 2000-08-21  DJ Delorie  <dj@redhat.com>
14253
14254         * MAINTAINERS: Add self as a libiberty maintainer
14255
14256 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14257
14258         * configure.in (libstdcxx_flags): Use
14259         libstdc++-v3/src/libstdc++.INC.
14260
14261 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14262
14263         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14264
14265 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14266
14267         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14268
14269         * configure: Make enable_threads and enable_shared defaults
14270         explicit.  Substitute enable_threads into generated Makefiles.
14271         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14272         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14273
14274 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14275
14276         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14277
14278 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14279
14280         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14281         previous delta.
14282
14283 2000-08-11  Jason Merrill  <jason@redhat.com>
14284
14285         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14286         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14287         (FLAGS_FOR_TARGET): Not here.
14288         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14289
14290 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14291
14292         * config-ml.in (CC, CXX): Don't introduce a leading space.
14293
14294 2000-08-07  DJ Delorie  <dj@delorie.com>
14295
14296         * MAINTAINERS: Add self as a DJGPP maintainer
14297
14298 2000-08-07  DJ Delorie  <dj@redhat.com>
14299
14300         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14301         "if we're also building gcc, and it's a gcc that will run on the
14302         build machine, we want to use its includes instead of the system's
14303         default includes".
14304
14305 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14306
14307         * MAINTAINERS: Add self to Write After Approval list.
14308
14309 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14310
14311         * configure.in (libstdcxx_flags): Don't use `"'.
14312
14313         * config-ml.in: Adjust multilib search paths to the
14314         appropriate multilib tree.
14315
14316 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14317
14318         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14319         commas in $LANGUAGES.
14320
14321 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14322
14323         * configure.in: Re-enable all references to libg++ and librx.
14324
14325 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14326
14327         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14328         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14329         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14330         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14331
14332         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14333
14334 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14335
14336         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14337         CXX_FOR_TARGET for sed.
14338
14339 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14340
14341         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14342         Do not override if already set in the environment or in configure.
14343         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14344         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14345
14346 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14347
14348         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14349         the libtool CVS tree multi-language branch.
14350         * ltconfig, ltmain.sh: Updated.
14351
14352 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14353
14354         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14355         (clean-target): Depend on it.
14356
14357         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14358         (GCC_FOR_TARGET): Use it.
14359         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14360         * configure.in: ... here.
14361         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14362         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14363
14364 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14365
14366         * MAINTAINERS: Add self to Write After Approval list.
14367
14368 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14369
14370         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14371         (configure-target-libchill, configure-target-libobjc): Likewise.
14372
14373         * configure.in: Use the same cache file for all target libs.
14374         * config-ml.in: But different cache files per multilib variant.
14375
14376 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14377
14378         * configure (topsrcdir): Don't use dirname.
14379
14380 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14381
14382         * MAINTAINERS: Add self to Write After Approval list.
14383
14384 2000-07-20  Jason Merrill  <jason@redhat.com>
14385
14386         * configure.in: Remove all references to libg++ and librx.
14387
14388         * configure, configure.in, Makefile.in: Unify gcc and binutils.
14389
14390 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14391
14392         * config.sub: Update to subversions version 2000-07-06.
14393
14394 2000-07-12  Andrew Haley  <aph@cygnus.com>
14395
14396         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14397         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14398
14399 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14400
14401         * symlink-tree:  Check number of arguments.
14402
14403 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14404
14405         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14406         search path for a g++ extracted from the build tree.  This
14407         will allow link tests run by configure scripts in
14408         subdirectories to succeed.
14409
14410 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14411
14412         * ltconfig: Add support for mips-dde-sysv4.2MP
14413
14414 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14415
14416         * MAINTAINERS: Add myself as loop discovery maintainer.
14417
14418 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14419
14420         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14421         `os2'. Force ac_cv_exeext to be ".exe" in that case.
14422
14423 2000-06-19  Timothy Wall  <twall@cygnus.com>
14424
14425         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14426         * config.sub: Add tic54x target.
14427
14428 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14429
14430         * MAINTAINERS: Add self as Fortran maintainer,
14431         remove Craig Burley.
14432
14433 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14434
14435         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14436         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14437
14438 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14439
14440         * MAINTAINERS: Add self as i18n maintainer
14441
14442 20000-05-21  H.J. Lu  (hjl@gnu.org)
14443
14444         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14445         directory are used if they exist. Make sure
14446         $(build_tooldir)/include is searched for header files,
14447         $(build_tooldir)/lib/ for library files.
14448         (GCC_FOR_TARGET): Likewise.
14449         (CXX_FOR_TARGET): Likewise.
14450
14451 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14452
14453         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14454
14455 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14456
14457         * Makefile.in (configure-target-libiberty): Depend on
14458         configure-target-newlib.
14459
14460 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14461
14462         * configure.in, Makefile.in: Merge all libffi-related
14463         configury stuff from the libgcj tree.
14464
14465 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14466
14467         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14468         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14469
14470 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14471
14472         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14473         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14474         current version information.  Add to proto-toplev directory.
14475         (gdb-taz): Build do-djunpack.
14476
14477 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
14478
14479         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14480
14481 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14482
14483         * MAINTAINERS: Add self to Write After Approval list.
14484
14485 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14486
14487         * ltmain.sh: Preserve in relink_command any environment
14488         variables that may affect the linker behavior.
14489
14490 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14491
14492         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14493
14494 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
14495
14496         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14497
14498 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14499
14500         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14501         with the version name.
14502
14503 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
14504
14505         * MAINTAINERS: Add self as bb-reorder maintainer.
14506
14507 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
14508
14509         * config.if: Tweak.
14510
14511 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
14512
14513         * djunpack.bat: New file.
14514
14515 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14516
14517         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14518         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14519         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14520         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14521
14522 2000-04-16  Dave Pitts  <dpitts@cozx.com>
14523
14524         * config.sub (case $basic_machine): Change default for "ibm-*"
14525         to "openedition".
14526
14527 2000-04-13  Andreas Jaeger  <aj@suse.de>
14528
14529         * MAINTAINERS: Added myself.
14530
14531 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14532
14533         * Makefile.in (gdb-taz): New target.  GDB specific archive.
14534         (do-md5sum): New target.
14535         (MD5PROG): Define.
14536         (PACKAGE): Default to TOOL.
14537         (VER): Default to a shell script.
14538         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
14539         md5 checksum generation.
14540         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14541         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14542         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14543         insight.tar.bz2): Use gdb-taz to create archive.
14544
14545 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14546
14547         * configure (warn_cflags): Delete.
14548
14549 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
14550
14551         * MAINTAINERS: Added myself.
14552
14553 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
14554             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
14555
14556         * configure.in (enable_libstdcxx_v3): Add.
14557         (target_libs): Add bits here to switch between libstdc++-v2 and
14558         libstdc++-v3.
14559         * config.if: And this file too.
14560         * Makefile.in: Add libstdc++-v3 targets.
14561
14562 2000-04-05  Michael Meissner  <meissner@redhat.com>
14563
14564         * config.sub (d30v): Add d30v as a basic machine type.
14565
14566 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
14567
14568         * configure.in: -linux-gnu*, not -linux-gnu.
14569
14570 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14571
14572         * MAINTAINERS: Add self in write-after-approval section.
14573
14574 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
14575
14576         * MAINTAINERS: Add self as ia64 port maintainer.
14577
14578 2000-03-08  Neil Booth  <NeilB@earthling.net>
14579
14580         * MAINTAINERS: Add self in write-after-approval section.
14581
14582 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14583
14584         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14585         (do-tar-bz2): Replace TOOL with PACKAGE.
14586         (gdb.tar.bz2): Remove GDBTK from GDB package.
14587         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14588         dejagnu.tar.bz2): New packages.
14589
14590 2000-02-27  Andreas Jaeger  <aj@suse.de>
14591
14592         * configure.in: Add entry for mips*-*-linux*, move catch all
14593         *-*-*linux* entry below this one.
14594
14595 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
14596
14597         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14598
14599 2000-02-24  Nick Clifton  <nickc@cygnus.com>
14600
14601         * config.sub: Support an OS of "wince".
14602
14603 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14604
14605         * config.guess, config.sub: Updated to match config's 2000-02-15
14606         version.
14607
14608 2000-02-23  Linas Vepstas  <linas@linas.org>
14609
14610         * config.sub: Add support for Linux/IBM 370.
14611         * configure.in: Likewise.
14612
14613 2000-02-22  Nick Clifton  <nickc@cygnus.com>
14614
14615         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14616
14617 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
14618
14619         * config.guess: Guess "cygwin" rather than "cygwin32".
14620
14621 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14622
14623         * configure (gcc_version): When setting, narrow search to
14624         lines containing `version_string'.
14625
14626 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14627
14628         * config.sub: Add support for avr target.
14629
14630 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14631
14632         * MAINTAINERS: Add maintainers for MCore port.
14633
14634 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14635
14636         * config.sub: Add mmix-knuth-mmixware.
14637
14638 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14639
14640         * MAINTAINERS: Pair cccp with cpplib maintainership.
14641
14642 2000-01-27  Christopher Faylor  <cgf@redhat.com>
14643
14644         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14645         structure stuff to -L library search.
14646         (CXX_FOR_TARGET): Ditto.
14647         (CROSS_CHECK_MODULES): Fix spelling mistake.
14648
14649 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14650
14651         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14652         the C++ compiler.
14653
14654 2000-01-12  Richard Henderson  <rth@cygnus.com>
14655
14656         * configure.in: Don't build some bits for beos.
14657
14658 2000-01-12  Joel Sherrill (joel@OARcorp.com)
14659
14660         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14661         as include files.
14662
14663 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14664
14665         * Add self as cpplib maintainer, as requested by Jason
14666         Merrill.  Correct my e-mail address.
14667
14668 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
14669
14670         * configure.in: Use mt-aix43 to handle *_TARGET defs,
14671         not mh-aix43.
14672
14673 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14674
14675         * MAINTAINERS: Add myself to "write after approval" list.
14676
14677 1999-12-14  Richard Henderson  <rth@cygnus.com>
14678
14679         * config.guess (alpha-osf, alpha-linux): Detect ev67.
14680         * config.sub: Accept alphaev[78], alphaev8.
14681
14682 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14683
14684         * config.guess, config.sub: Update from autoconf.
14685
14686 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
14687
14688         * MAINTAINERS:  update my playtime e-address.
14689
14690 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14691
14692         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14693         necessary libraries are missing.
14694
14695 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14696
14697         * MAINTAINERS: Add new 'write after approval' maintainer.
14698
14699 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14700
14701         * MAINTAINERS: Add new Java maintainer.
14702
14703 1999-10-25  Andreas Schwab  <schwab@suse.de>
14704
14705         * configure: Fix quoting inside arguments of eval.
14706
14707 1999-10-21  Nick Clifton  <nickc@cygnus.com>
14708
14709         * config-ml.in: Allow suppression of some ARM multilibs.
14710
14711 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14712
14713         * config.guess: Add OS/390 match pattern.
14714         * config.sub: Add mvs, openedition targets.
14715         * configure.in (i370-ibm-opened*): New.
14716
14717 1999-09-04  Steve Chamberlain  <sac@pobox.com>
14718
14719         * config.sub: Add support for configuring for pj.
14720
14721 1999-08-31  Nick Clifton  <nickc@cygnus.com>
14722
14723         * config.sub (maybe_os): Add support for configuring for fr30.
14724
14725 1999-08-25  Nick Clifton  <nickc@cygnus.com>
14726
14727         * configure.in: Do not configure or build ld for AIX
14728         platforms.  ld is known to be broken on these platforms.
14729
14730 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14731
14732         * config-ml.in: Pass compiler flag corresponding to multidirs to
14733         subdir configures.
14734
14735 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
14736
14737         * Makefile.in (LDFLAGS): Define.
14738
14739 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14740
14741         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14742         noconfigdirs.
14743         (*-*-cygwin*): Likewise.
14744
14745 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
14746
14747         * mkdep: New file.
14748         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14749         (BINUTILS_SUPPORT_DIRS): Add mkdep.
14750
14751         From Eli Zaretskii <eliz@is.elta.co.il>:
14752         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14753         long file name when using DJGPP on MS-DOS.
14754
14755 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14756
14757         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14758
14759 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14760
14761         * Makefile.in (check-target-libio): Remove all-target-libstdc++
14762         dependency as this causes "make check" to globally "make all"
14763
14764 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14765
14766         * configure.in (target_libs): Added target-zlib.
14767         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14768         (CONFIGURE_TARGET_MODULES): Likewise.
14769         (CHECK_TARGET_MODULES): Likewise.
14770         (INSTALL_TARGET_MODULES): Likewise.
14771         (CLEAN_TARGET_MODULES): Likewise.
14772         (configure-target-zlib): New target.
14773         (all-target-zlib): Likewise.
14774         (all-target-libjava): Depend on all-target-zlib.
14775         (configure-target-libjava): Depend on configure-target-zlib.
14776
14777         * Makefile.in (configure-target-libjava): Depend on
14778         configure-target-newlib.
14779         (configure-target-boehm-gc): New target.
14780         (configure-target-qthreads): New target.
14781
14782         * configure.in (target_libs): Added target-qthreads.
14783         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14784         (CONFIGURE_TARGET_MODULES): Likewise.
14785         (CHECK_TARGET_MODULES): Likewise.
14786         (INSTALL_TARGET_MODULES): Likewise.
14787         (CLEAN_TARGET_MODULES): Likewise.
14788         (all-target-qthreads): New target.
14789         (configure-target-libjava): Depend on configure-target-qthreads.
14790         (all-target-libjava): Depend on all-target-qthreads.
14791
14792         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14793         (CONFIGURE_TARGET_MODULES): Likewise.
14794         (CHECK_TARGET_MODULES): Likewise.
14795         (INSTALL_TARGET_MODULES): Likewise.
14796         (CLEAN_TARGET_MODULES): Likewise.
14797         (all-target-libjava): New target.
14798         (all-target-boehm-gc): Likewise.
14799         * configure.in (target_libs): Added libjava, boehm-gc.
14800
14801 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
14802
14803         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14804         configure.bat in SUPPORT_FILES.
14805         (gas+binutils.tar.bz2): Likewise.
14806
14807         * makeall.bat: Remove; obsolete.
14808
14809 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
14810
14811         From Mark Elbrecht:
14812         * configure.bat: Remove; obsolete.
14813
14814 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
14815
14816         * configure: Add -W -Wall to the default CFLAGS when compiling with
14817         gcc.
14818
14819 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14820
14821         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14822
14823 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
14824
14825         * configure.in: Build ld on IRIX6.
14826
14827 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
14828
14829         * Makefile.in: Change distribution targets to use bzip2 instead of
14830         gzip.
14831         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14832         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14833
14834 1999-06-04  Nick Clifton  <nickc@cygnus.com>
14835
14836         * config.sub: Add mcore target.
14837
14838 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14839
14840         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14841
14842 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14843
14844         * config.guess (dummy): Changed to $dummy.
14845
14846 1999-05-24  Nick Clifton  <nickc@cygnus.com>
14847
14848         * config.sub: Tidied up case statements.
14849
14850 1999-05-22  Ben Elliston  <bje@cygnus.com>
14851
14852         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14853         <jiro@din.or.jp>.
14854
14855         * config.guess: Merge with FSF version. Future changes will be
14856         more accurately recorded in this ChangeLog.
14857         * config.sub: Likewise.
14858
14859 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14860
14861          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14862
14863 1999-04-30  Tom Tromey  <tromey@cygnus.com>
14864
14865         * ltmain.sh: [mode link] Always use CC given by ltconfig.
14866
14867 1999-04-23  Tom Tromey  <tromey@cygnus.com>
14868
14869         * ltconfig, ltmain.sh: Update to libtool 1.2f.
14870
14871 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14872
14873         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14874         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14875         Bad merge removed these two changes.
14876
14877 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14878                           Martin Heller (Ing.-Buero_Heller@t-online.de)
14879
14880         * config.guess (interix Alpha): Add.
14881
14882 1999-04-11  Richard Henderson  <rth@cygnus.com>
14883
14884         * configure.in (i?86-*-beos*): Do config gperf; don't config
14885         gdb, newlib, or libgloss.
14886
14887 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14888
14889         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14890         link a trivial program with -mabi=64.  If it fails, remove mabi=64
14891         from multidirs.
14892
14893 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14894
14895         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14896
14897 1999-04-08  Nick Clifton  <nickc@cygnus.com>
14898
14899         * config.sub: Add support for mcore targets.
14900
14901 1999-04-07  Michael Meissner  <meissner@cygnus.com>
14902
14903         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14904         not mt-ospace, in order to shut up assembler warning about using
14905         symbols that are named the same as registers.
14906
14907 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14908
14909         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14910         dependency list for all-target-cygmon.
14911
14912 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
14913
14914         * config-ml.in: Check $host, not $target, for selective multilibs.
14915         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14916         thumb interworking, and underscore prefix multilibs.
14917
14918 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
14919
14920         * missing: Update to version from current automake.
14921
14922 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14923
14924         * configure (gxx_include_dir): Removed.
14925
14926         * configure.in (gxx_include_dir): Handle it.
14927         * Makefile.in: Likewise.
14928
14929 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14930
14931         * config.sub (mips64vr4111,mips64vr4111el) Add.
14932
14933 1999-03-21  Ben Elliston  <bje@cygnus.com>
14934
14935         * config.guess: Correct typo for detecting ELF on FreeBSD.
14936
14937 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14938
14939         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14940         config/mh-djgpp.
14941
14942 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14943
14944         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14945         all-target-newlib to dependency list for all-target-bsp.
14946
14947 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14948
14949         * config.sub: Add i386-uwin support.
14950         * config.guess: Likewise.
14951
14952 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14953
14954         * configure.in: cleanup, add mh-*pic handling for arm, special
14955         case powerpc*-*-aix*
14956
14957 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14958
14959         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14960         can be built.
14961
14962 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14963
14964         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14965         targets.
14966
14967 1999-03-02  Nick Clifton  <nickc@cygnus.com>
14968
14969         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14970
14971 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
14972
14973         * config.sub: Check for "cygwin*" rather than "cygwin32*"
14974
14975 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14976
14977         * config.sub: Fix typo in arm recognition.
14978
14979 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
14980
14981         * configure.in (noconfigdirs): Changed target_configdirs to
14982         include target-bsp only for m68k-*-elf* and m68k-*-coff*
14983         rather than m68k-*-* since it is not known to work on
14984         m68k-aout. Ditto for arm-*-*oabi.
14985
14986 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
14987
14988         * configure.in (*-*-windows*): Remove, no longer used.
14989
14990 1999-02-19  Ben Elliston <bje@cygnus.com>
14991
14992         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14993         Smart and improved by Andrew Cagney.
14994
14995 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
14996
14997         * config.guess: Recognize openbsd-*-hppa.
14998
14999 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15000
15001         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15002         only if it is not empty.
15003
15004 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15005
15006         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15007
15008         * config.guess: Modified to recognize uname's armv* syntax.
15009
15010         * config.sub: Modified to recognize uname's armv* syntax.
15011
15012 1999-02-17  Mark Salter  <msalter@cygnus.com>
15013
15014         * configure.in: Added target-bsp for sparclite.
15015
15016 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15017
15018         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15019
15020 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15021
15022         * configure.in: Add support for strongarm port.
15023         * config.sub: Add support for strongarm target.
15024
15025 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15026
15027         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15028         the old name config/mh-cygwin32.
15029         Enable texinfo.
15030
15031 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15032
15033         * configure.in: Do build ld for ix86 Solaris.
15034
15035 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15036
15037         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15038         $AR_FOR_TARGET.  Likewise for RANLIB.
15039
15040 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15041
15042         * config.sub (oabi):  Recognize.
15043         * configure.in (arm-*-oabi):  Handle.
15044
15045 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15046
15047         * config.guess: Improve detection of i686 on UnixWare 7.
15048
15049 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15050
15051         * config.guess: Add support for i386-pc-interix.
15052         * config.sub: Likewise.
15053         * configure.in: Likewise.
15054
15055 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15056
15057         * Makefile.in: Remove unneeded all-target-libio from
15058         from all-target-winsup target since it is now unneeded.
15059         Add all-target-libtermcap in its place since it is now
15060         needed.
15061
15062 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15063
15064         * configure.in: makefile stub for cygwin target is probably
15065         unnecessary.  Remove it for now.
15066
15067 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15068
15069         * configure.in: libtermcap.a should be built when cygwin is the
15070         target as well as the host.
15071         * config.guess: Allow mixed case in cygwin uname output.
15072         * Makefile.in: Add libtermcap target.
15073
15074 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15075
15076         * config.sub: Clean up handling of hppa2.0.
15077
15078 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15079
15080         * config.guess: Use C code to identify more HP machines.
15081
15082 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15083
15084         * config.sub: Handle hppa2.0.
15085
15086 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15087
15088         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15089         cygmon for all sparclite targets, regardless of object format.
15090
15091 1998-12-15  Mark Salter  <msalter@cygnus.com>
15092
15093         * configure.in: Added target-bsp for several target architectures.
15094
15095         * Makefile.in: Added rules for bsp.
15096
15097 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15098
15099         * config.guess: Improve detection of hppa2.0 processors.
15100
15101 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15102
15103         * config.guess: Recognize FreeBSD using ELF automatically.
15104
15105 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15106
15107         * configure (skip-this-dir): Add handling for new shell script, which
15108         might be created by a sub-directory's configure to indicate, this particular
15109         directory is "unwanted".
15110         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15111
15112 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15113
15114         * ltconfig: import from libtool, after changing libtool to
15115         account for the cygwin name change.
15116
15117 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15118
15119         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15120         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15121
15122 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15123
15124         * configure.in: Add libtermcap to list of cygwin dependencies.
15125
15126 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15127
15128         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15129         they include winsup/include when it's a cygwin target.
15130
15131 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15132
15133         * configure.in (host_tools): Added zip.
15134         * Makefile.in (all-target-libjava): Depend on all-zip.
15135         (all-zip): New target.
15136         (ALL_MODULES): Added all-zip.
15137         (NATIVE_CHECK_MODULES): Added check-zip.
15138         (INSTALL_MODULES): Added install-zip.
15139         (CLEAN_MODULES): Added clean-zip.
15140
15141 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15142
15143         * Makefile.in: lose "32" from comment about cygwin.
15144
15145 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15146
15147         * configure.in: Use -Os to build target libraries for the fr30.
15148
15149 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15150
15151         * config.sub: Add fr30.
15152
15153 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15154
15155         * configure.in: drop "32" from config/mh-cygwin32.  Check
15156         cygwin* instead of cygwin32*.
15157         * config.sub: Check cygwin* instead of cygwin32*.
15158
15159 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15160
15161         * config.guess: Match any version of Unixware7.
15162
15163 1998-10-20  Syd Polk  <spolk@cygnus.com>
15164
15165         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15166         if desired.
15167
15168 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15169
15170         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15171         these if the appropriate directories and files to not exist.
15172
15173 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15174
15175         * Makefile.in (DEVO_SUPPORT): Add config.if.
15176
15177 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15178
15179         * configure: Add pattern to replace "build_tooldir"'s
15180         definition in the generated Makefile with "tooldir"'s
15181         actual value.
15182
15183 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15184
15185         * config.sub: Bring back lost sparcv9.
15186
15187         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15188
15189 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15190
15191         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15192         CC_FOR_TARGET and friends.
15193
15194 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15195
15196         * Makefile.in (build_tooldir): New variable, same as tooldir.
15197         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15198         -B$(build_tooldir)/bin/.
15199         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15200
15201 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15202
15203         * README: Remove installation instructions and refer to the
15204         INSTALL directory instead.
15205
15206 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15207
15208         * config.sub: Add support for i[34567]86-pc-udk.
15209         * configure.in: Likewise.
15210
15211 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15212
15213         * Makefile.in: add bzip2 package building bits for user
15214         tools module
15215         * configure.in: ditto
15216
15217 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15218
15219         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15220         (ALL_TARGET_MODULES): Add all-target-libobjc.
15221         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15222         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15223         (all-target-libchill): Add dependencies.
15224         * configure.in (target_libs): Add libchill.
15225
15226 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15227
15228         * configure.in (target_subdir): Remove duplicate line.
15229
15230 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15231
15232         * Makefile.in (all-automake): fix dependencies.
15233
15234 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15235
15236         * configure.in: Minor cleanups for building in the $(target_alias)
15237         subdir.
15238
15239 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15240
15241         * Makefile.in (bootstrap): Set r and s before make all.  Use
15242         BASE_FLAGS_TO_PASS in make all.
15243         (cross): Likewise.
15244
15245 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15246
15247         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15248
15249 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15250
15251         * config.sub: Fix typo in last change.
15252
15253 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15254
15255         * config.sub: Add support for C4x target.
15256         * configure.in: Likewise.
15257
15258 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15259
15260         * config.sub: Recognize sparcv9 just like sparc64.
15261
15262 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15263
15264         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15265
15266 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15267
15268         * config.guess: Correctly identify Pentium II sco boxes.
15269
15270         * config.guess: Fix "tr" code.  From Weiwen Liu.
15271
15272 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15273
15274         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15275         stabs.
15276
15277 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15278
15279         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15280         (ALL_TARGET_MODULES): Add all-target-libchill.
15281         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15282         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15283         (all-target-libchill): Add dependencies.
15284         * configure.in (target_libs): Add libchill.
15285
15286 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15287
15288         * config.guess: Avoid assumptions about "tr" behaves when
15289         LANG is set to something other than English.
15290
15291 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15292
15293         * configure (gxx_include_dir): Changed to
15294         '${prefix}/include/g++'-${libstdcxx_interface}.
15295
15296         * config.if: New to determine the interfaces.
15297
15298 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15299
15300         * config.guess: Detect and handle MPE/IX.
15301         * config.sub: Deal with MPE/IX.
15302
15303 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15304
15305         * configure.in: Use mh-aix43.
15306
15307 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15308
15309         * configure: Fix --without/--disable cases for gxx-include-dir.
15310
15311 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15312
15313         * mdata-sh:  Imported.  Needed for automake support.
15314
15315 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15316
15317         * Makefile.in (taz): Try "chmod -R og=u ." before
15318         "chmod og=u `find . -print`".
15319
15320 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15321
15322         * configure.in: Add arm-elf and thumb-elf support.
15323
15324 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15325
15326         * Makefile.in: Undo previous patch.
15327
15328 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15329
15330         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15331         to here ...
15332         (install-no-fixedincludes): and here
15333         (INSTALL_MODULES): ... from here.
15334
15335 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15336
15337         * config.sub: Merge with FSF.
15338
15339         * config.guess: Merge with FSF.
15340
15341 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15342
15343         * configure (extraconfigdirs): New variable.
15344         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15345         * Makefile.in (all): Move higher in file.
15346         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15347         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15348         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15349         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15350         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15351
15352 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15353
15354         * Makefile.in (all-target-libjava): Depend on all-gcc and
15355         all-target-newlib.
15356         (configure-target-libjava): Depend on $(ALL_GCC).
15357
15358 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15359
15360         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15361         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15362
15363 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15364
15365         * INSTALL/README: Fix typo.
15366
15367 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15368
15369         * ylwrap: Change absolute path checks to check for DOS style path
15370         names.
15371
15372         * ylwrap: Don't use a full path name if the source file is in the
15373         same directory.  From hjl@lucon.org (H.J. Lu).
15374
15375         * config-ml.in: Default to being verbose, to match Feb 18 change to
15376         configure.
15377
15378 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15379
15380         Brought over from egcs:
15381
15382         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15383
15384         * configure.in (target_subdir): Set to ${target_alias} instead
15385         of "libraries".
15386
15387         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15388
15389         * configure.in (target_subdir): Set to libraries if enable_multilib.
15390
15391 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15392
15393         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15394         multilibs, force reconfiguration the first time we create
15395         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15396
15397 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15398
15399         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15400         avoid confusion with --no-recursion.
15401
15402 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15403
15404         * configure.in: Win32 hosts shouldn't use install -x
15405         * install-sh: remove -x option, and special .exe-handling
15406         hack.
15407
15408 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15409
15410         * config.guess: Recognize i586-pc-beos.
15411         * configure.in: Don't build some bits for beos.
15412
15413 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15414
15415         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15416         CFLAGS default to -O2.
15417
15418         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15419         when using GNU ld.
15420
15421 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15422
15423         * ltmain.sh: Correct install when using a different shell.
15424
15425 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15426
15427         * ltconfig, ltmain.sh: Update to libtool 1.2b.
15428
15429 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15430
15431         * makefile.vms: Update to build binutils/makefile.vms.  Add install
15432         target.
15433
15434 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15435
15436         * ltconfig: Update to correct AIX handling.
15437
15438 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15439
15440         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15441
15442         * configure.in (target_subdir): Set to ${target_alias} instead
15443         of "libraries".
15444
15445 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15446
15447         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15448         (Makefile): Depend on $(gcc_version_trigger).
15449
15450         * configure (gcc_version): Change default initializer to empty
15451         string.
15452         (gcc_version_trigger): New variable; pass this variable down
15453         to subdir configures to enable them checking gcc's version
15454         themselves. Emit make macros for both gcc_version vars.
15455         (topsrcdir): Initialize reliably.
15456         (recursion line): Remove --with-gcc-version=${gcc_version}.
15457
15458 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15459
15460         * configure (enable_version_specific_runtime_libs): Implement new flag
15461         --enable-version-specific-runtime-libs which installs C++ runtime stuff
15462         in $(libsubdir); emit definition in each generated Makefile.
15463         (gxx_include_dir): Initialize depending on
15464         $enable_version_specific_runtime_libs.
15465
15466 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15467
15468         * configure (gcc_version): Initialize properly depending on
15469         how and where configure is started.
15470         (recursion line): Pass a --with-gcc-version=${gcc_version}
15471         to configures in subdirs.
15472
15473 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15474
15475         * configure.in (noconfigdirs): Add configure pattern for mips tx39
15476         cygmon
15477
15478 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15479
15480         * configure.in: Add cygmon and libstub support for mn10200.
15481
15482 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15483
15484         * configure (gcc_version): Add new variable describing the
15485         particular gcc version we're building.
15486         * Makefile.in (libsubdir): Add new macro for the directory
15487         in which the compiler finds executables, libraries, etc.
15488         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15489         and libsubdir.
15490
15491 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15492
15493         * Makefile.in (local-clean): Remove *.log.
15494         (warning.log): Built with warn_summary from build.log.
15495         (mail-report.log): Run test_summary.
15496         (mail-report-with-warnings.log): Run test_summary including
15497         warning.log in the report.
15498
15499 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
15500
15501         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15502
15503 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
15504
15505         * Makefile.in (grep): Grep no longer depends on libiberty.
15506
15507 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
15508
15509         * Makefile.in: all-snavigator needs all-libgui.
15510
15511 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
15512
15513         * configure.in: Add cygmon and libstub support for mn10300.
15514
15515 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
15516
15517         * missing: Update to version from automake 1.3.
15518
15519         * ltmain.sh: On installation, don't get confused if the same name
15520         appears more than once in the list of library names.
15521
15522 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15523
15524         * config.sub: Accept m68060 and m5200 as CPU names.
15525
15526 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
15527
15528         * configure: Use && rather than using -a in test, because odd
15529         strings can confuse test.
15530         * configure.in: Likewise.
15531
15532 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15533
15534         * ltconfig, ltmain.sh: Bring in Visual C++ support.
15535
15536 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15537
15538         * Makefile.in (boostrap2-lean, bootstrap3-lean,
15539         bootstrap4-lean): New targets.
15540
15541 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
15542
15543         * mpw-* Delete.  Not used.
15544
15545 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
15546
15547         * COPYING.LIB: Update FSF address.
15548
15549 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
15550
15551         * ltconfig, ltmain.sh: Update to libtool 1.2a.
15552
15553         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15554         GAS_SUPPORT_DIRS.
15555
15556 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
15557
15558         * ltconfig, ltmain.sh: Avoid producing a version number if
15559         -version-info was not used.
15560
15561 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15562
15563         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15564         building with newlib.
15565
15566 1998-04-30  Paul Eggert  <eggert@twinsun.com>
15567
15568         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15569         Solaris `make' causes it to continue to next definition.
15570
15571 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15572
15573         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15574         the right GUI libraries and files are installed along with GDB.
15575
15576 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15577
15578         * configure.in: Change alpha to alpha* in several places.
15579
15580 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
15581
15582         * config.sub: Recognize sparc86x.
15583
15584 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
15585
15586         * configure.in (--enable-target-optspace): Remove debug echo.
15587
15588 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
15589
15590         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15591
15592 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15593
15594         * ltconfig: Update cygwin32 support.
15595
15596         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15597         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15598         (GDB_SUPPORT_DIRS): Likewise.
15599
15600 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
15601
15602         * configure.in (target_makefile_frag): If --enable-target-optspace,
15603         use -Os to compile target libraries rather than -O2.  Default to
15604         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15605         not used.
15606         * configure.in (target_cflags): Ditto for d30v.
15607
15608 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
15609
15610         * Makefile.in (all-bfd): Depend on all-intl.
15611         (all-binutils): Likewise.
15612         (all-gas): Likewise.
15613         (all-gprof): Likewise.
15614         (all-ld): Likewise.
15615
15616 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
15617
15618         * configure.in (host_tools): Fix typo, lbtool -> libtool.
15619
15620 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15621
15622         * Makefile.in (all-bfd): Depend upon all-libiberty.
15623
15624         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15625
15626 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
15627
15628         * Makefile.in: Add libstub.
15629
15630         * configure.in: Ditto. Build libstub for targets that have cygmon
15631         support.
15632
15633 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
15634
15635         * configure.in: Don't set PICFLAG on ix86-cygwin32.
15636
15637 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
15638
15639         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15640         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
15641
15642 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
15643
15644         * configure: Define DEFAULT_M4 by searching PATH.
15645         * Makfile.in: Use DEFAULT_M4.
15646
15647 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15648
15649         * ltconfig: Add cygwin32 support.
15650
15651         * Makefile.in, configure.in: Add libtool as a native only directory
15652         to configure and build.
15653
15654 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
15655
15656         * Makefile.in (INSTALL_MODULES): Remove texinfo.
15657
15658 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15659
15660         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15661
15662 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15663
15664         * Makefile.in: add ash make rules
15665         * configure.in: add ash to native_only and host_tools lists
15666
15667 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15668
15669         * Makefile.in (all-gettext, all-intl): New targets.
15670         (ALL_MODULES): Added all-gettext, all-intl.
15671         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15672         (INSTALL_MODULES): Added install-gettext, install-intl.
15673         (CLEAN_MODULES): Added clean-gettext, clean-intl.
15674
15675         * configure.in (host_tools): Added gettext.
15676         (native_only): Likewise.
15677         (noconfigdirs) [various cases]: Likewise.
15678         (host_libs): Added intl.
15679
15680 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15681
15682         * configure: Do not disable building gdbtk for cygwin32 hosts.
15683
15684 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15685
15686         * configure.in: Add thumb-coff target.
15687         * config.sub: Add thumb-coff target.
15688
15689 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15690
15691         * Makefile.in: Revert yesterday's change.
15692         (all-target-winsup):  all-target-librx stays out of here.
15693
15694 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15695
15696         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15697         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15698         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15699         Remove references to librx and libg++.
15700
15701 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15702
15703         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15704         recursive makes
15705
15706 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15707
15708         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15709         for newlib directory.
15710         (CXX_FOR_TARGET): Likewise.
15711
15712 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15713
15714         * ltconfig: Update after libtool/ltconfig.in change for
15715         hpux11.
15716
15717 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15718
15719         * ltconfig, ltmain.sh: Update to libtool 1.2.
15720
15721 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15722
15723         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15724         (install-gcc-cross): Instead, override LANGUAGES here.
15725
15726 1998-03-18  Dave Love  <d.love@dl.ac.uk>
15727
15728         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15729         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15730
15731 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15732
15733         * configure.in: Add Thumb-pe target.
15734
15735 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15736
15737         * Makefile.in - changed sn targets to snavigator
15738         * configure.in - changed sn targets to snavigator
15739
15740 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15741
15742         * config-ml.in: After building symlink tree call make distclean
15743         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15744         to be the case for libiberty.
15745
15746 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15747
15748         * configure: When making link, also check the current
15749         directory. The configure scripts may create one.
15750
15751 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15752
15753         * config.sub: Accept alphapca56 and alphaev6 properly.
15754
15755 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15756
15757         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15758
15759 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15760
15761         * config.sub (sco5): Fix typo.
15762
15763 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15764
15765         * Makefile.in (INSTALL_MODULES): Move install-tcl before
15766         install-itcl.
15767         (install-itcl): Remove dependency on install-tcl.
15768
15769 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15770
15771         * configure.in: Remove libgloss from noconfigdirs for MN10300.
15772
15773 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15774
15775         * configure.in: Don't build libgui for a cygwin32 target when not on
15776         a cygwin32 host.
15777
15778 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15779
15780         * configure (redirect): Set to null, so default behavior of
15781         configure is now --verbose.
15782
15783 1998-02-16  Dave Love  <d.love@dl.ac.uk>
15784
15785         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15786         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15787
15788 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15789
15790         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15791         this change to sync Makefile.in with its ChangeLog entries.
15792
15793 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15794
15795         * ltmain.sh (mkdir): Check that the directory doesn't exist
15796         before we exit with error, so that we don't get races during
15797         parallel builds.
15798
15799 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15800
15801         * ltconfig, ltmain.sh: Update from libtool 1.0i.
15802
15803 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15804
15805         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15806         PICFLAG_FOR_TARGET.
15807         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15808
15809         * configure: Emit a definition for the new macro enable_shared
15810         into each Makefile.
15811
15812 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15813
15814         * configure.in (host_tools, native_only): Add libtool.
15815
15816 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15817
15818         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15819         Fix typo in ming config comment.
15820
15821 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15822
15823         * ltconfig, ltmain.sh: Update from libtool 1.0h.
15824
15825 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15826
15827         * config.sub: Add tic30 cases, and map c30 to tic30.
15828
15829 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15830
15831         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15832         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15833         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15834         (CLEAN_TARGET_MODULES): Similarly
15835         (all-target-libf2c): Add dependences.
15836         * configure.in (target_libs): Add libf2c.
15837
15838 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15839
15840         * configure.in: Remove expect from noconfigdirs when target
15841         is cygwin32.  OK to build expect and dejagnu with Canadian
15842         Cross.
15843
15844 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15845
15846         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15847         host.
15848
15849         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15850         and mingw32.
15851
15852 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15853
15854         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15855         here as it is not defined in the toplevel Makefile.
15856
15857 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15858
15859         * configure (package_makefile_rules_frag): New variable, which names
15860         a file with generic rules, ...
15861         Change comment to mention we now have FIVE parts.
15862         * configure: Undo last change.
15863
15864 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15865
15866         * config.guess: More accurate determination of HP processor types.
15867         * config.sub: More accurate determination of HP processor types.
15868
15869 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15870
15871         * configure (package_makefile_frag): Move inserting the
15872         ${package_makefile_frag} to where it should be according
15873         to the comment.
15874
15875 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15876
15877         * config.guess: Add support for Linux/ARM.
15878
15879 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15880
15881         * .cvsignore: Remove *-info and *-install since they match
15882         release-info and mpw-install, which we don't want to just ignore.
15883
15884 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15885
15886         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15887
15888 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15889
15890         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15891         local_prefix to sub-make invocations.
15892
15893 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15894
15895         * configure.in: Check makefile fragments in the source
15896         directory.
15897
15898 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15899
15900         * configure.in: Check whether host and target makefile
15901         fragments exist before adding them to *_makefile_frag.
15902
15903 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15904
15905         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15906
15907 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15908
15909         * configure.in: Make sure we only replace RPATH_ENVVAR on
15910         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15911         regexp to sed.
15912
15913         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15914         to sub-makes.
15915
15916 1998-01-13  Lee Iverson   (leei@ai.sri.com)
15917
15918         * config-ml.in (multi-do): LDFLAGS must include multilib
15919         designator.
15920
15921 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15922
15923         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15924
15925 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15926
15927         * config.sub: Add mingw32 support.
15928         * configure.in: Likewise.
15929
15930 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15931
15932         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15933
15934 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15935
15936         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15937         * configure (gxx_include_dir): Provide a definition for subdirs
15938         which do not use autoconf.
15939
15940 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15941
15942         * config.guess: Sync with egcs.  Picks up new alpha support,
15943         BeOS & some additional linux support.
15944
15945 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15946
15947         * config.guess: HP 9000/803 is a PA1.1 machine.
15948
15949 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15950
15951         * configure.in: It's alpha*-...
15952
15953 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15954
15955         * configure.in (host_makefile_frag, target_makefile_frag):
15956         Handle multiple config files.
15957         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15958         alpha-*-*.
15959
15960 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15961
15962         * mkdep: New file.
15963
15964 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
15965
15966         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15967
15968 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15969
15970         * Makefile.in: Add libgui directory.
15971         (GDB_TK): Add all-libgui.
15972         * configure.in: Add libgui directory.
15973         * configure: Add all-libgui to GDB_TK.
15974
15975 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
15976
15977         * config-ml.in (multidirs): Add m32r to multilib list.
15978
15979 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
15980
15981         * Makefile.in (all-target-gperf): Change dependency to
15982         all-target-libstdc++.
15983
15984 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
15985
15986         * config.guess: Add BeOS support.
15987
15988 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15989
15990         Source directory cvs renamed to cvssrc:
15991         * configure.in (host_tools): Change cvs to cvssrc.
15992         (native_only): Likewise.
15993         (noconfigdirs) [various cases]: Likewise.
15994         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15995         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15996         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15997         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15998         (all-cvssrc): Rename target from all-cvs.
15999
16000 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16001
16002         * configure (gxx_include_dir): Fix thinko.
16003
16004 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16005
16006         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16007         (install-cross, install-gcc-cross): New targets.
16008
16009 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16010
16011         * configure.in (noconfigdirs): Add support for Thumb target.
16012
16013         * config.sub (maybe_os): Add support for Thumb target.
16014
16015 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16016
16017         * Makefile.in: Add rules for cygmon.
16018
16019         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16020
16021 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16022
16023         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16024         * configure (gxx_include_dir): Provide a definition for subdirs
16025         which do not use autoconf.
16026
16027 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16028
16029         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16030         11/18/97 build
16031
16032 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16033
16034         * From Franz Sirl.
16035         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16036         found on RedHat Linux systems.
16037
16038 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16039
16040         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16041         guesses.
16042
16043 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16044
16045         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16046
16047 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16048
16049         * ltmain.sh: If mkdir fails, check whether the directory was created
16050         anyhow by some other process.
16051
16052 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16053
16054         * configure.in (d30v-*-*): Configure all directories.
16055
16056 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16057
16058         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16059         for the D30V.
16060
16061 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16062
16063         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16064
16065 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16066
16067         * include/libiberty.h: Add extern "C" { so it can be used with C++
16068         progrms.
16069         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16070         programs.
16071
16072 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16073
16074         * configure.in (d30v-*-*): Configure GCC now.
16075
16076 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16077
16078         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16079         is no longer needed.
16080
16081 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16082
16083         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16084
16085 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16086
16087         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16088         targets using "$@" to provide support for similar but not identical
16089         targets without having to duplicate code.
16090
16091 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16092
16093         * makefile.vms: Fix to work with DEC C.
16094
16095 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16096
16097         * config.sub: Add mips-tx39-elf to marketing names.
16098
16099 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16100
16101         * ltmain.sh: Handle symlinks in generated script.
16102
16103 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16104
16105         * configure: Handle autoconf style directory options: --bindir,
16106         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16107         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16108         --sysconfdir.
16109         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16110         (sharedstatedir, localstatedir, oldincludedir): New variables.
16111         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16112         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16113         sbindir, sharedstatedir, and sysconfdir.
16114
16115 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16116
16117         * Makefile.in (bootstrap-lean): New target.
16118
16119 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16120
16121         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16122         sn, and gnuserv from noconfigdirs.
16123
16124 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16125
16126         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16127
16128 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16129
16130         * Makefile.in (cross): New target.
16131
16132 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16133                           Jeff Law         <law@cygnus.com>
16134
16135         * Makefile.in (bootstrap2, bootstrap3): New targets.
16136         (all-bootstrap): Remove outdated and confusing target.
16137         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16138
16139 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16140
16141         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16142         windows.  Consistent with gdb/configure.
16143
16144 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16145
16146         * configure.in: Name Linux target fragment.
16147
16148         * configure: Rewrite so that project Makefile fragment is inserted
16149         first and appears last in the resulting Makefile.
16150
16151 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16152
16153         * Makefile.in (install-itcl): Install tcl first.
16154
16155 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16156
16157         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16158
16159 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16160
16161         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16162
16163         * configure.in (skipdirs): Add target-librx for Linux.
16164         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16165
16166 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16167
16168         * Makefile.in (bootstrap): New target.
16169
16170 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16171
16172         * config.sub: Accept 'amigados' for backward compatibility.
16173
16174 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16175
16176         * config.guess: Merge with FSF.
16177
16178 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16179
16180         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16181
16182 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16183
16184         * config.sub: Add "marketing-names" patch.
16185
16186 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16187
16188         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16189
16190 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16191
16192         * config.sub: Handle v850-elf.
16193
16194 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16195
16196         * .cvsignore (*-install): Remove.
16197
16198 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16199
16200         * ltconfig: Set CONFIG_SHELL in libtool.
16201         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16202
16203 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16204
16205         * configure.in (target_subdir): Set to libraries if enable_multilib.
16206
16207 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16208
16209         * config.guess: Update from gcc directory.
16210
16211 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16212
16213         * Makefile.in (all-sim): Depends on all-readline.
16214
16215 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16216
16217         * Makefile.in (BISON, YACC): Use $$s.
16218         (all-bison): Depend on all-texinfo.
16219
16220 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16221
16222         * Makefile.in (BISON): Add -L flag.
16223         (YACC): Likewise.
16224
16225 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16226
16227         * configure.in (noconfigdirs): Add support for v850e target.
16228
16229         * config.sub (maybe_os): Add support for v850e target.
16230
16231 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16232
16233         * configure.in (noconfigdirs): Add support for v850ea target.
16234
16235         * config.sub (maybe_os): Add support for v850ea target.
16236
16237 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16238
16239         * config.sub: Add mipstx39.  Delete r3900.
16240
16241 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16242
16243         * Makefile.in (all-autoconf): Depends on all-texinfo.
16244
16245 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16246
16247         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16248         eabi targets.
16249
16250 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16251
16252         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16253
16254         * configure: When handling a Canadian Cross, handle YACC as well as
16255         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16256         * Makefile.in (all-bison): Depend upon all-texinfo.
16257
16258 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16259
16260         * Makefile.in (BISON): bison, not byacc or bison -y.
16261         (YACC): bison -y or byacc or yacc.
16262         (various): Add *-bison as appropriate.
16263         (taz): No need to mess with BISON anymore.
16264
16265 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16266
16267         * configure: If OSTYPE matches *win32*, try to find a good value for
16268         CONFIG_SHELL.
16269
16270 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16271
16272         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16273         configure.in if it is present.
16274
16275 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16276
16277         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16278
16279 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16280
16281         * config.sub: Recognize `arc' cpu.
16282         * configure.in: Likewise.
16283         * config-ml.in: Likewise.
16284
16285 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16286
16287         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16288
16289 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16290
16291         * configure: Changed sed delimiter from ':' to '|' when
16292         attempting to substitute ${config_shell} for SHELL. On
16293         NT ${config_shell} may contain a ':' in it.
16294
16295 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16296
16297         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16298
16299 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16300
16301         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16302
16303 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16304
16305         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16306
16307         * ylwrap: If the program is a relative path, force it to be
16308         absolute.
16309
16310 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16311
16312         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16313
16314 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16315
16316         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16317         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16318         for libraries.
16319
16320 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16321
16322         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16323         separated by spaces.
16324
16325 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16326
16327         * ylwrap: New file.
16328         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16329
16330         * ltmain.sh: Handle /bin/sh at start of install program.
16331
16332         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16333
16334         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16335         * missing: New file, from automake 1.2.
16336
16337 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16338
16339         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16340         check-tk to CHECK_X11_MODULES.
16341
16342 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16343
16344         * config.sub: Merge with FSF.
16345
16346 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16347
16348         * config.guess: Merge with FSF.
16349
16350 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16351
16352         * configure: Treat msdosdjgpp like go32.
16353         * configure.in: Likewise.  Don't remove gprof for go32.
16354
16355         * configure: Change Makefile.tem2 to Makefile.tm2.
16356
16357 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16358
16359         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16360
16361 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16362
16363         * install-sh (chmodcmd): Set to null if the DST directory already
16364         exists.  Same as Nov 11th change.
16365
16366 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16367
16368         * configure (GDB_TK): Needs itcl and tix.
16369
16370 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16371
16372         * config.guess: Update from FSF.
16373
16374 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16375
16376         * Makefile.in (GDB_TK): Depend on itcl and tix.
16377
16378 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16379
16380         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16381         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16382         (INSTALL_SCRIPT): New variable.
16383         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16384         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16385         to -x.
16386         * install-sh: Add support for -x option.
16387
16388 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16389
16390         * configure.in, Makefile.in: Treat tix like itcl.
16391
16392 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16393
16394         * Makefile.in (WINDRES): New variable.
16395         (WINDRES_FOR_TARGET): New variable.
16396         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16397         (EXTRA_HOST_FLAGS): Add WINDRES.
16398         (EXTRA_TARGET_FLAGS): Add WINDRES.
16399         (EXTRA_GCC_FLAGS): Add WINDRES.
16400         ($(DO_X)): Pass down WINDRES.
16401         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16402         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16403         DLLTOOL_FOR_TARGET.
16404
16405 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16406
16407         * configure.in: configure sim before gdb for win32-x-ppc
16408
16409 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16410
16411         Move gperf into the toplevel, from libg++.
16412         * configure.in (target_tools): Add target-gperf.
16413         (native_only): Add target-gperf.
16414         * Makefile.in (all-target-gperf): New target, depend on
16415         all-target-libg++.
16416         (configure-target-gperf): Empty rule.
16417         (ALL_TARGET_MODULES): Add all-target-gperf.
16418         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16419         (CHECK_TARGET_MODULES): Add check-target-gperf.
16420         (INSTALL_TARGET_MODULES): Add install-target-gperf.
16421         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16422
16423 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16424
16425         * config.sub (mn10200): Recognize new basic machine.
16426
16427 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16428
16429         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16430         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16431
16432 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16433
16434         * configure.in: If we're building mips-sgi-irix6* native, turn on
16435         ENABLE_MULTILIB and set TARGET_SUBDIR.
16436
16437 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16438
16439         * Makefile.in (all-sn): Depend on all-grep.
16440
16441 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16442
16443         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16444
16445         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16446         Makefile.  From Jeff Makey <jeff@cts.com>.
16447         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16448
16449         * Makefile.in (DISTBISONFILES): Remove.
16450         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
16451         $(DEFAULT_YACC).
16452
16453         * configure.in: Build itl, db, sn, etc., when building for native
16454         cygwin32.
16455
16456         * Makefile.in (LD): New variable.
16457         (EXTRA_HOST_FLAGS): Pass down LD.
16458         ($(DO_X)): Likewise.
16459
16460 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16461
16462         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16463
16464 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16465
16466         * configure.in (targargs): Strip out any supplied --build argument
16467         before adding our own. Always add --build.
16468
16469 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16470
16471         * configure.in (targargs): Pass --build if we're doing
16472         a cross-compile.
16473
16474 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16475
16476         * configure: Use '|' instead of ":" as the separator in
16477         sed. Otherwise sed chokes on NT path names with drive
16478         designators. Also look for "?:*" as the leading characters in an
16479         absolute pathname.
16480
16481 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16482
16483         * config.sub: Support for r3900.
16484
16485 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16486
16487         * configure.in: Use install-sh, not install.sh.
16488
16489 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16490
16491         * Makefile.in (taz): Improve check for BISON so it doesn't try to
16492         apply it twice.
16493
16494 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16495
16496         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16497         install-binutils.
16498
16499 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
16500
16501         * Makefile.in: Add automake targets.
16502         * configure.in (host_tools): Add automake.
16503
16504 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16505
16506         * configure: Default CXX to c++, not gcc.
16507         * Makefile.in (CXX): Set to c++, not gcc.
16508         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16509
16510 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
16511
16512         * install-sh: try appending a .exe if source file doesn't
16513         exist
16514
16515 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
16516
16517         * configure.in: Turn on multilib by default.
16518         (cross_only): Remove target-libiberty.
16519
16520         * Makefile.in (all-gcc): Don't depend on libiberty.
16521
16522 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
16523
16524         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16525
16526 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16527
16528         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16529         (DISTBISONFILES): Add ld/Makefile.in
16530
16531 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
16532
16533         * configure.in: if target is cygwin32 but host isn't cygwin32,
16534         don't configure gdb tcl tk expect, not just gdb.
16535
16536 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
16537
16538         * configure.in: Added gnuserv everywhere sn appears.
16539
16540         * Makefile.in (ALL_MODULES): Added all-gnuserv.
16541         (CROSS_CHECK_MODULES): Added check-gnuserv.
16542         (INSTALL_MODULES): Added install-gnuserv.
16543         (CLEAN_MODULES): Added clean-gnuserv.
16544         (all-gnuserv): New target.
16545
16546 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
16547
16548         * config.guess: Fixes for MIPS OpenBSD systems.
16549
16550 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16551
16552         * Makefile.in (INSTALL_XFORM): Remove.
16553         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16554
16555         * mkinstalldirs: New file, copied from automake.
16556         * Makefile.in (installdirs): Rename from install-dirs.  Use
16557         mkinstalldirs.  Change all users.
16558         (DEVO_SUPPORT): Add mkinstalldirs.
16559
16560 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16561
16562         * install-sh: Rename from install.sh.
16563         * Makefile.in (INSTALL): Change install.sh to install-sh.
16564         (DEVO_SUPPORT): Likewise.
16565
16566         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
16567         Graichen <graichen@rzpd.de>.
16568
16569 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
16570
16571         * config.guess: Recognize OpenBSD systems correctly.
16572
16573 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16574
16575         * README, Makefile.in (ETC_SUPPORT): Remove references to
16576         cfg-paper*, configure.{texi,man,info*}._
16577
16578 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
16579
16580         * Makefile.in (all.normal): Ensure that gcc is built after all
16581         the x11 - ie gdb - targets.
16582
16583 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
16584
16585         * makefile.vms: Don't run conf-a-gas.
16586
16587 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
16588
16589         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16590
16591 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
16592
16593         * configure.in: Remove noconfigdirs case since gdb also
16594         configures and builds for tic80-coff.
16595
16596 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16597
16598         * configure: Set cache_file to config.cache.
16599         * Makefile.in (local-distclean): Remove config.cache.
16600
16601 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16602
16603         * COPYING: Update FSF address.
16604
16605 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
16606
16607         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16608         noconfigdirs.
16609
16610 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16611
16612         * Makefile.in (install-dirs): Don't crash if prefix, and hence
16613         MAKEDIRS, is empty.
16614
16615 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
16616
16617         * config.sub: Tweak mn10300 entry.
16618
16619 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
16620
16621         * configure.in (host_tools): Put sim before gdb, so gdb's
16622         configure.tgt can determine if the simulator was configured.
16623
16624 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
16625
16626         * config.sub: Move BeOS $os case to be with other Cygnus
16627         local cases.
16628
16629 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
16630
16631         * config.sub: Remove misplaced comment that broke Linux.
16632
16633 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
16634
16635         * config.sub: Add BeOS support.
16636
16637 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
16638
16639         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16640
16641 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
16642
16643         * configure.in (noconfigdirs): Remove tcl and tk from
16644         noconfigdirs for cygwin32 builds.
16645
16646 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
16647
16648         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16649
16650 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
16651
16652         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16653         make-all.com, use makefile.vms instead.
16654
16655 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
16656
16657         * config.sub: Accept -lnews*.
16658
16659 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16660
16661         * configure.in (noconfigdirs): Disable target-newlib,
16662         target-examples and target-libiberty for d30v.
16663
16664 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16665
16666         * configure.in (noconfigdirs): Enable ld for d30v.
16667
16668 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16669
16670         * configure.in (tic80-*-*): Build compiler.
16671
16672 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16673
16674         * configure.in (d30v-*): Remove sim directory from list of
16675         unsupported d30v directories
16676
16677 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16678
16679         * config.sub, configure.in: Add d30v target cpu.
16680
16681 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16682
16683         * makefile.vms: New file.
16684         * make-all.com: Remove.
16685
16686 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16687
16688         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16689
16690 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16691
16692         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16693
16694 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16695
16696         * Makefile.in (ALL_MODULES): Added all-db.
16697         (CROSS_CHECK_MODULES): Addec check-db.
16698         (INSTALL_MODULES): Added install-db.
16699         (CLEAN_MODULES): Added clean-db.
16700
16701 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16702
16703         * config.guess: Merge with latest FSF sources.
16704
16705 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16706
16707         * Makefile.in (ALL_MODULES): Added all-itcl.
16708         (CROSS_CHECK_MODULES): Added check-itcl.
16709         (INSTALL_MODULES): Added install-itcl.
16710         (CLEAN_MODULES): Added clean-itcl.
16711
16712 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16713
16714         * configure.in: build gdb for mn10200
16715
16716 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16717
16718         * Makefile.in (all-target-winsup): Depend on all-target-libio.
16719
16720 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16721
16722         * configure.in (tic80-*-*): Turn off most targets right now.
16723
16724 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16725
16726         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16727         rather than the makeinfo program.
16728         (do-info): Depend upon all-texinfo.
16729
16730 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16731
16732         * configure.in: Remove uses of config/mh-linux.
16733
16734         * config.sub, config.guess: Merge with latest FSF sources.
16735
16736 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16737
16738         * config.sub (case $basic_machine): Add tic80 entries.
16739
16740 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16741
16742         * config.sub, config.guess: Merge with latest FSF sources.
16743
16744 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16745
16746         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16747         * mpw-config.in: Test for NewFolderRecursive.
16748         * mpw-install: Use symbolic name for startup filename.
16749         * mpw-README: Add various additional details.
16750
16751 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16752
16753         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16754
16755 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16756
16757         * configure.in: Do build gcc and the target libraries for
16758         the mn10200.
16759
16760 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16761
16762         * configure.in: don't avoid building gdb for mn10300 any more
16763         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16764         instead of single-quoting it.
16765
16766 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16767
16768         * configure.in: Don't use --with-stabs on IRIX 6.
16769
16770 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16771
16772         * configure.in (m32r): Build gdb, libg++ now.
16773
16774 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16775
16776         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
16777         directories from noconfigdirs.
16778
16779 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16780
16781         * config.sub (basic_machine): added mips16 configuration
16782
16783 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16784
16785         * config.sub: Handle d10v-unknown.
16786
16787 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16788
16789         * config.sub: Handle v850-unknown.
16790
16791 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16792
16793         * Makefile.in: add findutils
16794         * configure.in: add findutils to list of host_tools
16795
16796 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16797
16798         * config.sub: Handle mn10200 and mn10300.
16799
16800 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16801
16802         * configure.in (d10v-*): Do not build librx.
16803
16804 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16805
16806         * configure.in (mn10300): Build everything except gdb & libgloss.
16807
16808 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16809
16810         * config.guess:  Patch for Dansk Data Elektronik servers,
16811         from Niels Skou Olsen <nso@dde.dk>.
16812
16813         For ncr, use /bin/uname rather than uname, since GNU uname does not
16814         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16815
16816         Patch for MIPS R4000 running System V,
16817         from Eric S. Raymond <esr@snark.thyrsus.com>.
16818
16819         Fix thinko for nextstep.
16820
16821         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16822
16823         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16824         * config.guess: Guess mips-dec-mach_bsd4.3.
16825
16826         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16827         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16828         release numbers.
16829         * config.guess (mips-mips-riscos*):  Emit just enough of the
16830         release number.
16831
16832         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16833         * config.guess (sparc-auspex-sunos*):  Added.
16834         (f300-fujitsu-*): Added.
16835
16836         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16837         * config.guess:  Recognize a Tadpole as a sparc.
16838
16839 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16840
16841         * config.guess: Don't assume that NextStep version is either 2 or
16842         3.  NextStep 4 (aka OpenStep 4) has come out now.
16843
16844 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16845
16846         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16847         From Rik Faith <faith@cs.unc.edu>.
16848
16849 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16850
16851         * config.sub: Contributions from bug-gnu-utils to:
16852         Support plain "hppa" (no version given) architecture, reported by
16853         OpenStep.
16854         OpenBSD like NetBSD.
16855         LynxOs is not a hardware supplier.
16856
16857         * config.guess: Contributions from bug-gnu-utils to add support for:
16858         OpenBSD like NetBSD.
16859         Stratus systems.
16860         More Pyramid systems.
16861         i[n>4]86 Intel chips.
16862         M680[n>4]0 Motorola chips.
16863         Use unknown instead of lynx for hardware manufacturer.
16864
16865 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16866
16867         * install.sh (chmodcmd): Set to null if the DST directory already
16868         exists.
16869
16870 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16871
16872         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16873         not use mt-ppc target Makefile fragment any more.
16874
16875 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16876
16877         * configure.in (*-*-windows):  Exclude everything but those dirs
16878         needed to build windows.
16879
16880 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16881
16882         * Makefile.in (all-target-winsup): Depend on all-target-librx.
16883
16884 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16885
16886         * configure.in:  Exclude mmalloc from i386-windows.
16887
16888 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16889
16890         * Undo my previous change.
16891
16892 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16893
16894         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16895         unconditionally.
16896         (MAKEOVERRIDES): Define (revert this part of October 18 change).
16897
16898 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16899
16900         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16901         host to add it's own flags.
16902
16903 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16904
16905         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16906
16907 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16908
16909         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16910         (CXX_FOR_TARGET): Likewise.
16911         (GCC_FOR_TARGET): Define.
16912         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16913         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16914         CC_FOR_TARGET was specified on the command line.
16915         (MAKEOVERRIDES): Don't define.
16916
16917 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16918
16919         * configure.in (m32r): Fix spelling of libg++ libs.
16920
16921 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16922
16923         * config.sub (-apple*): Remove, now redundant.
16924
16925 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16926
16927         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16928
16929         * configure: Rework yesterday's sed script patch.
16930
16931         * config.sub: Merge with FSF.
16932
16933 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16934
16935         * config.guess:  Merge from FSF.
16936
16937         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16938         * config.guess: Use pc instead of unknown, for pc clone systems.
16939         Change linux to linux-gnu.
16940
16941         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16942         * config.guess: Avoid non-portable tr syntax.
16943
16944 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16945
16946         * test-build.mk (HOLES): Add "xargs" for gdb.
16947
16948         * configure: Avoid hpux10.20 sed bug.
16949
16950 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16951
16952         * configure.in:  Add support for windows host
16953         (that is a build done under the Microsoft build environment).
16954
16955 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16956
16957         * Makefile.in: Replace all uses of srcroot with s, to shrink
16958         command line lengths.
16959
16960         Patches from Geoffrey Noer <noer@cygnus.com>:
16961         * configure.in: If configuring for newlib, pass --with-newlib to
16962         subdirectories.
16963         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16964         -Bnewlib/ and -Lwinsup to gcc.
16965         (CXX_FOR_TARGET): Likewise.
16966
16967 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16968
16969         * Makefile.in (ETC_SUPPORT): Add configure.
16970
16971 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
16972
16973         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16974         host configuration file.
16975
16976 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
16977
16978         * configure.in: Break mn10x00 support into separate
16979         mn10200 and mn10300 configurations.
16980         * config.sub: Likewise.
16981
16982 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
16983
16984         * configure.in: Add lots of stuff to noconfigdirs for
16985         the mn10x00 targets.
16986
16987         * config.sub, configure.in: Add mn10x00 support.
16988
16989 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
16990
16991         * make-all.com: Call conf-a-gas, not config-a-gas.
16992
16993 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
16994
16995         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
16996         targets.
16997
16998 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
16999
17000         * mpw-README: Add much more detail for native PowerMac.
17001         * mpw-install: New file.
17002         * mpw-configure: Add --norecursion and --help options.
17003         * mpw-config.in: Translate readme and install files when
17004         copying to objdir.
17005         * mpw-build.in: Don't always depend on byacc and flex.
17006         (install-only-top): New action.
17007
17008 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17009
17010         * configure.in:  You can now configure GDB for the v850.
17011
17012 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17013
17014         * configure.in (noconfigdirs): Don't configure any C++ dirs
17015         if targeting D10V.
17016
17017 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17018
17019         * config.sub: Recognize mips64vr5000.
17020
17021 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17022
17023         * configure.in: Use a single line for host_tools and native_only.
17024
17025 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17026
17027         * config.sub, configure.in: Add entries for m32r.
17028
17029 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17030
17031         * Makefile.in (inet-install): Don't run install-gzip.
17032
17033 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17034
17035         * configure.in:  Don't config lots of things for *-*-windows*.
17036
17037 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17038
17039         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17040         (host_libs, host_tools): Copy from configure.in.
17041         * mpw-configure: Don't complain about directories not found.
17042
17043 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17044
17045         * configure.in (i[345]86): Recognize i686 for pentium pro.
17046         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17047         file.
17048
17049         * config.guess (i[345]86): Ditto.
17050
17051 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17052
17053         * configure.in (noconfigdirs): Removed gdb for D10V.
17054
17055 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17056
17057         * configure.in: Remove ld, target-libio, target-libg++, and
17058         target-libstdc++ from noconfigdirs.
17059
17060 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17061
17062         * configure: Fix three locations where shell scripts were
17063         being run directly rather than with config_shell.
17064
17065 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17066
17067         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17068         * config.sub (basic_machine): Recognize v850.
17069
17070 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17071
17072         * mpw-configure: Handle multiple enable/disable options and
17073         pass them down recursively, handle -c and -s flags appropriately
17074         depending on choice of compiler, add escape mechanism for
17075         quoted arguments to gC.
17076
17077 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17078
17079         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17080         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17081         so that -mrelocatable-lib and -mno-eabi are used.
17082
17083         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17084         not support --print-multi-lib, don't abort.
17085
17086 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17087
17088         * make-all.com: Run config-a-gas.
17089         * setup.com: Don't copy subdirectory files around.
17090
17091 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17092
17093         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17094         target, it now compiles correctly.
17095
17096 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17097
17098         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17099
17100 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17101
17102         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17103
17104 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17105
17106         * configure.in (native_only): Add prms.
17107
17108 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17109
17110         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17111         (BINUTILS_SUPPORT_DIRS): Likewise.
17112
17113 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17114
17115         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17116         d10v support is added.
17117
17118 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17119
17120         * configure.in (d10v-*-*): New target.
17121
17122 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17123
17124         * config.guess (HP 9000/811): Recognize this as a PA1.1
17125         machine.
17126
17127 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17128
17129         * Makefile.in (do-tar-gz): New target, split out from tail end of
17130         taz target.  Run each command separately, don't use pipes.
17131         (taz): Use it.
17132
17133 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17134
17135         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17136         * mpw-build.in: No builds should depend on building byacc or flex,
17137         they are assumed to be installed already.
17138
17139 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17140
17141         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17142         variable that CC_FOR_TARGET needs.
17143
17144 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17145
17146         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17147         options have changed since the last time the subdirectory was
17148         configured, and if it has, reconfigure.
17149         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17150         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17151
17152 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17153
17154         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17155         CLEAN_MODULES): Add bash.
17156         (all-bash): New target.
17157
17158 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17159
17160         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17161
17162 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17163
17164         * config.sub (basic_machine): Recognize d10v as a valid processor.
17165
17166 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17167
17168         * mpw-configure: Add support for --bindir.
17169         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17170
17171 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17172
17173         * configure.in: add bash, time, gawk to list of hosttools and things
17174         to only build for native toolchains
17175
17176 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17177
17178         * Makefile.in (docdir): Remove.
17179
17180 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17181
17182         * Makefile.in (datadir): Set to $(prefix)/share.
17183
17184 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17185
17186         * configure.in: build diff and patch for cygwin32-hosted
17187         toolchains.
17188
17189 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17190
17191         * config.sub: Accept -rtems*.
17192
17193 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17194
17195         * configure.in: enable dosrel for cygwin32-hosted builds,
17196                 remove diff from the list of things not buildable
17197                 via Canadian Cross
17198
17199 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17200
17201         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17202         don't get ". ".
17203
17204 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17205
17206         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17207
17208 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17209
17210         * Makefile.in (taz): Handle case where tex3patch didn't even get
17211         checked out.  Also, if it was found, put the symlink in a new util
17212         subdirectory.
17213
17214 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17215
17216         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17217
17218 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17219
17220         * config.sub: Recognize -openvms.
17221         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17222         * make-all.com, setup.com: New files.
17223
17224 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17225
17226         * Makefile.in (taz): tex3patch moved to texinfo/util.
17227
17228 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17229
17230         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17231         * configure.in: remove make from disable-if-Can-Cross list
17232                 enable gdb if ${host} and ${target} are cygwin32
17233
17234 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17235
17236         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17237         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17238
17239 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17240
17241         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17242         distinguish sysv/svr4/bsd variants.
17243         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17244
17245 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17246
17247         * configure.in: Added copyright notice.
17248         * move-if-change: Added copyright notice.
17249
17250 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17251
17252         * configure.in (powerpcle-*-solaris*): Until we get shared
17253         libraries working, don't build gdb, sim, make, tcl, tk, or
17254         expect.
17255
17256 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17257
17258         * config.guess:  Merge with FSF:
17259
17260         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17261         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17262
17263         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17264         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17265
17266         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17267         * config.guess:  Combine two OSF1 rules.
17268         Also recognize field test versions.  From mjr@zk3.dec.com.
17269         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17270         because GNU uname does not support -p.  From pmr@pajato.com.
17271
17272 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17273
17274         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17275
17276 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17277
17278         * mpw-README: Document GCCIncludes.
17279
17280 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17281
17282         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17283
17284 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17285
17286         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17287
17288 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17289
17290         * configure.in (*-*-cygwin32): Configure make.
17291
17292 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17293
17294         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17295
17296 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17297
17298         * Makefile.in (all-inet): Depend on all-perl.
17299
17300         * Makefile.in (inet-install): New target.
17301
17302         * Makefile.in (all-inet): Depend on all-tcl.
17303         (all-inet): Depend on all-send-pr.
17304
17305 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17306
17307         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17308         temporarily.
17309
17310 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17311
17312         * configure.in: Don't configure --with-gnu-ld on AIX.
17313
17314 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17315
17316         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17317
17318 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17319
17320         * Makefile.in (ALL_MODULES): Added all-inet.
17321         (CROSS_CHECK_MODULES): Added check-inet.
17322         (INSTALL_MODULES): Added install-inet.
17323         (CLEAN_MODULES): Added clean-inet.
17324         (all-indent): New target.
17325
17326         * configure.in (host_tools): Added inet.
17327         (native_only): Added inet.
17328         (noconfigdirs): Added inet.
17329
17330 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17331
17332         * configure.in: Don't configure libgloss if we are not configuring
17333         newlib.
17334
17335 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17336
17337         * configure.in: Don't configure libgloss for unsupported
17338         architectures.
17339
17340 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17341
17342         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17343
17344 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17345
17346         * Makefile.in (ALL_MODULES): Include all-apache.
17347         (CROSS_CHECK_MODULES): Include check-apache.
17348         (INSTALL_MODULES): Include install-apache.
17349         (all-apache): New target.
17350
17351         * configure.in: Added apache everywhere perl is seen.
17352
17353 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17354
17355         * Makefile.in: Add support for clean-{module} and
17356         clean-target-{module} rules.
17357
17358 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17359
17360         * configure.in (*-*-ose) do not build libgloss.
17361
17362 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17363
17364         * config.guess (prep*:SunOS:5.*:*): Turn into
17365         powerpele-unknown-solaris2.
17366
17367 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17368
17369         * configure.in: Permit --enable-shared to specify a list of
17370         directories.
17371
17372 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17373
17374         * configure.in (host==solaris): Pass only the first word of $CC
17375         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17376
17377 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17378
17379         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17380
17381 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17382
17383         * Makefile.in (ALL_MODULES): Include all-perl.
17384         (CROSS_CHECK_MODULES): Include check-perl.
17385         (INSTALL_MODULES): Include install-perl.
17386         (ALL_X11_MODULES): Include all-guile.
17387         (CHECK_X11_MODULES): Include check-guile.
17388         (INSTALL_X11_MODULES): Include install-guile.
17389         (all-perl): New target.
17390         (all-guile): New target.
17391
17392         * configure.in (host_tools): Include perl and guile.
17393         (native_only): Include perl and guile.
17394         (noconfigdirs): Don't build guile and perl; no ports have been
17395         done.
17396
17397 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17398
17399         * configure (--enable-*): Handle quoted option lists such as
17400         --enable-sim-cflags='-g0 -O' better.
17401
17402 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17403
17404         * Makefile.in ({,inst}all-target): New rule so we can make and
17405         install all of the target directories easily.
17406
17407 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17408
17409         * configure.in: Add missing global flag in sed substitution when
17410         deleting `target-' from ${configdirs}.
17411
17412 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17413
17414         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17415         option.
17416
17417         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17418         config/mh-necv4.
17419
17420         * install.sh: Correct misspelling of transformbasename.
17421
17422         * config.guess: Recognize mips-*-sysv*.
17423
17424 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17425
17426         * config.sub: Recognize mon960.
17427
17428 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17429
17430         * configure: Restore Canadian Cross handling of BISON and LEX,
17431         removed in Feb 20 change.
17432
17433 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17434
17435         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17436         Mention make install.  Remove the old copyright date as well the
17437         clumsy and rather pointless copyright on the README file.
17438
17439 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17440
17441         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17442         Makefile after running symlink-tree, then run `make distclean' to
17443         avoid clobbering any generated files in srcdir.
17444
17445 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17446
17447         * configure.in (m68k-*-netbsd*): Build everything now.
17448
17449 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17450
17451         * Makefile.in (taz): Fix quoting.
17452
17453 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17454
17455         * configure.in (sparclet-*-*): Build everything now.
17456
17457 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17458
17459         * configure.in (m68k-*-linux*): New host.
17460
17461 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17462
17463         * configure: Check for bison before byacc.
17464
17465 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17466
17467         * Makefile.in configure:  Change the way LEX and BISON/YACC are
17468         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17469         searching PATH.  These are used as fallbacks by Makefile.in if
17470         flex/bison/byacc aren't in objdir.
17471
17472 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17473
17474         * Makefile.in: Make everything which depends upon all-bfd also
17475         depend upon all-opcodes, in case --with-commonbfdlib is used.
17476
17477 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17478
17479         * configure.in (host *-*-cygwin32): Don't build gdb if we are
17480         building NT native compilers on Unix.
17481
17482 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17483
17484         * configure.in: Don't get CC from the host Makefile fragment if we
17485         can find gcc in PATH, or if this is a Canadian Cross.  Move the
17486         Solaris test for /usr/ucb/cc to the post target script, just after
17487         the compiler sanity test.
17488
17489 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17490
17491         * config.sub: Merge with FSF.
17492
17493 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17494
17495         * Makefile.in (RPATH_ENVVAR): New variable.
17496         (REALLY_SET_LIB_PATH): Use it.
17497         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17498
17499 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
17500
17501         * config.sub, configure.in: Recognize sparclet cpu.
17502
17503 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17504
17505         * config.guess:  Support m68k-cbm-sysv4.
17506
17507 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17508
17509         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17510         m68k-unknown-linuxaout from linker help string.  Put quotes around
17511         $ld_help_string.
17512
17513 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
17514
17515         * config.guess (powerpc-harris-powerunix): Add guess for port
17516         to new target.
17517
17518 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17519
17520         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17521
17522 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
17523
17524         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17525         $(REALLY_SET_LIB_PATH) in Makefile.
17526         * Makefile.in (SET_LIB_PATH): New variable.
17527         (REALLY_SET_LIB_PATH): New variable.
17528         ($(DO_X)): Use $(SET_LIB_PATH).
17529         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17530         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17531         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17532         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17533         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17534         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17535         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17536         (install-dosrel): Likewise.
17537         (all-opcodes): Depend upon all-libiberty.
17538
17539 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17540
17541         * config.guess (*:CYGWIN*): New
17542
17543 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17544
17545         * Makefile.in (all-target-winsup): All all-target-libiberty.
17546
17547 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17548
17549         * configure.in (noconfigdirs): Add missing # in front of comment.
17550
17551 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
17552
17553         * configure.in: add second pass to things added to noconfigdirs
17554         so *-gm-magic can exclude libgloss properly.
17555
17556 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
17557
17558         * mpw-configure (extralibs_name, rez_name): Set correctly
17559         for MWC68K compiler.
17560
17561         * mpw-README: Add more info on the necessary build tools.
17562
17563 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17564
17565         * configure.in, config.sub: Recognize cygwin32.
17566
17567 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
17568
17569         * config.guess, config.sub: Recognize A/UX.
17570
17571 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
17572
17573         * config.sub: Merge with gcc/config.sub.
17574
17575 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
17576
17577         * mpw-build.in (do-binutils): Add build of stamps.
17578
17579 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
17580
17581         * config.sub: Add recognition for mips64vr4100*-* targets.
17582
17583 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17584
17585         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17586         Add creation of gconfigargs with `--enable-shared' turned on.
17587         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17588         ($(host)-stamp-stage3-configured): Likewise.
17589         (HOLES): Add chatr and ldd.
17590         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17591
17592 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
17593
17594         * configure: Pass --nfp to recursive configures.
17595
17596 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17597
17598         * Makefile.in (DLLTOOL): New.
17599         (DLLTOOL_FOR_TARGET): New.
17600         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17601         (EXTRA_TARGET_FLAGS): Ditto.
17602         (EXTRA_GCC_FLAGS): Ditto.
17603         (CONFIGURE_TARGET_MODULES): Ditto.
17604         (DO_X): Ditto.
17605         * configure: Add DLLTOOL.
17606
17607 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
17608
17609         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17610         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17611         mh-sco, since old workarounds no longer needed, and don't
17612         build ld, since libraries have weak symbols in COFF.
17613
17614 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
17615
17616         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17617
17618 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17619
17620         * configure.in: Make sure that ${CC} can be used to compile an
17621         executable.
17622
17623 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17624
17625         * Makefile.in (all-gdb): Depend on $(GDB_TK).
17626         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17627         nothing depending on whether gdbtk is being built.
17628
17629 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
17630
17631         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17632
17633 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
17634
17635         * configure.in (noconfigdirs): Put ld or gas in this early, if the
17636         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17637
17638 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
17639
17640         * config-ml.in: Add support for
17641         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17642         Simplify setting of multidirs from --disable-foo.
17643
17644 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17645
17646         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17647         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17648         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17649         non-empty, pass them on to the  GCC make.
17650         (all-bootstrap): New rule that is like all-gcc, except it executes
17651         the GCC bootstrap rule instead of the GCC all rule.
17652
17653 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
17654
17655         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17656
17657 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17658
17659         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17660         DG/UX support.
17661
17662 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17663
17664         * config.sub (i*86*) Change [345] to [3456]
17665
17666 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17667
17668         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17669         --with-gnu-ld=no.
17670
17671 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17672
17673         * config-ml.in (rs6000*, powerpc*): Add switches to control which
17674         AIX multilibs get built.
17675
17676 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17677
17678         * configure.in (i386-win32): Don't build expect if we're not
17679         building the tcl subdir.
17680
17681 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17682
17683         * Makefile.in: (configure-target-examples, all-target-examples):
17684         New targets, configure and build example programs.
17685
17686 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17687
17688         * mpw-configure: If an mpw-config.in generated a file mk.sed,
17689         use it as input to sedit the generated MPW makefile.
17690         * mpw-README: Add a suggestion about Gestalt.h.
17691
17692 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17693
17694         * config.sub: Accept *-*-ieee*.
17695
17696 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17697
17698         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17699         Ronald F. Guilmette <rfg@monkeys.com>.
17700
17701 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17702
17703         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17704         for powerpc-pe native.
17705         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17706         (target==powerpc-pe): duplicate i386-win32 entry.
17707
17708 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17709
17710         * configure.in (noconfigdirs): Exclude target-newlib for all versions
17711         of vxworks, not just vxworks5.1.
17712
17713 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17714
17715         * mpw-configure: Add support for exec-prefix.
17716
17717 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17718
17719         * config.guess: Recognize HP model 816 machines as having
17720         a PA1.1 processor.
17721
17722 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17723
17724         * configure: Ignore new autoconf configure options.
17725
17726 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17727
17728         * config.guess:  Recognize Pentium under SCO.
17729         From Robert Lipe <robertl@arnet.com>.
17730
17731 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17732
17733         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17734
17735 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17736
17737         * configure.in: Don't configure gas for alpha-dec-osf*.
17738
17739 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17740
17741         * configure.in: Default to --with-stabs for some targets for which
17742         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17743         i[345]86*-*-unixware*.
17744
17745 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17746
17747         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17748         rather than basing it on the target.  Simplify handling of options
17749         controlling which directories to configure.  Remove extraneous
17750         slash in multi-clean target.
17751
17752 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17753
17754         * config-ml.in: Prefix more variables with ml_ so they don't collide
17755         with configure's.
17756
17757 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17758
17759         * configure: Don't turn -v into --v.
17760
17761 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17762
17763         * configure.in (targargs): Fix typo.
17764
17765         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17766
17767 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17768
17769         * configure.in: Strip --host and --target options from
17770         CONFIG_ARGUMENTS, and always configure for --host only.  Add
17771         --with-cross-host option when building with a cross-compiler.
17772         * configure: Canonicalize the arguments put into config.status by
17773         always using `=' for an option with an argument.  Pass a presumed
17774         --host or --target explicitly.
17775
17776 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17777
17778         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17779         into general OS recognition case.
17780
17781 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17782
17783         * configure.in (target_configdirs): add target-winsup only
17784         for win32 target systems.
17785
17786 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17787
17788         * Makefile.in (all-target-libgloss): Depend upon
17789         configure-target-newlib, since when libgloss is built it looks to
17790         see if the newlib directory exists.
17791
17792 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17793
17794         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17795         cfg-ml-*.in.
17796
17797 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17798
17799         * configure: Handle LD and LD_FOR_TARGET when configuring a
17800         Canadian Cross.
17801
17802 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17803
17804         * configure.in (target_libs): add target-winsup.
17805         (target==i386-win32): add patch diff flex make to $noconfigdirs.
17806         (target==ppcle-pe): remove ld from $noconfigdirs.
17807
17808 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17809
17810         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17811         Preserve relative path names in $srcdir.  Build symlink tree if
17812         configuring cross target dir and srcdir=. (= no VPATH support).
17813         (configure-target-libg++): Depend on configure-target-librx.
17814         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17815         * config-ml.in: New file.
17816         * symlink-tree: New file.
17817         * configure: Ensure srcdir="." if that's what it is.
17818
17819 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17820
17821         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17822         includes and FLEX_SKELETON setting.
17823         * mpw-configure (--with-gnu-ld): New option, controls whether
17824         to use PPCLink or ld with PowerMac GCC.
17825         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17826         * mpw-config.in: Configure grez if targeting Mac.
17827
17828         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17829         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17830         just macos.
17831         * configure.in: Configure grez resource compiler if targeting Mac.
17832         * Makefile.in (all-grez, install-grez): New targets.
17833
17834 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17835
17836         * configure: CXX defaults to gcc, not g++.  If we find
17837         gcc in the path, set CC to gcc -O2.
17838
17839 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17840
17841         * configure: Default ${build} correctly.  Avoid picking up extra
17842         spaces when reading CC and CXX from Makefile.  When doing a
17843         Canadian Cross, use plausible default values for numerous
17844         variables.
17845         * configure.in: When doing a Canadian Cross, don't try to
17846         configure tools whose configure script can't handle it.
17847
17848 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17849
17850         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17851
17852 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17853
17854         * configure:  Remove dubious bug reporting address.
17855
17856 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17857
17858         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17859         configure script, run that instead of this directory's configure.
17860         In either case, print a message that we're configuring the sub-dir.
17861
17862 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17863
17864         * configure.in: Before checking for the existence of various files,
17865         use sed to filter out "target-".
17866
17867 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17868
17869         * Makefile.in (DO_X): Split rule to decrease command line length
17870         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17871         (Philippe De Muyter).
17872
17873 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17874
17875         * Makefile.in (all-patch): depend on all-libiberty.
17876
17877 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17878
17879         * configure.in: If the only directory in target_configdirs which
17880         actually exists is libiberty, then set target_configdirs to empty,
17881         to avoid trying to build a target libiberty in a gas or gdb
17882         distribution.
17883
17884 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17885
17886         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17887         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17888         systems.
17889
17890 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17891
17892         * configure.in (copy_dirs): Use sys-include instead of include
17893         for --with-headers option.
17894
17895 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17896
17897         * Makefile.in, configure.in: Make winsup builds work with
17898         new scheme.
17899
17900 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17901
17902         * configure.in: Build the linker on AIX.
17903
17904 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17905
17906         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17907         where needed.
17908
17909 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17910
17911         * Makefile.in (all-gcc): Fix typo.
17912
17913 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17914
17915         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17916
17917 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17918
17919         * configure.in:  Rename libFOO to target-libFOO, and xiberty
17920         to target-xiberty, to provide more flexibility.
17921         (target_subdir):  Define.  Create if cross.
17922         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17923         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17924         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17925         check-libFOO -> check-target-libFOO, etc.
17926         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17927         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17928         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17929         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17930         allow ALL_GCC="" to only configure.
17931         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17932         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17933         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17934
17935 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17936
17937         * Makefile.in (taz): Build "info" in etc explicitly.
17938
17939 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17940
17941         * configure.in:  Make sure that CC is undefined (as opposed to
17942         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17943         problem with autoconf trying to configure on a host without GCC.
17944
17945 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17946
17947         * mpw-configure: Set host alias from choice of host compiler,
17948         only use generic MPW Makefile sed if present, edit a file
17949         named "hacked_Makefile.in" instead of "Makefile.in" if present.
17950         * mpw-README: Add problem notes about CW6 and CW7.
17951
17952 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17953
17954         * Makefile.in (taz): Use ";" instead of ";;".
17955
17956 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17957
17958         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17959         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17960         DISTDOCDIRS.
17961         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17962         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17963
17964 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17965
17966         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
17967         and gnats, because they are now subsumed by DISTSTUFFDIRS.
17968         Move bfd to DISTSTUFFDIRS.
17969
17970 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17971
17972         * Makefile.in (X11_LIB): Removed.
17973         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17974
17975         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17976
17977 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17978
17979         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17980         names.
17981
17982 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17983
17984         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17985
17986 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
17987
17988         * configure.in (i[345]86-*-win32): Always build newlib.
17989         Don't configure cvs, autoconf or texinfo.
17990         * Makefile.in (LD_FOR_TARGET): New.
17991         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17992         Pass down LD_FOR_TARGET.
17993
17994 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17995
17996         * winsup: New directory.
17997         * Makefile.in: Build winsup.
17998         * configure.in: Winsup is configured when target is win32.
17999         Can only build win32 target GDB when native.
18000
18001 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18002
18003         * config.guess: Recognize HP model 819 machines as having
18004         a PA 1.1 processor.
18005
18006 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18007
18008         * configure: Fix sed loop which substitutes for CC and CXX to
18009         avoid bug found in various sed implementations.
18010
18011 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18012
18013         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18014         simulator.  Use standard powerpc-*-eabi*.
18015
18016 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18017
18018         * configure.in: Stop putting gas and binutils in noconfigdirs for
18019         powerpc-*-aix* and rs6000-*-*.
18020
18021 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18022
18023         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18024         -mcall-aixdesc libraries.
18025
18026 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18027
18028         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18029
18030         * config.sub (arm | armel | armeb): Fix shell syntax.
18031
18032 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18033
18034         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18035         -msoft-float and -mcpu=common support.
18036         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18037         libraries.
18038
18039 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18040
18041         * configure.in: Allow configuration and build of emacs19 for the alpha.
18042
18043 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18044
18045         * configure.in (CC): Get ^CC, not just any old CC, from
18046         ${host_makefile_frag}.
18047
18048 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18049
18050         * configure.in (CC): Try to get CC from
18051         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18052
18053 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18054
18055         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18056         only if it exists in $(srcdir).
18057
18058 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18059
18060         * configure: If CC and CXX are not set in the environment, set
18061         them, based on either an existing Makefile or on searching for gcc
18062         in PATH.  Substitute for CC and CXX in Makefile.
18063         * configure.in: Remove libm from target_libs.  Separate
18064         target_configdirs from configdirs.  If CC is not set in
18065         environment, try to get it from a host Makefile fragment.  Rewrite
18066         changes of configdirs to use skipdirs instead.  A few minor
18067         tweaks.  Take directories out of target_configdirs as they are
18068         taken out of configdirs.  Remove existing Makefile files from
18069         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18070         CONFIG_ARGUMENTS in Makefile.
18071         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18072         by configure.in.
18073         (CONFIG_ARGUMENTS): Likewise.
18074         (CONFIGURE_TARGET_MODULES): New variable.
18075         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18076         ($(CONFIGURE_TARGET_MODULES)): New target.
18077         (configure-libg++, configure-libio): New targets.
18078         (all-libg++): Depend upon configure-libg++.
18079         (all-libio): Depend upon configure-libio.
18080         (configure-libgloss, all-libgloss): New targets.
18081         (configure-libstdc++): New target.
18082         (all-libstdc++): Depend upon configure-libstdc++.
18083         (configure-librx, all-librx): New targets.
18084         (configure-newlib): New target.
18085         (all-newlib): Depend upon configure-newlib
18086         (configure-xiberty): New target.
18087         (all-xiberty): Depend upon configure-xiberty.
18088
18089 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18090
18091         * configure.in (host i[345]86-*-win32):  Expand the
18092         noconfigdirs again.
18093
18094 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18095
18096         * mpw-configure: Fix sed command file name.
18097
18098 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18099
18100         * configure.in (host i[345]86-*-win32): Reduce the
18101         noconfigdirs again.
18102
18103 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18104
18105         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18106         or powerpc*-*-pe*, since they are not yet supported.
18107
18108 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18109
18110         Add PowerMac support and many other enhancements.
18111         * mpw-configure: New option --cc to select compiler to use,
18112         paste options set according to --cc into the generated
18113         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18114         if mpw-make.sed is present.
18115         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18116         add forward includes for PowerPC include files.
18117         * mpw-build.in: Build using Makefile.PPC if present.
18118         (do-byacc, etc): Remove separate version resource builds.
18119         (do-gas): Build "stamps" before "all".
18120         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18121         * mpw-README: Update to reflect --cc option, PowerMac support,
18122         and recently-reported compatibility problems.
18123
18124 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18125
18126         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18127         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18128         (--with-multilib-top): Pass to recursive invocations.
18129
18130 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18131
18132         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18133         v810-*-*.
18134
18135 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18136
18137         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18138         gdb, ld and opcodes on v810-*-*.
18139
18140 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18141
18142         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18143         (local-maintainer-clean): New target.
18144         (maintainer-clean): New target.
18145         (realclean): Just depend upon maintainer-clean.
18146
18147 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18148
18149         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18150
18151 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18152
18153         * configure.in: Build ld in mips*-*-bsd* case.
18154
18155 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18156
18157         * config.sub: Accept -lites* OS.  From Ian Dall.
18158
18159 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18160
18161         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18162         targets.
18163
18164 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18165
18166         * configure.in: treat i386-win32 canadian cross the same as
18167         i386-go32 canadian cross.
18168
18169 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18170
18171         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18172         running under the simulator to build a reduced set of libraries.
18173         (powerpc-*-eabiaix): Add fine grained multilib support added to
18174         other powerpc targets yesterday.
18175
18176 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18177
18178         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18179         -disable-softfloat, -disable-relocatable, -disable-aix, and
18180         -disable-sysv to control which multilib libraries get built.
18181
18182 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18183
18184         * configure: Add Makefile.tem to list of files to remove in trap
18185         handler.
18186
18187 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18188
18189         * config.guess (*Linux*):  Add missing "exit"s.
18190         Also, need specific check for alpha-unknown-linux (uses COFF).
18191
18192 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18193
18194         * config.guess:  Merge with FSF:
18195
18196         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18197         * config.guess (AIX4): More robust release numbering discovery.
18198
18199         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18200         * config.guess (i386-sequent-ptx): Properly get version number.
18201
18202         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18203         * config.guess (mips:*:4*:UMIPS): New case.
18204
18205 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18206
18207         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18208         (i386-win32 host): Likewise.  Don't build readline.
18209
18210 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18211
18212         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18213         SUPPORT_FILES to submakes.
18214
18215 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18216
18217         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18218         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18219         mpw-configure.
18220
18221 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18222
18223         * configure.in (appdirs): Use =, not ==, in test expression when
18224         trying to build the text to print in the warning message for
18225         Solaris users.
18226
18227 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18228
18229         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18230
18231 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18232
18233         * config.guess: Recognize lynx-2.3.
18234
18235 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18236
18237         * config.sub (z8ksim): Deleted
18238         (z8k-*-coff): New, this is the one true name of the target.
18239
18240 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18241
18242         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18243
18244 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18245
18246         * config.guess (*:Linux:*:*): First try asking the linker what the
18247         default object file format is (elf, aout, or coff).  Then if this
18248         fails, try previous methods.
18249
18250 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18251
18252         * configure.in: Don't build newlib for *-*-vxworks5.1.
18253
18254 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18255
18256         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18257         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18258
18259 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18260
18261         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18262
18263 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18264
18265         * cfg-ml-com.in: New file.
18266         * cfg-ml-pos.in: New file.
18267
18268 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18269
18270         * COPYING.NEWLIB: Add HP free copyright to list.
18271
18272 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18273
18274         * config.sub: Recognize -eabi* for the system, not just -eabi.
18275
18276 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18277
18278         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18279         * config.sub, configure.in (win32): New target and host.
18280
18281 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18282
18283         * configure.in: Add i386-pe configuration.
18284
18285 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18286
18287         * mpw-build.in (install): Install GDB after LD.
18288
18289 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18290
18291         * mpw-config.in (elf/mips.h): Always forward-include, needed
18292         for GDB to build.
18293
18294 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18295
18296         * testsuite: New directory for customer acceptance and whole tool
18297         chain tests.
18298
18299 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18300
18301         * configure: If per-host line isn't found, but AC_OUTPUT is found
18302         and a configure script exists, run it instead.
18303
18304 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18305
18306         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18307
18308 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18309
18310         * configure: Set build_{cpu,vendor,os,alias} to host values when
18311         --build isn't specified.
18312
18313 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18314
18315         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18316         (FLAGS_TO_PASS): Pass them.
18317         (EXTRA_TARGET_FLAGS): Ditto.
18318
18319 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18320
18321         * Makefile.in (all-libg++): Depend on all-libstdc++.
18322
18323 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18324
18325         * configure.in (noconfigdirs): Enable all packages for
18326           i386-unknown-netbsd.
18327
18328 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18329
18330         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18331         hosted builds (DOS builds)
18332
18333 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18334
18335         Changes for ARM based on patches from Richard Earnshaw:
18336         * config.sub: Handle armeb and armel.
18337         * configure.in: Omit arm linker only for riscix.
18338
18339 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18340
18341         * config.guess:  Update from FSF.
18342
18343 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18344
18345         * config.sub: Recognize powerpcle as the little endian variant of
18346         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18347         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18348         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18349         temporarily.
18350
18351 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18352
18353         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18354
18355 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18356
18357         * config.sub: Accept -lites* as a basic system type.
18358
18359 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18360
18361         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18362         installed, and if so return linuxoldld as the system name.
18363
18364 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18365
18366         * config.guess: Add hppa1.1-hp-lites support.
18367
18368 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18369
18370         * configure.in: Don't build newlib for m68k-vxworks5.1.
18371
18372 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18373
18374         * configure.in (mips-sgi-irix6): Use mh-irix5.
18375
18376 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18377
18378         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18379
18380 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18381
18382         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18383         OSF/1.  Fix compiler flags.
18384         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18385
18386 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18387
18388         * configure.in: Recognize --with-newlib.
18389         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18390
18391 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18392
18393         * Makefile.in: move {all,check,install}-gdb from *_MODULES
18394         to *_X11_MODULES due to gdbtk needing X include files et al.
18395
18396 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18397
18398         Merge in support for Mac MPW as a host.
18399         (Old change descriptions retained for informational value.)
18400
18401         * mpw-config.in: Add generic include forwards for cpu-specific
18402         include files in aout and elf directories.
18403
18404         * mpw-configure: Added copyright.
18405         * mpw-config.in: Check for presence of required build tools.
18406         (target_libs): Add newlib.
18407         (target_tools): Add examples.
18408         (Read Me): Generate as "Read Me for MPW" instead.
18409         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18410         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18411         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18412
18413         * mpw-configure: Remove subdir-specific makefile hackery,
18414         delete mk.tmp after using it.
18415
18416         * mpw-build.in (all): Display start and end times.
18417
18418         * mpw-configure (host_canonical): Set.
18419         (target_cpu): Always add to makefiles.
18420         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18421         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18422         (mpw-mh-mpw): Look for in srcdir and srcroot.
18423         Use sed instead of mpw-edit-prefix to edit prefix definitions.
18424
18425         * mpw-build.in: (install-only): New target.
18426
18427         * mpw-configure (host_alias, target_alias): Rename from hostalias
18428         and targetalias, add into generated Makefile.
18429         (mk.tmp): If present, add into generated Makefile.
18430         * mpw-build.in (all-gas): Build config.h first before gas proper.
18431
18432         * mpw-configure (config.status): Write only if changed.
18433         * mpw-config.in (readline): Configure it (not built, just used for
18434         definitions).
18435
18436         * mpw-config.in (elf/mips.h): Add a forward include.
18437
18438         * mpw-config.in: Forward-include most .h files in include into
18439         extra-include.
18440         (readline): Don't build.
18441         mpw-build.in (install): Install GDB.
18442
18443         * mpw-configure (prefix, mpw_prefix): Handle it.
18444         * mpw-config.in (mmalloc, readline): Don't configure.
18445         * mpw-build.in (thisscript): Rename to ThisScript.
18446         Use mpw-build instead of BuildProgram everywhere.
18447         (mmalloc, readline): Don't build.
18448         * mpw-README: New file, basic documentation about the MPW port.
18449
18450         * mpw-config.in: Use forward-include to create include files.
18451
18452         * mpw-configure: Add more things to the top of each configured
18453         Makefile, including contents of config/mpw-mh-mpw.
18454         * mpw-config.in (extra-include): Create this directory and fill it
18455         with Posix-like include files when configuring.
18456
18457         * config.sub (apple, mac, mpw): Add various aliases.
18458
18459         * mpw-build.in: New file, top-level build script fragment for MPW.
18460         * mpw-configure: New file, configure script for MPW.
18461         * mpw-config.in: New file, config fragment for MPW.
18462
18463 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18464
18465         * configure.in (host_libs): Remove glob, since it is gone from the
18466         sources.
18467
18468 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18469
18470         * Makefile.in: define empty GDB_NLM_DEPS var.
18471
18472         * configure.in(target_makefile_frag): use config/mt-netware
18473         for netware targets.
18474
18475 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18476
18477         * config.sub: Merge in recent FSF changes.  Remove linux special
18478         cases.
18479
18480 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18481
18482         Revert this change:
18483
18484         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18485
18486                 * build-all.mk: Use CC=cc -Xs on Solaris.
18487
18488 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18489
18490         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18491         stop using it.
18492         * Makefile.in: Nuke all references to glob subdirectory.
18493
18494 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18495
18496         * configure.in: Fix --enable-shared logic in per-host.
18497
18498 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18499
18500         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18501
18502 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18503
18504         * configure.in (noconfigdirs): Don't build gas on AIX, for
18505         powerpc*-*-aix* as well as for rs6000*-*-aix*.
18506
18507 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
18508
18509         * configure: Fix --cache-file to work if the file argument is a
18510         relative path.
18511
18512 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
18513
18514         * configure: If the --cache-file is used, pass it down to
18515         configure in subdirectories.
18516
18517 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
18518
18519         * config.sub: add vxworks29k configuration.
18520
18521 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18522
18523         * Makefile.in (taz): Do "diststuff" part quietly.
18524
18525 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18526
18527         * config.sub: Mini-merge with gcc/config.sub.
18528
18529 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18530
18531         * config.guess (IRIX): Sed - to _.
18532
18533 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18534
18535         * Makefile.in (source-vault, binary-vault): New targets.
18536
18537 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
18538
18539         * config.sub: Recognize -eabi as a basic system type.
18540
18541 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18542
18543         * configure.in (enable_shared stuff): Fix typo.
18544
18545 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
18546
18547         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18548
18549 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18550
18551         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18552
18553 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
18554
18555         * configure.in (rs6000-*-*): Don't build gas.
18556
18557 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
18558
18559         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18560         reduce command line length.
18561         (AS_FOR_TARGET): Check for as.new, not Makefile.
18562         (NM_FOR_TARGET): Check for nm.new, not Makefile.
18563
18564 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18565
18566         * config.guess:  Merge from FSF.
18567
18568 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18569
18570         * configure: Don't use $ when handling program_suffix.
18571
18572 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
18573
18574         * configure.in:  Configure tk for hppa/hpux.
18575
18576 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18577
18578         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
18579
18580 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18581
18582         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
18583         to LIBCXXFLAGS.  Tests are better run without it.
18584
18585 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
18586
18587         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18588
18589 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
18590
18591         * configure.in (*-*-netware*): Don't configure xiberty.
18592
18593 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
18594
18595         * configure.in:  Remove tk from native_only list.
18596
18597 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
18598
18599         * build-all.mk: Add mips-ncd-elf target to sun4 targets
18600           for special NCD build.
18601
18602 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18603
18604         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18605         makeall.bat, they're only useful for binutils snapshots.
18606         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18607         makeall.bat to specified SUPPORT_FILES.
18608
18609 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
18610
18611         * build-all.mk: Add Ericsson targets to sun4 and solaris
18612           hosts.  Add  BNR's sun4 target to solaris host, so their
18613           build-from-source will be tested in-house first.
18614
18615 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18616
18617         * Makefile.in (LIBCFLAGS): New variable.
18618         (CFLAGS_FOR_TARGET): Ditto.
18619         (LIBCFLAGS_FOR_TARGET): Ditto.
18620         (LIBCXXFLAGS): Ditto.
18621         (CXXFLAGS_FOR_TARGET): Ditto.
18622         (LIBCXXFLAGS_FOR_TARGET): Ditto.
18623         (BASE_FLAGS_TO_PASS): Pass them.
18624         (EXTRA_TARGET_FLAGS): Ditto.
18625
18626         * configure.in: Support --enable-shared.
18627
18628 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18629
18630         * configure.in (target_libs):  Include libstdc++ again.
18631         * config.guess:  Update from FSF (for FreeBSD).
18632
18633 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18634
18635         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18636         makeall.bat.
18637         (DISTDOCDIRS): Add `etc'.
18638         (ETC_SUPPORT_PFX): New variable.
18639         (taz): Include anything from etc starting with a word in
18640         ETC_SUPPORT_PFX.
18641
18642 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18643
18644         * config.sub: Update for recent FSF changes.  Remove obsolete
18645         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
18646         spacing changes.
18647
18648 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18649
18650         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
18651
18652         * config.guess:  Merge with FSF.
18653         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18654
18655 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18656
18657         * configure: Since the "trap 0" handler will override the exit
18658         status on many systems, only use it for "exit 1", and make it set
18659         a non-zero exit status; reset it before "exit 0".  Also, check
18660         exit status of config.sub, and error out if it failed.
18661
18662 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18663
18664         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18665         and install libgloss.
18666
18667 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18668
18669         * Makefile.in (all-binutils): Depend upon all-byacc.
18670
18671         * configure.in: Don't build emacs on Irix 5.
18672
18673 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18674
18675         * configure.in (*-*-netware*): Add libio.
18676
18677 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18678
18679         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18680         (CHECK_TARGET_MODULES): Ditto.
18681         (INSTALL_TARGET_MODULES): Ditto.
18682         (TARGET_LIBS): Ditto.
18683         (all-libstdc++): Note dependencies.
18684
18685 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18686
18687         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18688
18689 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18690
18691         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18692         -fexternal-templates.
18693
18694         * configure.in (target_libs): Add libstdc++.
18695         (noconfigdirs): Add libstdc++ as appropriate.
18696
18697 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18698
18699         * config.guess:  Update from FSF.
18700
18701 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18702
18703         * configure: Use ${config_shell} when running ${configsub}.
18704
18705 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18706
18707         * config.sub: No longer recognize h8300h.
18708
18709 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18710
18711         * config.sub: Remove extraneous differences between config.sub and
18712         gcc/config.sub.
18713
18714 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18715
18716         * Makefile.in (DISTSTUFFDIRS): Add gas.
18717
18718 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18719
18720         * COPYING.NEWLIB: New file.
18721
18722 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18723
18724         * config.guess (HP-UX):  Patch from Harlan Stenn
18725         <harlan@landmark.com> to also emit release level.
18726
18727 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18728
18729         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18730
18731 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18732
18733         * config.sub:  Merge nextstep cleanup from FSF.
18734
18735 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18736
18737         * configure.in (arm-*-*): Don't configure ld for this target.
18738
18739 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18740
18741         * configure.in (*-*-netware): don't configure libg++, libio,
18742           librx, or newlib.
18743
18744 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18745
18746         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18747         configure ld--it works, but it doesn't support shared libraries.
18748
18749 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18750
18751         * config.guess (*-unknown-freebsd*):  Get rid of possible
18752         trailing "(Release)" in version string.
18753         Patch from Paul Richards <paul@isl.cf.ac.uk>.
18754
18755 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18756
18757         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18758         Fix type: *-next-neststep -> *-next-nextstep.
18759
18760         * config.guess:  Merge from FSF:
18761
18762         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18763
18764         * config.guess: Recognize powerpc-ibm-aix3.2.5.
18765
18766         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18767
18768         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18769         instead of UNIX_SV for UnixWare 1.0).
18770
18771 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18772
18773         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18774         to make gdb/nlm/* build after the compiler and linker.
18775
18776 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18777
18778         * config.guess (netbsd, freebsd, linux):  Accept any machine,
18779         not just i[34]86.
18780         (m68k-atari-sysv4):  Relocate to match FSF version.
18781
18782         * config.guess:  More merges from the FSF:
18783
18784         Add a space before function call or macro invocation.
18785
18786         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18787
18788         * config.guess: Add trap cmd to remove dummy.c and dummy when
18789         interrupted.
18790
18791         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18792
18793         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18794         (dummy): Redirect stderr from compilation of dummy.c.
18795
18796         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18797
18798         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18799
18800 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18801
18802         * configure: Accept and ignore --cache*, for compatibility with
18803         new autoconf.
18804
18805 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18806
18807         * config.guess:  Merge from FSF:
18808
18809         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18810
18811         * config.guess (Pyramid*:OSx*:*:*): New case.
18812         (PATH): Add /.attbin at end for finding uname.
18813         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18814
18815         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18816
18817         * config.guess (M88*:DolphinOS:*:*): New case.
18818
18819         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18820
18821         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18822         to select whether to use ELF or COFF.
18823
18824         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18825
18826         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18827
18828         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18829
18830         * config.guess: Guess the OS version for HPUX.
18831
18832         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18833
18834         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18835
18836 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18837
18838         * configure.in: Recognize --with-headers, --with-libs, and
18839         --without-newlib.
18840         * Makefile.in (all-xiberty): Depend upon all-ld.
18841
18842 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18843
18844         * configure.in: Change i[34]86 to i[345]86.
18845
18846 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18847
18848         * configure (version): A few more tweaks to help message.
18849
18850 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18851
18852         * Makefile.in:  Remove (for now) librx as a host library,
18853         now that we're building it for target.
18854
18855 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18856
18857         * configure: Fix up help message; from karl@owl.hq.ileaf.com
18858         (Karl Berry).
18859
18860 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18861
18862         * configure.in:  Also configure librx.
18863
18864 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18865
18866         * Makefile.in:  Update various rules to reflect that librx
18867         is now needed for libg++.
18868
18869 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18870
18871         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18872
18873 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18874
18875         * configure.in: Configure the examples directory.
18876
18877 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18878
18879         * configure: Simplify Jun 2 1994 change.
18880
18881 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18882
18883         * change CC to /usr/latest/bin/gcc for lynx host builds, since
18884         /bin/gcc isn't good enough to build gcc.
18885
18886 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18887
18888         * Makefile.in (GDB_SUPPORT_FILES): Remove
18889         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18890         (gdb.tar.gz): Add new rule to use standard distribution building
18891         mechanism.
18892
18893 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18894
18895         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18896         Bill Cox <bill@cygnus.com>.
18897
18898 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18899
18900         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18901
18902 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18903
18904         * configure:  Search current dir first in .gdbinit.
18905
18906 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18907
18908         * config.sub:  Recognize freebsd (merged from gcc config.sub).
18909
18910 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18911
18912         * config.sub:  Refer to NeXT's operating system as nextstep.
18913
18914         * config.sub (case $basic_machine):  Re-order the cases, to match
18915         the order in the FSF version (which is mostly alphabethical).
18916         Merge in some additions and changes from the FSF.
18917
18918 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18919
18920         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18921         * config.sub: Recognize cxux7.
18922         * configure.in: Use mh-cxux for m88k-harris-cxux*.
18923
18924 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18925
18926         * config.sub:  Fix typo powerpc -> powerpc-*.
18927
18928 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18929
18930         * Makefile.in: `all-emacs19' depends on `all-byacc'.
18931
18932         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18933         parallel with all-emacs and install-emacs).  Top-level command
18934         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18935
18936 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18937
18938         * test-build.mk ($(host)-stamp-stage2-installed): Remove
18939         $(relbindir)/make before doing ``make install'', and use
18940         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18941         installing over running make binary.
18942         ($(host)-stamp-stage3-installed): Likewise.
18943
18944 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18945
18946         * config.guess: Recognize Mach.
18947
18948 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18949
18950         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18951         see whether --exec-prefix was used.
18952
18953 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18954
18955         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
18956
18957 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18958
18959         * Makefile.in: Add all-librx target similar to all-libproc.
18960
18961 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18962
18963         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
18964         with post 1.2 uname bogosity.
18965
18966 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18967
18968         * configure: Remove temporary files on receipt of a signal.
18969
18970 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
18971
18972         * configure: If there is a package_makefile_frag, remove
18973         ${subdir}/Makefile.tem after copying it in.
18974
18975 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18976
18977         * build_all.mk: support rs6000 lynx identifies itself as
18978         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
18979         since /bin/gcc is too feeble to compile a modern gcc.
18980
18981 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18982
18983         * brought devo/test-build.mk update-to-date with progressive/
18984           test-build.mk. Add lynx targets and hppa flag info.
18985
18986 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18987
18988         * configure.in:  Use mh-ncrsvr43.  Patch from
18989         Tom McConnell <tmcconne@sedona.intel.com>.
18990
18991 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18992
18993         * config.guess (i386-unknown-bsdi):  No longer need to
18994         check #if defined(__bsdi__) && defined(__i386__).
18995
18996 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18997
18998         * configure: Set program_transform_nameoption correctly.
18999
19000 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19001
19002         * brought build-all.mk update-to-date with progressive build-all.mk,
19003           added new targets and hppa info.
19004
19005 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19006
19007         * configure: If config.guess result is a prefix of the user
19008         specified target, assume a native build and use the user specified
19009         target as the host alias.  Remove SunOS patch suffix removal hack.
19010         * configure.in: Remove SunOS patch suffix removal hack.
19011
19012         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19013         in NATIVE_CHECK_MODULES.
19014
19015 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19016
19017         * Makefile.in: Rename HOST_ONLY to NATIVE.
19018         * configure: Delete SunOs patch suffix from host_canonical
19019           and build_canonical variables that are prepended to Makefiles.
19020         * configure.in: Add comments for easier maintenance.
19021
19022 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19023
19024         * Makefile.in: Add all-libproc target similar to all-gui.
19025
19026 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19027
19028         * Makefile.in (CHECK_MODULES): split into
19029         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19030
19031 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19032
19033         * config.guess (i386-unknown-bsdi): New system to guess.
19034
19035 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19036
19037         * Makefile.in: Add all-gui target (but not yet build by "all").
19038
19039 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19040
19041         * config.sub: Move deletion of patch suffix from here...
19042         * configure.in: To here, at Ian's suggestion.  The top-
19043           level scripts might need to know of a patch level.
19044
19045 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19046
19047         * config.sub: Strip off patch suffix so rtl is recognized
19048           as a sunos4.1.3 machine, even though it's been patched.
19049
19050 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19051
19052         * Makefile.in (INSTALL_LAST): Delete.
19053         (INSTALL_DOSREL): New.
19054
19055 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19056
19057         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19058         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19059         whether we pass down --with-gnu-ld anyhow.
19060
19061 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19062
19063         * Makefile.in (INSTALL_LAST): Change operation so it works
19064         on more flavors of make.
19065         * configure.in (go32): Don't build libg++ or libio.
19066
19067 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19068
19069         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19070         they can be overriden by templates.
19071
19072 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19073
19074         * configure.in (target==go32): Don't build gdb.
19075         * dosrel: New directory.
19076
19077 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19078
19079         * configure.in (host==go32): Configure dosrel too.
19080         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19081         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19082         be set by incoming names or templates.
19083         (INSTALL_LAST): New rule.
19084
19085 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19086
19087         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19088
19089 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19090
19091         * configure.in (appdirs): New variable.  Currently empty, but will
19092         be used in gas distribution.  If nonempty, lists a set of
19093         directories at least one of which must get configured, or top
19094         level configuration is considered to have failed.
19095         (rs6000-*-lynxos*): Use new file name.
19096
19097 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19098
19099         Eliminate XTRAFLAGS.
19100         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19101         newlib include files using -idirafter, and also use -nostdinc.
19102         (CXX_FOR_TARGET): Likewise.
19103         (XTRAFLAGS): Removed.
19104         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19105         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19106         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19107         ($(DO_X)): Don't pass down XTRAFLAGS.
19108
19109 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19110
19111         * configure.in (mips*-dec-bsd*): New target; do build linker.
19112         (mips*-*-bsd*): New target; don't build linker.
19113
19114 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19115
19116         * configure.in: support rs6000-*-lynxos* configuration.
19117         support sunos4 as a cross target.
19118
19119         * config.sub: look for lynx*, not lynx since the OS version may
19120         legitimately be part of the name.
19121
19122 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19123
19124         * configure.in (i[34]86-*-sco*): Move to be with other i386
19125         targets.
19126         (romp-*-*): New target.  Skip various binary utilities.
19127         (vax-*-*): New target.  Don't build newlib.
19128         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19129
19130 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19131
19132         * configure.in: Only set host_makefile_frag if config
19133         directory exists.
19134
19135 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19136
19137         * install.sh: If $dstdir exists, don't check whether each
19138         component does.
19139
19140 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19141
19142         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19143
19144 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19145
19146         * configure.in (*-*-lynxos*): Don't configure newlib for either
19147         native or cross Lynx.
19148
19149 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19150
19151         * config.sub (sparc64-elf): Fix os.
19152         (z8k): Remove duplicate.
19153
19154 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19155
19156         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19157         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19158
19159 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19160
19161         * configure: Make file links cleanly even if Lynx fails on
19162           an NFS symlink (at least fail cleanly).
19163
19164 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19165
19166         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19167         -XNh2000.
19168
19169 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19170
19171         * configure: Unknown options are fatal again.
19172
19173 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19174
19175         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19176         compatibility.
19177
19178 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19179
19180         * build-all.mk: Add `clean' target.
19181
19182 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19183
19184         * config.guess:  Add SINIX support.
19185         * configure.in:  Add mips-*-sysv4* support.
19186
19187 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19188
19189         * build-all.mk: Document all useful targets.
19190         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19191         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19192
19193 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19194
19195         * configure: Support --silent, --quiet.
19196
19197 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19198
19199         * configure: Support --disable-FEATURE.
19200
19201 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19202
19203         * config.guess: Recognize NCR running SVR4.3.
19204
19205 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19206
19207         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19208         Patch from Paul Eggert <eggert@twinsun.com>.
19209
19210 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19211
19212         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19213
19214 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19215
19216         * configure: Make unrecognized options give nonfatal warnings
19217         instead of fatal errors, and pass them to any subdirectory
19218         configures in case they recognize them.
19219         Make --x equivalent to --with-x.
19220
19221 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19222
19223         * configure: Add --enable-* options.  Clean up usage message and
19224         some comments.
19225
19226 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19227
19228         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19229
19230 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19231
19232         * configure.in (hppa*-*-*): Enable binutils.
19233
19234 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19235
19236         * config.sub: Recognize cisco.
19237
19238 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19239
19240         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19241
19242 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19243
19244         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19245         than one configuration name.  Add comment.
19246
19247 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19248
19249         * config.guess: about target *-hitachi-hiuxwe2, fixed
19250         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19251         macro is incorrect.]
19252
19253 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19254
19255         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19256         than the "make ls" stuff which used to be here.
19257
19258 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19259
19260         * config.guess:  Recognize i[34]86-unknown-freebsd.
19261         From Shawn M Carey <smcarey@rodan.syr.edu>.
19262
19263 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19264
19265         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19266
19267 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19268
19269         * config.guess: Check for ptx.
19270
19271 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19272
19273         * config.sub: Add os9k checking.
19274
19275 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19276
19277         * config.guess: Handle OSF1 running on HPPA processors
19278
19279 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19280
19281         * configure: If subdir configure fails, print out a message with
19282         subdirectory name, in case subdir's configure code didn't identify
19283         itself.
19284
19285 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19286
19287         * configure.in: Remove embedded newlines from configdirs.
19288         Avoid mismatches of substrings.  Fix matching strings at end
19289         of configdirs.
19290
19291 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19292
19293         * config.guess:  Add Lynx/rs6000 config support.
19294
19295 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19296
19297         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19298
19299 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19300
19301         * configure.in (hppa*-*-osf*): Treat this just like most other
19302         PA configurations (eg no binutils or ld).
19303         (hppa*-*-*elf*): These configurations have binutils and ld.
19304
19305 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19306
19307         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19308
19309 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19310
19311         * configure.in (rs6000-*-*): Build gas.
19312
19313 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19314
19315         * Makefile.in:  Avoid bug in losing hpux sed.
19316
19317 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19318
19319         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19320         for GDB and GDB has been fixed to not need it.
19321
19322 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19323
19324         * config.guess: Recognize vax hosts.
19325
19326 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19327
19328         * configure (while loop): Don't use "break 2" inside case
19329         statement -- the case statement isn't an enclosing loop.
19330
19331 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19332
19333         * config.guess:  Clean up NeXT support, to allow nextstep
19334         on Intel machines.  Make OS be nextstep.
19335
19336 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19337
19338         * config.guess: Add alternate forms for Convex.
19339
19340 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19341
19342         * configure:  Completely rewrite option processing.  Take
19343         advantage of pattern-matching to avoid invoking test frequently.
19344         Also clean up host and target defaulting logic.
19345
19346 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19347
19348         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19349         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19350         commands (plus user environment) will fit SCO limits.
19351
19352 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19353
19354         * configure.in: Don't issue warnings about directories which are
19355         not being configured if -norecursion is set.  Correct test for
19356         --with-gnu-as and --with-gnu-ld to not get confused by substring
19357         matches.
19358
19359         * configure.in: Don't build gas for alpha-dec-osf1*.
19360
19361 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19362
19363         * configure:  Back out Per's change of 12/19/1993.  It changes the
19364         behavior of configure in unexpected and confusing ways.
19365
19366         Also, use different delim char when calculating
19367         program_transform_name so that the name can contain slashes.
19368
19369 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19370
19371         * configure.in, config.sub: Add support for VSTa micro-kernel.
19372
19373 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19374
19375         * configure.in: Nuke hacks which were used to get a special
19376         version of GAS for HPPA configurations.
19377
19378 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19379
19380         * configure:  If only ${target_alias} is given, use that
19381         as the default for ${host_alias}.
19382         * configure:  Add missing back-slashes before nested quotes.
19383
19384 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19385
19386         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19387
19388 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19389
19390         * config.guess:  Recognize some Tektronix configurations.
19391         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19392
19393 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19394
19395         * config.sub: Match any flavor of SH.
19396
19397 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19398
19399         * configure.in: Don't try to configure newlib for Alpha.
19400
19401 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19402
19403         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19404         libg++ or libio for any Alpha target.
19405
19406         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19407
19408 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19409
19410         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19411         default arguments -- so it tried to compress itself.
19412
19413 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19414
19415         * configure.in (notsupp): ensure that a space is always at the end
19416           of the configdirs list, since the grep checks for an explicit space
19417
19418 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19419
19420         * configure.in (target i386-sysv4.2): don't build ld, since static
19421           versions of many libraries are not available.
19422
19423 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19424
19425         * config.guess: Recognize Apollos (using environment variables).
19426         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19427
19428 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19429
19430         * config.guess: Recognize Sony news mips running newsos.
19431
19432 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19433
19434         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19435         "fi ; else" for bash.
19436
19437 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19438
19439         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19440
19441 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19442
19443         * config.sub: accept unixware as an alias for svr4.2.
19444         Fix some inconsistancies with the gcc version.
19445
19446 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19447
19448         * Makefile.in (DISTDOCDIRS):  Add gdb.
19449
19450 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19451
19452         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19453
19454 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19455
19456         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19457         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19458         this now.
19459
19460 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19461
19462         * config.sub: Accept hiux* as an OS name.
19463
19464         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19465         etc/make-stds.texi.  The underscore came from gcc, and dje now
19466         agrees that RUNTESTFLAGS is the correct name.
19467
19468 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19469
19470         * install.sh:  Remove 'set -e'.  It makes any conditionals
19471         in the script useless.
19472
19473         * config.guess: Automatically recognize arm-acorn-riscix
19474         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19475
19476 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19477
19478         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19479
19480 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19481
19482         * Makefile.in (DISTDOCDIRS): New variable.
19483         (taz): Edit local Makefile.in sooner, instead of proto-toplev
19484         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19485
19486 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19487
19488         * configure.in (hppa target): check the source directory for the
19489           pagas sub-directory
19490
19491 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19492
19493         * config.sub: Allow -aout* and -elf*.
19494
19495 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19496
19497         * configure.in: Don't build ld on i386-solaris2, same as for
19498         sparc-solaris2.
19499
19500 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19501
19502         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19503
19504 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19505
19506         * configure.in:  Configure gdb for alpha.
19507
19508 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19509
19510         * Makefile.in (CXXFLAGS): Add -O.
19511
19512 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19513
19514         * config.guess: added support for DG Aviion
19515
19516 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19517
19518         * configure.in: Produce warning message for subdirectories not
19519         configurable for this host/target combination.  Don't try to
19520         configure gdb for vms.
19521
19522 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19523
19524         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19525         appropriate files before making "diststuff".
19526         (DISTBISONFILES): New var: list of files to be edited.
19527         (DISTSTUFFDIRS): Add binutils.
19528
19529 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19530
19531         * config.sub: also handle mipsel and mips64el (for little endian mips)
19532
19533 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19534
19535         * configure.in: Add * to end of all OS names.
19536
19537 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
19538
19539         * configure.in: Build newlib for LynxOS native.
19540
19541 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19542
19543         * config.guess: Add support for delta 88k running SVR3.
19544
19545         * configure.in: Add comment about HP compiler vs. emacs.
19546
19547 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19548
19549         * configure.in: don't build ld on solaris2 (not a viable option
19550           due to bugs in getpwnam & getpwuid)
19551
19552 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19553
19554         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19555         config.guess will produce a full version number.
19556
19557 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19558
19559         * configure.in: Build linker and binutils for alpha-dec-osf1.
19560
19561 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19562
19563         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19564         and gdb/testsuite/Makefile.in.
19565
19566 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19567
19568         * configure.in: recognize mips*- instead of mips-
19569
19570 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19571
19572         * config.sub: Accept linux*coff and linux*elf as operating
19573         systems.
19574
19575 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19576
19577         * config.sub: Recognize mips64, and mips3 as an alias for it.
19578
19579 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19580
19581         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19582         gdb knows how to handle OSF/1 shared libraries.
19583
19584 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19585
19586         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19587         * config.guess: Recognize Hitachi's HIUX.
19588         * config.sub: Recognize h3050r* and hppahitachi.
19589         Remove redundant cases for hp9k[23]*.
19590
19591 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19592
19593         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19594         if gas and ld are in the source tree and are in ${configdirs}.
19595         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19596         --with options (but still pass them down on the command line,
19597         if they were explicitly specified).
19598
19599 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19600
19601         * configure: substitute SHELL value in Makefile.in with
19602         ${CONFIG_SHELL}
19603
19604 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19605
19606         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19607         *-*-solaris2* targets.
19608
19609 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19610
19611         * Makefile.in: define M4, and pass it down to sub-makes;
19612         all-autoconf now depends on all-m4
19613
19614 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19615
19616         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19617         presence of {ar,ranlib} instead of a configured directory
19618
19619 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
19620
19621         * config.guess: Accept 34?? as well as 33?? for NCR.
19622
19623 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19624
19625         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19626         of 'gas' in sed commands, since 'gash' is now in the tree as well.
19627
19628 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19629
19630         * configure: grab values for $(CC) and $(CXX) from the
19631         environment, so that someone can do "CC=gcc configure; make" and
19632         have it work right (matching the way that autoconf works now)
19633
19634         * configure.in, Makefile.in: add support for gash, the tcl
19635         interface to Galaxy
19636
19637         * config.guess: add NetBSD variants (hp300, x86)
19638
19639 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
19640
19641         * install.sh: Support -d option (in the manner of SunOS 4 install,
19642         as it is more deterministic than that of GNU install)
19643         (chmodcmd): Set file to mode 755 by default (should also do default
19644         chgrp and chown, but I don't feel like dealing with that now)
19645
19646 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
19647
19648         * config.sub: Remove h8300hhms alias.
19649
19650 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19651
19652         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19653
19654 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19655
19656         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19657         as stmp-fixinc
19658
19659 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19660
19661         * config.sub: recognize m88110-bug-coff.
19662
19663 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19664
19665         * Makefile.in (all-libio): all dependencies on the toolchain used
19666         to build this (gcc, gas, ld, etc)
19667
19668 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19669
19670         * config.guess: Deal with OSF/1 1.3 on alpha.
19671
19672 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19673
19674         * install.sh: add some 'else true' clauses for portability
19675
19676         * configure.in: don't build libio for h8[35]00-*-* targets
19677
19678 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19679
19680         * Makefile.in:  Add support for new libio.
19681
19682 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19683
19684         * install.sh: If one command fails, don't try the rest.  Don't try
19685         to remove $dsttmp (via trap) unless we have already created it.
19686         If $src doesn't exist, detect it and exit with an error.
19687
19688         * config.guess: Recognize BSD on hp300.
19689
19690 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19691
19692         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19693         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19694
19695 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19696
19697         * Makefile.in (all-send-pr): depends on all-prms
19698
19699 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19700
19701         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19702
19703 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19704
19705         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19706         Added test for mips-mips-riscos5.
19707
19708 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19709
19710         * configure.in: use mh-hp300 for 68k HP hosts
19711
19712 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19713
19714         * configure: add support for CONFIG_SHELL, so that you can use
19715         some alternate shell for evaluating configure scripts
19716
19717 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19718
19719         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19720         in configure script to bug-gdb@prep.ai.mit.edu when building
19721         distribution archive.
19722         * Makefile.in (COMPRESS):  Remove def.
19723         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19724         gdb.tar.Z and make-gdb.tar.Z respectively.
19725         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19726         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19727         to convergence with 'taz' target in Makefile.in.
19728
19729 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19730
19731         * install.sh (dsttmp): use trap to ensure that tmp files go
19732         away on error conditions
19733
19734 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19735
19736         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19737
19738 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19739
19740         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19741         its parent is '/' not ''.
19742
19743         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19744
19745 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19746
19747         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19748         that ${newsrcdir}/configure.in does.
19749
19750 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19751
19752         * test-build.mk: support for CONFIG_SHELL
19753
19754 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19755
19756         * config.sub (netware):  Add as a basic system type.
19757
19758 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19759
19760         * Makefile.in (Makefile): depend on configure.in.  Also drop the
19761           $(srcdir)/ from the dependency on Makefile.in.
19762
19763 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19764
19765         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19766         (h8300hhms is temporary until multi-libraries are implemented).
19767         * configure.in: Handle h8300h too.
19768
19769 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19770
19771         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19772
19773 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19774
19775         * configure:  Remove extraneous output when guessing host type.
19776         * config.guess:  Remove extraneous output when guessing using C
19777         compiler rather than uname, or when guessing fails.
19778
19779 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19780
19781         * Makefile.in: remove all.cross and install.cross targets
19782
19783         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19784           definitions
19785
19786 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19787
19788         * configure.in (target sh): Build gprof.
19789
19790 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19791
19792         * config.sub: change -solaris to -solaris2
19793
19794 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19795
19796         * configure.in: Use config/mh-riscos for mips-*-sysv*.
19797
19798 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19799
19800         * configure: Correct error message for missing Makefile.in to
19801         print correct directory.
19802
19803 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19804
19805         * install.sh: kludge around 386BSD shell bug
19806
19807 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19808
19809         * config.guess:  Recognize NeXT.
19810         * config.guess:  Recognize i486-ncr-sysv4.
19811         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19812
19813 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19814
19815         * Makefile.in (MAKEINFOFLAGS): New variable.
19816         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19817         * build-all.mk, test-build.mk: Pass down --no-split as
19818         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19819
19820 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19821
19822         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19823
19824 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19825
19826         * Makefile.in (libg++.tar.z):  New rule.
19827         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19828         * Makefile.in (taz):  Only do a single chmod.
19829
19830 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19831
19832         * install.sh: don't use dirname anymore (replaced with sed usage)
19833
19834 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19835
19836         * Makefile.in:  Change extension for gzip'd files from '.z' to
19837         '.gz' per new FSF standard usage.
19838
19839 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19840
19841         * configure: put quotes around the final value of program_transform_name
19842
19843 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19844
19845         * Makefile.in: new install.sh support; update install-info rules
19846
19847 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19848
19849         * configure.in: Build diff for crosses, but not for go32 host.
19850
19851         * configure.in: Build gprof only for native, and don't build it
19852         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19853
19854 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19855
19856         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19857
19858 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19859
19860         * configure.in (host_tools): Add prms.
19861
19862 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19863
19864         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19865         with $(FLAGS_TO_PASS) on the command line
19866
19867         * config.sub: Recognize lynx and lynxos
19868
19869 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19870
19871         * config.sub: Accept -ecoff*, not just -ecoff.
19872
19873 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19874
19875         * Makefile.in (taz): Use .gz suffix instead of .z.
19876         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19877         names.
19878
19879 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19880
19881         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19882
19883 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19884
19885         * Makefile.in (install-no-fixedincludes):  install gcc last, so
19886         that rebuilds that might happen during 'make install' don't get
19887         bogus gcc include files
19888
19889 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19890
19891         Change from Utah for HPPA support:
19892         * config.guess: Recognize hppa1.x-hp-bsd.
19893
19894 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19895
19896         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19897         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19898
19899 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19900
19901         * config.sub: Add support for rom68k and bug boot monitors.
19902
19903 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19904
19905         * Makefile.in: Make all-opcodes depend on all-bfd.
19906
19907 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19908
19909         * config.guess: Added special check for i[34]86-univel-sysv4*.
19910
19911 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19912
19913         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19914         the processor rather than assuming i486.
19915
19916 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19917
19918         * config.guess: Recognize SunOS6 as Solaris3.
19919
19920 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19921
19922         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19923         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19924
19925 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19926
19927         * build-all.mk (all-cross): New target for Canadian Cross.
19928         Added Q2 go32 targets.
19929         * test-build.mk: Configure go32 cross sparclite-aout and
19930         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19931         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19932
19933 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19934
19935         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19936         GO32 hosted toolchains
19937
19938 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19939
19940         * configure: change  so "-exec-prefix" gets passed down rather
19941         than "-exec_prefix" so autoconf generated Makefiles get the
19942         exec_prefix set right.
19943
19944 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19945
19946         * config.guess: get the Solaris2 minor version number
19947
19948         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19949
19950 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19951
19952         * config.guess: Recognize some Sequent platforms.
19953
19954 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19955
19956         * Makefile.in: added the vault-install target
19957
19958         * configure.in: actually use the Sun3 makefile fragment that's in
19959         config, also added the release dir to configdirs
19960
19961 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19962
19963         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19964
19965 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19966
19967         * configure.in: remove some program from Alpha targetted toolchains
19968
19969 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
19970
19971         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
19972         gprof.
19973         (taz): Run "make diststuff" in those directories instead of "make
19974         proto-dir".  Look for "VERSION=" only at start of line in subdir
19975         Makefile.  Use "gzip -9" for compression.
19976         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19977         (binutils.tar.z): New target.
19978
19979 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19980
19981         * Makefile.in (taz): Include gpl.texinfo.
19982
19983 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19984
19985         * Makefile.in (setup-dirs): Merged into "taz" target.
19986         (taz): Only do `proto-dir' stuff if a directory is actually needed
19987         for this target.
19988
19989 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
19990
19991         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19992         (FLAGS_TO_PASS): Pass down MUNCH_NM.
19993         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19994         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19995         (gcc-no-fixedincludes): Correct for current gcc Makefile.
19996
19997 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
19998
19999         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20000         config.sub, and move-if-change to gdb testsuite distribution
20001         archive, so the testsuite can be extracted, configured, and
20002         run separately from the gdb distribution.  Blow away the Chill
20003         tests that require a Chill compiled executable, since GNU Chill
20004         is not yet publically available.
20005
20006 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20007
20008         * test-build.mk: set environment variables in a single command,
20009         instead of a list of assignments and exports
20010
20011         * config.guess: recognize Alpha/OSF1 systems
20012
20013 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20014
20015         * configure: Change help message to prefer --options rather than
20016           -options.
20017
20018 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20019
20020         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20021         zippy@ecst.csuchico.edu.
20022         * config.guess: Recognize miniframe.
20023
20024 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20025
20026         * Makefile.in: Use srcroot to find runtest rather than rootme.
20027         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20028
20029 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20030
20031         * test-build.mk: Extensive additions to support building on a
20032         machine other than the host.
20033
20034 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20035
20036         * configure (tooldir): Fix for i386-aix again.
20037
20038 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20039
20040         * configure, Makefile.in:  Change definition of $(tooldir)
20041         to match the FSF.
20042
20043 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20044
20045         * config.guess:  Recognize i[34]86/SVR4.
20046
20047 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20048
20049         * Makefile.in (all-gdb): gdb depends on sim.
20050
20051 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20052
20053         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20054         at the same time we make the prototype gdb directory.
20055         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20056         files at the same time as the gdb base release distribution.
20057
20058 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20059
20060         * Makefile.in (check): Use individual check targets rather than
20061         DO_X rule.
20062         (check-gcc): Added.
20063
20064 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20065
20066         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20067         for System V release 3.2.
20068
20069 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20070
20071         * config.sub: Recognize hppaosf.
20072         * configure.in: Do configure ld/binutils/gas for it.
20073
20074 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20075
20076         * configure (tooldir): Alter syntax used to set this, for systems
20077         where "\$" isn't handled right, like i386-aix.
20078
20079 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20080
20081         * configure: Pass program-transform-name, not
20082         program_transform_name, to recursive configures.
20083
20084 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20085
20086         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20087         of gas+ld+binutils.
20088
20089 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20090
20091         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20092
20093 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20094
20095         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20096
20097 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20098
20099         * Makefile.in (PRMS): Set back to all-prms.
20100
20101 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20102
20103         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20104         targets, rather than for MIPS hosts.
20105
20106 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20107
20108         * configure.in: add comment for --with-x default values
20109
20110         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20111
20112         * Makefile.in: add check-* targets for each of the directories in
20113         the tree.  Add a definition of RUNTEST that will use the one we
20114         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20115
20116 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20117
20118         * configure.in: Removed obsolete references to bfd_target and
20119         target_makefile_frag.
20120
20121         * build-all.mk: Set assorted targets for Q2.
20122         * config.sub: Recognize z8k-sim and h8300-hms.
20123         * test-build.mk: Really don't pass host to configure.
20124         (HOLES): Added uname.
20125
20126 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20127
20128         * configure: Handle an empty program-prefix, program-suffix or
20129         program-transform-name correctly.
20130
20131 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20132
20133         * build-all.mk: -G 8 no longer required for MIPS targets.
20134         * test-build.mk: Don't pass host argument to configure; make it
20135         guess.
20136
20137 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20138
20139         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20140         * Makefile.in (COMPRESS):  New macro, like GZIP.
20141
20142 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20143
20144         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20145
20146         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20147         with gas currently defaults to -G 0.
20148
20149 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20150
20151         * Makefile.in (all-flex): flex depends on byacc.
20152
20153         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20154         to test-build.mk as RELEASE_TAG.
20155         * test-build.mk (configargs): New variable containing arguments to
20156         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20157         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20158
20159         * config.guess: Use /bin/uname when checking -X argument on SCO,
20160         to avoid invoking GNU uname which doesn't understand -X.
20161
20162         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20163
20164         * configure.in: Build gas for mips-*-*.
20165
20166 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20167
20168         * Makefile.in (all.normal): insert missing backslash.
20169
20170 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20171
20172         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20173
20174         * Makefile.in: Complete overhaul to merge many almost identical
20175         targets.
20176
20177 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20178
20179         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20180         (gdb.tar.Z): Adjusted.
20181
20182         * Makefile.in (setup-dirs, taz): New targets; should be general
20183         enough to adapt for gdb sometime.  Build only .z file.
20184         (gas.tar.z): New target.
20185
20186 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20187
20188         * build-all.mk: Use CC=cc -Xs on Solaris.
20189
20190 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20191
20192         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20193         for handling BISON for FSF releases.
20194
20195 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20196
20197         * configure: Actually implement the change zoo just documented.
20198
20199 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20200
20201         * configure: when using config.guess, only set target_alias when
20202         it's not already been set (ie, on the command line)
20203
20204 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20205
20206         * Makefile.in: add installcheck target, set PRMS to install-prms
20207
20208 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20209
20210         * configure: add support for package_makefile_fragment, handle the
20211         case where a directory has a configure.in file but no Makefile.in
20212         more gracefully (with an actual understandable error message, even);
20213         add support for --without (and add this to the usage message); also
20214         explicitly add a --host=${host_alias} to the command line when
20215         config.guess is used
20216
20217 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20218
20219         * configure: Must use both --host and --target in recursive calls.
20220
20221 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20222
20223         * Makefile.in: Change deja-gnu to dejagnu.
20224
20225 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20226
20227         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20228
20229 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20230
20231         * configure.in: canonicalize all instances to *-*-solaris2*,
20232         also strip out a number of tools to not build for go32 host
20233
20234 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20235
20236         * config.guess: add GPL.
20237
20238         * Makefile.in, config.guess, config.sub, configure: bump
20239           copyrights to 93.
20240
20241 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20242
20243         * Makefile.in (do-info): Removed obsolete check for existence of
20244         localenv file.
20245
20246         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20247
20248 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20249
20250         * Makefile.in: a couple of 'else true' for decstation,
20251         support for TclX
20252
20253         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20254
20255 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20256
20257         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20258
20259 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20260
20261         * config.guess: Recognize i386-ibm-aix (PS/2).
20262         * configure.in: Use config/mh-aix386 file for it.
20263
20264 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20265
20266         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20267         CC_FOR_TARGET instead.
20268         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20269
20270 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20271
20272         * Makefile.in: Add sim to list of directories sent with gdb
20273
20274 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20275
20276         * configure.in: Put back mips-dec-bsd* case.
20277
20278 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20279
20280         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20281         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20282         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20283
20284 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20285
20286         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20287
20288         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20289         (install-info): install dir.info only if it exists,
20290         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20291
20292 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20293
20294         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20295         gas for mips-dec-bsd.
20296
20297 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20298
20299         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20300         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20301
20302 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20303
20304         * configure.in: Added "dejagnu" to hosttools list.
20305
20306 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20307
20308         * config.sub, configure.in, config.guess:  Add support
20309         for Bosx, an AIX variant from Bull.
20310         Patches from F.Pierresteguy@frcl.bull.fr.
20311
20312 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20313
20314         * devo/dejagnu: Initial creation of devo/dejagnu.
20315         Migrated dejagnu testcases and support files for testing software
20316         tools to reside as subdirectories, currently called "testsuite",
20317         within the directory of the software tool.  Migrated all programs,
20318         support libraries, etc. beloging to dejagnu proper from
20319         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20320         with no modifications.  The changes to these files which will
20321         allow them to configure, build, and execute properly will be made
20322         in a future update.
20323
20324 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20325
20326         * Makefile.in: Change send_pr to send-pr.
20327         * configure.in: Likewise.
20328         * send_pr: Renamed directory to send-pr.
20329
20330 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20331
20332         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20333
20334 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20335
20336         * README:  Update for gdb-4.8 release.
20337         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20338         gdb-xxx.tar.z (gzip'd) file also.
20339
20340 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20341
20342         * Makefile.in: make all-diff depend on all-libiberty
20343
20344 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20345
20346         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20347
20348 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20349
20350         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20351
20352 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20353
20354         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20355         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20356         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20357
20358 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20359
20360         * Makefile.in:  makeinfo binary is in a new location
20361
20362 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20363
20364         * config.sub: Accept -ecoff as an OS.
20365
20366         * Makefile.in: Various changes to eliminate a level of make
20367         recursion and reduce the required command line length.
20368         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20369         sub-makes.
20370         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20371         variables holding settings for specific sub-makes.
20372         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20373         in terms of BASE_FLAGS_TO_PASS.
20374         (TARGET_LIBS): New variable listing directories which use
20375         TARGET_FLAGS_TO_PASS.
20376         (subdir_do): Eliminated.
20377         (do-*): New set of targets to replace subdir_do.
20378         (various): All targets which used subdir_do now depend on do-*.
20379         (local-clean): Renamed from do_clean.
20380         (local-distclean): New target, dependency of distclean and
20381         realclean.
20382         (install-info): Don't create directories.  Depend on dir.info
20383         rather than calling make recursively.
20384         (install-dir.info): Eliminated.
20385         (install-info-dirs): Create all info directories here.
20386         (dir.info): Depend upon do-install-info.
20387
20388         * test-build.mk (HOLES): Added false.
20389
20390 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20391
20392         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20393
20394 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20395
20396         * Makefile.in (info): remove dependency on all-texinfo.  The
20397         problem was really in texinfo/C, not at this level.
20398
20399 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20400
20401         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20402
20403 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20404
20405         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20406         GDB releases.
20407
20408 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20409
20410         * configure: Include srcdir in message about target of link not
20411         being found.  Don't convert `-' to `_' in `with' options being
20412         passed to subdirs.
20413
20414 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20415
20416         * configure.in: add uudecode to host_tools
20417
20418         * Makefile.in: added {all,install}-uudecode targets, added them to
20419         the appropriate lists
20420
20421 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20422
20423         * Makefile.in (all-gcc): Added dependency on all-gas.
20424
20425         * configure.in (mips-*-*): Build ld and binutils.
20426
20427 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20428
20429         * configure: check return code from mkdir, print error message and
20430           exit on failure.
20431
20432 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20433
20434         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20435
20436 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20437
20438         * test-build.mk (HOLES): Added tar, cpio and uudecode.
20439
20440 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20441
20442         * config.sub (h8500):  Recognize this as a cpu type.
20443
20444 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20445
20446         * configure: source directory missing is no longer a warning
20447
20448         * configure.in: recognize irix[34]* instead of irix[34]
20449
20450         * Makefile.in: define and pass down X11_LIB
20451
20452 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20453
20454         * guess-systype: Renamed to ...
20455         * config.guess:  ... by popular request.
20456         * configure.in, Makefile.in:  Update accordingly.
20457
20458 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20459
20460         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20461         + Add Convex, Cray/Unicos, and Encore/Multimax support.
20462         + Execute ./dummy instead of assuming . is in PATH.
20463
20464 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20465
20466         * guess-systype:  New shell script.  Attempts to guess the
20467         canonical host name of the executing host.
20468         Only a few hosts are supported so far.
20469         * configure:  Call guess-systype if no host is specified.
20470
20471 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20472
20473         * Makefile.in (gcc-no-fixedincludes): Made to work with current
20474         gcc Makefile.
20475
20476 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20477
20478         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20479         (all-gcc, install-gcc, subdir_do): Use it.
20480
20481 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20482
20483         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20484
20485 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20486
20487         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20488           set exclusively by configure, using configure.in .
20489
20490 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20491
20492         * test-build.mk: set $PATH for all builds
20493
20494         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20495
20496 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
20497
20498         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
20499         the one used in gcc/Makefile.in, so that a null expansion doesn't
20500         override the one needed to build gcc with a native cc.
20501
20502 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20503
20504         * configure: Accept -with arguments.
20505
20506 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20507
20508         * Makefile.in: added h8300sim
20509
20510 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
20511
20512         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20513         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
20514         (all-cygnus, native, build-cygnus): Make
20515         $(canonhost)-stamp-3stage-done, not $(host)....
20516         * test-build.mk (stamp-3stage-compared): Use tail +10c for
20517         i386-sco3.2v4.  Added else true to if command.
20518
20519 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
20520
20521         * config.sub: (from FSF) Sequent uses a BSD-like OS.
20522
20523 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
20524
20525         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20526
20527 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20528
20529         * configure.in: don't remove binutils from Solaris builds
20530
20531 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
20532
20533         * Makefile.in: get rid of earlier definitions for *clean,
20534         also handle the recursive info rule better
20535
20536 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
20537
20538         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
20539         do more-or-less the right thing.
20540
20541 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
20542
20543         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20544         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20545
20546 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20547
20548         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20549         $(host_canonical).
20550
20551         * configure.in: split the configdirs list into 4 categories (native
20552         v. cross, library v. tool) and handle the cross-only and native-
20553         only in more reasonable (and correct!) way.
20554
20555 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
20556
20557         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
20558         configdirs anymore.
20559
20560 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20561
20562         * Makefile.in: extensive cleanup::  removed all of the explicit
20563         clean-* targets, collapsed many wrappers around subdir_do into
20564         one, added additional targets to satisfy standards.texi, deleted
20565         some old targets, some changes for consistency
20566
20567 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20568
20569         * configure.in: handle some programs as cross-only, and others as
20570         native only
20571
20572         * test-build.mk: handle partial holes in a more generic manner
20573
20574         * Makefile.in: m4 depends on libiberty
20575
20576 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20577
20578         * configure.in: add m4, textutils, fileutils, sed, shellutils,
20579         time, wdiff, and find to configdirs
20580
20581         * Makefile.in: all, clean, and install rules for the new programs
20582         added to configure.in
20583
20584 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20585
20586         * configure.in: use mh-sun for all *-sun-* hosts
20587
20588 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20589
20590         * Makefile.in: define flags for X11 include files and library file
20591         locations, pass them down to the programs that need this info
20592
20593         * build-all.mk: added a 'native' target, to 3stage the native toolchain
20594
20595 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20596
20597         * configure.in: start building libg++ for HP-UX targets
20598
20599 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
20600
20601         * README:  Update references to files moved into etc/.
20602
20603 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
20604
20605         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
20606         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
20607
20608 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20609
20610         * configure: accept dash as well as underscore in long option
20611         names for FSF compatibility.
20612
20613 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
20614
20615         * config.sub: added -sco3.2v4 support from FSF.
20616
20617 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20618
20619         * configure.in: expand the section that adds or removes
20620         directories from the list of programs to build, to handle native
20621         vs. cross in addition to host v. native
20622
20623 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
20624
20625         * Makefile.in:  Replace C++ in macro names with CXX.
20626         This is less likely to break ...
20627
20628 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20629
20630         * test-build.mk: add -w to GNU_MAKE
20631
20632 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20633
20634         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20635         add 'sparc' to list of recognized cpus.  This needed to make
20636         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20637         Delete some redundant ose68 variants.  Recognize -wrs as an os,
20638         then changes that into $CPU-wrs-vxworks.
20639
20640         * configure.in: remove most references to gdbtest, regularize
20641         target based program removal
20642
20643         * test-build.mk: import from p3 tree (many fixes and changes)
20644
20645 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
20646
20647         * Makefile.in: added rules to handle tcl, tk, and expect
20648
20649         * configure.in: handle those directories if they exist
20650
20651 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20652
20653         * config.sub: removed bogus hppabsd and hppahpux names, since
20654         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20655
20656 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20657
20658         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20659         depends upon all-xiberty
20660
20661         * Makefile.in: changes from p3, including:
20662
20663         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20664
20665         * Makefile.in (XTRAFLAGS): include newlib directories if
20666         newlib/Makefile exists, rather than if host != target.
20667
20668         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20669
20670         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20671         from the same source tree and not building a cross-compiler.  This
20672         matters for the libg++ configuration if reconfiguring a tree that
20673         has already been installed.
20674
20675         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20676
20677         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20678         pick up the machine and system specific header files.
20679
20680         * Makefile.in: added AS_FOR_TARGET, passed down in
20681         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20682         the C compiler to use to create programs which are run in the
20683         build environment, set it to default to $(CC), and passed it down
20684         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20685
20686         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20687
20688         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20689         We need them for unusual native builds, like systems without
20690         ranlib.
20691
20692         * configure: also define $(host_canonical) and
20693         $(target_canonical), which are the full, canonical names for the
20694         given host and target
20695
20696 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20697
20698         * Makefile.in:  Added separate definitions for C++.
20699
20700 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20701
20702         * configure.in (configdirs):  Add deja-gnu.
20703
20704 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20705
20706         * README:  Update for configure.texi and gdb-4.7 release.
20707
20708 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20709
20710         * Makefile.in:  Move "all" target to top of file.
20711         Previously, first target was ".PHONY" which caused BSD4.4 make
20712         to build .PHONY when make was run without arguments.
20713
20714 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20715
20716         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20717         Library-copylefted code in libiberty.
20718
20719 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20720
20721         * config.sub:  Replace m68kmote with plain old m68k.
20722
20723 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20724
20725         * Makefile.in:  Remove space from blank line, avoid Make complaints.
20726
20727 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20728
20729         * config.sub: Complain if no argument is given.  Added support for
20730         386bsd as OS and target alias.
20731
20732 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20733
20734         * Makefile.in (XTRAFLAGS): include newlib directories if
20735         newlib/Makefile exists, rather than if host != target.
20736
20737 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20738
20739         * config.sub: recognize sparclite-wrs-vxworks.
20740
20741         * Makefile.in (install-xiberty): added *-xiberty make rules (from
20742         p3.) Added clean-xiberty to clean.
20743
20744 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20745
20746         * configure.in: use *-*-* instead of nested cases for host and target
20747
20748 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20749
20750         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20751         from the same source tree and not building a cross-compiler.  This
20752         matters for the libg++ configuration if reconfiguring a tree that
20753         has already been installed.
20754
20755 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20756
20757         * config.sub (i486v/i486v4):  Merge in from FSF version.
20758
20759 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20760
20761         * configure: only set PWD if it is already set.
20762
20763 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20764
20765         * configure: just set PWD=`pwd` at the top, since Ultrix sh
20766         doesn't have unset and all success paths (and most error paths)
20767         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20768         to just ${PWD} to avoid confusion.)
20769
20770 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20771
20772         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20773         even for a native compilation.
20774
20775 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20776
20777         Changes to make the gdb.tar.Z rule work better.
20778
20779         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20780         (DEVO_SUPPORT):  Add configure.texi.
20781         (bfd-ilrt.tar.Z):  Remove ancient rule.
20782
20783 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20784
20785         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20786         pick up the machine and system specific header files.
20787
20788         * configure.in, config.sub: added new target m68010-adobe-scout,
20789         with alias of adobe68k.  Changed configure.in to check for
20790         -scout before -sco* to avoid a false match.
20791
20792         * Makefile.in: added AS_FOR_TARGET, passed down in
20793         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20794         the C compiler to use to create programs which are run in the
20795         build environment, set it to default to $(CC), and passed it down
20796         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20797
20798 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20799
20800         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20801         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20802         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20803         FOR_TARGET variants, to newlib and libg++.
20804
20805 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20806
20807         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20808         first.
20809
20810 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20811
20812         * config.sub:  Accept `elf' as an environment.
20813
20814 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20815
20816         * Makefile.in (all-opcodes):  cd into the right directory
20817
20818 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20819
20820         * configure: added -program_transform_name option, used as
20821         argument to sed when installing programs.
20822         configure.texi: added documentation for -program_prefix,
20823         -program_suffix and -program_transform_name.
20824
20825 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20826
20827         * config.sub:  Accept i486 where i386 ok.
20828
20829 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20830
20831         * config.sub: accept we32k
20832
20833 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20834
20835         * config.sub, configure.in: accept OSE68000 and OSE68k.
20836
20837         * Makefile.in: don't create all directories for ``make install'';
20838         let the subdirectories create the ones they need.
20839
20840 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20841
20842         * COPYING: new file, GPL v2
20843
20844 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20845
20846         * Makefile.in: use the new gen-info-dir, which needs a template
20847         argument (which also lives in texinfo)
20848
20849         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20850
20851 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20852
20853         * config.sub (ncr3000):  Change i386 to i486.
20854
20855 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20856
20857         * Makefile.in: add install-rcs, install-grep to
20858         install-no-fixedincludes, removed install-bison and install-libgcc
20859
20860 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20861
20862         * configure.in: grab the HPUX makefile fragment if on HPUX
20863
20864 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20865
20866         * Makefile.in: eradicate bison spoor (ditto libgcc).
20867          configure.in: recognise m68{k,000}-ericsson-OSE.
20868          es1800 is alias for m68k-ericsson-OSE
20869
20870 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20871
20872         * configure.in: rearrange the parts that remove programs from
20873         configdirs, based now on HOST==TARGET or by canonical triple.
20874
20875 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20876
20877         * test-build.mk: recurse explicitly with -f test-build.mk when
20878           appropriate.  predicate stage3 and comparison on the existence
20879           of gcc.  That is, if gcc isn't around, we aren't three-staging.
20880           On very clean, also remove ...stamp-co.  Build in-place before
20881           doing other builds.
20882
20883 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20884
20885         * Makefile.in, configure.in: add tgas
20886
20887 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20888
20889         * Makefile.in: a number of changes merged in from progressive.
20890
20891         * configure.in: add libm.
20892
20893         * .cvsignore: ignore some stuff that comes from test-build.mk.
20894
20895 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20896
20897         * config.sub:  Add es1800 (m68k-ericsson-es1800).
20898
20899 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20900
20901         * configure: Add program_suffix (parallel to program_prefix)
20902         * Makefile.in: adjust directory-creating script for losing decstation
20903
20904 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20905
20906         * configure:  Minor $subdir-related fixes.
20907
20908 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20909
20910         * configure: fix various problems with propogating
20911         makefile_target_frag in subdirs.
20912         * configure.in: config libgcc if its there
20913
20914 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20915
20916         * config.sub:  HPPA merge.
20917
20918 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20919
20920         * Makefile.in:  Replace all-bison with all-byacc in all
20921         dependency lines for other tools (which now use byacc).
20922
20923 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20924
20925         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20926
20927 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20928
20929         * Makefile.in: make gprof rules similar to byacc rules (instead of
20930         vestigal $(unsubdir) that didn't work...)
20931
20932 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20933
20934         * config.sub:  Add support for Linux.
20935         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20936         (at least for libg++).
20937
20938 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20939
20940         * configure.texi: fix doc for the -nfp option to configure
20941
20942 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20943
20944         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20945
20946 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20947
20948         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20949         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20950         * configure.in: added solaris* host_makefile_frag hook.
20951
20952 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20953
20954         * config.sub: changed recognition of m68000 so that various
20955         m68k types can be specified via m680[01234]0
20956
20957 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20958
20959         * config.sub (basic_machine): fix sed so that '-foo' isn't
20960         completely substituted out while .+'-foo' loses the '-foo'
20961
20962 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20963
20964         * config.sub ($os): Add -aout.
20965
20966 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
20967
20968         * configure:  If host_makefile_frag is absolute, don't
20969         prefix ${invsubdir} (relevant to libg++ auto-configure).
20970
20971 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20972
20973         * Makefile.in (tooldir): Define it.
20974         (all-ld): Depend on all-flex.
20975
20976 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
20977
20978         * Makefile.in (check):  Fix libg++ special case.
20979
20980 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
20981
20982         * configure: do not bury `pwd` into config.status, thus do fewer
20983           pwd's.
20984
20985         * configure: print the "Building in" message only when building in
20986           other than "." AND verbose.
20987
20988         * configure: remove -s, rework -v to better accommodate guested
20989           configures.
20990
20991         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20992
20993 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
20994
20995         * Makefile.in: macroize flags passed on recursion.  remove
20996           fileutils.
20997
20998 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
20999
21000         * configure: get makesrcdir right for subdirs deeper than 1.
21001
21002         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21003           install.
21004
21005 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21006
21007         * Makefile.in: don't print subdir_do or recursion lines.
21008
21009 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21010
21011         * standards.texi: added menu item.
21012
21013         * Makefile.in: build and install standards.info.
21014
21015         * standards.texi: new file.
21016
21017 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21018
21019         * configure: test for and move config.status pieces from
21020           ${subdir}/.
21021
21022 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21023
21024         * configure:  Test for existance of files before trying to mv
21025         them, to avoid numerous non-existance messages.
21026
21027 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21028
21029         * configure: correct final line of config.status.
21030
21031         * configure: patch from eggert.  Avoids a protection problem if
21032           the original Makefile.in is read only.
21033
21034         * configure: use move-if-change from gcc to create config.status.
21035           Some makefiles depend on config.status to tell if a directory
21036           has been reconfigured for a different host.  This change
21037           prevents those directories from remaking everything in the case
21038           where the reconfig was only intended to rebuild a Makefile.
21039
21040         * configure: test for config.sub with "config.sub sun4" rather
21041           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21042           host alias from a missing config.sub.
21043
21044 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21045
21046         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21047           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21048
21049 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21050
21051         * configure: mkdir ${subdir} as needed.
21052
21053 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21054
21055         * Makefile.in,configure.in: added autoconf.
21056
21057 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21058
21059         * Makefile.in: no longer pass against on recursion.
21060
21061         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21062           definitions are not inherited.
21063
21064         * configure: correct makesrcdir when subdir is .
21065
21066 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21067
21068         * configure:  Add support for 'subdirs' variable, which is
21069         like 'configdirs', except that configure doesn't re-invoke
21070         itself for subdirs, it just creates a Makefile for each subdir.
21071         * configure.texi:  Document subdirs.
21072
21073 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21074
21075         * configure.in: added flex to configdirs
21076
21077 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21078
21079         * Makefile.in: remove clean-stamps from clean.
21080
21081 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21082
21083         * configure.in:  Add gdbtest to configdirs.
21084
21085 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21086
21087         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21088         to recursive makes.
21089         * configure.in:  Recognize new ncr3000 config.
21090
21091 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21092
21093         * Makefile.in, configure.in: removed references to gdbm.
21094
21095 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21096
21097         * config.sub:  Don't canonicalize os value
21098         newsos* to bsd (readline needs to check for newsos).
21099         (This fix was earlier made Jan 31, but got re-broken.)
21100
21101 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21102
21103         * configure.in:  sco is an os, not a vendor!
21104
21105         * configure:  Quote $( better.  Keep various shells happy.
21106
21107 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21108
21109         * Makefile.in: eliminate stamp-files.
21110
21111 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21112
21113         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21114           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21115
21116 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21117
21118         * config.sub:  fix iris/iris3.
21119
21120 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21121
21122         * configure: re-add -rm.
21123
21124 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21125
21126         * Maskefile.in: add .stmp-rcs to all.
21127
21128         * configure.in: remove gas from rs6000 build, use aix host fragment.
21129
21130 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21131
21132         * configure: pass down site_option during recursion.
21133
21134 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21135
21136         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21137
21138 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21139
21140         * configure: Change exec_prefix so that it really defaults to prefix.
21141
21142 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21143
21144         * Makefile.in, configure.in:  Add support for mmalloc library.
21145
21146 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21147
21148         * Makefile.in: add stmp dependencies for a few more things.
21149
21150 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21151
21152         * configure: adjusted error message on objdir/srcdir configure
21153           collision, per john's suggestion.
21154
21155         * Makefile.in: add libiberty stmp to all and all.cross.
21156
21157 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21158
21159         * Makefile.in: remove force dependencies, add grep to all.
21160
21161 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21162
21163         * Makefile.in: drop flex.  make stamp files work.
21164
21165         * configure: added test for conflicting configuration in srcdir,
21166           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21167           gets cranky.  use relative paths for configure and srcdir
21168           whenever possible.  Send some error messages to stderr that were
21169           going to stdout.
21170
21171 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21172
21173         * Makefile.in:  Fix libg++ rule to check for gcc directory
21174         before using gcc/gcc.  Also pass XTRAFLAGS.
21175
21176 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21177
21178         * Makefile.in: added stmp-files so that directories aren't polled
21179           when they are already built.
21180
21181         * configure.texi: fixed a node pointer problem.
21182
21183 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21184
21185         * config.sub configure.in gdb/configure.in
21186         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21187         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21188         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21189
21190 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21191
21192         * configure: -recurring becomes -silent.  corrected help message
21193           for -site= option.
21194
21195         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21196
21197 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21198
21199         * configure: when building Makefile for crosses, replace
21200           tooldir and program_prefix.  default srcdir from location of
21201           config.sub.  remove "for host in hosts" and "for target in
21202           targets" loops.
21203
21204 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21205
21206         * Makefile.in: Do not pass bindir or mandir to cvs.
21207
21208 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21209
21210         * Makefile.in, configure.in: removed traces of namesubdir,
21211           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21212           copyrights to '92, changed some from Cygnus to FSF.
21213
21214         * configure.texi: remove most references to multiple hosts,
21215           multiple targets, subdirs, etc.
21216
21217         * configure.man: removed rcsid. reference config.sub not
21218           config.subr.
21219
21220         * Makefile.in: mkdir $(infodir) on install-info.
21221
21222 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21223
21224         * configure.texi:  Explain better about .gdbinit and about
21225         the environment that configure.in sections run in.
21226
21227 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21228
21229         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21230
21231 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21232
21233         * README:  DOC.configure => cfg-paper.texi.
21234
21235 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21236
21237         * config.sub (near case $os):  Don't convert newsos* to bsd!
21238
21239 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21240
21241         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21242         the number of copies of COPYING that go into the GDB tar file.
21243
21244 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21245
21246         * bfd/configure.in, gdb/config/mh-i386sco,
21247         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21248         Fix SCO configuration stuff.
21249
21250 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21251
21252         * Makefile.in:  For libg++, make sure the -I pointing
21253         to the gcc directory goes *after* all the libg++-local -I flags.
21254         Also, move just-gcc dependency from just-libg++ to all-libg++.
21255
21256 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21257
21258         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21259
21260 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21261
21262         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21263
21264 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21265
21266         * config.sub:  Add stratus configuration frags.  Also
21267         submitted to FSF.
21268
21269 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21270
21271         * Makefile.in (DEV_SUPPORT):  add configure.man.
21272
21273         * config.sub(Decode manufacturer-specific):  add -none*.
21274
21275 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21276
21277         * Makefile.in:  remove form feeds to make Sun's make happy.
21278         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21279
21280 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21281
21282         * Makefile.in (AR_FLAGS):  Make quieter.
21283
21284 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21285
21286         * configure.in:  Add libg++.
21287         * configure:  When verbose, don't output the command line at each
21288         level; it will be unremarkably the same as the previous version,
21289         which will be the same as what the user typed.
21290
21291 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21292
21293         * configure.in, Makefile.in: fix clean-info, add flex.  add
21294           fileutils.
21295
21296         * configure: be less sensitive to spaces in Makefile.in.  Do not
21297           look for sources in "..".  Doing so breaks subdirectories that
21298           might have their own configure.  If a subdir has it's own
21299           configure script, use it.
21300
21301 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21302
21303         * cfg-paper.texi: some changes suggested by rms.
21304
21305 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21306
21307         * config.sub:  Merge in some small additions from the FSF version,
21308         taken from the gcc distribution, to bring the Cygnus and FSF
21309         versions into closer sync.
21310
21311 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21312
21313         * configure.in:  Changed svr4 references to sysv4.
21314
21315 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21316
21317         * configure: added -V for version number option.
21318
21319 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21320
21321         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21322           renamed from DOC.configure to cfg-paper.texi.
21323
21324 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21325
21326         * configure, config.subr, config.sub: config.subr is now
21327           config.sub again.
21328
21329 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21330
21331         * configure.texi: new file, in progress.
21332
21333         * Makefile.in: build info file and install the man page for
21334           configure.
21335
21336         * configure.man: new file, first cut.
21337
21338         * configure: find config.subr again now that configuration "none"
21339           has gone.  removed all traces of the -ansi option.  removed all
21340           traces of the -languages option.
21341
21342         * config.subr: resync from rms.
21343
21344 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21345
21346         * configure, config.sub, config.subr: merge config.sub into
21347           config.subr, call the result config.subr, remove config.sub, use
21348           config.subr.
21349
21350         * Makefile.in: revised install for dir.info.
21351
21352 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21353
21354         * configure.in: add decstation host makefile frag.
21355
21356         * Makefile.in: BISON now bison -y again.  also install-gcc on
21357           install.  clean-gdbm on clean.  infodir belongs in datadir.
21358           Make directories for info install.  Build dir.info here then
21359           install it.
21360
21361 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21362
21363         * Makefile.in: fix for bad directory tests.
21364
21365 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21366
21367         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21368           regexp.  -srcdir relative was being handled incorrectly.
21369
21370         * Makefile.in: unwrapped some for loops so that parallel makes
21371           work again and so one can focus one's attention on a particular
21372           package.
21373
21374 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21375
21376         * configure: added PWD as a stand in for `pwd` (for speed). use
21377           elif wherever possible.  make -srcdir work without -objdir.
21378           -objdir= commented out.
21379
21380 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21381
21382         * configure: +options become --options.  -subdirs commented out.
21383           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21384           Makefile now at top of generated Makefile.  Removed cvs log
21385           entries.  added -srcdir.  create .gdbinit only if there is one
21386           in ${srcdir}.
21387
21388         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
21389           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21390           and mandir now keyed off datadir by default.
21391
21392 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21393
21394         * Freshly created ChangeLog.
21395
21396 \f
21397 Local Variables:
21398 mode: change-log
21399 left-margin: 8
21400 fill-column: 76
21401 version-control: never
21402 End: