Daily bump.
[platform/upstream/gcc.git] / ChangeLog
1 2022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
2
3         * MAINTAINERS: Update my email address.
4
5 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
6
7         * MAINTAINERS: (CPU Port Maintainers): Add myself and
8         Lulu as LoongArch port maintainer.
9
10 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
11             Lulu Cheng  <chenglulu@loongson.cn>
12
13         * configure.ac: Add LoongArch tuples.
14         * configure: Regenerate.
15
16 2022-03-28  Tom Tromey  <tromey@adacore.com>
17
18         * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
19         * configure: Rebuild.
20
21 2022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
22
23         * MAINTAINERS: Change my information.
24
25 2022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
26
27         * MAINTAINERS: Add myself to DCO section.
28
29 2022-03-14  Jonathan Wakely  <jwakely@redhat.com>
30
31         * configure.ac: Fix incorrect option in comment.
32         * configure: Regenerate.
33
34 2022-03-09  Hans-Peter Nilsson  <hp@axis.com>
35
36         * Makefile.def (dependencies): Make configure-sim depend on
37         all-readline.
38         * Makefile.in: Regenerate.
39
40 2022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
41
42         * MAINTAINERS (Write After Approval): Update my e-mail address.
43
44 2022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
45
46         * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
47
48 2022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
49
50         * MAINTAINERS: Update my email and add myself to the DCO list.
51
52 2022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
53
54         Revert:
55         2021-09-16  Andrew Pinski  <apinski@marvell.com>
56
57         PR bootstrap/67102
58         * Makefile.def: Have configure-target-libffi depend on
59         all-target-libstdc++-v3.
60         * Makefile.in: Regenerate.
61
62 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
63
64         PR other/104181
65         * build.log: Remove.
66
67 2022-01-20  Martin Liska  <mliska@suse.cz>
68
69         * MAINTAINERS: Adjust email address based on IRC request.
70
71 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
72
73         * MAINTAINERS: Update my email address.
74
75 2022-01-17  Martin Liska  <mliska@suse.cz>
76
77         * MAINTAINERS: Rename .c names to .cc.
78
79 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
80
81         * Makefile.am: Remove.
82
83 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
84
85         * Makefile.am: New file.
86
87 2022-01-11  Martin Liska  <mliska@suse.cz>
88
89         * MAINTAINERS: Sort 2 names.
90
91 2022-01-10  Martin Liska  <mliska@suse.cz>
92
93         * MAINTAINERS: Fix obvious issues with sorting.
94
95 2022-01-07  liuhongt  <hongtao.liu@intel.com>
96
97         * build.log: New file.
98
99 2022-01-05  Nathan Sidwell  <nathan@acm.org>
100
101         * MAINTAINERS: Add DCO entry.  Sort that list.
102
103 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
104
105         * MAINTAINERS: Change of email address in both DCO and
106         Write After Approval list.
107
108 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
109
110         * configure: Regenerate.
111
112 2021-12-21  Martin Liska  <mliska@suse.cz>
113
114         * config.sub: Change mode back to 755.
115
116 2021-12-17  Martin Liska  <mliska@suse.cz>
117
118         * config.sub: Sync from master.
119
120 2021-12-17  Martin Liska  <mliska@suse.cz>
121
122         Revert:
123         2021-12-16  Matthias Seidel  <mseidel@apache.org>
124
125         * config.sub: Fix typo.
126
127 2021-12-16  Matthias Seidel  <mseidel@apache.org>
128
129         * config.sub: Fix typo.
130
131 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
132
133         Revert:
134         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
135
136         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
137         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
138         * configure.ac: Include config/gcc-plugin.m4.
139         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
140         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
141         RANLIB if possible.
142         * Makefile.in: Regenerated.
143         * configure: Likewise.
144
145 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
146
147         * Makefile.tpl (BUILD_CFLAGS): New.
148         (CFLAGS): Append $(BUILD_CFLAGS).
149         (CXXFLAGS): Likewise.
150         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
151         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
152         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
153         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
154         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
155         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
156         (PGO-TRAINING-TARGETS): Likewise.
157         (PGO_BUILD_TRAINING): Likewise.
158         (all): Add '+' to the command line for recursive make.  Support
159         the PGO build.
160         * configure.ac: Add --enable-pgo-build[=lto].
161         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
162         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
163         * Makefile.in: Regenerated.
164         * configure: Likewise.
165
166 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
167
168         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
169         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
170         * configure.ac: Include config/gcc-plugin.m4.
171         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
172         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
173         RANLIB if possible.
174         * Makefile.in: Regenerated.
175         * configure: Likewise.
176
177 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
178
179         * MAINTAINERS: Add myself to write after approval.
180
181 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
182
183         * MAINTAINERS: Adding myself.
184
185 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
186
187         * configure: Regenerate.
188         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
189         $(CPP).
190
191 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
192
193         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
194         libatomic.
195         * Makefile.in: Regenerate.
196         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
197         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
198         target-libphobos-bootstrap.
199         (STAGE2_CONFIGURE_FLAGS): Likewise.
200         * configure: Regenerate.
201         * configure.ac: Add support for bootstrapping D front-end.
202
203 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
204
205         * MAINTAINERS: Add myself to DCO section and update email address.
206
207 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
208
209         * configure: Regenerate.
210         * configure.ac: Ensure that PIC (shared) defaults are set
211         correctly for Darwin.
212
213 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
214
215         * MAINTAINERS: Update my address.
216
217 2021-11-12  Alan Modra  <amodra@gmail.com>
218
219         * Makefile.def (configure-opcodes): Depend on configure-bfd.
220         * Makefile.in: Regenerate.
221
222 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
223
224         * MAINTAINERS: Clarify the policy WRT the Write After Approval
225         list.
226
227 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
228
229         * MAINTAINERS (Reviewers, arc): Remove my entry.
230         (Write After Approval): Add an entry for myself.
231
232 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
233
234         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
235         * Makefile.in: Regenerate.
236         * configure: Regenerate.
237         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
238
239 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
240
241         * MAINTAINERS: Fix up Maciej's entries.
242
243 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
244
245         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
246         maintainer.
247
248 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
249
250         PR other/102663
251         * Makefile.def: Handle install-dvi target.
252         * Makefile.tpl: Likewise.
253         * Makefile.in: Regenerate.
254
255 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
256
257         * MAINTAINERS: Add myself for write after approval.
258
259 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
260
261         * Makefile.def: Mark libcody, libdecnumber,
262         c++tools, libgcc, and libobjc as missing TAGS
263         targets.
264         * Makefile.in: Regenerate.
265
266 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
267
268         * MAINTAINERS: Add myself to DCO section and update email
269         address.
270
271 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
272
273         * MAINTAINERS: Add myself to DCO section.
274
275 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
276
277         * configure: Regenerate.
278         * configure.ac (skipdirs): Add the contents of target_configdirs if
279         we are not building gcc.
280
281 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
282
283         * Makefile.def: Back-port commits ba4d88ad892f and
284         755ba58ebef0 from binutils-gdb repository.
285         * Makefile.in: Regenerated.
286
287 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
288
289         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
290
291 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
292
293         * Makefile.def: Add a jit check target for the jit
294         language.
295         * Makefile.in: Regenerate.
296
297 2021-09-16  Andrew Pinski  <apinski@marvell.com>
298
299         PR bootstrap/67102
300         * Makefile.def: Have configure-target-libffi depend on
301         all-target-libstdc++-v3.
302         * Makefile.in: Regenerate.
303
304 2021-09-10  Petter Tomner  <tomner@kth.se>
305
306         * MAINTAINERS: Me added to DCO and write after approval
307
308 2021-09-01  YunQiang Su  <syq@debian.org>
309
310         * MAINTAINERS: Add myself for write after approval.
311
312 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
313
314         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
315         * Makefile.in: Regenerate.
316
317 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
318
319         * MAINTAINERS: Add myself for write after approval.
320
321 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
322
323         * Makefile.in: Regenerate.
324         * Makefile.tpl: Make the state of the configured host
325         shared flag available to makefile fragements.
326
327 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
328
329         * MAINTAINERS (Write After Approval): Add myself.
330
331 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
332
333         * .dir-locals.el (bug-reference-url-format): Use https.
334
335 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
336
337         * .dir-locals.el (c-mode): Change fill-column to 79.
338
339 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
340
341         * MAINTAINERS: Add myself to DCO section.
342
343 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
344
345         * configure: Regenerate.
346         * configure.ac: Adjust cases for which it is necessary to
347         include the Darwin host config fragment.
348
349 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
350
351         * MAINTAINERS: Add myself for write after approval and DCO.
352
353 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
354
355         * Makefile.def: Add dsymutil defs.
356         * Makefile.in: Regenerated.
357         * Makefile.tpl: Add dsymutil to flags.
358         * configure: Regenerated.
359         * configure.ac: Add dsymutil to target and build recipes.
360
361 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
362
363         * MAINTAINERS: Add myself for write after approval.
364
365 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
366
367         * MAINTAINERS (Write After Approval): Add myself.
368
369 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
370
371         * MAINTAINERS: Add myself for write after approval and DCO
372
373 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
374
375         * .gitignore: Add entry for cscope.out.
376
377 2021-06-22  liuhongt  <hongtao.liu@intel.com>
378
379         * MAINTAINERS: Remove my Write After Approval entry.
380
381 2021-06-21  liuhongt  <hongtao.liu@intel.com>
382
383         * MAINTAINERS: Add myself as maintainer of the i386 vector
384         extensions.
385
386 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
387
388         * MAINTAINERS (Write After Approval): Add myself.
389
390 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
391
392         * MAINTAINERS (Various Maintainers): Add Andrew and myself
393         as *vrp and ranger maintainers.
394
395 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
396
397         * MAINTAINERS: Adjust my entry in the DCO section so that it does
398         not trigger testsuite failures.
399
400 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
401
402         * MAINTAINERS: Add myself to DCO section with both email addresses.
403
404 2021-06-03  Jason Merrill  <jason@redhat.com>
405
406         * MAINTAINERS: Add DCO version number.
407
408 2021-06-02  Jason Merrill  <jason@redhat.com>
409
410         * MAINTAINERS: Add DCO section.
411
412 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
413
414         * MAINTAINERS (Write After Approval): Add myself.
415
416 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
417
418         * configure.ac: Add gnulib to configdirs for sim.
419         * configure: Regenerate.
420
421 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
422
423         * Makefile.def: Add configure-sim dependency on all-gnulib.
424         * Makefile.in: Regenerated.
425
426 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
427
428         * MAINTAINERS (Write After Approval): Add myself.
429
430 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
431
432         * MAINTAINERS (Write After Approval): Add myself.
433
434 2021-05-11  Martin Liska  <mliska@suse.cz>
435
436         * MAINTAINERS: Remove entries for removed
437         components (HSA, BRIG, libhsail-rt).
438         Move Pekka to Write After Approval.
439
440 2021-05-11  Martin Liska  <mliska@suse.cz>
441
442         * Makefile.def: Remove libhsail-rt.
443         * Makefile.in: Likewise.
444         * configure.ac: Likewise.
445         * configure: Regenerate.
446         * libhsail-rt/ChangeLog: Removed.
447         * libhsail-rt/Makefile.am: Removed.
448         * libhsail-rt/Makefile.in: Removed.
449         * libhsail-rt/README: Removed.
450         * libhsail-rt/aclocal.m4: Removed.
451         * libhsail-rt/configure: Removed.
452         * libhsail-rt/configure.ac: Removed.
453         * libhsail-rt/configure.tgt: Removed.
454         * libhsail-rt/include/internal/fibers.h: Removed.
455         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
456         * libhsail-rt/include/internal/phsa-rt.h: Removed.
457         * libhsail-rt/include/internal/workitems.h: Removed.
458         * libhsail-rt/rt/arithmetic.c: Removed.
459         * libhsail-rt/rt/atomics.c: Removed.
460         * libhsail-rt/rt/bitstring.c: Removed.
461         * libhsail-rt/rt/fbarrier.c: Removed.
462         * libhsail-rt/rt/fibers.c: Removed.
463         * libhsail-rt/rt/fp16.c: Removed.
464         * libhsail-rt/rt/misc.c: Removed.
465         * libhsail-rt/rt/multimedia.c: Removed.
466         * libhsail-rt/rt/queue.c: Removed.
467         * libhsail-rt/rt/sat_arithmetic.c: Removed.
468         * libhsail-rt/rt/segment.c: Removed.
469         * libhsail-rt/rt/workitems.c: Removed.
470         * libhsail-rt/target-config.h.in: Removed.
471
472 2021-05-04  Nick Clifton  <nickc@redhat.com>
473
474         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
475         * configure: Regenerate.
476
477 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
478             Tobias Burnus  <tobias@codesourcery.com>
479
480         * configure.ac (--enable-offload-defaulted): New.
481         * configure: Regenerate.
482
483 2021-04-23  David Faust  <david.faust@oracle.com>
484
485         * MAINTAINERS (Write After Approval): Add myself.
486
487 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
488
489         * MAINTAINERS (Write After Approval): Add myself.
490
491 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
492
493         * MAINTAINERS: Add myself as pru port maintainer.
494
495 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
496
497         * MAINTAINERS: Add myself as static analyzer maintainer.
498
499 2021-03-18  Jeff Law  <jlaw@tachyum.com>
500
501         * MAINTAINERS: Update primary entry.
502
503 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
504
505         * MAINTAINERS (Write After Approval): Add myself.
506
507 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
508
509         * Makefile.def: Remove all-sim dependency on configure-gdb.
510         * Makefile.in: Regenerated.
511
512 2021-03-11  Jeff Law  <law@redhat.com>
513
514         * MAINTAINERS: Update entries for a few ex-ImgTec employees
515
516 2021-03-11  Martin Liska  <mliska@suse.cz>
517
518         * Makefile.tpl: The change was done Makefile.in which
519         is generated file.
520
521 2021-03-08  Jeff Law  <law@redhat.com>
522
523         * MAINTAINERS: Update my email address
524
525 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
526
527         * config.guess: Import latest upstream.
528         * config.sub: Import latest upstream.
529
530 2021-01-25  Martin Liska  <mliska@suse.cz>
531
532         PR gcov-profile/98739
533         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
534         for profiledbootstrap.
535
536 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
537
538         * MAINTAINERS (Write After Approval): Add myself.
539
540 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
541
542         * MAINTAINERS (Write After Approval): Update my e-mail address.
543
544 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
545
546         * MAINTAINERS: Fix spacing.
547
548 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
549
550         * MAINTAINERS (Write After Approval): Add myself
551
552 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
553
554         * Makefile.def: Sync with binutils-gdb:
555         (dependencies): all-ld depends on all-libctf.
556         (host_modules): libctf is no longer no_install.
557         No longer no_check.  Checking depends on all-ld.
558         * Makefile.in: Regenerated.
559
560 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
561
562         * libtool.m4: Match gnu* along other GNU systems.
563         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
564         * libgo/configure: Re-generate.
565
566 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
567
568         * MAINTAINERS: Update my email address.
569
570 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
571
572         * MAINTAINERS (Write After Approval): Add myself.
573
574 2020-12-15  Nathan Sidwell  <nathan@acm.org>
575
576         * Makefile.def
577         * Makefile.in
578         * Makefile.tpl
579         * configure
580         * configure.ac
581
582 2020-12-15  Nathan Sidwell  <nathan@acm.org>
583
584         * Makefile.def: Add libcody.
585         * configure.ac: Add libcody.
586         * Makefile.in: Regenerated.
587         * configure: Regenerated.
588
589 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
590
591         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
592
593 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
594
595         PR target/97865
596         * libtool.m4: Update handling of Darwin platform link flags
597         for Darwin20.
598
599 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
600
601         * .gitignore: Sync with binutils-gdb
602
603 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
604
605         * MAINTAINERS: Add myself as arc port maintainer.
606
607 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
608
609         PR d/87788
610         * configure.ac: Don't disable D for *-*-darwin*.
611         * configure: Regenerate.
612
613 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
614
615         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
616         hppa64-*-hpux11*.
617
618 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
619
620         * configure: Regenerate.
621         * configure.ac: Add --bootstrap-hwasan option.
622
623 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
624
625         * config.guess: Import latest upstream.
626         * config.sub: Import latest upstream.
627
628 2020-11-16  Martin Liska  <mliska@suse.cz>
629
630         * .gitignore: Add cache as clangd uses it now.
631
632 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
633
634         * MAINTAINERS (Write After Approval): add myself
635
636 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
637
638         * MAINTAINERS (Write After Approval): Add myself.
639
640 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
641
642         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
643         Remove FIXME comments.
644
645 2020-11-06  Martin Uecker  <muecker@gwdg.de>
646
647         * MAINTAINERS: Update my email address.
648
649 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
650
651         * MAINTAINERS (Write After Approval): Add myself.
652
653 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
654
655         PR target/97302
656         * configure.ac: Only set with_gmp to /usr/local
657         if not building in tree.
658         * configure: Regenerate.
659
660 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
661
662         * MAINTAINERS (Write After Approval): Add myself.
663
664 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
665
666         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
667
668 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
669
670         PR bootstrap/96612
671         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
672         if not the same as ${host}.
673         * configure: Regenerate.
674
675 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
676
677         * MAINTAINERS (Write After Approval): Add myself.
678
679 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
680
681         * MAINTAINERS: Update my email address.
682
683 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
684
685         * MAINTAINERS (Write After Approval): Add myself.
686
687 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
688
689         * MAINTAINERS (Write After Approval): Add myself.
690
691 2020-06-12  Martin Liska  <mliska@suse.cz>
692
693         * .gitignore: Add .clang-tidy.
694
695 2020-06-08  Jason Merrill  <jason@redhat.com>
696
697         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
698         * configure: Regenerate.
699
700 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
701
702         * MAINTAINERS: Add myself as xtensa port maintainer.
703
704 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
705
706         * configure.ac: Don't require --enable-host-shared when building
707         for Mingw.
708         * configure: Regenerate.
709
710 2020-05-18  Jason Merrill  <jason@redhat.com>
711
712         * configure.ac: Update bootstrap dialect to -std=c++11.
713
714 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
715
716         * MAINTAINERS (Write After Approval): Add myself.
717
718 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
719
720         PR target/92713
721         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
722         (noconfigdirs): Add 'target-libstdc++-v3'.
723         * configure: Regenerate.
724
725 2020-04-21  Stephen Casner  <casner@acm.org>
726
727         PR 25830
728         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
729         * configure: Rebuild.
730
731 2020-04-17  Martin Liska  <mliska@suse.cz>
732             Jonathan Yong <10walls@gmail.com>
733
734         PR gcov-profile/94570
735         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
736         for CYGWIN.
737
738 2020-04-14  Martin Jambor  <mjambor@suse.cz>
739
740         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
741
742 2020-04-09  Tom Tromey  <tom@tromey.com>
743
744         * configure: Rebuild.
745         * Makefile.in: Rebuild.
746         * Makefile.def (gdbsupport, gdbserver): New host modules.
747         (configure-gdb): Depend on all-gdbsupport.
748         (all-gdb): Depend on all-gdbsupport, all-libctf.
749         * configure.ac (host_tools): Add gdbserver.
750         Conditionally build gdbserver and gdbsupport.
751
752 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
753
754         * configure.ac: Build libgomp by default for amdgcn.
755         * configure: Regenerate.
756
757 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
758
759         * MAINTAINERS (Write After Approval): Add myself.
760
761 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
762
763         * MAINTAINERS (Write After Approval) : Add myself.
764
765 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
766
767         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
768
769 2020-02-14  Martin Sebor  <msebor@redhat.com>
770
771         * doc/extend.texi (attribute alias): Mention type requirement.
772         (attribute weak): Same.
773         (attribute weakref): Correct invalid example.
774
775 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
776
777         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
778
779 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
780             Jakub Jelinek  <jakub@redhat.com>
781
782         * .gitattributes: Add *.md diff=md.
783
784 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
785
786         The mentioned auto-generated file is no more part of the
787
788         GCC sources, it's auto-generated in $(builddir) during build.
789
790         PR target/92055
791         * contrib/gcc_update (files_and_dependencies): Remove
792         entry for gcc/config/avr/t-multilib.
793
794 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
795
796         * MAINTAINERS: Update my email address.
797
798 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
799
800         * README.MOVED_TO_GIT: Remove.
801
802 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
803
804         * README.MOVED_TO_GIT: New file.
805
806 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
807
808         * MAINTAINERS (Write After Approval): Add myself.
809
810 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
811
812         * MAINTAINERS (write_after_approval): Add myself.
813
814 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
815
816         * MAINTAINERS (write_after_approval): Add myself.
817
818 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
819
820         * MAINTAINERS (write_after_approval): Add myself.
821
822 2019-12-11  Matthias Klose  <doko@ubuntu.com>
823
824         * configure.ac: Factor out common cases for compare_exclusions.
825         * configure: Regenerate.
826
827 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
828
829         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
830         flag.
831
832 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
833
834         * MAINTAINERS (Write After Approval): Add myself.
835
836 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
837
838         PR middle-end/92463
839         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
840         * configure: Regenerate
841
842 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
843
844         * configure.ac: Use https for gcc.gnu.org.
845         * configure: Regenerated.
846
847 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
848
849         * MAINTAINERS (aarch64 port): Remove my name, move to...
850         (Write After Approval): ...Here.
851
852 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
853
854         * MAINTAINERS: Change my email address as maintainer.
855
856 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
857
858         PR fortran/91828
859         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
860         * configure: Regenerated.
861
862 2019-10-21  Jason Merrill  <jason@redhat.com>
863
864         * .gitattributes: Also check ChangeLog whitespace.
865
866 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
867
868         * contrib/dg-extract-results.sh: Add support for KPASS.
869         * contrib/dg-extract-results.py: Likewise.
870
871 2019-10-17  Jason Merrill  <jason@redhat.com>
872
873         * .gitattributes: Avoid {} in filename pattern.
874
875 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
876
877         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
878         Approval section.
879
880 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
881
882         * MAINTAINERS: Add myself to Write After Approval
883
884 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
885
886         * MAINTAINERS: Add myself as an aarch64 maintainer.
887
888 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
889
890         * MAINTAINERS: Add myself as aarch64 maintainer.
891
892 2019-09-23  Carl Love  <cel@us.ibm.com>
893
894         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
895         New define_insn.
896         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
897         vsx_xxpermdi16_le_V16QI): Removed define_insn.
898
899 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
900
901         * MAINTAINERS (Sam Tebbs): Update email address.
902
903 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
904
905         * MAINTAINERS: Update my email address.
906
907 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
908
909         * libtool.m4: Handle uclinuxfdpiceabi.
910
911 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
912
913         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
914         Remove myself from Write After Approval section.
915
916 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
917
918         * configure.ac: Support for bpf-*-* targets.
919         * configure: Regenerate.
920
921 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
922
923         * config.sub: Import upstream version 2019-06-30.
924         * config.guess: Import upstream version 2019-07-24.
925
926 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
927
928         * MAINTAINERS: Remove spu port maintainers.
929
930 2019-08-28  Martin Liska  <mliska@suse.cz>
931
932         * .gitignore: Add .clangd and compile_commands.json
933         to .gitignore.
934
935 2019-08-23  Michael Forney  <mforney@mforney.org>
936
937         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
938         * Makefile.in: Regenerate.
939
940 2019-08-19  Tom Tromey  <tom@tromey.com>
941
942         * configure: Rebuild.
943         * configure.ac: Add --with-static-standard-libraries.
944
945 2019-08-16  Alexandre Oliva <oliva@gnu.org>
946
947         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
948
949 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
950
951         * MAINTAINERS (Write After Approval): Add myself.
952
953 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
954
955         * MAINTAINERS (Write After Approval): Remove myself, already listed in
956         RISC-V port maitainer.
957
958 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
959
960         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
961
962 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
963
964         * MAINTAINERS (Write After Approval): Add myself.
965
966 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
967
968         * MAINTAINERS (Write After Approval): Add myself.
969
970 2019-06-25  Martin Liska  <mliska@suse.cz>
971
972         contrib/filter-clang-warnings.py: Transform from
973         filter-rtags-warnings.py.
974
975 2019-06-15  Tom Tromey  <tom@tromey.com>
976
977         * configure.ac (host_libs): Add gnulib.
978         * configure: Rebuild.
979         * Makefile.def (host_modules, dependencies): Add gnulib.
980         * Makefile.in: Rebuild.
981
982 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
983
984         * MAINTAINERS (Write After Approval): Add myself.
985
986 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
987
988         * configure: Regenerate.
989         * configure.ac: Add PRU target.
990
991 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
992
993         * MAINTAINERS (Write After Approval): Add myself.
994
995 2019-06-11  Nick Clifton  <nickc@redhat.com>
996
997         Import these changes from the binutils/gdb repository:
998
999         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1000
1001         * Makefile.def (dependencies): configure-libctf depends on all-bfd
1002         and all its deps.
1003         * Makefile.in: Regenerated.
1004
1005         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1006
1007         * Makefile.def (host_modules): Add libctf.
1008         * Makefile.def (dependencies): Likewise.
1009         libctf depends on zlib, libiberty, and bfd.
1010         * Makefile.in: Regenerated.
1011         * configure.ac (host_libs): Add libctf.
1012         * configure: Regenerated.
1013
1014 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1015
1016         * MAINTAINERS (Write After Approval): Add myself.
1017
1018 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1019
1020         * MAINTAINERS: Update my email address.
1021
1022 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1023
1024         * MAINTAINERS (Write After Approval): Add myself.
1025
1026 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
1027
1028         * MAINTAINERS (Write After Approval): Add myself.
1029
1030 2019-05-07  Jim Wilson  <jimw@sifive.com>
1031
1032         * MAINTAINERS: Remove myself as IA-64 maintainer.
1033
1034 2019-05-04  Roland Illig  <roland.illig@gmx.de>
1035
1036         * MAINTAINERS (Write After Approval): Add myself.
1037
1038 2019-05-02  Richard Biener  <rguenther@suse.de>
1039
1040         PR bootstrap/85574
1041         * Makefile.tpl (compare target): Also compare extra-compare
1042         files.
1043         * Makefile.in: Regenerate.
1044
1045 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1046
1047         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1048         as modulo-scheduler maintainer.
1049
1050 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1051
1052         * MAINTAINERS: Add myself as co-maintainer for Darwin.
1053
1054 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1055
1056         * MAINTAINERS: Update my email address.
1057
1058 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1059
1060         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1061         * configure: Regenerate.
1062
1063 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1064
1065         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1066         * configure: Regenerate.
1067
1068 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1069
1070         * configure.ac: Add target-zlib to target_libraries.
1071         * configure: Regenerate.
1072
1073 2019-04-09  Martin Liska  <mliska@suse.cz>
1074
1075         * Makefile.in: Regenerate.
1076         * Makefile.tpl: Pass GENERATOR_CFLAGS
1077         in all stages.
1078
1079 2019-03-28  Martin Liska  <mliska@suse.cz>
1080
1081         PR bootstrap/89829
1082         * Makefile.in: Revert r254150.
1083         * Makefile.tpl: Likewise.
1084
1085 2019-03-28  Ben Elliston  <bje@gnu.org>
1086
1087         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1088         related, and libdecnumber.
1089
1090 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1091
1092         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1093         (Write After Approval): Remove myself.
1094
1095 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1096
1097         * MAINTAINERS (Write After Approval): Add myself.
1098
1099 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1100
1101         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1102         (Write After Approval): Remove myself and Julian.
1103
1104 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1105
1106         * MAINTAINERS (Write After Approval): Add myself.
1107
1108 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1109
1110         * MAINTAINERS (Write After Approval): Add myself.
1111
1112 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1113
1114         * ChangeLog: Replace space with tab.
1115         * MAINTAINERS: Delete 1 tab to keep alignment.
1116
1117 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1118
1119         * MAINTAINERS (Write After Approval): Add myself.
1120
1121 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1122
1123         * MAINTAINERS (Write After Approval): Add myself.
1124
1125 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1126             Kwok Cheung Yeung  <kcy@codesourcery.com>
1127             Julian Brown  <julian@codesourcery.com>
1128             Tom de Vries  <tom@codesourcery.com>
1129             Jan Hubicka  <hubicka@ucw.cz>
1130             Martin Jambor  <mjambor@suse.cz>
1131
1132         * configure.ac: Likewise.
1133         * configure: Regenerate.
1134         * contrib/config-list.mk: Add amdgcn-amdhsa.
1135
1136 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1137
1138         * MAINTAINERS (Write After Approval): Add myself.
1139
1140 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1141
1142         * MAINTAINERS (Write After Approval): Add myself.
1143
1144 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1145
1146         PR target/88535
1147         * config.guess: Import upstream version 2019-01-03.
1148         * config.sub: Import upstream version 2019-01-01.
1149
1150 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1151
1152         * MAINTAINERS (Write After Approval): Update my maintainer address.
1153
1154 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1155
1156         * MAINTAINERS (Write After Approval): Add myself.
1157
1158 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1159
1160         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1161
1162 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1163
1164         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1165         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1166         (GCC_TARGET_TOOL): Likewise.
1167         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1168         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1169         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1170         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1171         * configure: Regenerate.
1172         * Makefile.in: Likewise.
1173
1174 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1175
1176         * MAINTAINERS (Write After Approval): Add myself.
1177
1178 2018-11-13  Martin Liska  <mliska@suse.cz>
1179
1180         * gcc.target/i386/pr87930.c: Move to ...
1181         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1182
1183 2018-11-10  Stafford Horne  <shorne@gmail.com>
1184
1185         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1186         (Write After Approval): Remove myself.
1187
1188 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1189
1190         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1191         Append $INCICONV to it.
1192
1193 2018-11-04  Stafford Horne  <shorne@gmail.com>
1194
1195         * MAINTAINERS (Write After Approval): Add myself.
1196
1197 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1198
1199         PR bootstrap/82856
1200         * multilib.am: New file.  From automake.
1201
1202         Merge from binutils-gdb:
1203         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1204
1205         * libtool.m4: Use AC_LANG_SOURCE.
1206         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1207         * ar-lib: New file.
1208         * test-driver: New file.
1209         * configure: Re-generate.
1210
1211 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1212
1213         * MAINTAINERS (Write After Approval): Add myself.
1214
1215 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1216
1217         PR bootstrap/87788
1218         PR d/87799
1219         * configure: Rebuild.
1220         * configure.ac: Disable D on systems where it is known not to work.
1221
1222 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1223
1224         * Makefile.def (target_modules): Add libphobos.
1225         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1226         GDCFLAGS_FOR_TARGET.
1227         (dependencies): Make libphobos depend on libatomic, libbacktrace
1228         configure, and zlib configure.
1229         (language): Add language d.
1230         * Makefile.in: Rebuild.
1231         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1232         (HOST_EXPORTS): Add GDC.
1233         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1234         (BASE_TARGET_EXPORTS): Add GDC.
1235         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1236         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1237         (EXTRA_HOST_FLAGS): Add GDC.
1238         (STAGE1_FLAGS_TO_PASS): Add GDC.
1239         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1240         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1241         environment variables.
1242         * configure: Rebuild.
1243         * configure.ac: Add target-libphobos to target_libraries.  Set and
1244         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1245
1246 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1247
1248         * MAINTAINERS (Write After Approval): Add myself.
1249
1250 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1251
1252         * MAINTAINERS (Write After Approval): Remove myself.
1253
1254 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1255
1256         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1257
1258 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1259
1260         * MAINTAINERS: Update my email address.
1261
1262 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1263
1264         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1265         maintainer.
1266
1267 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1268
1269         * MAINTAINERS (Write After Approval): Add self.
1270
1271 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1272
1273         * MAINTAINERS (write after approval): Add myself.
1274
1275 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1276
1277         * MAINTAINERS: Update my email address.
1278
1279 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1280
1281         * MAINTAINERS (write after approval): Add myself.
1282
1283 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1284
1285         * MAINTAINERS: Add self to global reviewers list.
1286
1287 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1288
1289         MAINTAINERS: Add c-sky port maintainers.
1290
1291 2018-08-10  Martin Liska  <mliska@suse.cz>
1292
1293         * MAINTAINERS: Revert change in previous commit and
1294         join lines.
1295
1296 2018-08-10  Martin Liska  <mliska@suse.cz>
1297
1298         * MAINTAINERS: Remove extra line.
1299
1300 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1301
1302         * MAINTAINERS: Update my email address.
1303
1304 2018-07-19  DJ Delorie  <dj@redhat.com>
1305
1306         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1307         as maintainer.
1308
1309 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1310
1311         * MAINTAINERS: Adjust email address for me and my colleague Robin
1312         Dapp.
1313
1314 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1315             Sunil K Pandey  <sunil.k.pandey@intel.com>
1316
1317         PR target/84413
1318         * config/i386/i386.c (m_CORE_AVX512): New.
1319         (m_CORE_AVX2): Likewise.
1320         (m_CORE_ALL): Add m_CORE_AVX2.
1321         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1322         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1323         and remove the rest of m_SKYLAKE_AVX512.
1324
1325 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1326
1327         * config.sub: Sync with upstream version 2018-07-03.
1328
1329 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1330
1331         * config.guess: Sync with upstream version 2018-06-26.
1332         * config.sub: Sync with upstream version 2018-07-02.
1333
1334 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1335
1336         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1337         * ltmain.sh: Likewise.
1338
1339 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1340
1341         * contrib/config-list.mk: Remove powerpc-linux_paired.
1342
1343 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1344
1345         * configure.ac: Introduce support for @unless/@endunless.
1346         * Makefile.tpl (dep-kind): Rewrite with cond; return
1347         postbootstrap in some cases.
1348         (make-postboot-dep, postboot-targets): New.
1349         (dependencies): Do not output postbootstrap dependencies at
1350         first.  Output non-target ones changed for configure to depend
1351         on stage_last @if gcc-bootstrap, and the original deps @unless
1352         gcc-bootstrap.
1353         * configure.in, Makefile.in: Rebuilt.
1354
1355 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1356
1357         * MAINTAINERS (write after approval): Add myself.
1358
1359 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1360
1361         * MAINTAINERS (write after approval): Add myself.
1362
1363 2018-06-19  Nick Clifton  <nickc@redhat.com>
1364
1365         * zlib/configure.ac: Restore old behaviour of only enabling
1366         multilibs when a target subdirectory is defined.  This allows
1367         building with srcdir == builddir.
1368         * zlib/configure: Regenerate.
1369
1370 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1371
1372         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1373         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1374         * Makefile.in: Regenerate.
1375
1376 2018-06-16  Ben Elliston  <bje@gnu.org>
1377
1378         * config.guess: Import latest version.
1379         * config.sub: Likewise.
1380
1381 2018-06-08  Martin Liska  <mliska@suse.cz>
1382
1383         * MAINTAINERS: Remove MPX-related entries.
1384         * Makefile.def: Remove libmpx support.
1385         * Makefile.in: Regenerate.
1386         * configure.ac: Remove removed files.
1387         * configure: Regenerate.
1388         * libmpx/ChangeLog: Remove.
1389         * libmpx/Makefile.am: Remove.
1390         * libmpx/Makefile.in: Remove.
1391         * libmpx/acinclude.m4: Remove.
1392         * libmpx/aclocal.m4: Remove.
1393         * libmpx/config.h.in: Remove.
1394         * libmpx/configure: Remove.
1395         * libmpx/configure.ac: Remove.
1396         * libmpx/configure.tgt: Remove.
1397         * libmpx/libmpx.spec.in: Remove.
1398         * libmpx/mpxrt/Makefile.am: Remove.
1399         * libmpx/mpxrt/Makefile.in: Remove.
1400         * libmpx/mpxrt/libmpx.map: Remove.
1401         * libmpx/mpxrt/libtool-version: Remove.
1402         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1403         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1404         * libmpx/mpxrt/mpxrt.c: Remove.
1405         * libmpx/mpxrt/mpxrt.h: Remove.
1406         * libmpx/mpxwrap/Makefile.am: Remove.
1407         * libmpx/mpxwrap/Makefile.in: Remove.
1408         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1409         * libmpx/mpxwrap/libtool-version: Remove.
1410         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1411
1412 2018-06-04  Martin Liska  <mliska@suse.cz>
1413
1414         * MAINTAINERS: Add myself as gcov maintainer.
1415
1416 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
1417
1418         * MAINTAINERS: Update my email address.
1419
1420 2018-06-04  Tom de Vries  <tdevries@suse.de>
1421
1422         * MAINTAINERS: Remove write-after-approval entries for component
1423         maintainers.
1424
1425 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1426
1427         * MAINTAINERS (write after approval): Add myself.
1428
1429 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
1430
1431         * MAINTAINERS: Update my email address.
1432
1433 2018-06-01  Tom de Vries  <tdevries@suse.de>
1434
1435         * MAINTAINERS: Update my email address.
1436
1437 2018-05-22  Bin Cheng <bin.cheng@arm.com>
1438
1439         * MAINTAINERS (loop-optimizer): Add myself.
1440
1441 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1442
1443         * configure.ac: Added "nfp" target.
1444         * configure: Regenerate.
1445
1446 2018-04-30  Richard Biener  <rguenther@suse.de>
1447
1448         PR bootstrap/85571
1449         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1450         (STAGE3_TFLAGS): Likewise.
1451         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1452         (STAGEtrain_TFLAGS): Likewise.
1453         * Makefile.in: Regenerate.
1454
1455 2018-04-26  Richard Biener  <rguenther@suse.de>
1456
1457         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1458         (STAGE2_CFLAGS): Likewise.
1459         (STAGE2_TFLAGS): Likewise.
1460         (STAGE3_CFLAGS): Add -fchecking.
1461         (STAGE3_TFLAGS): Likewise.
1462         (STAGEtrain_CFLAGS): Filter out -fchecking.
1463         (STAGEtrain_TFLAGS): Likewise.
1464         * Makefile.in: Re-generate.
1465
1466 2018-04-25  Catherine Moore <clm@codesourcery.com>
1467
1468         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1469
1470 2018-04-18  Paul Clarke  <pc@us.ibm.com>
1471
1472         * MAINTAINERS (write after approval): Add myself.
1473
1474 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1475
1476         * MAINTAINERS: Update my email address.
1477
1478 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1479
1480         * MAINTAINERS: Remove redundant Write-After-Approval entry.
1481
1482 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1483
1484         * MAINTAINERS: Update my email address and disambiguate myself
1485         a bit from Will Schmidt.
1486
1487 2018-03-21  Nathan Sidwell  <nathan@acm.org>
1488
1489         * MAINTAINERS: Move maintainers of now-removed picochip and score
1490         ports to write after approval.
1491
1492 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1493
1494         * MAINTAINERS: Add entry for SVE maintainership.
1495
1496 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1497
1498         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1499         * configure: Regenerate.
1500
1501 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1502
1503         * MAINTAINERS (write after approval): Add myself.
1504
1505 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1506
1507         * MAINTAINERS (write after approval): Add myself.
1508
1509 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1510
1511         * MAINTAINERS (write after approval): Add myself.
1512
1513 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1514
1515         Update copyright years.
1516
1517 2018-01-03  Ben Elliston  <bje@gnu.org>
1518
1519         * config.guess: Import latest version.
1520         * config.sub: Likewise.
1521
1522 2017-12-12  Stafford Horne  <shorne@gmail.com>
1523
1524         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1525         * configure: Regenerate.
1526
1527 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
1528
1529         * MAINTAINERS (Write After Approval): Add myself.
1530
1531 2017-11-28  Julia Koval  <julia.koval@intel.com>
1532             Sebastian Peryt  <sebastian.peryt@intel.com>
1533
1534         * Makefile.def (target_modules): Remove libcilkrts.
1535         * Makefile.in: Ditto.
1536         * configure: Ditto.
1537         * configure.ac: Ditto.
1538
1539 2017-11-28  Julia Koval  <julia.koval@intel.com>
1540
1541         * MAINTAINERS (Write After Approval): Add myself.
1542
1543 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
1544
1545         * MAINTAINERS (Write After Approval): Add myself.
1546
1547 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
1548
1549         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1550         Use my SiFive email address.
1551
1552 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
1553
1554         * MAINTAINERS (write after approval): Add myself.
1555
1556 2017-10-27  Martin Liska  <mliska@suse.cz>
1557
1558         * Makefile.tpl: Use proper name of folder as it was renamed
1559         during transition to 4 stages.
1560         * Makefile.in: Regenerate.
1561
1562 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1563
1564         * MAINTAINERS (write after approval): Add myself.
1565
1566 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
1567
1568         * MAINTAINERS: Add a note that maintainership also includes web
1569         pages, docs, and testsuite related to that area.
1570
1571 2017-09-25  Tom de Vries  <tom@codesourcery.com>
1572
1573         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1574
1575 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
1576
1577         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1578
1579 2017-09-15  Nathan Sidwell  <nathan@acm.org>
1580
1581         * MAINTAINERS: Remove myself as a vxworks maintainer.
1582
1583 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
1584
1585         * MAINTAINERS: Remove email address of Jim Norris.
1586
1587 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1588
1589         * MAINTAINERS (Reviewers): Move myself from here...
1590         (CPU Port Maintainers): ... to here.
1591
1592 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1593
1594         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1595
1596 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1597
1598         * MAINTAINERS (write after approval): Add myself.
1599
1600 2017-07-28  Tony Reix  <tony.reix@atos.net>
1601
1602         * configure.ac (target-libffi): Don't disable for AIX.
1603         (go): Don't add to unsupported_languages on AIX.
1604         (target-libgo): Don't disable for AIX.
1605         * configure: Regenerate.
1606
1607 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
1608
1609         * MAINTAINERS: Add myself.
1610
1611 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1612
1613         * MAINTAINERS: Update my email address.
1614
1615 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1616
1617         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1618         arm-specific auto-generated header files.
1619
1620 2017-07-03  Nathan Sidwell  <nathan@acm.org>
1621
1622         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1623         * configure: Rebuilt.
1624
1625 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
1626
1627         * MAINTAINERS: Readd myself for c6x.
1628
1629 2017-06-28  Martin Liska  <mliska@suse.cz>
1630
1631         PR bootstrap/81217
1632         * Makefile.def: Remove superfluous bootstrap_target from
1633         bootstrap_stage.
1634         * Makefile.in: Re-generate the file.
1635
1636 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
1637
1638         * MAINTAINERS: Add myself to Write After Approval
1639
1640 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
1641
1642         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1643
1644 2017-06-19  Martin Liska  <mliska@suse.cz>
1645
1646         * Makefile.def: Define 4 stages PGO bootstrap.
1647         * Makefile.tpl: Define FLAGS.
1648         * Makefile.in: Regenerate.
1649
1650 2017-06-14  Ian Lance Taylor  <iant@golang.org>
1651
1652         * Makefile.def: Add check-gotools to go check targets.
1653         * Makefile.in: Rebuild.
1654
1655 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
1656
1657         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1658
1659 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
1660
1661         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1662         * configure: Regenerate.
1663
1664 2017-05-31  Martin Liska  <mliska@suse.cz>
1665
1666         * configure.ac: Add handling of stage2_werror_flags to
1667         action-if-given and to action-if-not-given.
1668         * configure: Regenerate.
1669
1670 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1671
1672         * MAINTAINERS: Add self to Write After Approval
1673
1674 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
1675
1676         * MAINTAINERS: Update my email address, and remove myself as
1677         maintainer in some areas.
1678
1679 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1680
1681         * MAINTAINERS: Add self to Write After Approval
1682
1683 2017-05-25  Nathan Sidwell  <nathan@acm.org>
1684
1685         * configure.ac: Add --enable-languages=default to mean default and
1686         make --enable-languages=all mean all supported languages.
1687         * configure: Regenerated.
1688
1689 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1690
1691         * config.gcc (powerpc*-*-*spe*): New.
1692         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1693         (powerpc-*-rtems*spe*): New.
1694         (powerpc*-*-linux*spe*): New.
1695         (powerpc-wrs-vxworksspe): New.
1696         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1697         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1698         * config.host (powerpc*-*-*spe*): New.
1699
1700 2017-05-19  Martin Liska  <mliska@suse.cz>
1701
1702         * configure.ac: Add --enable-werror-always just for
1703         bootstrap-debug (or none build config) and do not add it
1704         when we are on a release branch.
1705         * configure: Regenerated.
1706
1707 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1708
1709         * MAINTAINERS: Add self to Write After Approval
1710
1711 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1712
1713         * MAINTAINERS: Move myself to Write After Approval section.
1714
1715 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1716
1717         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1718         ACCH registers.
1719         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1720         available.
1721         (umulsidi3): Likewise.
1722         (mulsidi3_700): Disable this pattern when we have advanced mpy
1723         instructions.
1724         (umulsidi3_700): Likewise.
1725         (maddsidi4): New pattern.
1726         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1727         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1728         (mpydu_imm_arcv2hs): Likewise.
1729         * config/arc/predicates.md (accl_operand): New predicate.
1730
1731 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1732             Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1735         case.
1736         (ARC_AUTOFP_IRQ_P): Likewise.
1737         (ARC_AUTO_IRQ_P): Likewise.
1738         (rgf_banked_register_count): New variable.
1739         (parse_mrgf_banked_regs_option): New function.
1740         (arc_override_options): Handle rgf_banked_regs option.
1741         (arc_handle_interrupt_attribute): Add firq option.
1742         (arc_compute_function_type): Return fast irq type when required.
1743         (arc_must_save_register): Handle fast interrupts.
1744         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1745         (arc_return_address_regs): Update.
1746         * config/arc/arc.h (arc_return_address_regs): Update.
1747         (arc_function_type): Add fast interrupt type.
1748         (ARC_INTERRUPT_P): Update.
1749         (RC_FAST_INTERRUPT_P): Define.
1750         * config/arc/arc.md (simple_return): Update for fast interrupts.
1751         (p_return_i): Likewise.
1752         * config/arc/arc.opt (mrgf-banked-regs): New option.
1753         * doc/invoke.texi (mrgf-banked-regs): Document.
1754
1755 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1756
1757         * config/arc/arc.c (irq_ctrl_saved): New variable.
1758         (ARC_AUTOBLINK_IRQ_P): Define.
1759         (ARC_AUTOFP_IRQ_P): Likewise.
1760         (ARC_AUTO_IRQ_P): Likewise.
1761         (irq_range): New function.
1762         (arc_must_save_register): Likewise.
1763         (arc_must_save_return_addr): Likewise.
1764         (arc_dwarf_emit_irq_save_regs): Likewise.
1765         (arc_override_options): Handle deferred options.
1766         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1767         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1768         arc_must_save_return_addr.
1769         (arc_compute_frame_size): Handle automated save and restore of
1770         registers.
1771         (arc_expand_prologue): Likewise.
1772         (arc_expand_epilogue): Likewise.
1773         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1774         * config/arc/arc.opt (mirq-ctrl-saved): New option.
1775         * doc/invoke.texi (mirq-ctrl-saved): Document option.
1776
1777 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1778         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1779
1780         PR bootstrap/77661
1781         * Makefile.def: Don't pass --enable-maintainer-mode on to an
1782         in-tree build MPC.
1783         * Makefile.in: Regenerate.
1784
1785 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1786
1787         * configure.ac: Enable LTO by default on darwin >= 9.
1788         * configure: Regenerate.
1789
1790 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1791
1792         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1793         and Andrew Waterman as the RISC-V maintainers.
1794
1795 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1796
1797         * MAINTAINERS: Add self to Write After Approval
1798
1799 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1800
1801         * config.guess: Import latest from upstream.
1802
1803 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1804
1805         * MAINTAINERS (Write After Approval): Remove entries that are
1806         already covered under Reviewers.
1807
1808 2017-03-08  Mark Wielaard  <mark@klomp.org>
1809
1810         PR demangler/70909
1811         PR demangler/67264
1812         * include/demangle.h: Add d_printing to struct demangle_component
1813         and pass struct demangle_component as non const.
1814
1815 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1816
1817         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1818
1819 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1820
1821         * Makefile.tpl: Remove HOST_ISLVER.
1822         (HOST_EXPORTS): Remove ISLVER.
1823         * Makefile.in: Regenerate.
1824
1825 2017-02-13  Richard Biener  <rguenther@suse.de>
1826
1827         * configure: Re-generate.
1828
1829 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1830
1831         * MAINTAINERS: Adjust bug reporting URL.
1832
1833 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1834
1835         * MAINTAINERS (Write After Approval): Remove redundant entry
1836         for Andrew Burgess.
1837
1838 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1839
1840         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1841         32-bit hppa*-*-hpux*.
1842         * configure: Regenerate.
1843
1844 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1845
1846         * configure.ac: Moved the white list of enabling BRIG FE to
1847         libhsail-rt/configure.tgt.
1848         * configure: Regenerated.
1849         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1850
1851 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1852             Martin Jambor  <mjambor@suse.cz>
1853
1854         * Makefile.def (target_modules): Added libhsail-rt.
1855         (languages): Added language brig.
1856         * Makefile.in: Regenerated.
1857         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1858         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1859         * configure: Regenerated.
1860
1861 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
1862
1863         PR other/79046
1864         * configure: Regenerated.
1865
1866 2017-01-04  Alan Modra  <amodra@gmail.com>
1867
1868         * configure: Regenerate.
1869
1870 2016-12-29  Ben Elliston  <bje@gnu.org>
1871
1872         * config.sub: Import latest version.
1873
1874 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1875
1876         * MAINTAINERS (Write After Approval): Add myself.
1877
1878 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
1879
1880         * configure.ac: Don't bootstrap libmpx unless --with-build-config
1881         includes bootstrap-mpx.
1882         * configure: Regenerated.
1883
1884 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1885
1886         * MAINTAINERS (Write After Approval): Add myself.
1887
1888 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1889
1890         * configure: Regenerate.
1891
1892 2016-12-01  Matthias Klose  <doko@ubuntu.com>
1893
1894         * configure.ac: Don't use pkg-config to check for bdw-gc.
1895         * configure: Regenerate.
1896
1897 2016-11-30  Matthias Klose  <doko@ubuntu.com>
1898
1899         * Makefile.def: Remove reference to boehm-gc target module.
1900         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1901         options and for the bdw-gc pkg-config module.
1902         * configure: Regenerate.
1903         * Makefile.in: Regenerate.
1904
1905 2016-11-28  Nathan Sidwell  <nathan@acm.org>
1906
1907         * MAINTAINERS (nvptx): Remove self.
1908
1909 2016-11-25  Ben Elliston  <bje@gnu.org>
1910
1911         * config.guess: Import latest version.
1912         * config.sub: Likewise.
1913
1914 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1915
1916         * MAINTAINERS (Write After Approval): Add myself.
1917
1918 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1919
1920         * Makefile.def: Remove references to GCJ.
1921         * Makefile.tpl: Likewise.
1922         * Makefile.in: Regenerate.
1923
1924 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1925
1926         * config-ml.in: Remove references to GCJ.
1927         * configure.ac: Likewise.
1928         * configure: Regenerate.
1929
1930 2016-11-01  Josh Conner  <joshconner@google.com>
1931
1932         * MAINTAINERS (Write After Approval): Update email address,
1933
1934 2016-10-27  Carl Love  <cel@us.ibm.com>
1935
1936         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1937         Approval list to make it alphabetical.
1938
1939 2016-10-27  Carl Love  <cel@us.ibm.com>
1940
1941         * MAINTAINERS (Write After Approval): Add myself.
1942
1943 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1944
1945         * MAINTAINERS (Reviewers): Add myself.
1946         (Write After Approval): Add myself.
1947
1948 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1949             Ulrich Weigand  <uweigand@de.ibm.com>
1950
1951         * MAINTAINERS: Update email address.
1952
1953 2016-10-10  Nathan Sidwell  <nathan@acm.org>
1954
1955         * MAINTAINERS: Update email address.
1956
1957 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1958
1959         * configure.ac: Add aarch64-*-freebsd*.
1960         * configure: Regenerate.
1961
1962 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1963
1964         * MAINTAINERS: Update email address after it got reverted.
1965
1966 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1967
1968         * configure.ac (target_libraries): Readd target-boehm-gc.
1969         Restore --enable-objc-gc handling.
1970         * configure: Regenerate.
1971
1972 2015-10-03  Jeff Law  <law@redhat.com>
1973
1974         * MAINTAINERS: Move several inactive maintainers to the
1975         write-after-approval section.
1976
1977 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
1978
1979         * configure.ac: Add target-libffi to target_libraries.
1980         Readd libgcj target disablings, modified to only target-libffi.
1981         Readd target addition of go to unsupported languages.
1982         * configure: Regenerated.
1983
1984 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
1985
1986         * MAINTAINERS: Update email address.
1987
1988 2016-09-30  Andrew Haley  <aph@redhat.com>
1989
1990         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1991         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
1992         libgcj.
1993
1994 2016-09-30  Andrew Haley  <aph@redhat.com>
1995
1996         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1997         write-after approval after GCJ deletion.
1998
1999 2016-09-30  Andrew Haley  <aph@redhat.com>
2000
2001         * Makefile.def: Remove libjava.
2002         * Makefile.tpl: Likewise.
2003         * Makefile.in: Regenerate.
2004         * configure.ac: Likewise.
2005         * configure: Likewise.
2006         * gcc/java: Remove.
2007         * libjava: Likewise.
2008
2009 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2010
2011         * MAINTAINERS (Reviewers): Add myself.
2012
2013 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2014
2015         * configure.ac: Disable "sim" directory for arc*-*-*.
2016         * configure: Regenerated.
2017
2018 2016-09-23  Tamar Christina <tamar.christina@arm.com>
2019
2020         * MAINTAINERS (Write After Approval): Add myself.
2021
2022 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2023
2024         * configure.ac: Check for the minimum in-tree MPFR version
2025         handled.
2026         * configure: Regenerate.
2027
2028 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2029
2030         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2031         * configure: Regenerated.
2032
2033 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2034
2035         * MAINTAINERS (Write After Approval): Add myself.
2036
2037 2016-06-23  Andi Kleen  <ak@linux.intel.com>
2038
2039         * Makefile.def: Add autoprofiledbootstrap.
2040         * Makefile.tpl: Dito.
2041         * Makefile.in: Regenerate.
2042
2043 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2044
2045     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2046     * configure: Regenerate.
2047
2048 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2049
2050         * configure: Regenerate.
2051         * configure.ac: Remove support for avr-rtems.
2052
2053 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2054
2055         * MAINTAINERS (Write After Approval): Add myself.
2056
2057 2016-06-16  Michael Collison  <michael.collison@arm.com>
2058
2059         * MAINTAINERS (Write After Approval): Add myself.
2060
2061 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2062
2063         * MAINTAINERS (Write After Approval): Update e-mail address.
2064
2065 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2066
2067         * MAINTAINERS (Write After Approval): Add myself.
2068
2069 2016-05-28  Alan Modra  <amodra@gmail.com>
2070
2071         * Makefile.tpl (configure): Depend on m4 files included.
2072         * Makefile.in: Regenerate.
2073
2074 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2075
2076         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2077         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2078
2079 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2080
2081         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2082         special case builtin.
2083         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2084         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2085         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2086         for __builtin_vec_addec.
2087
2088 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2089
2090         * config.guess: Import version 2016-04-02 (newest).
2091         * config.sub: Import version 2016-05-10 (newest).
2092
2093 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2094
2095         * configure.ac: Add ARC support to libgloss.
2096         * configure: Regenerate
2097
2098 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2099
2100         * MAINTAINERS (Write After Approval): Add myself.
2101
2102 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2103
2104         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2105         * configure: Regenerated.
2106         * Makefile.def (gmp): Explicitly disable assembler.
2107         (mpfr): Adjust lib_path.
2108         (mpc): Likewise.
2109         * Makefile.in: Regenerated.
2110
2111 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2112
2113         PR bootstrap/70704
2114         * configure.ac (--enable-stage1-checking): Add missing
2115         --enable-checking=.
2116         * configure: Regenerated.
2117
2118 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2119
2120         * config.guess: Revert r235676.
2121         * config.sub: Revert r235676.
2122
2123 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2124
2125         * config.guess: Remove SH5 support.
2126         * config.sub: Likewise.
2127         * configure: Likewise.
2128         * configure.ac: Likewise.
2129
2130 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2131
2132         PR bootstrap/70704
2133         * configure.ac (--enable-stage1-checking): For --disable-checking or
2134         implicit --enable-checking, make sure extra flag matches in between
2135         stage1 and later checking.
2136         * configure: Regenerated.
2137
2138 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2139
2140         * .gitattributes: New file.
2141
2142 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2143
2144         * MAINTAINERS (rs6000/powerpc port): Add myself.
2145
2146 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2147
2148         PR bootstrap/70173
2149         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2150         and gotools directories.  Delete the stage_final file.
2151         * Makefile.in: Regenerate.
2152
2153 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2154
2155         * MAINTAINERS (Write After Approval): Add myself.
2156
2157 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2158
2159         * MAINTAINERS (Fortran maintainer): Remove myself.
2160
2161 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2162
2163         * MAINTAINERS (Write After Approval): Add myself.
2164
2165 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2166
2167         * MAINTAINERS (Write After Approval): Add myself.
2168
2169 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2170
2171         Sync with binutils-gdb:
2172
2173         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2174
2175         * configure.ac: Add mips and s390 to the gold target check.
2176         * configure: Regenerate.
2177
2178 2016-03-01  DJ Delorie  <dj@redhat.com>
2179
2180         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2181
2182 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2183
2184         * MAINTAINERS (libcpp): Add myself.
2185         (diagnostic messages): Likewise.
2186
2187 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2188
2189         * MAINTAINERS: Fix whitespace.
2190
2191 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2192
2193         * MAINTAINERS (Write After Approval): Add myself.
2194
2195 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2196
2197         * config/isl.m4: Add comments about isl-0.16.
2198         * configure: Regenerate.
2199
2200 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2201
2202         * MAINTAINERS (hsa maintainers): Add myself.
2203
2204 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2205
2206         * MAINTAINERS: (Write After Approval): Add myself.
2207
2208 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2209             Sebastian Pop  <s.pop@samsung.com>
2210
2211         * Makefile.in: Regenerate.
2212         * Makefile.tpl: Export ISLVER.
2213         * configure: Regenerate.
2214         * config/isl.m4: Detect isl-0.15.
2215
2216 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2217
2218         PR bootstrap/69329
2219         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2220         * Makefile.in: Regenerate.
2221
2222 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2223
2224         * configure.ac: Enable LTO for DJGPP
2225         * configure: Regenerate
2226
2227 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2228
2229         Sync with binutils-gdb:
2230         2015-10-21  Nick Clifton  <nickc@redhat.com>
2231
2232         PR gas/19109
2233         * configure.ac: Note the 'none' is an acceptable argument to
2234         --enable-compressed-debug-sections.
2235         * configure: Regenerate.
2236
2237 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2238
2239         PR bootstrap/69134
2240         * Makefile.def (mpfr): Disable assembler.
2241         * Makefile.in: Regenerate.
2242
2243 2016-01-01  Ben Elliston  <bje@gnu.org>
2244
2245         * config.guess: Import version 2016-01-01.
2246         * config.sub: Likewise.
2247
2248 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2249
2250         * MAINTAINERS (Write After Approval): Add myself.
2251
2252 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2253
2254         * Makefile.in: Replace ISL with isl.
2255         * Makefile.tpl: Same.
2256         * config/isl.m4: Same.
2257         * configure.ac: Same.
2258         * contrib/download_prerequisites: Same.
2259         * configure: Regenerate.
2260
2261 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2262
2263         * MAINTAINERS (Write After Approval): Add Myself.
2264
2265 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2266
2267         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2268         * configure: Regenerate.
2269
2270 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2271             Sebastian Pop  <s.pop@samsung.com>
2272
2273         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2274         isl_ctx_get_max_operations.
2275         * configure: Regenerate.
2276
2277 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2278
2279         * MAINTAINERS (Write After Approval): Add myself.
2280
2281 2015-12-02  Ian Lance Taylor  <iant@google.com>
2282
2283         PR go/66147
2284         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2285         * Makefile.in: Regenerate.
2286
2287 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2288
2289         PR libffi/65726
2290         * Makefile.def (lang_env_dependencies): Make libffi depend
2291         on cxx.
2292         * Makefile.in: Regenerate.
2293
2294 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2295
2296         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2297         symbols.
2298
2299 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2300
2301         Sync with binutils-gdb:
2302         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2303
2304         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2305         * configure: Regenerate.
2306
2307 2015-11-19  Martin Liska  <mliska@suse.cz>
2308
2309         * .gitignore: Add .clang-format to ignored files.
2310         * Makefile.in: Add clang-format.
2311         * Makefile.tpl: Likewise.
2312
2313 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2314
2315         * configure.ac: Enable libmpx by default.
2316         * configure: Regenerated.
2317
2318 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2319
2320         * MAINTAINERS: Update email address.
2321
2322 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2323
2324         * MAINTAINERS: Update email address.
2325
2326 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2327
2328         * MAINTAINERS  (Write After Approval): Add myself.
2329
2330 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2331
2332         Sync with binutils-gdb:
2333         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2334
2335         PR gas/19109
2336         * configure.ac: Add
2337         --enable-compressed-debug-sections={all,gas,gold,ld}.
2338         * configure: Regenerated.
2339
2340 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2341
2342         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2343
2344 2015-10-09  Martin Liska  <mliska@suse.cz>
2345
2346         * MAINTAINERS (Write After Approval): Add myself.
2347
2348 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2349
2350         * MAINTAINERS (Write After Approval): Add myself.
2351
2352 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2353
2354         * MAINTAINERS: Update email address.
2355
2356 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2357
2358         * MAINTAINERS  (Write After Approval): Add myself.
2359
2360 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2361
2362         * MAINTAINERS: Update email.
2363
2364 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2365
2366         * MAINTAINERS: Update my email address.
2367
2368 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2369
2370         * MAINTAINERS (ft32 port): Add myself.
2371
2372 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2373
2374         * MAINTAINERS: Add myself.
2375
2376 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2377
2378         * MAINTAINERS (Write After Approval): Add myself.
2379
2380 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2381
2382         PR libfortran/54572
2383         * Makefile.def: Make libgfortran depend on libbacktrace.
2384         * Makefile.in: Regenerate.
2385
2386 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2387
2388         * MAINTAINERS (Write After Approval): Add myself.
2389
2390 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2391
2392         PR other/67092
2393         * configure.ac: Remove --with_host_libstdcxx support.
2394         * configure: Regenerate.
2395
2396 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2397             Jakub Jelinek  <jakub@redhat.com>
2398
2399         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2400         nvptx*-*-*.
2401         * configure: Regenerate.
2402
2403 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2404
2405         * Makefile.def (libiconv): Define bootstrap=true.
2406         Mark pdf/html/info as missing.
2407         (configure-gcc): Depend on all-libiconv.
2408         (all-gcc): Ditto.
2409         (configure-libcpp): Ditto.
2410         (all-libcpp): Ditto.
2411         (configure-intl): Ditto.
2412         (all-intl): Ditto.
2413         * Makefile.in: Regenerate.
2414
2415 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
2416
2417         * MAINTAINERS (loop ivopts): Add the entry and myself.
2418
2419 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2420
2421         * MAINTAINERS (nvptx): Add self.
2422
2423 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2424
2425         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2426         128-bit vector modes.
2427
2428 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2429
2430         * MAINTAINERS (Write After Approval): Add myself.
2431
2432 2015-07-28  Ben Elliston  <bje@gnu.org>
2433
2434         * config.sub, config.guess: Import from upstream.
2435
2436 2015-07-24  Michael Darling  <darlingm@gmail.com>
2437
2438         PR other/66259
2439         * config-ml.in: Reflects renaming of configure.in to configure.ac
2440         * configure: Likewise
2441         * configure.ac: Likewise
2442
2443 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2444
2445         * MAINTAINERS: Update my email address.
2446
2447 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2448
2449         Sync with binutils-gdb:
2450         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2451
2452         * configure.ac (target_configdirs): Exclude target-zlib if
2453         target-libjava isn't built.
2454         * configure: Regenerated.
2455
2456 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2457
2458         Sync with binutils-gdb:
2459         2015-05-13  John David Anglin  <dave.anglin@bell.net>
2460
2461         * configure.ac: Disable configuration of GDB for HPUX targets.
2462         * configure: Regenerate.
2463
2464         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2465
2466         * configure.ac: Add --with-system-zlib.
2467         * configure: Regenerated.
2468
2469         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2470
2471         * configure.ac: Add FT32 support.
2472         * configure: Regenerate.
2473
2474         2015-01-12  Anthony Green  <green@moxielogic.com>
2475
2476         * configure.ac: Don't disable gprof for moxie.
2477         * configure: Rebuild.
2478
2479 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2480
2481         Sync with binutils-gdb:
2482         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2483
2484         PR ld/18355
2485         * Makefile.def: Add extra_configure_flags to host zlib.
2486         * configure.ac (extra_host_zlib_configure_flags): New.  Set
2487         to --enable-host-shared When bfd is to be built as shared
2488         library.  AC_SUBST.
2489         * Makefile.in: Regenerated.
2490
2491 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2492
2493         Sync with src:
2494         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2495         * Makefile.def (dependencies): Add all-zlib to all-bfd.
2496         * Makefile.in: Regenerated.
2497
2498 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2499
2500         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2501         target.
2502         * configure: Regenerate.
2503
2504 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
2505
2506         * MAINTAINERS (Write After Approval): Add myself.
2507
2508 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2509
2510         * MAINTAINERS (OS Port Maintainers): Add myself.
2511         (Various Maintainers): Remove myself from libffi testsuite.
2512
2513 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2514
2515         * MAINTAINERS (gen* on machine desc): Add self.
2516
2517 2015-06-02  Jason Merrill  <jason@redhat.com>
2518
2519         PR bootstrap/66319
2520         * configure.ac: Use -std=gnu++98.
2521
2522 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2523
2524         * MAINTAINERS (Write After Approval): Add myself.
2525
2526 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
2527
2528         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2529         * configure: Regenerate.
2530
2531 2015-05-26  Jason Merrill  <jason@redhat.com>
2532
2533         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2534         * configure: Regenerate.
2535
2536 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2537
2538         * configure.ac: FT32 target added.
2539         * configure: Regenerated.
2540
2541 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2542
2543         * MAINTAINERS (Write After Approval): Add myself.
2544
2545 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2546
2547         * MAINTAINERS (Write After Approval): Add myself.
2548
2549 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2550
2551         * configure.ac: Fix typo.
2552         * configure: Regenerate.
2553
2554 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
2555
2556         * MAINTAINERS (Write After Approval): Add myself.
2557
2558 2015-05-03  Matthias Klose  <doko@ubuntu.com>
2559
2560         * configure.ac: Match $host configured with triplets.
2561         * configure: Regenerate.
2562
2563 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2564
2565         * Makefile.tpl: Remove surplus whitespace throughout.
2566         * Makefile.in: Regenerate.
2567
2568 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
2569
2570         * MAINTAINERS (Various Maintainers): Add myself as instruction
2571         combiner maintainer.
2572
2573 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
2574
2575         PR bootstrap/62077
2576         * configure.ac (--enable-stage1-checking): Default to
2577         release,misc,gimple,rtlflag,tree,types if --disable-checking
2578         or --enable-checking is not specified and DEV-PHASE is not
2579         experimental.
2580         * configure: Regenerated.
2581
2582 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
2583
2584         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2585         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2586         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2587         * Makefile.in: Regenerate.
2588
2589 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
2590
2591         * MAINTAINERS: Update my email address.
2592
2593 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
2594
2595         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2596
2597 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2598
2599         * MAINTAINERS: Add myself as an arm port reviewer.
2600
2601 2015-03-25  Martin Liska  <mliska@suse.cz>
2602             Yury Gribov  <y.gribov@samsung.com>
2603
2604         * Makefile.in: Fix ln source location for vimrc file.
2605         * Makefile.tpl: Likewise.
2606
2607 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
2608
2609         PR bootstrap/25672
2610         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2611         cross-compiling.  Similarly for CXX_FOR_TARGET.
2612         * configure: Regenerate.
2613
2614 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
2615
2616         * Makefile.def: Add libmpx.
2617         * configure.ac: Add libmpx.
2618         * Makefile.in: Regenerate.
2619         * configure: Regenerate.
2620
2621 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
2622
2623         * MAINTAINERS (CPU Port Maintainers): Add myself
2624         i386 vector ISA extns mantainer.
2625
2626 2015-03-13  Jeff Law  <law@redhat.com>
2627
2628         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2629         maintainer.
2630         Remove Richard Henderson as a maintainer for the x86 port.
2631
2632 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
2633
2634         * MAINTAINERS (CPU Port Maintainers): Update my email address.
2635
2636 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
2637
2638         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2639         pointer bounds checker and i386 MPX maintainer.
2640
2641 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
2642
2643         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2644
2645 2015-02-26  Martin Sebor  <msebor@redhat.com>
2646
2647         * MAINTAINERS (Various Maintainers): Add self.
2648
2649 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2650
2651         * configure.ac [--enable-as-accelerator-for] (enable_languages):
2652         Make sure it contains lto.
2653         * configure: Regenerate.
2654
2655 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
2656
2657         * configure: Regenerate.
2658
2659 2015-02-06  Diego Novillo  <dnovillo@google.com>
2660 1
2661         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2662         middle-end, docstring): Remove myself.
2663         (Write After Approval): Add myself.
2664
2665 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
2666
2667         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2668         (Write After Approval): Update address.
2669
2670 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
2671
2672         PR jit/64780
2673         * configure.ac: Require the user to explicitly specify
2674         --enable-host-shared if the jit is enabled.
2675         * configure: Regenerate.
2676
2677 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2678
2679         * MAINTAINERS (Write After Approval): Add myself.
2680
2681 2015-01-25  Tom de Vries  <tom@codesourcery.com>
2682
2683         * MAINTAINERS: Make whitespace consistent.
2684
2685 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2686
2687         * MAINTAINERS (Write After Approval): Add myself.
2688
2689 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
2690
2691         * MAINTAINERS: (Write After Approval): Add myself.
2692
2693 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2694
2695         * MAINTAINERS: (Write After Approval): Add myself.
2696
2697 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2698
2699         * MAINTAINERS: (Write After Approval): Add myself.
2700
2701 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
2702
2703         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2704         objective-c/c++ front end maintainer.
2705
2706 2015-01-13  Marek Polacek  <polacek@redhat.com>
2707
2708         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2709
2710 2015-01-12  Jeff Law  <law@redhat.com>
2711
2712         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2713         a very long time.
2714
2715 2015-01-09  Ian Lance Taylor  <iant@google.com>
2716
2717         * configure.ac (host_tools): Add gotools.
2718         * Makefile.def (host_modules): Add gotools.
2719         (dependencies): Add dependency of all-gotools on all-target-libgo.
2720
2721 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2722
2723         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2724         * configure: Regenerate.
2725
2726 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2727
2728         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2729         all-target-libgomp.
2730         * Makefile.in: Regenerate.
2731
2732 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2733
2734         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2735
2736 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2737
2738         * configure.ac: Add Visium support.
2739         * configure: Regenerate.
2740
2741 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2742
2743         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2744         * configure: Regenerate.
2745
2746 2015-01-03  Andrew Pinski  <apinski@cavium.com>
2747
2748         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2749         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2750         (BASE_TARGET_EXPORTS): Add OBJCOPY.
2751         (OBJCOPY_FOR_TARGET): New variable.
2752         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2753         * Makefile.in: Regenerate.
2754         * configure.ac: Check for already installed target objcopy.
2755         Also GCC_TARGET_TOOL on objcopy.
2756         * configure: Regenerate.
2757
2758 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2759
2760         * config.sub: Update from upstream, to 2015-01-01 version.
2761         * config.guess: Ditto.
2762
2763 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2764
2765         * MAINTAINERS (RTEMS Ports): Add myself.
2766
2767 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2768
2769         * MAINTAINERS (Write After Approval): Add myself.
2770
2771 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2772
2773         * MAINTAINERS (Write After Approval): Add myself.
2774
2775 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2776
2777         * configure.ac (--enable-as-accelerator-for): Don't set
2778         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2779         * configure: Regenerate.
2780
2781 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
2782
2783         PR bootstrap/64023
2784         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2785         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2786         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2787         to CXX.
2788         * Makefile.in: Regenerated.
2789
2790 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2791             Yury Gribov  <y.gribov@samsung.com>
2792
2793         * .gitignore: Added .local.vimrc and .lvimrc.
2794         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2795         * Makefile.in: Regenerate.
2796
2797 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2798
2799         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2800         * configure: Regenerated.
2801
2802 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2803
2804         * MAINTAINERS (nvptx port): New entry.
2805
2806 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2807
2808         * configure: Regenerate.
2809
2810 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2811
2812         * configure.ac: Merge with Binutils.
2813
2814 2014-11-26  Tobias Burnus  <burnus@net-b.de>
2815
2816         * Makefile.def: Make more dependent on mpfr, mpc and isl.
2817         * Makefile.in: Regenerate.
2818
2819 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2820
2821         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2822         missing flex.
2823         * Makefile.in: Regenerated.
2824
2825 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2826
2827         * Makefile.in: Regenerate.
2828
2829 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2830
2831         PR bootstrap/63784
2832         * libtool.m4: Add $pic_flag with -shared.
2833
2834 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
2835
2836         * MAINTAINERS (Write After Approval): Added myself.
2837
2838 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2839
2840         * MAINTAINERS (write-after-approval): Add myself.
2841
2842 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2843
2844         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2845         from 2 years ago.
2846
2847 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2848
2849         Revert:
2850         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2851
2852         * MAINTAINERS (Write After Approval): Added myself as line map
2853         maintainer.
2854
2855 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2856
2857         Revert:
2858         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2859
2860         * MAINTAINERS (Write After Approval): Added myself.
2861
2862 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2863
2864         * MAINTAINERS (Write After Approval): Added myself.
2865
2866 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2867
2868         * MAINTAINERS (Write After Approval): Added myself as line map
2869         maintainer.
2870
2871 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
2872
2873         * MAINTAINERS (Various Maintainers): Added myself as line map
2874         maintainer.
2875
2876 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2877
2878         * move-if-change: Sync from upstream gnulib.
2879
2880 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2881
2882         * compile: Sync with upstream Automake.
2883         * depcomp: Ditto.
2884         * install-sh: Ditto.
2885         * missing: Ditto.
2886         * mkinstalldirs: Ditto.
2887         * ylwrap: Ditto.
2888
2889 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2890
2891         * config.sub: Update from upstream config repo.
2892         * config.guess: Ditto.
2893
2894 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2895
2896         * Makefile.def: Add liboffloadmic to target_modules.  Make
2897         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2898         * Makefile.in: Regenerate.
2899         * configure: Regenerate.
2900         * configure.ac: Add liboffloadmic to target binaries.
2901         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2902         Add liboffloadmic to noconfig list when C++ is not supported.
2903
2904 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2905             Thomas Schwinge  <thomas@codesourcery.com>
2906             Ilya Verbin  <ilya.verbin@intel.com>
2907             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2908
2909         * configure: Regenerate.
2910         * configure.ac (--enable-as-accelerator-for)
2911         (--enable-offload-targets): New configure options.
2912
2913 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2914
2915         * Makefile.def: Make all-gcc depend on all-isl.
2916         * Makefile.in: Regenerate.
2917
2918 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2919
2920         * ChangeLog.jit: New.
2921         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2922
2923 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2924
2925         PR target/63610
2926         * libtool.m4: Fix globbing of darwin versions.
2927         * configure: Regenerate.
2928
2929 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2930
2931         * Makefile.def: Remove CLooG.
2932         * Makefile.tpl: Ditto.
2933         * configure.ac: Ditto.
2934         * configure: Regenerate.
2935         * Makefile.in: Ditto.
2936
2937 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2938
2939         * configure.ac: Handle nvptx-*-*.
2940         * configure: Regenerate.
2941
2942 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2943
2944         * MAINTAINERS (Write After Approval): Add myself.
2945
2946 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
2947
2948         * Makefile.def (libcc1): Remove bootstrap=true;.
2949         * Makefile.in: Regenerated.
2950
2951 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2952
2953         * configure.ac: Update comment.
2954         * configure: Regenerate.
2955
2956 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2957
2958         * MAINTAINERS (Write After Approval): Add myself.
2959
2960 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2961
2962         * configure.ac (extra_host_libiberty_configure_flags): Add
2963         --enable-shared also for libcc1's benefit.
2964         * configure: Regenerate.
2965
2966 2014-10-29  Tristan Gingold  <gingold@adacore.com>
2967
2968         * MAINTAINERS: Change my email address.
2969
2970 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2971             Tom Tromey  <tromey@redhat.com>
2972
2973         * Makefile.def: Add libcc1 to host_modules.
2974         * configure.ac (host_tools): Add libcc1.
2975         * Makefile.in, configure: Rebuild.
2976
2977 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2978
2979         * configure.ac (build_configargs): Don't share config.cache between
2980         build subdirs.
2981         * configure: Regenerate.
2982
2983 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2984
2985         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2986         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2987         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2988         leon3v7 as leon3.
2989         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2990         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2991         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2992         * config/sparc/sparc.md (cpu): Add leon3v7.
2993         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2994
2995 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2996
2997         * MAINTAINERS (write-after-approval): Add myself.
2998
2999 2014-10-23  Ian Lance Taylor  <iant@google.com>
3000
3001         * configure.ac: Disable the Go frontend on systems where it is known
3002         to not work.
3003         * configure: Regenerate.
3004
3005 2014-10-23  Richard Biener  <rguenther@suse.de>
3006
3007         * Makefile.def: Add libcpp build module and dependencies.
3008         * configure.ac: Add libcpp build module.
3009         * Makefile.in: Regenerate.
3010         * configure: Likewise.
3011
3012 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3013
3014         * MAINTAINERS (write-after-approval): Add myself.
3015
3016 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3017
3018         * INSTALL/README: Do not mention CVS.
3019
3020 2014-10-03  Jing Yu  <jingyu@google.com>
3021
3022         * configure.ac: Add aarch64 to list of targets that support gold.
3023         * configure: Regenerate.
3024
3025 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3026
3027         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3028
3029 2014-09-29  Catherine Moore  <clm@codesourcery.com>
3030
3031         * MAINTAINERS:  Add myself as MIPS maintainer.
3032
3033 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3034
3035         * MAINTAINERS: Move myself to MIPS maintainers.
3036
3037 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3038
3039         * MAINTAINERS: Put all email addresses between '<' and '>'.
3040
3041 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3042
3043         * MAINTAINERS: Move myself to reviewers (Fortran).
3044
3045 2014-09-01  Andi Kleen  <ak@linux.intel.com>
3046
3047         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3048         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3049         * Makefile.in: Regenerate.
3050
3051 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3052
3053         * rtx-classes-status.txt: Delete
3054
3055 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3056
3057         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3058
3059 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3060
3061         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3062         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3063         of checking for version number.
3064         * configure: Regenerated.
3065         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3066
3067 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3068
3069         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3070         is done; begin phase 6 (use extra rtx_def subclasses).
3071
3072 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3073
3074         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3075         done; begin phase 5 (additional rtx_def subclasses).
3076
3077 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3078
3079         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3080
3081 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3082
3083         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3084         SET_BB_HEADER are done.
3085
3086 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3087
3088         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3089         done.
3090
3091 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3092
3093         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3094
3095 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3096
3097         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3098
3099 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3100
3101         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3102
3103 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3104
3105         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3106
3107 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3108
3109         * rtx-classes-status.txt: Phase 3 (per-file commits within
3110         "config" subdirs) is done; begin phase 4 (removal of
3111         "scaffolding").
3112
3113 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3114
3115         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3116         dir) is done; begin phase 3 (per-file commits within "config"
3117         subdirs).
3118
3119 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3120
3121         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3122         phase 2 (per-file commits in main source dir).
3123
3124 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3125
3126         * configure: Regenerated.
3127
3128 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3129
3130         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3131
3132 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3133
3134         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3135
3136 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3137
3138         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3139
3140 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3141
3142         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3143
3144 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3145
3146         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3147
3148 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3149
3150         * MAINTAINERS (Write After Approval): Add myself.
3151
3152 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3153
3154         * MAINTAINERS: Remove myself
3155
3156 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3157
3158         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3159
3160 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3161
3162         * MAINTAINERS (Write After Approval): Add myself.
3163
3164 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3165
3166         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3167         SET_BB_HEADER, SET_BB_FOOTER
3168
3169 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3170
3171         * rtx-classes-status.txt: New file
3172
3173 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3174
3175         * configure.ac: Eliminate ClooG installation dependency.
3176         * configure: Regenerate.
3177         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3178         * Makefile.in: Regenerate.
3179
3180 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3181
3182         * MAINTAINERS (Write After Approval): Add myself.
3183
3184 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3185
3186         * MAINTAINERS (Write After Approval): Add myself.
3187
3188 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3189
3190         * MAINTAINERS (Write After Approval): Add myself.
3191
3192 2014-07-28  Anthony Green  <green@moxielogic.com>
3193
3194         Import from savannah.gnu.org:
3195         * config.sub: Update to 2014-07-28 version.
3196
3197 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3198
3199         * MAINTAINERS: Remove my MIPS maintainer entry.
3200
3201 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3202
3203         PR target/47230
3204         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3205         * configure: Regenerate.
3206
3207 2014-07-24  James Norris  <jnorris@codesourcery.com>
3208
3209         * MAINTAINERS (Write After Approval): Add myself.
3210
3211 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3212
3213         * configure.ac: Accept only CLooG 0.18.1.
3214         * configure: Regenerate.
3215
3216 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3217
3218         * configure.ac: Don't accept isl 0.11.
3219         * configure: Regenerate.
3220
3221 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3222
3223         * MAINTAINERS (Write After Approval): Add myself.
3224
3225 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3226
3227         * configure.ac: Don't accept isl 0.10.
3228         * configure: Regenerate.
3229
3230 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3231
3232         Fix include path for in-tree cloog.
3233         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3234         * configure: Regenerate.
3235
3236 2014-06-18  Richard Henderson  <rth@redhat.com>
3237
3238         * .gitignore: Import gcc_update output.
3239
3240 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3241
3242         * config-ml.in: Robustify ac_configure_args parsing.
3243
3244         * configure.ac (--enable-linker-plugin-configure-flags)
3245         (--enable-linker-plugin-flags): New flags.
3246         (configdirs): Conditionally add libiberty-linker-plugin.
3247         * configure: Regenerate.
3248         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3249         (host_modules) <lto-plugin>: Pay attention to
3250         @extra_linker_plugin_flags@ and
3251         @extra_linker_plugin_configure_flags@.
3252         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3253         * Makefile.in: Regenerate.
3254
3255         * Makefile.tpl (configure-[+prefix+][+module+])
3256         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3257         "module_srcdir" instead of "module" for locating a module's srcdir.
3258         * Makefile.in: Regenerate.
3259
3260 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3261
3262         * MAINTAINERS (Write After Approval): Add myself.
3263
3264 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3265
3266         * MAINTAINERS: Update my email address.
3267
3268 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3269
3270         * MAINTAINERS (Write After Approval): Add myself.
3271
3272 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3273
3274         * MAINTAINERS (Write After Approval): Add myself.
3275
3276 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3277
3278         PR libstdc++/61011
3279         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3280         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3281         * configure: Regenerate.
3282
3283 2014-05-28  Pedro Alves  <palves@redhat.com>
3284
3285         * MAINTAINERS (Write After Approval): Add myself.
3286
3287 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3288
3289         * MAINTAINERS: Update my affiliation/email.
3290
3291 2014-05-19  Mike Stump  <mikestump@comcast.net>
3292
3293         * MAINTAINERS: Add wide-int reviewers.
3294
3295 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3296
3297         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3298         * configure: Regenerated.
3299
3300 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3301
3302         * MAINTAINERS (libitm): Add myself as maintainer.
3303
3304 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3305
3306         * MAINTAINERS (Write After Approval): Add myself.
3307
3308 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3309
3310         * config.sub, config.guess: Import from upstream.
3311
3312 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3313
3314         * MAINTAINERS (Write After Approval): Put myself in correct order.
3315
3316 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3317
3318         * MAINTAINERS (Write After Approval): Add myself.
3319
3320 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3321
3322         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3323         section.
3324
3325 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3326
3327         * MAINTAINERS (Write After Approval): Delete myself.
3328
3329 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3330
3331         PR sanitizer/56781
3332         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3333         and -B* options with -Xcompiler.
3334
3335 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3336
3337         PR bootstrap/60620
3338         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3339         * Makefile.in: Regenerate.
3340
3341 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3342
3343         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3344         for WINDRES_FOR_TARGET in default-manifest.o rule.
3345         * Makefile.in: Regenerate.
3346
3347 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3348
3349         * MAINTAINERS (Write After Approval): Add myself.
3350
3351 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3352
3353         PR sanitizer/56781
3354         * Makefile.def: Set bootstrap=true; for host fixincludes.
3355         * configure.ac: Don't bootstrap host fixincludes unless
3356         --with-build-config=bootstrap-{a,ub}san.
3357         * Makefile.in: Regenerated.
3358         * configure: Regenerated.
3359
3360 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3361
3362         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3363         --enable-vtable-verify option parsing.  Don't add
3364         target-libsanitizer to bootstrap_target_libs unless
3365         --with-build-config=bootstrap-asan or
3366         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3367         to bootstrap_target_libs unless --enable-vtable-verify.
3368         * configure: Regenerated.
3369
3370 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3371
3372         * MAINTAINERS (Write After Approval): Add myself.
3373
3374 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3375
3376         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3377
3378 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3379
3380         PR bootstrap/58572
3381         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3382         -I for libstdc++-v3 includes if $(LEAN).
3383         * Makefile.in: Regenerated.
3384
3385 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3386
3387         * MAINTAINERS: Update my email address.
3388
3389 2014-02-24  Walter Lee  <walt@tilera.com>
3390
3391         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3392         (tilegx-*-*): Change to tilegx*-*-*.
3393         * configure: Regenerate.
3394
3395 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3396
3397         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3398
3399 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3400
3401         * MAINTAINERS (Write After Approval): Add myself.
3402
3403 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3404
3405         PR target/59788
3406         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3407         *solaris2*.
3408
3409 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3410
3411         * MAINTAINERS: Update my email address.
3412
3413 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3414
3415         * MAINTAINERS: Convert to UTF-8.
3416         Properly sort Xinliang David Li's entry.
3417
3418 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3419             Sandra Loosemore  <sandra@codesourcery.com>
3420
3421         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3422         nios2 port maintainers.
3423
3424 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3425
3426         * MAINTAINERS (Write After Approval): Add myself.
3427
3428 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3429
3430         * configure.ac: Add user-friendly check for native x86_64-linux
3431         multilibs.
3432         * configure: Regenerate.
3433
3434 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3435
3436         * MAINTAINERS: Add myself as sh maintainer.
3437
3438 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3439
3440         * MAINTAINERS: Add self as SLSR maintainer.
3441
3442 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3443
3444         * MAINTAINERS: Update my email address.
3445
3446 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3447
3448         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3449
3450 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3451
3452         * Makefile.in: Regenerate.
3453
3454         * Makefile.tpl: Fix typo.
3455         * Makefile.in: Regenerate partially.
3456
3457 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3458
3459         * configure.ac: Added libcilkrts to noconfig list when C++ is not
3460         supported.
3461         * configure: Regenerated.
3462
3463 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3464
3465         * MAINTAINERS (Write After Approval): Add myself.
3466
3467 2013-10-30  Jason Merrill  <jason@redhat.com>
3468
3469         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3470         --disable-build-format-warnings.
3471
3472 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3473
3474         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3475         depend on libstdc++ and libgcc.
3476         * configure: Regenerate.
3477         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
3478         libcilkrts for POSIX and i*86, and x86_64 architectures.
3479         * Makefile.in: Added libcilkrts related fields to support building it.
3480
3481 2013-10-26  Jeff Law  <law@redhat.com>
3482
3483         * Makefile.def (target_modules): Remove libmudflap
3484         (languages): Remove check-target-libmudflap).
3485         * Makefile.in: Rebuilt.
3486         * Makefile.tpl (check-target-libmudflap-c++): Remove.
3487         * configure.ac (target_libraries): Remove target-libmudflap.
3488         Remove checks which disabled libmudflap on some systems.
3489         * configure: Rebuilt.
3490         * libmudflap: Directory removed.
3491
3492 2013-10-21  Cong Hou  <congh@google.com>
3493
3494         * MAINTAINERS (Write After Approval): Add myself.
3495
3496 2013-10-16  Mike Stump  <mikestump@comcast.net>
3497
3498         * .dir-locals.el: Add.
3499
3500 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
3501
3502         * configure.ac: Add --enable-host-shared
3503         * configure: Regenerate.
3504
3505 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3506
3507         Import from savannah.gnu.org:
3508         * config.guess: Update to 2013-06-10 version.
3509         * config.sub: Update to 2013-10-01 version.
3510
3511 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
3512
3513         Changes to build configuration to allow big endian ARC ELF toolchain
3514         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3515         * configure: Regenerate.
3516
3517 2013-09-20  Alan Modra  <amodra@gmail.com>
3518
3519         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3520         ppc host match.  Support little-endian powerpc linux hosts.
3521
3522 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
3523
3524         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3525         maintainer.
3526
3527 2013-09-12  DJ Delorie  <dj@redhat.com>
3528
3529         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3530         maintainers.
3531
3532 2013-09-03  Richard Biener  <rguenther@suse.de>
3533
3534         * configure.ac: Also allow ISL 0.12.
3535         * configure: Regenerated.
3536
3537 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3538
3539         * MAINTAINERS (Write After Approval): Add myself.
3540
3541 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
3542
3543         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3544
3545 2013-08-26  Caroline Tice  <cmtice@google.com>
3546
3547         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
3548         "Various Reviewers" to libvtv "Various Maintainers".
3549
3550 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
3551
3552         * MAINTAINERS: Add myself as RTL optimizers reviewer.
3553
3554 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
3555
3556         * MAINTAINERS: Update name, email.
3557
3558 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
3559
3560         * MAINTAINERS (Write After Approval): Add myself.
3561
3562 2013-08-12  Caroline Tice  <cmtice@google.com>
3563
3564         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3565         address in the Write After Approval section.
3566
3567 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
3568
3569         * MAINTAINERS (Write After Approval): Update email.
3570
3571 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
3572
3573         * configure.ac: Adjust to check VTV_SUPPORTED.
3574         * configure: Regenerated.
3575
3576 2013-08-02  Caroline Tice  <cmtice@google.com>
3577
3578         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3579         on non-linux systems; add target-libvtv to noconfigdirs; add
3580         libsupc++/.libs to C++ library search paths.
3581         * configure: Regenerated.
3582         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3583         libstdc++ and libgcc.
3584         * Makefile.in: Regenerated.
3585
3586 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
3587
3588         * MAINTAINERS (Write After Approval): Add myself.
3589
3590 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
3591             Shiva Chen  <shiva0217@gmail.com>
3592
3593         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3594         nds32 port maintainers.
3595
3596 2013-07-17  Tim Shen  <timshen91@gmail.com>
3597
3598         * MAINTAINERS (Write After Approval): Add myself.
3599
3600 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3601
3602         * configure.ac: Sync from binutils.
3603         * configure: Regenerate.
3604
3605 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
3606
3607         * MAINTAINERS (Write After Approval): Add myself.
3608
3609 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
3610
3611         * MAINTAINERS (Write After Approval): Add myself.
3612
3613 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
3614
3615         * MAINTAINERS (Write After Approval): Add myself.
3616
3617 2013-04-30  Brooks Moses  <bmoses@google.com>
3618
3619         * MAINTAINERS: Update my email; move myself from Fortran
3620         reviewer to Write After Approval.
3621
3622 2013-04-16  Andreas Schwab  <schwab@suse.de>
3623
3624         * configure.ac (aarch64-*-*): Don't disable java.
3625         * configure: Regenerate.
3626
3627 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
3628
3629         * MAINTAINERS (Write After Approval): Add myself.
3630
3631 2013-03-30  Matthias Klose  <doko@ubuntu.com>
3632
3633         * Makefile.def (target_modules): Don't install libffi.
3634         * Makefile.in: Regenerate.
3635
3636 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
3637
3638         * MAINTAINERS (Write After Approval): Add myself.
3639
3640 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
3641
3642         * MAINTAINERS (Write After Approval): Add myself.
3643
3644 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
3645
3646         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3647         * configure: Regenerated.
3648
3649 2013-02-05  Ian Lance Taylor  <iant@google.com>
3650
3651         PR go/55969
3652         * configure.ac: Disable libgo on some systems where it does not
3653         work.
3654
3655 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
3656
3657         * MAINTAINERS: Explicitly add myself as AIX maintainer.
3658         Remove Geoff Keating as rs6000 port maintainer, at his request.
3659
3660 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
3661
3662         * MAINTAINERS: Update my email.
3663
3664 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
3665
3666         * configure: Re-generate.
3667
3668 2013-01-15  Richard Biener  <rguenther@suse.de>
3669
3670         PR other/55973
3671         * configure: Re-generate.
3672
3673 2013-01-14  Matthias Klose  <doko@ubuntu.com>
3674
3675         * Makefile.def (install-target-libsanitizer): Depend on
3676         install-target-libstdc++-v3.
3677         * Makefile.in: Regenerate.
3678
3679 2013-01-14  Richard Biener  <rguenther@suse.de>
3680
3681         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3682         * configure: Re-generate
3683
3684 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3685
3686         * config.sub: Update from config repo.
3687
3688 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3689
3690         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3691         * Makefile.in: Regenerate.
3692
3693 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3694
3695         * MAINTAINERS (arc): Add new port maintainership for myself.
3696
3697 2013-01-09  Jason Merrill  <jason@redhat.com>
3698
3699         * .gitignore: Import from gdb repository.
3700
3701 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3702
3703         * Makefile.def (configure-gcc): Depend on all-gmp.
3704         (all-gcc): Remove dependency on all-gmp.
3705         * Makefile.in: Regenerated.
3706
3707 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3708
3709         * config.sub: Merge from config repo.
3710         * config.guess: Ditto.
3711
3712 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3713
3714         * Makefile.def: Merge from binutils.
3715         * Makefile.in: Ditto.
3716
3717 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3718
3719         * MAINTAINERS: Update my email.
3720
3721 2012-12-29  Ben Elliston  <bje@gnu.org>
3722
3723         * config.guess: Update to 2012-12-29 version.
3724         * config.sub: Likewise.
3725
3726 2012-12-20  Matthias Klose  <doko@ubuntu.com>
3727
3728         * Makefile.def (install-target-libgfortran): Depend on
3729         install-target-libquadmath, install-target-libgcc.
3730         (install-target-libsanitizer): Depend on install-target-libgcc.
3731         (install-target-libjava): Depend on install-target-libgcc.
3732         (install-target-libitm): Depend on install-target-libgcc.
3733         (install-target-libobjc): Depend on install-target-libgcc.
3734         (install-target-libstdc++-v3): Depend on install-target-libgcc.
3735         * Makefile.in: Regenerate.
3736
3737 2012-12-19  Matthias Klose  <doko@ubuntu.com>
3738
3739         * Makefile.def (install-target-libgo): Depend on
3740         install-target-libatomic.
3741         * Makefile.in: Regenerate.
3742
3743 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3744
3745         PR go/55201
3746         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3747         * Makefile.in: Regenerate.
3748
3749 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3750
3751         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3752         * configure: Regenerate.
3753
3754 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3755
3756         * config.sub: Merge from config repo.
3757
3758 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3759
3760         * Makefile.def (target_modules): Add bootstrap=true and
3761         raw_cxx=true to libsanitizer.
3762         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3763         * Makefile.in: Regenerated.
3764         * configure: Likewise.
3765
3766 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3767
3768         * MAINTAINERS: Remove self as RTL optimization maintainer.
3769
3770 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3771
3772         * MAINTAINERS (Write After Approval): Add myself.
3773
3774 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3775
3776         * Makefile.def (target_modules): Remove bootstrap=true and
3777         raw_cxx=true from libsanitizer.
3778         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3779         * Makefile.in: Regenerated.
3780         * configure: Likewise.
3781
3782 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3783
3784         * Makefile.def (target_modules): Add bootstrap=true and
3785         raw_cxx=true to libsanitizer.
3786         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3787         * Makefile.in: Regenerated.
3788         * configure: Likewise.
3789
3790 2012-11-28  Andrew Pinski  <apinski@cavium.com>
3791
3792         PR bootstrap/54279
3793         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3794         * configure: Regenerate.
3795         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3796         * Makefile.in: Regenerate.
3797
3798 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3799
3800         * configure.ac: Disable libsanitizer if we're not building C++.
3801         * configure: Regenerate.
3802
3803 2012-11-15  Roland McGrath  <roland@hack.frob.com>
3804
3805         * MAINTAINERS (Write After Approval): Add myself.
3806
3807 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3808
3809         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3810         Kostya Serebryany (kcc@google.com) and
3811         Jakub Jelinek (jakub@redhat.com).
3812         Rename area for Dodji Seketeli (dodji@redhat.com).
3813
3814 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
3815
3816         * MAINTAINERS: (asan.c, related): Add myself.
3817
3818 2012-11-14  Roland McGrath  <mcgrathr@google.com>
3819
3820         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3821         * configure: Regenerate.
3822
3823 2012-11-13  Richard Henderson  <rth@redhat.com>
3824
3825         * configure.ac: Move libsanitizer logic to subdirectory.
3826         * configure: Regenerate.
3827
3828 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
3829
3830         * configure.ac: Enable libsanitizer just on x86 linux for now.
3831         * configure: Re-generate.
3832
3833 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3834
3835         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3836         sections.
3837         * configure: Regenerate.
3838
3839 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3840
3841         * configure.ac: Add section for configdirs for libsanitizer.
3842         Disable for cris-*-* and mmix-*-*.
3843         * configure: Regenerate.
3844
3845 2012-11-12  Wei Mi <wmi@google.com>
3846
3847         * configure.ac: Add libsanitizer to target_libraries.
3848         * Makefile.def: Ditto.
3849         * configure: Regenerate.
3850         * Makefile.in: Regenerate.
3851         * libsanitizer: New directory for asan runtime.  Contains an empty
3852         tsan directory.
3853
3854 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3855
3856         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3857         against Mingw64 w32api.
3858         * configure: Regenerate.
3859
3860 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3861
3862         * configure: Regenerated.
3863
3864 2012-11-03  Robert Mason  <rbmj@verizon.net>
3865
3866         * configure.ac: add --disable-libstdcxx configure option
3867         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3868
3869 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3870
3871         * MAINTAINERS (Write After Approval): Add myself.
3872
3873 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3874
3875         * MAINTAINERS (Write After Approval): Add myself.
3876
3877 2012-10-24  Sharad Singhai  <singhai@google.com>
3878
3879         * MAINTAINERS (Write After Approval): Add myself.
3880
3881 2012-10-24  Eric Christopher  <echristo@gmail.com>
3882
3883         * MAINTAINERS: Update email address.
3884
3885 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3886
3887         PR bootstrap/54820
3888         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3889         * configure: Regenerate.
3890
3891 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3892
3893         * MAINTAINERS (aarch64): Add Marcus and myself.
3894
3895 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3896
3897         PR bootstrap/54820
3898         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3899         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3900         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3901         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3902         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3903         * Makefile.in: Regenerate.
3904         * configure.ac (have_static_libs): New variable and associated check.
3905         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3906         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3907         * configure: Regenerate.
3908
3909 2012-10-10  Richard Biener  <rguenther@suse.de>
3910
3911         * MAINTAINERS: Adjust for changed surname.
3912
3913 2012-10-04  Lawrence Crowl  <crowl@google.com>
3914
3915         * MAINTAINERS (Write After Approval): Add myself.
3916
3917 2012-10-01  Cary Coutant  <ccoutant@google.com>
3918
3919         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3920
3921 2012-09-28  Ian Lance Taylor  <iant@google.com>
3922
3923         * Makefile.def: Make all-target-libgo depend on
3924         all-target-libbacktrace.
3925         * Makefile.in: Rebuild.
3926
3927 2012-09-26  Ian Lance Taylor  <iant@google.com>
3928
3929         * Makefile.def: Make all-gcc depend on all-libbacktrace.
3930         * Makefile.in: Rebuild.
3931
3932 2012-09-20  Walter Lee  <walt@tilera.com>
3933
3934         * configure.ac: Add tilegx to list of targets that support gold.
3935         * configure: Regenerate.
3936
3937 2012-09-20  Marek Polacek  <polacek@redhat.com>
3938
3939         * MAINTAINERS (Write After Approval): Add myself.
3940
3941 2012-09-19  Steve Ellcey  <sellcey@mips.com>
3942
3943         * configure.ac: Add mips*-mti-elf* target.
3944         * configure: Regenerate.
3945
3946 2012-09-17  Ian Lance Taylor  <iant@google.com>
3947
3948         * MAINTAINERS (Various Maintainers): Add libbacktrace.
3949         * configure.ac (host_libs): Add libbacktrace.
3950         (target_libraries): Add libbacktrace.
3951         * Makefile.def (host_modules): Add libbacktrace.
3952         (target_modules): Likewise.
3953         * configure, Makefile.in: Rebuild.
3954
3955 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3956
3957         PR target/38607
3958         Merge upstream change.
3959         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3960
3961         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3962         Add libgomp*.o to compare_exclusions for AIX.
3963         * configure: Regenerate.
3964
3965 2012-09-06  Diego Novillo  <dnovillo@google.com>
3966
3967         * configure.ac: Bump minimum GMP version to 4.2.3.
3968         * configure: Re-generate.
3969
3970 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3971
3972         PR target/54461
3973         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3974         target-libgloss if not configured --with-avrlibc=no.
3975         * configure: Regenerate.
3976
3977 2012-09-04  Jason Merrill  <jason@redhat.com>
3978
3979         * configure.ac: Fix --enable-languages=all.
3980
3981 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3982
3983         * MAINTAINERS (Write After Approval): Add myself.
3984
3985 2012-09-03  Richard Guenther  <rguenther@suse.de>
3986
3987         PR bootstrap/54138
3988         * configure.ac: Re-organize ISL / CLOOG checks to allow
3989         disabling with either --without-isl or --without-cloog.
3990         * configure: Regenerated.
3991
3992 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
3993
3994         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3995         * configure: Regenerate.
3996
3997 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
3998
3999         * MAINTAINERS: Fix my email address.
4000
4001 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4002
4003         PR binutils/4970
4004         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4005         and opcodes.
4006         * Makefile.in: Regenerated.
4007
4008 2012-08-26  Art Haas <ahaas@impactweather.com>
4009
4010         * configure: Regenerate.
4011
4012 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4013
4014         * INSTALL/README: Also refer to the online installation
4015         instructions.
4016
4017 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4018
4019         * MAINTAINERS (Write After Approval): Add myself.
4020         (Picochip port): Remove myself.
4021
4022 2012-08-14   Diego Novillo  <dnovillo@google.com>
4023
4024         Merge from cxx-conversion branch.
4025
4026         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4027         POSTSTAGE1_CONFIGURE_FLAGS.
4028         * Makefile.in: Regenerate.
4029         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4030         Force C++ when bootstrapping.
4031         * configure: Regenerate.
4032
4033 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4034
4035         * MAINTAINERS (Write After Approval): Add myself.
4036
4037 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
4038
4039         * README: Document use of ranges of years in copyright notices.
4040
4041 2012-07-06  Richard Guenther  <rguenther@suse.de>
4042
4043         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4044         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4045         --with-gmp=system.
4046         * Makefile.in: Regenerated.
4047         * configure: Likewise.
4048
4049 2012-07-06  Richard Guenther  <rguenther@suse.de>
4050
4051         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4052         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4053         supply V=1 as extra_make_flags.
4054         * configure: Regenerated.
4055         * Makefile.in: Likewise.
4056
4057 2012-07-04  Tristan Gingold  <gingold@adacore.com>
4058
4059         * configure: Regenerate.
4060
4061 2012-07-03  Richard Guenther  <rguenther@suse.de>
4062
4063         * Makfile.def (isl): Remove not necessary extra_exports and
4064         extra_make_flags.
4065         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4066         * Makefile.in: Regenerated.
4067
4068 2012-07-03  Richard Guenther  <rguenther@suse.de>
4069
4070         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4071         * configure.ac: If either the ISL or the CLooG check failed
4072         do not try to build in-tree versions.
4073         * Makefile.in: Regenerated.
4074         * configure: Regenerated.
4075
4076 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4077
4078         * configure: Regenerate.
4079
4080 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4081
4082         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4083         maintainer.
4084
4085 2012-07-02  Richard Guenther  <rguenther@suse.de>
4086
4087         * configure: Regenerated.
4088
4089 2012-07-02  Richard Guenther  <rguenther@suse.de>
4090         Michael Matz  <matz@suse.de>
4091         Tobias Grosser <tobias@grosser.es>
4092         Sebastian Pop <sebpop@gmail.com>
4093
4094         * Makefile.def: Add ISL host module, remove PPL host module.
4095         Adjust ClooG host module to use the proper ISL.
4096         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4097         * configure.ac: Include config/isl.m4.  Add ISL host library,
4098         remove PPL.  Remove PPL configury, add ISL configury, adjust
4099         ClooG configury.
4100         * Makefile.in: Regenerated.
4101         * configure: Likewise.
4102
4103 2012-07-02  Richard Guenther  <rguenther@suse.de>
4104
4105         Merge from graphite branch
4106         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4107
4108         * configure: Regenerated.
4109         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4110         both cloog.org and legacy versions. The only supported version will
4111         be CLooG with the isl backend.
4112
4113         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4114
4115         * configure: Regenerated.
4116         * configure.ac: Require cloog isl 0.17.0
4117
4118         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4119
4120         * configure: Regenerated.
4121         * config/cloog.m4: Do not define CLOOG_ORG
4122
4123 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4124
4125         * configure.ac: Skip C if explicitly selected.
4126         * configure: Regenerate.
4127
4128 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4129
4130         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4131         they contain -O2.
4132         * configure: Regenerate.
4133
4134 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4135
4136         PR debug/53740
4137         * df.h, df-problems.c, dce.c: Revert last patch.
4138
4139 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4140
4141         * MAINTAINERS (Write After Approval): Update my email address.
4142
4143 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4144
4145         * MAINTAINERS (Write After Approval): Add myself.
4146
4147 2012-06-20  Jason Merrill  <jason@redhat.com>
4148
4149         * Makefile.tpl (check-target-libgomp-c++): New.
4150         (check-target-libitm-c++): New.
4151         * Makefile.def (c++): Add them.
4152         * Makefile.in: Regenerate.
4153
4154 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4155
4156         * MAINTAINERS (Write After Approval): Add myself.
4157
4158 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4159
4160         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4161         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4162         (install-no-fixedincludes): Adjust accordingly.
4163         * Makefile.in: Regenerate.
4164
4165 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4166
4167         Merge upstream change
4168         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4169
4170 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4171
4172         * MAINTAINERS (Write After Approval): Add myself.
4173
4174 2012-05-09  Nick Clifton  <nickc@redhat.com>
4175             Paul Smith  <psmith@gnu.org>
4176
4177         PR bootstrap/50461
4178         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4179         allow for the fact that from release v3.1.0 of MPFR the source
4180         files were moved into a src sub-directory.
4181         * configure: Regenerate.
4182
4183 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4184
4185         * configure.ac: Bump minimum MPFR version to 2.4.0.
4186         * configure: Regenerated.
4187
4188 2012-05-01  Richard Henderson  <rth@redhat.com>
4189
4190         * Makefile.def (libatomic): New target_module.
4191         * configure.ac (target_libraries): Add libatomic.
4192         (noconfigdirs): Check if libatomic is supported.
4193         * Makefile.in, configure: Rebuild.
4194
4195 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4196
4197         * MAINTAINERS (Write After Approval): Add myself.
4198
4199 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4200
4201         * config.sub: Update to 2012-04-18 version from official repo.
4202
4203 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4204
4205         * MAINTAINERS (Write After Approval): Add myself.
4206
4207 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4208
4209         * MAINTAINERS: Changed email address.
4210
4211 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4212
4213         PR target/52737
4214         * contrib/gcc_update (files_and_dependencies):
4215         Remove gcc/config/avr/t-multilib from touch data.
4216
4217 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4218
4219         * MAINTAINERS (OS Port Maintainers): Remove irix.
4220         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4221         (unsupported_languages): Remove mips-sgi-irix6.*.
4222         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4223         (with_stabs): Remove.
4224         * configure: Regenerate.
4225
4226 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4227
4228         * MAINTAINERS (OS Port Maintainers): Remove osf.
4229         * configure.ac (enable_libgomp): Remove *-*-osf*.
4230         (with_stabs): Remove alpha*-*-osf*.
4231         * configure: Regenerate.
4232
4233 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4234
4235         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4236         * configure: Regenerate.
4237
4238 2012-02-17  Walter Lee  <walt@tilera.com>
4239
4240         * MAINTAINERS: (Write After Approval): Delete myself.
4241
4242 2012-02-14  Walter Lee  <walt@tilera.com>
4243
4244         * MAINTAINERS (tilegx port): Add myself.
4245         (tilepro port): Add myself.
4246         (Write After Approval): Add myself.
4247
4248 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4249
4250         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4251         and Joseph Myers as docstring relicensing maintainers.
4252
4253 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4254
4255         * MAINTAINERS (write-after-approval): Add myself.
4256
4257 2012-02-08  Ira Rosen <irar@il.ibm.com>
4258
4259         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4260         maintainer.
4261
4262 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4263
4264         * MAINTAINERS (Write After Approval): Move myself to
4265         maintain alphabetical order.
4266
4267 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4268
4269         * MAINTAINERS (Write After Approval): Add myself.
4270
4271 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4272
4273         * MAINTAINERS (Write After Approval): Add myself.
4274
4275 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4276             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4277
4278         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4279         * configure: Regenerate.
4280
4281 2012-01-23  Harshit Chopra  <harshit@google.com>
4282
4283         * MAINTAINERS (Write After Approval): Add myself.
4284
4285 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4286
4287         * configure.ac: Remove reference to mh-interix.
4288         * configure: Regenerate.
4289
4290 2012-01-05  Richard Henderson  <rth@redhat.com>
4291
4292         PR bootstrap/51072
4293         * configure.ac: Disable libitm if c++ is not enabled.
4294         * configure: Rebuild.
4295
4296         * configure.ac: Fix regexp for same.
4297         * configure: Rebuild.
4298
4299 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4300
4301         * MAINTAINERS (Write After Approval): Add myself.
4302
4303 2012-01-02  Richard Guenther  <rguenther@suse.de>
4304
4305         PR bootstrap/51686
4306         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4307         * Makefile.in: Regenerate.
4308
4309 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4310
4311         * MAINTAINERS (Write After Approval): Add myself.
4312
4313 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4314
4315         * configure: Regenerate.
4316
4317 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4318
4319         * MAINTAINERS (picochip): Changed email address.
4320
4321 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4322
4323         * MAINTAINERS (write-after-approval): Add self.
4324
4325 2011-11-29  DJ Delorie  <dj@redhat.com>
4326
4327         * configure.ac (rl78-*-*) New case.
4328         * configure: Regenerate.
4329         * MAINTAINERS: Add myself as RL78 maintainer.
4330
4331 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4332
4333         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4334
4335 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4336
4337         * libtool.m4: Additional FreeBSD 10 fixes.
4338
4339 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4340
4341         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4342         Maintainers section, as Epiphany maintainer.
4343
4344 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4345
4346         PR target/49992
4347         * configure.ac: Remove ranlib special-casing for Darwin.
4348         * configure: Regenerate.
4349
4350 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4351
4352         * MAINTAINERS (Reviewers): Keep the list sorted.
4353
4354 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4355
4356         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4357
4358 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4359
4360         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4361         * configure: Rebuild.
4362         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4363         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4364         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4365         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4366         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4367         Add READELF.
4368         * Makefile.in: Rebuild.
4369
4370 2011-11-09  Jason Merrill  <jason@redhat.com>
4371
4372         * Makefile.def (language=c++): Remove check-c++0x.
4373         * Makefile.in (check-gcc-c++): Regenerate.
4374
4375 2011-11-08  Richard Henderson  <rth@redhat.com>
4376
4377         * configure.ac: Test for libitm directory present first.
4378
4379         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4380
4381         * configure.ac: Test libitm/configure.tgt to disable libitm.
4382         * configure: Rebuild.
4383
4384 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4385             Richard Henderson  <rth@redhat.com>
4386
4387         Merged from transactional-memory.
4388
4389         * Makefile.def (lang_env_dependencies): libitm is c++.
4390         Add libitm target module.
4391         * configure.ac: Likewise.
4392         * config/mmap.m4: New file.
4393         * contrib/gcc_update: Add libitm to touch data.
4394         * Makefile.in, configure: Rebuild.
4395
4396 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4397
4398         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4399         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4400         * Makefile.in: Regenerate.
4401
4402 2011-11-01  DJ Delorie  <dj@redhat.com>
4403
4404         * config.sub: Update to version 2011-10-29 (added rl78)
4405
4406 2011-10-27  Nick Clifton  <nickc@redhat.com>
4407
4408         * config.sub: Import these changes from the config project:
4409
4410         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4411             Ben Elliston  <bje@gnu.org>
4412
4413         * config.sub (epiphany): New.
4414
4415         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4416             Ben Elliston  <bje@gnu.org>
4417
4418         * config.sub (hexagon, hexagon-*): New.
4419
4420         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4421
4422         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4423         64eb to be64.
4424
4425         2011-08-16  Roland McGrath  <mcgrathr@google.com>
4426
4427         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4428         (nacl): Grok as alias for 32el-unknown-nacl.
4429
4430 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4431
4432         * MAINTAINERS (Write After Approval): Add myself.
4433
4434 2011-10-24  Teresa Johnson  <tejohnson@google.com>
4435
4436         * MAINTAINERS (Write After Approval): Add myself.
4437
4438 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
4439
4440         * MAINTAINERS (sparc port): Remove myself.
4441
4442 2011-09-14  Tom de Vries  <tom@codesourcery.com>
4443
4444         * MAINTAINERS (Write After Approval): Add myself.
4445
4446 2011-08-14  Yao Qi  <yao@codesourcery.com>
4447
4448         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4449         * configure: Regenerate.
4450
4451 2011-07-26  Ian Lance Taylor  <iant@google.com>
4452
4453         * configure.ac: Set have_compiler based on whether gcc directory
4454         exists, rather than on whether gcc is in configdirs.
4455         * configure: Rebuild.
4456
4457 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
4458
4459         * MAINTAINERS (Global Reviewers): Add self.
4460
4461 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4462
4463         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4464         link directories.
4465         * Makefile.in: Rebuild.
4466
4467 2011-07-20  Ian Lance Taylor  <iant@google.com>
4468
4469         PR bootstrap/49787
4470         * configure.ac: Move --enable-bootstrap handling earlier in file.
4471         If --enable-bootstrap and either --enable-build-with-cxx or
4472         --enable-build-poststage1-with-cxx, enable C++ automatically.
4473         * configure: Rebuild.
4474
4475 2011-07-19  Ian Lance Taylor  <iant@google.com>
4476
4477         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4478         make C++ a boot_language.  Set and substitute
4479         POSTSTAGE1_CONFIGURE_FLAGS.
4480         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4481         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4482         * configure, Makefile.in: Rebuild.
4483
4484 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4485
4486         * MAINTAINERS (Register Allocation): Move myself from reviewers to
4487         maintainers.
4488
4489 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
4490
4491         * MAINTAINERS (Global Reviewers): Add myself.
4492
4493 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4494
4495         * configure: Regenerate.
4496
4497 2011-07-16  Jason Merrill  <jason@redhat.com>
4498
4499         * Makefile.def (language=c++): Add check-c++0x and
4500         check-target-libmudflap-c++.
4501         * Makefile.tpl (check-target-libmudflap-c++): New.
4502         * Makefile.in: Regenerate.
4503
4504 2011-07-16  Matthias Klose  <doko@ubuntu.com>
4505
4506         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4507         * Makefile.def (target_modules/libjava): Pass
4508         $(EXTRA_CONFIGARGS_LIBJAVA).
4509         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4510         if not configured with --enable-static-libjava.
4511         * Makefile.in: Regenerate.
4512         * configure: Likewise.
4513
4514 2011-07-15  Jason Merrill  <jason@redhat.com>
4515
4516         * Makefile.in (check-c++): Move check-gcc-c++0x after
4517         check-target-libstdc++-v3.
4518
4519 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4520
4521         * MAINTAINERS (c6x port): New entry.
4522
4523 2011-07-13  Jason Merrill  <jason@redhat.com>
4524
4525         * Makefile.in (check-gcc-c++0x): New.
4526         (check-c++): Depend on it.
4527
4528 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4529
4530         PR target/39150
4531         * configure.ac (i[3456789]86-*-solaris2*): Also accept
4532         x86_64-*-solaris2.1[0-9]*.
4533         * configure: Regenerate.
4534
4535 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
4536
4537         * MAINTAINERS (RTL optimizers): Add self.
4538
4539 2011-06-27  Gabriel Charette  <gchare@google.com>
4540
4541         * MAINTAINERS (Write After Approval): Add myself.
4542
4543 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
4544
4545         PR regression/47836
4546         PR bootstrap/23656
4547         PR other/47733
4548         PR bootstrap/49247
4549         PR c/48825
4550         * configure.ac (target_libraries): Remove target-libiberty.
4551         Remove case-statement setting skipdirs=target-libiberty for
4552         multiple targets.  Remove checking target_configdirs and
4553         removing target-libiberty but keeping target-libgcc if
4554         otherwise empty.
4555         * Makefile.def (target_modules): Don't add libiberty.
4556         (dependencies): Remove all traces of target-libiberty.
4557         * configure, Makefile.in: Regenerate.
4558
4559 2011-06-13  Walter Lee <walt@tilera.com>
4560
4561         * configure.ac (tilepro-*-*) New case.
4562         (tilegx-*-*): Likewise.
4563         * configure: Regenerate.
4564
4565 2011-06-06  Jing Yu  <jingyu@google.com>
4566
4567         * configure.ac: Skip target-libiberty for
4568         arm*-*-linux-androideabi.
4569         * configure: Regenerated.
4570
4571 2011-06-06  Nick Clifton  <nickc@redhat.com>
4572
4573         * config.sub: Sync from upstream.
4574
4575 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
4576
4577         * MAINTAINERS (Write After Approval): Add myself.
4578
4579 2011-06-01  Daniel Jacobowitz  <drow@false.org>
4580
4581         * MAINTAINERS: Update my email address.
4582
4583 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
4584
4585         * MAINTAINERS (Write After Approval): Update my email address.
4586
4587 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4588
4589         * MAINTAINERS (Write After Approval): Add myself.
4590
4591 2011-05-08  Doug Kwan  <dougkwan@google.com>
4592
4593         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4594         * configure: Regenerated.
4595         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4596         value from configure.
4597         * Makefile.in: Regenerated.
4598
4599 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
4600
4601         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4602         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4603         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4604         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4605         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4606         *-*-vxworks*): Disable newlib and libgloss in separate case
4607         statement.
4608         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4609         to separate case statement.
4610         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4611         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4612         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4613         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4614         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4615         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4616         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4617         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4618         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4619         i[[3456789]]86-*-rdos*, m32r-*-*,
4620         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4621         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4622         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4623         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4624         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4625         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4626         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4627         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4628         and libgloss in main case over targets.  Remove most empty cases
4629         in main case over targets.
4630         * configure: Regenerate.
4631
4632 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
4633
4634         * MAINTAINERS (Write After Approval): Add myself.
4635
4636 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4637
4638         * configure.ac: Remove code setting special library locations for
4639         hppa*64*-*-hpux11*.  Remove code setting compiler for
4640         sparc-sun-solaris2*.
4641         * configure: Regenerate.
4642
4643 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4644
4645         * configure.ac: Separate libgloss_dir settings from general case
4646         over targets.
4647         * configure: Regenerate.
4648
4649 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4650
4651         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4652         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4653         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4654         cases in libgcj-disabling case statement.
4655         (hppa*64*-*-linux*): Set unsupported_languages instead of
4656         disabling target-zlib.
4657         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4658         to hppa*64*-*-hpux*.
4659         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4660         hppa*-*-hpux*.
4661         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4662         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4663         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4664         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4665         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4666         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4667         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4668         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4669         libgcj-disabling case statement.
4670         * configure: Regenerate.
4671
4672 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4673
4674         * configure.ac: Disable Java for targets not supporting libffi.
4675         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4676         Remove cases in Java-disabling statement.
4677         (*arm-wince-pe): Change to arm-wince-pe.
4678         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4679         cases in Java-disabling statement.
4680         (bfin-*-*): Don't disable Java again.
4681         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4682         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4683         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4684         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4685         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4686         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4687         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4688         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4689         Java-disabling statement.
4690         (mmix-*-*): Don't disable Java again.
4691         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4692         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4693         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4694         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4695         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4696         statement.
4697         * configure: Regenerate.
4698
4699 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4700
4701         * configure.ac: Separate cases disabling Java and Java libraries
4702         from general case over targets.
4703         * configure: Regenerate.
4704
4705 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4706
4707         * MAINTAINERS: Update my email address.
4708
4709 2011-04-20  Easwaran Raman  <eraman@google.com>
4710
4711         * MAINTAINERS (Write After Approval): Add myself.
4712
4713 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4714
4715         PR lto/48086
4716         * configure.ac: Re-enable LTO on *-apple-darwin9*.
4717         * configure: Regenerate.
4718
4719 2011-04-16  Jim Meyering  <meyering@redhat.com>
4720
4721         * MAINTAINERS (Write After Approval): Add myself.
4722
4723 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
4724
4725         * MAINTAINERS: Update my email address.
4726
4727 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4728
4729         * MAINTAINERS (Write After Approval): Add myself.
4730
4731 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4732
4733         * MAINTAINERS (Write After Approval): Add myself.
4734
4735 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4736
4737         * MAINTAINERS (Write After Approval): Add myself.
4738
4739 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
4740
4741         * configure.ac (build_tools): Remove build-byacc.
4742         (host_libs): Remove mmalloc.
4743         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4744         autoconf automake libtool diff rcs fileutils shellutils time
4745         textutils wdiff find uudecode hello tar gzip indent recode release
4746         sed perl gawk findutils gettext zip.
4747         (libgcj): Remove target-qthreads.
4748         (target_tools): Remove target-examples target-gperf.
4749         (YACC): Don't handle building byacc.
4750         * configure: Regenerate.
4751         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4752         dosutils, examples, fileutils, find, findutils, gawk, gettext,
4753         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4754         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4755         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4756         handle building components.
4757         * Makefile.in: Regenerate.
4758
4759 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4760
4761         * MAINTAINERS: Update my email address as Xtensa maintainer.
4762
4763 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4764
4765         * config.sub: Sync from upstream.
4766
4767 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4768
4769         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4770         (microblaze*): Don't disable libssp.
4771         * configure: Regenerate.
4772
4773 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4774
4775         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4776         moveifchange.
4777         * configure: Regenerate.
4778         * Makefile.tpl: Use @SHELL@ not @config_shell@.
4779         * Makefile.in: Regenerate.
4780
4781 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4782
4783         * configure.ac (*-*-sysv4*): Don't enable libgomp.
4784         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4785         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4786         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4787         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4788         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4789         md_exec_prefix cases.
4790         * configure: Regenerate.
4791
4792 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4793
4794         * configure.ac: Separate cases disabling target-libssp,
4795         target-libiberty, target-libstdc++-v3 and Fortran from general
4796         case over targets.
4797         * configure: Regenerate.
4798
4799 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4800
4801         * configure.ac (*-*-chorusos): Don't disable libgcj.
4802         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4803         Remove case.
4804         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4805         (arm-*-coff): Don't disable libgcj.
4806         (arm*-*-linux-gnueabi): Remove useless assignment.
4807         (arm-*-riscix*): Don't disable libgcj.
4808         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4809         configuration.
4810         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4811         (c54x*-*-*): Remove case.
4812         (tic54x-*-*): Don't disable GCC or GCC libraries.
4813         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4814         to *.
4815         (d10v-*-*): Don't disable GCC libraries.
4816         (d30v-*-*): Don't disable libgcj.
4817         (h8500-*-*): Don't disable GCC libraries.
4818         (i960-*-*): Don't disable libgcj.
4819         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4820         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4821         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4822         libgcj.
4823         (m68k-*-coff*): Remove case.
4824         (mmix-*-*): Don't disable libgloss on host.
4825         (mn10200-*-*, mn10300-*-*): Remove cases.
4826         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4827         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4828         Don't disable libgcj.
4829         (romp-*-*): Remove case.
4830         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4831         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4832         case.
4833         (v810-*-*): Don't disable GCC libraries.
4834         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4835         (ip2k-*-*): Don't disable GCC libraries.
4836         * configure: Regenerate.
4837
4838 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
4839
4840         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4841         libffi on host.
4842         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4843         on host.
4844         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4845         * configure: Regenerate.
4846
4847 2011-03-26  John Marino  <binutils@marino.st>
4848
4849         * configure.ac: Add support for *-*-dragonfly*
4850         * configure: Regenerate.
4851
4852 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4853
4854         * configure.ac (native_only): Remove.
4855         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4856         send-pr uudecode guile gnuserv on host.
4857         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4858         send-pr rcs guile perl texinfo libtool on host.
4859         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4860         automake send-pr rcs guile perl texinfo libtool on host.
4861         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4862         (*-*-kaos*): Don't disable target-examples target-gperf on target.
4863         (alpha*-dec-osf*): Don't disable fileutils on target.
4864         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4865         texinfo send-pr expect dejagnu on target.
4866         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4867         target-qthreads on target.
4868         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4869         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4870         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4871         x86_64-*-mingw*): Don't disable expect on target.
4872         (*-*-cygwin*): Don't disable target-gperf on target.
4873         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4874         gnuserv on target.
4875         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4876         target.
4877         * configure: Regenerate.
4878
4879 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4880
4881         * configure.ac (target_tools): Remove target-groff.
4882         (native_only): Remove target-groff.
4883         (hppa*64*-*-*): Don't disable byacc.
4884         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4885         setting.
4886         (*-*-kaos*): Don't skip target-librx and target-groff.
4887         (*-*-netware*): Don't skip target-libmudflap.
4888         (*-*-tpf*): Don't skip target-libmudflap.
4889         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4890         directories on the host.
4891         (ia64*-*-*vms*): Don't skip tix.
4892         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4893         host.
4894         * configure: Regenerate.
4895
4896 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4897
4898         * configure.ac: Remove references to mt-mep, mt-netware,
4899         mt-wince.
4900         * Makefile.def: Add all-utils soft dependencies.
4901         * Makefile.tpl: Remove GDB_NLM_DEPS.
4902         * configure: Regenerate.
4903         * Makefile.in: Regenerate.
4904
4905 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4906
4907         * configure.ac: Do not include mh-x86omitfp.
4908         * configure: Regenerate.
4909
4910 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4911
4912         * configure.ac: Remove empty cases.
4913         * configure: Regenerate.
4914
4915 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4916
4917         * Makefile.def: Add dependency from termcap to gdb.
4918         * Makefile.in: Regenerate.
4919
4920 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4921
4922         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4923         * configure: Regenerate.
4924         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4925         * Makefile.tpl: Likewise.
4926         * Makefile.in: Regenerate.
4927
4928 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4929
4930         * configure.ac: Remove all mentions of tentative_cc.
4931         * configure: Regenerate.
4932
4933 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4934
4935         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4936         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4937         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4938         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4939         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4940         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4941         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4942         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4943         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4944         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4945         *-*-rhapsody*): Remove host cases.
4946         * configure: Regenerate.
4947
4948 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4949
4950         * configure.ac (ppc*-*-pe): Remove host case.
4951         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4952         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4953         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4954         cases.
4955         * configure: Regenerate.
4956
4957 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4958
4959         * config.sub: Update to version 2011-03-23.
4960
4961 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4962
4963         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4964         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4965         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4966         * configure: Regenerate.
4967
4968 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4969
4970         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4971         to Write After Approval.
4972         * config-ml.in: Don't handle arc-*-elf*.
4973         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4974         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4975         handle GCC libraries.
4976         * configure: Regenerate.
4977
4978 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4979
4980         PR bootstrap/48120:
4981         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4982         Add -lstdc++ -lm to LIBS.
4983         * configure: Regenerate.
4984
4985 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
4986
4987         * config.guess: Update to version 2011-02-02
4988         * config.sub: Update to version 2011-02-24
4989
4990 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
4991
4992         PR lto/48086
4993         * configure.ac: Re-enable LTO on *-apple-darwin9.
4994         * configure: Regenerate.
4995
4996 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4997
4998         PR lto/48086
4999         * configure.ac: Disable LTO on darwin due to an assembler change in
5000         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5001         under 256.
5002         * configure: Regenerate.
5003
5004 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5005
5006         * MAINTAINERS: Update myself as score backend maintainer,
5007         update my e-mail address.
5008
5009 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5010
5011         * MAINTAINERS: Update my e-mail address.
5012
5013 2011-03-06  Joey Ye  <joey.ye@arm.com>
5014
5015         * MAINTAINERS: Update my e-mail address.
5016
5017 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5018
5019         * configure.ac: Adjust test of with_ppl.
5020         * configure: Regenerated.
5021
5022 2011-03-02  Kai Tietz  <ktietz@redhat.com>
5023
5024         * MAINTAINERS: Adjust my e-mail address.
5025
5026 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5027
5028         * configure.ac: Add -lpwl to ppllibs.
5029         * configure: Regenerated.
5030
5031 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5032
5033         * config/cloog.m4: Add -lisl to clooglibs.
5034         * configure: Regenerated.
5035
5036 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5037
5038         * MAINTAINERS (CPU Port maintainers): Add self.
5039
5040 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5041
5042         * MAINTAINERS: Add myself as testsuite maintainer.
5043
5044 2011-02-15  Mike Stump  <mikestump@comcast.net>
5045
5046         * MAINTAINERS: Add myself as testsuite maintainer.
5047
5048 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5049
5050         Import from Libtool and gnulib:
5051
5052         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5053
5054         Prepare for supporting FreeBSD 10.
5055         * config.rpath: Remove handling of freebsd1* which soon would
5056         match FreeBSD 10.0.
5057
5058         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5059
5060         Remove support for FreeBSD 1.x.
5061         * libtool.m4 (_LT_LINKER_SHLIBS)
5062         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5063         soon would incorrectly match FreeBSD 10.0.
5064
5065 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5066
5067         PR binutils/12283
5068         * move-if-change: Import version from gnulib.
5069
5070 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5071
5072         PR lto/47225
5073         * Makefile.def (lto-plugin): Double dash for enable-shared.
5074         (configure-gcc): Depend on all-lto-plugin.
5075         * Makefile.in: Rebuilt.
5076
5077 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5078
5079         * configure.ac: Remove extra bracket.
5080         * configure: Regenerate.
5081
5082 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5083
5084         * MAINTAINERS: Add myself as libquadmath maintainer.
5085
5086 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5087
5088         * MAINTAINERS: Update my email address.
5089
5090 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5091
5092         * MAINTAINERS (option handling): Add self.
5093
5094 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5095
5096         PR lto/47225
5097         * Makefile.def: Add dependency for install-gcc
5098         on install-lto-plugin.
5099         * Makfile.in: Regenerated
5100
5101 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5102
5103         * MAINTAINERS (CPU Port Maintainers): Add myself.
5104
5105 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5106
5107         PR libgcj/44341
5108         * configure.ac: Discard --with-* flags for host when configuring
5109         target libraries for cross build.
5110         * configure: Rebuilt.
5111
5112 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5113
5114         * MAINTAINERS (linear loop transforms): Removed.
5115
5116 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5117
5118         * configure.ac: If with_ppl is no, move setting with_cloog=no
5119         after CLOOG_REQUESTED check.
5120         * configure: Regenerated.
5121
5122 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5123
5124         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5125         CLooG has been requested.
5126         * configure: Regenerated.
5127
5128 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5129
5130         * configure: Regenerated.
5131         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5132
5133 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5134
5135         * configure: Regenerated.
5136         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5137
5138 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5139
5140         * configure.ac: Use AS_HELP_STRING throughout.
5141         * configure: Regenerate.
5142
5143 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5144
5145         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5146         * configure: Regenerate.
5147
5148 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5149
5150         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5151
5152 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5153
5154         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5155         for ia64-hpux.
5156         * configure: Regenerate.
5157
5158 2011-01-07  Jan Hubicka  <jh@suse.cz>
5159
5160         PR lto/47225
5161         * Makefile.in: Regenerate.
5162         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5163         configure.
5164
5165 2011-01-07  Jan Hubicka  <jh@suse.cz>
5166
5167         * Makefile.in: Regenerate.
5168         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5169         and configure dependency on lto-plugin configure.
5170         (lto-plugin module): Remove dependency on GCC; add dependency on
5171         liniberty.
5172
5173 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5174
5175         * MAINTAINERS (Write After Approval): Add myself.
5176
5177 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5178
5179         * configure: Regenerate.
5180
5181 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5182
5183         * configure.ac: (picochip): Disable libiberty.
5184
5185 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5186
5187         * MAINTAINERS (Write After Approval): Add myself.
5188
5189 2010-12-10  Ian Lance Taylor  <iant@google.com>
5190
5191         PR bootstrap/46819
5192         * configure.ac: For --disable-libgcj clear libgcj_saved.
5193         * configure: Rebuild.
5194
5195 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5196
5197         PR fortran/46540
5198         * configure.ac: Add --disable-libquadmath and
5199         --disable-libquadmath-support.
5200         * configure: Regenerate.
5201
5202 2010-12-03  Ian Lance Taylor  <iant@google.com>
5203
5204         * MAINTAINERS: Add myself as libgo maintainer.
5205
5206 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5207
5208         PR libffi/46792
5209         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5210         * configure: Regenerate.
5211
5212 2010-12-02  Ian Lance Taylor  <iant@google.com>
5213
5214         * configure.ac: Always set default for poststage1_ldflags to
5215         -static-libstdc++ -static-libgcc.
5216
5217 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5218
5219         * configure.ac: Move comment to remove extra space in last argument
5220         of GCC_TARGET_TOOL.
5221
5222 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5223
5224         PR other/46026
5225         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5226         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5227         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5228         (BASE_FLAGS_TO_PASS): Use it.
5229         * configure: Rebuilt.
5230         * Makefile.in: Rebuilt.
5231
5232 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5233
5234         PR binutils/12258
5235         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5236         Properly check default linker.
5237         * configure: Regnerated.
5238
5239 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5240
5241         * configure.ac: For --enable-gold, handle value `default' instead of
5242         `both*'.  New configure option --{en,dis}able-ld.
5243         * configure: Regenerate.
5244
5245 2010-11-20  Ian Lance Taylor  <iant@google.com>
5246
5247         * configure.ac: Only disable a language library if no language needs
5248         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5249         * configure: Rebuild.
5250
5251 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5252
5253         * Makefile.in: Regenerate.
5254
5255         PR other/46202
5256         * configure.ac: Fix just-built in-tree STRIP name to be
5257         binutils/strip-new.
5258         * configure: Regenerate.
5259         * Makefile.def (install-strip-gcc, install-strip-binutils)
5260         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5261         (install-strip-sid): Mirror dependencies on non-strip variants
5262         of these targets on the respective -strip prerequisites.
5263         * Makefile.tpl (install-strip, install-strip-host)
5264         (install-strip-target): New targets.
5265         (install-strip-[+module+], install-strip-target-[+module+]):
5266         New targets.
5267         * Makefile.in: Regenerate.
5268
5269 2010-11-19  Ian Lance Taylor  <iant@google.com>
5270             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5271
5272         * configure.ac: Add target-libgo to target_libraries.  Set
5273         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5274         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5275         (HOST_EXPORTS): Add GOC.
5276         (BASE_TARGET_EXPORTS): Add GOC.
5277         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5278         (GOCFLAGS_FOR_TARGET): New variable.
5279         (EXTRA_HOST_FLAGS): Add GOC.
5280         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5281         * Makefile.def (target_modules): Add libgo.
5282         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5283         (dependencies): Add dependency from configure-target-libgo to
5284         configure-target-libffi and all-target-libstdc++-v3.  Add
5285         dependencies from all-target-libgo to all-target-libffi.
5286         (languages): Add go.
5287         * configure: Rebuild.
5288         * Makefile.in: Rebuild.
5289
5290 2010-11-19  Ian Lance Taylor  <iant@google.com>
5291
5292         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5293         compiler/flag environment variables.
5294
5295 2010-11-18  Ian Lance Taylor  <iant@google.com>
5296
5297         * configure.ac: Check for lang_requires_boot_languages in
5298         config-lang.in files.
5299         * configure: Rebuild.
5300
5301 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5302             Tobias Burnus  <burnus@net-b.de>
5303
5304         PR fortran/32049
5305         * Makefile.def: Add libquadmath; build it with language=fortran.
5306         * configure.ac: Add libquadmath.
5307         * Makefile.tpl: Handle multiple libs in check-[+language+].
5308         * Makefile.in: Regenerate.
5309         * configure: Regenerate.
5310
5311 2010-11-16  Tom Tromey  <tromey@redhat.com>
5312
5313         * MAINTAINERS: Moved myself to reviewers section.
5314
5315 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5316
5317         * MAINTAINERS: Moved myself to reviewers section.
5318
5319 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5320
5321         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5322         (Write After Approval): Remove self.
5323
5324 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5325
5326         * configure.ac: Fix spelling in option names.
5327         * configure: Regenerated.
5328
5329 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5330
5331         PR bootstrap/39622
5332         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5333         * configure: Regenerated.
5334
5335 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5336
5337         * MAINTAINERS: Update my email address.
5338
5339 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5340
5341         * configure: Regenerate.
5342
5343 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5344
5345         * configure: Regenerate.
5346
5347 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5348
5349         * configure: Regenerate.
5350
5351 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5352
5353         * configure: Regenerate.
5354
5355 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5356
5357         * configure.ac: Support official CLooG.org versions.
5358         * configure: Regenerate.
5359         * config/cloog.m4: New.
5360
5361 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5362
5363         * MAINTAINERS (Write After Approval): Add myself.
5364
5365 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5366
5367         * MAINTAINERS: Update my email address.
5368
5369 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5370
5371         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5372         * configure: Regenerate.
5373
5374 2010-11-03  Ian Lance Taylor  <iant@google.com>
5375             Dave Korn  <dave.korn.cygwin@gmail.com>
5376
5377         PR lto/46273
5378         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5379         and on other supported platforms whenever LTO is enabled.
5380         * configure: Rebuild.
5381
5382 2010-11-02  Alan Modra  <amodra@gmail.com>
5383
5384         PR binutils/12110
5385         * configure.ac: Error when source path contains spaces.
5386         * configure: Regenerate.
5387
5388 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5389
5390         * MAINTAINERS: Update my email address.
5391
5392 2010-10-20  Ian Lance Taylor  <iant@google.com>
5393
5394         * Makefile.def (target_modules): Set lib_path to src/.libs for
5395         libstdc++-v3 module.
5396         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5397         * Makefile.in: Rebuild.
5398
5399 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5400
5401         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5402         (Write After Approval): Remove myself.
5403
5404 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5405
5406         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5407
5408 2010-10-14  Douglas Rupp  <rupp@gnat.com>
5409
5410         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5411
5412 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5413
5414         * configure.ac (build_lto_plugin): New shell variable.
5415         (--enable-lto): Turn on by default for all non-ELF platforms that
5416         have had LTO support added so far.  Set build_lto_plugin appropriately
5417         for both ELF and non-ELF.
5418         (configdirs): Add lto-plugin or not based on build_lto_plugin.
5419         * configure: Regenerate.
5420
5421 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5422
5423         Sync from src:
5424         * configure.ac (v850 support): Remove target-libgloss from
5425         noconfigdirs.
5426         * configure: Regenerate.
5427
5428 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5429
5430         PR bootstrap/45326
5431         PR bootstrap/45174
5432         * configure.ac: Honor initial values of $build_configargs,
5433         $host_configargs, $target_configargs.  Mark the precious, so
5434         environment settings get recorded.
5435         * configure: Regenerate.
5436
5437 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5438
5439         PR bootstrap/45796
5440         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5441         Depend on all-build-libiberty.
5442         * Makefile.in: Regenerate.
5443
5444 2010-09-30  Michael Eager  <eager@eagercon.com>
5445
5446         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5447         * configure: Regenerate.
5448
5449 2010-09-28  Michael Eager  <eager@eagercon.com>
5450
5451         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5452
5453 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5454
5455         PR bootstrap/44621
5456         * configure.ac: Fix unportable shell quoting.
5457         * configure: Regenerate.
5458
5459 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5460
5461         * configure.ac (enable-lto): Add Darwin to the list of supported lto
5462         targets and amend comment.
5463         * configure: Regenerate.
5464
5465 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5466
5467         * MAINTAINERS (Write After Approval): Add myself.
5468
5469 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5470
5471         * configure.ac: Enable LTO by default on Darwin.
5472         * configure: Regenerate.
5473
5474 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5475
5476         * MAINTAINERS (Write After Approval): Add myself.
5477
5478 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5479
5480         * MAINTAINERS (Write After Approval): Add myself.
5481
5482 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5483
5484         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5485         ports
5486
5487 2010-07-28  David Yuste  <david.yuste@gmail.com>
5488
5489         * MAINTAINERS (Write After Approval): Add myself.
5490
5491 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5492
5493         * configure.ac: Support all v850 targets.
5494         * configure: Regenerate.
5495
5496 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5497
5498         PR bootstrap/44455
5499         * configure.ac (extra_mpfr_configure_flags): Copy from
5500         extra_mpc_gmp_configure_flags.
5501         * configure: Re-generated.
5502
5503 2010-07-22  Andi Kleen  <ak@linux.intel.com>
5504
5505         * MAINTAINERS (Write After Approval): Add myself.
5506
5507 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5508
5509         * MAINTAINERS (Write After Approval): Add myself.
5510
5511 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5512
5513         * MAINTAINERS (Write After Approval): Add myself.
5514
5515 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5516
5517         PR target/44862
5518         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5519         Provide -B option to allow for link spec %s substitutions for
5520         libstdc++.a on darwin.
5521         * Makefile.in: Regenerate.
5522
5523 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
5524
5525         * MAINTAINERS (Reviewers): Update my e-mail address
5526
5527 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
5528
5529         * Makefile.def (configure-gcc): Depend on all-libelf.
5530         * Makefile.in: Rebuild.
5531
5532 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
5533
5534         * MAINTAINERS (Write After Approval): Add myself in the right place.
5535
5536 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
5537
5538         * MAINTAINERS (Write After Approval): Add myself.
5539
5540 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
5541
5542         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5543
5544 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
5545
5546         * config.sub: Update to version 2010-05-21.
5547         * config.guess: Update to version 2010-04-03.
5548
5549 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
5550
5551         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5552         * configure: Regenerate.
5553
5554 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
5555
5556         * MAINTAINERS (Write After Approval): Add myself.
5557
5558 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
5559
5560         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5561         a platform that supports LTO.
5562         * configure: Regenerate.
5563
5564 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
5565
5566         * configure.ac: Allow all the versions greater than 0.10 of PPL.
5567         * configure: Regenerated.
5568
5569 2010-04-27  Roland McGrath  <roland@redhat.com>
5570             H.J. Lu  <hongjiu.lu@intel.com>
5571
5572         * configure.ac (--enable-gold): Support both, both/gold and
5573         both/bfd to add gold to configdirs without removing ld.
5574         * configure: Regenerated.
5575
5576         * Makefile.def: Add install-gold dependency to install-ld.
5577         * Makefile.in: Regenerated.
5578
5579 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
5580
5581         PR lto/42776
5582         * configure.ac (--enable-lto): Refactor handling so libelf tests
5583         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5584         and allow LTO to be explicitly enabled on non-ELF platforms that
5585         are known to support it inside else-clause.
5586         * configure: Regenerate.
5587
5588 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5589
5590         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5591         * configure: Regenerate.
5592
5593 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
5594
5595         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5596         * configure: Regenerate.
5597
5598 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5599
5600         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5601         separately.
5602         * configure: Regenerate.
5603
5604 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
5605
5606         * MAINTAINERS (Write After Approval): Add myself.
5607
5608 2010-04-14  Tristan Gingold  <gingold@adacore.com>
5609
5610         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5611         * configure: Regenerate.
5612
5613 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
5614
5615         * configure: Regenerate after change to elf.m4.
5616
5617 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
5618
5619         * MAINTAINERS (Write After Approval): Add myself.
5620
5621 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5622
5623         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5624         * configure: Regenerated.
5625
5626 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5627
5628         * configure.ac: Print "buggy but acceptable" when CLooG
5629         revision is less than 9.
5630         * configure: Regenerated.
5631
5632 2010-04-01  Diego Novillo  <dnovillo@google.com>
5633
5634         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5635
5636 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5637
5638         PR bootstrap/43615
5639         PR bootstrap/43328
5640
5641         Revert:
5642
5643         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5644
5645         * configure.ac: Do not pass --enable-multilib nor
5646         --disable-multilib in baseargs.  Accept explicitly passed
5647         --enable_multilib.
5648         * configure: Regenerate.
5649
5650 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5651
5652         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5653
5654 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
5655
5656         * MAINTAINERS: Remove myself.
5657
5658 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5659
5660         PR bootstrap/43328
5661         * configure.ac: Do not pass --enable-multilib nor
5662         --disable-multilib in baseargs.  Accept explicitly passed
5663         --enable_multilib.
5664         * configure: Regenerate.
5665
5666 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
5667
5668         * MAINTAINERS (spu port): Remove me.
5669
5670 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5671
5672         * configure.ac (tic6x-*-*): New case.
5673         * configure: Regenerate.
5674
5675 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5676
5677         * config.sub: Update to version 2010-03-22.
5678         * config.guess: Update to version 2009-12-30.
5679
5680 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5681
5682         PR ada/42554
5683         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5684         * configure: Regenerate.
5685
5686 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5687
5688         * MAINTAINERS: Update my email address.
5689
5690 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5691
5692         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5693         (ghassan.shobaki@amd.com): Removed.
5694
5695 2010-03-17  Alan Modra  <amodra@gmail.com>
5696
5697         * MAINTAINERS: Update my email address.
5698
5699 2010-03-16  Diego Novillo  <dnovillo@google.com>
5700
5701         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5702         Matthews.
5703
5704 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5705
5706         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5707         Gutson, Jeffrey D. Oldham and Mark Shinwell.
5708
5709 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5710
5711         * MAINTAINERS: Update my email address.
5712
5713 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5714
5715         * MAINTAINERS: Update my email address.
5716
5717 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5718
5719         * MAINTAINERS: Update my email address.
5720
5721 2010-03-09  Jie Zhang  <jie@codesourcery.com>
5722
5723         * MAINTAINERS: Update my email address.
5724
5725 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5726
5727         PR libstdc++/32499
5728         * configure.ac (RANLIB): Default to true.
5729         (STRIP): Likewise.
5730         (RANLIB_FOR_TARGET): Remove superfluous : argument.
5731         * configure: Regenerate.
5732
5733 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5734
5735         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5736         (Write After Approval): Update my email address.
5737
5738 2010-02-17  Nick Clifton  <nickc@redhat.com>
5739
5740         PR 11238
5741         * Makefile.tpl (local-distclean): Also remove config.cache files in
5742         sub-directories as there may not be Makefiles present in the
5743         sub-directories.
5744         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5745         the config.cache files found by the find command.
5746
5747         * Makefile.in: Regenerate.
5748         * configure.ac: Revert previous delta.
5749         * configure: Regenerate.
5750
5751 2010-02-15  Nick Clifton  <nickc@redhat.com>
5752
5753         PR 11238
5754         * configure.ac: Delete config.cache files in sub-directories when
5755         deleting Makefiles.
5756         * configure: Regenerate.
5757
5758 2010-02-12  Ben Elliston  <bje@gnu.org>
5759
5760         * MAINTAINERS: Update my email address.
5761
5762 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
5763
5764         * MAINTAINERS (spu port): Update my email address.
5765
5766 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
5767
5768         * MAINTAINERS: Add myself as a maintainer for the bfin port.
5769
5770 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5771
5772         * configure.ac: Add "recommended" version checks for GMP/MPC.
5773         Update recommended GMP/MPFR/MPC versions.
5774         * configure: Regenerate.
5775
5776 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5777
5778         * MAINTAINERS: Move my Embecosm email address into the
5779         write-after-approval section.
5780
5781 2010-01-26  Ian Lance Taylor  <iant@google.com>
5782
5783         * MAINTAINERS: Add myself as Go frontend maintainer.
5784
5785 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5786
5787         PR libstdc++/36101, PR libstdc++/42813
5788         * configure.ac (bootstrap_target_libs): Make inclusion of
5789         target-libgomp conditional on libgomb being in target_configdirs.
5790         * configure: Regenerate.
5791
5792 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5793
5794         PR libstdc++/36101, PR libstdc++/42813
5795         * configure.ac (bootstrap_target_libs): Include target-libgomp.
5796         * configure: Regenerate.
5797
5798 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5799
5800         PR libstdc++/36101, PR libstdc++/42813
5801         * configure.ac (target_configdirs): Substitute.
5802         * Makefile.def: Bootstrap target module libgomp.
5803         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5804         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5805         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5806         * configure, Makefile.in: Regenerate.
5807
5808 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5809
5810         * MAINTAINERS: Adjust my details.
5811
5812 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5813
5814         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5815
5816 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5817
5818         * MAINTAINERS: reindented my entry with tabs instead of spaces.
5819
5820 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5821
5822         * MAINTAINERS (Write After Approval): Add myself.
5823
5824 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5825
5826         * MAINTAINERS (Write After Approval): Add myself.
5827
5828 2010-01-11  Richard Guenther  <rguenther@suse.de>
5829
5830         PR lto/41569
5831         * Makefile.def (all-lto-plugin): Depend on all-gcc.
5832         * Makefile.in: Regenerated.
5833
5834 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5835
5836         * configure.ac: Enable libjava build on x86_64-*freebsd*.
5837         * configure: Regenerate.
5838
5839 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5840             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5841
5842         PR bootstrap/42424
5843         * configure.ac: Include libtool m4 files.
5844         (_LT_CHECK_OBJDIR): Call it.
5845         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5846         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5847
5848         * configure: Regenerate.
5849
5850 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5851
5852         PR bootstrap/41818
5853         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5854         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5855         * Makefile.in: Regenerate.
5856
5857 2010-01-02  Richard Guenther  <rguenther@suse.de>
5858
5859         PR lto/41529
5860         * configure.ac: Include config/elf.m4.  Disable LTO if not
5861         builting for an elf target.
5862         * configure: Regenerate.
5863
5864 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5865
5866         * MAINTAINERS: Change my email address.
5867
5868 2009-12-18  Ben Elliston  <bje@au.ibm.com>
5869
5870         * config.sub, config.guess: Update from upstream sources.
5871
5872 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5873
5874         * MAINTAINERS (Write After Approval): Add myself.
5875
5876 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5877
5878         PR middle-end/30447
5879         PR middle-end/30789
5880         PR other/40302
5881
5882         * configure.ac: Require MPC.
5883         * configure: Regenerate.
5884
5885 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5886
5887         PR target/38384
5888         PR bootstrap/40972
5889         * libtool.m4: Sync from git Libtool.
5890         * ltoptions.m4: Likewise.
5891         * ltversion.m4: Likewise.
5892         * lt~obsolete.m4: Likewise.
5893         * ltmain.sh: Likewise.
5894
5895 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5896
5897         * configure.ac: Update minimum MPC version to 0.8.
5898         * configure: Regenerate.
5899
5900 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
5901
5902         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5903         * configure: Regenerated.
5904
5905 2009-11-21  Ian Lance Taylor  <iant@google.com>
5906
5907         * configure.ac: Change default of poststage1_ldflags to be empty if
5908         poststage1_libs is set.  When poststage1_libs is empty, and
5909         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5910         * configure: Rebuild.
5911
5912 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
5913
5914         * MAINTAINERS (Write After Approval): Update my email address.
5915
5916 2009-11-20  Ben Elliston  <bje@au.ibm.com>
5917
5918         * config.guess: Update from upstream sources.
5919
5920 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5921
5922         * Makefile.def: Restore host and target settings for gmp.
5923         * Makefile.in: Rebuild.
5924
5925 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5926
5927         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
5928         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5929         Fix portability of test of C++ as bootstrap language.  Add
5930         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5931         * configure: Rebuild.
5932         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5933         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5934         in-tree building.
5935         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5936         (POSTSTAGE1_HOST_EXPORTS): Use it.
5937         (STAGE[+id+]_CXXFLAGS): New.
5938         (BASE_FLAGS_TO_PASS): Pass it down.
5939         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5940         extra_exports.
5941         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5942         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5943         extra_exports.
5944         * Makefile.in: Rebuild.
5945
5946 2009-11-17  Ben Elliston  <bje@au.ibm.com>
5947
5948         * config.sub, config.guess: Update from upstream sources.
5949
5950 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5951
5952         * MAINTAINERS (Write After Approval): Add myself.
5953
5954 2009-11-09  Jon Beniston  <jon@beniston.com>
5955
5956         * MAINTAINERS (Write After Approval): Add myself.
5957
5958 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5959
5960         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5961         paths for *-w64-mingw* and x86_64-*mingw*.
5962         * configure: Regenerated.
5963
5964 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5965
5966         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5967
5968 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5969
5970         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5971         Phil Edwards to Write-After Approval.
5972
5973 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5974
5975         * configure.ac: Disable target-winsup & co for
5976         x86_64-*-mingw* and *-w64-mingw* targets.
5977         * configure: Regenerated.
5978
5979 2009-10-16  Nick Clifton  <nickc@redhat.com>
5980
5981         * MAINTAINERS: Add myself as a maintainer for the RX port.
5982
5983 2009-10-26  Johannes Singler  <singler@kit.edu>
5984
5985         * MAINTAINERS (Write After Approval): Update my e-mail address.
5986
5987 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5988
5989         * configure.ac (CLooG test): Use = with test.
5990         * configure: Regenerate.
5991
5992 2009-10-22  Richard Guenther  <rguenther@suse.de>
5993
5994         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
5995         cloog if the ppl version check failed.  Move flags saving
5996         before setting in libelf check.
5997         * configure: Regenerate.
5998
5999 2009-10-21  Richard Guenther  <rguenther@suse.de>
6000
6001         * configure.ac: Adjust the ppl and cloog configure to work as
6002         documented.  Disable cloog if ppl was disabled.  Omit the version
6003         checks if they were disabled.
6004         * configure: Re-generate.
6005
6006 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6007
6008         * configure.ac: Add 'lto' to enable_languages, not
6009         new_enable_languages, and only if not already present.
6010         * configure: Regenerate.
6011
6012 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6013
6014         * README: Refer to the various COPYING* files instead of just
6015         COPYING.
6016         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6017
6018 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6019
6020         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6021
6022 2009-10-07  Richard Guenther  <rguenther@suse.de>
6023
6024         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6025         and Richard Guenther as reviewers.
6026         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6027         as reviewers.
6028
6029 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6030
6031         * config.sub: Update from upstream sources.
6032
6033 2009-10-06  Ian Lance Taylor  <iant@google.com>
6034
6035         * Makefile.def: check-gold depends upon all-gas.
6036         * Makefile.in: Rebuild.
6037
6038 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6039
6040         * MAINTAINERS (Write After Approval): Add myself.
6041
6042 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6043
6044         * Makefile.def: all-lto-plugin depends on all-libiberty.
6045         set bootstrap=true for lto-plugin.
6046         Add lto-plugin.
6047         * Makefile.in: Regenerate.
6048         * configure.ac (host_libs): Add lto-plugin.
6049         * configure: Regenerate.
6050
6051 2009-10-03  Diego Novillo  <dnovillo@google.com>
6052
6053         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6054         (HOST_LIBELFLIBS): Define.
6055         (HOST_LIBELFINC): Define.
6056         * Makefile.in: Regenerate.
6057         * configure.ac: Add --enable-lto.
6058         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6059         If --enable-lto is used, add 'lto' to new_enable_languages.
6060         If --enable-lto is used and gold is enabled, add
6061         lto-plugin to configdirs.
6062         * configure: Regenerate.
6063
6064 2009-10-03  Simon Baldwin  <simonb@google.com>
6065
6066         * configure.ac: If --with-system-zlib, suppress local zlib and
6067         pass --with-system-zlib to subdir configure scripts.
6068         * configure: Regenerate.
6069
6070 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6071             Paolo Bonzini  <bonzini@gnu.org>
6072
6073         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6074         $(srcdir).
6075         * Makefile.in: Rebuilt.
6076
6077 2009-09-26  Gary Funck  <gary@intrepid.com>
6078
6079         * MAINTAINERS (Write After Approval): Add myself.
6080
6081 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6082
6083         * configure.ac: Update minimum MPC version to 0.7.
6084         * configure: Regenerate.
6085
6086 2009-09-25  Nick Clifton  <nickc@redhat.com>
6087
6088         * configure.ac: Pass any --cache-file=/dev/null option on to
6089         subconfigures.
6090         * configure: Regenerate.
6091
6092 2009-09-23  Nick Clifton  <nickc@redhat.com>
6093
6094         * config.sub, config.guess: Update from upstream sources.
6095
6096 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6097
6098         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6099         * Makefile.in: Rebuilt.
6100
6101 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6102
6103         PR bootstrap/32272
6104         * configure.ac: Error out if $srcdir isn't '.' but contains
6105         host-${host_noncanonical}.
6106         * configure: Regenerate.
6107
6108 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6109
6110         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6111         maintainer.
6112
6113 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6114
6115         * configure.ac: If bootstrapping a combined tree with
6116         --enable-gold, require c++ in stage1_languages.
6117         * configure: Regenerate.
6118
6119         * configure.ac: Also add target_libs of stage1_languages to
6120         bootstrap_target_libs.
6121         * configure: Regenerate.
6122
6123         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6124         with --enable-languages not containing c++.
6125         * configure: Regenerate.
6126
6127 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6128
6129         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6130         * configure: Regenerate.
6131
6132 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6133
6134         * MAINTAINERS (Write After Approval): Update my e-mail address,
6135         and move from from here...
6136         (Waiting for paperwork): To here.
6137
6138 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6139
6140         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6141
6142 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6143
6144         * configure.ac: Do not use $extrasub for replacing @if/@endif
6145         parts in Makefile; instead, use additional arguments to
6146         AC_CONFIG_COMMANDS to do the replacement manually, with several
6147         sed invocations, to avoid HP-UX sed command limits.
6148         * configure: Regenerate.
6149
6150 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6151
6152         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6153         blank before -L.
6154
6155 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6156
6157         * configure.ac (with-build-config): Document.  Handle without.
6158         Handle missing argument.
6159         * configure: Rebuilt.
6160
6161 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6162
6163         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6164         Default to bootstrap-debug only if compare-debug works.
6165         * configure: Rebuilt.
6166         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6167         * Makefile.in: Rebuilt.
6168
6169 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6170
6171         * MAINTAINERS (OS Port Maintainers): Update my email address.
6172
6173 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6174
6175         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6176         * Makefile.in: Rebuilt.
6177
6178 2009-09-01  Chris Demetriou  <cgd@google.com>
6179
6180         * MAINTAINERS (Write After Approval): Add myself.
6181
6182 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6183
6184         PR debug/30161
6185         * include/dwarf2.h (enum dwarf_tag): Added
6186         DW_TAG_GNU_template_template_param
6187         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6188
6189 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6190
6191         * Makefile.tpl (AWK): Fix typo.
6192         * Makefile.in: Regenerate.
6193
6194 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6195
6196         * configure.ac: Detect awk and sed.
6197         * Makefile.def (flags_to_pass): Add AWK and SED.
6198         * Makefile.tpl (AWK, SED): New.
6199         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6200         * configure: Regenerate.
6201         * Makefile.in: Regenerate.
6202
6203 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6204
6205         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6206         (collapseslashes): Likewise.
6207
6208 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6209
6210         * configure.ac (AC_PREREQ): Bump to 2.64.
6211
6212 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6213
6214         * configure.ac: Remove --with-datarootdir, --with-docdir,
6215         --with-pdfdir, --with-htmldir switches.
6216         * configure: Regenerate.
6217
6218         * configure: Regenerate.
6219
6220         * compile: Sync from Automake 1.11.
6221         * depcomp: Likewise.
6222         * install-sh: Likewise.
6223         * missing: Likewise.
6224         * mkinstalldirs: Likewise.
6225         * ylwrap: Likewise.
6226
6227 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6228
6229         * ltmain.sh (func_normal_abspath): New function.
6230         (func_relative_path): Likewise.
6231         (func_mode_help): Document new -bindir option for link mode.
6232         (func_mode_link): Add new -bindir option, and use it to place
6233         output DLL if specified.
6234
6235 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6236
6237         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6238         (baseargs): Add --disable-option-checking.
6239         * configure: Regenerate.
6240
6241         * Makefile.def (configure-target-libiberty): Depend on
6242         all-binutils and all-ld.
6243         (configure-target-newlib): Likewise.
6244         * Makefile.in: Regenerate.
6245
6246 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6247
6248         * config.sub, config.guess: Update from upstream sources.
6249
6250 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6251
6252         Sync from src, merge:
6253
6254         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6255
6256         * configure.ac: Do not exclude gas for i386-*-darwin.
6257         Add a case for x86_64-*-darwin.
6258         * configure: Regenerate.
6259
6260 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6261
6262         * MAINTAINERS: Add my name to Write After Approval list.
6263
6264 2009-08-06  Michael Eager  <eager@eagercon.com>
6265
6266         * configure.ac: Add Microblaze target.
6267         * configure: Regenerate.
6268
6269 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6270
6271         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6272         * configure: Regenerate.
6273
6274 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6275
6276         * MAINTAINERS (Write After Approval): Update my e-mail address.
6277
6278 2009-07-06  Ian Lance Taylor  <iant@google.com>
6279
6280         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6281         * configure: Rebuild.
6282
6283 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6284
6285         * MAINTAINERS: Move myself to the Graphite Reviewers.
6286
6287 2009-06-30  Wei Guozhi  <carrot@google.com>
6288
6289         * MAINTAINERS: Add my name to Write After Approval list.
6290
6291 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6292
6293         PR bootstrap/40338
6294         * configure.ac (comparestring): Create new variable.
6295         * Makefile.tpl (comparestring): Use to skip some comparisions.
6296         * configure: Regenerate.
6297         * Makefile.in: Regenerate.
6298
6299 2009-06-26  Doug Evans  <dje@sebabeach.org>
6300
6301         * Makefile.def (host_modules): Add cgen.
6302         * Makefile.in: Regenerate.
6303         * configure.ac (host_tools): Add cgen.
6304         * configure: Regenerate.
6305
6306 2009-06-23  DJ Delorie  <dj@redhat.com>
6307
6308         * MAINTAINERS: Add myself as mep maintainer.
6309
6310 2009-06-23  Ian Lance Taylor  <iant@google.com>
6311
6312         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6313         boot_languages.  Only bootstrap target libraries listed in
6314         target_libs for some boot language.  Add --with-stage1-ldflags,
6315         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6316         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6317         if not building with C++.
6318         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6319         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6320         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6321         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6322         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6323         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6324         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6325         * configure, Makefile.in: Rebuild.
6326
6327 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6328
6329         * MAINTAINERS: Added my name to write-after-approval list.
6330
6331 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6332
6333         * configure.ac: Define is_elf for QNX Neutrino targets.
6334         * configure: Regenerate.
6335
6336 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6337
6338         * MAINTAINERS: Added my name to the write-after-approval list
6339
6340 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6341
6342         * configure.ac: Detect MPC in default directory.
6343         * configure: Regenerate.
6344
6345 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6346             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6347
6348         * Makefile.tpl (all): Avoid a trailing backslash.
6349         * Makefile.in: Regenerate.
6350
6351 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6352
6353         * config.sub, config.guess: Update from upstream sources.
6354
6355 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6356
6357         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6358         to noconfdirs.
6359         * configure: Regenerate.
6360
6361 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6362
6363         * Makefile.tpl ([+compare-target+]): Compare all stage
6364         directories, rather than just gcc.
6365         * Makefile.in: Rebuilt.
6366
6367 2009-06-01  Doug Kwan  <dougkwan@google.com>
6368
6369         * configure.ac: Support gold for target arm*-*-*.
6370         * configure: Regenerate.
6371
6372 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6373
6374         * Makefile.def: Add MPC support and dependencies.
6375         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6376
6377         * Makefile.in, configure: Regenerate.
6378
6379 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6380
6381         * Makefile.tpl (all): Avoid harmless warning in make all when
6382         gcc-bootstrap is enabled but stage_last does not exist.
6383         * Makefile.in: Rebuilt.
6384
6385 2009-05-24  Nicolas Roche  <roche@adacore.com>
6386
6387         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6388         * Makefile.in: Regenerate.
6389
6390 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6391
6392         * MAINTAINERS: Update my e-mail address.
6393
6394 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6395
6396         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6397         * configure:  Regenerate.
6398
6399 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6400
6401         PR other/40159
6402         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6403         gcc-no-bootstrap are mutually exclusive.
6404         * Makefile.in: Rebuilt.
6405
6406 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6407
6408         PR other/40159
6409         * Makefile.tpl (all): Don't end with unconditional success.
6410         * Makefile.in: Rebuilt.
6411
6412 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6413
6414         PR target/37137
6415         * Makefile.def (flags_to_pass): Remove redundant and incomplete
6416         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6417         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6418         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6419         stage_configureflags, stage_cflags and stage_libcflags into
6420         explicit Makefile macros.
6421         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6422         GFORTRAN.
6423         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6424         CC.  Set CC_FOR_BUILD from CC.
6425         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6426         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6427         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6428         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6429         and GFORTRAN.
6430         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6431         (_LIBCFLAGS): Renamed to _TFLAGS.
6432         (do-compare-debug, do-compare3-debug): Drop.
6433         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6434         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6435         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6436         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6437         (XGCC_FLAGS_FOR_TARGET): New.
6438         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6439         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6440         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6441         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6442         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6443         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6444         TFLAGS.
6445         (BUILD_CONFIG): Include if requested.
6446         (all): Set TFLAGS on bootstrap.
6447         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6448         (all-stageid-prefixmodule): Likewise.
6449         (do-clean, distclean-stageid): Set TFLAGS.
6450         (restrap): Fix whitespace.
6451         * Makefile.in: Rebuilt.
6452
6453 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6454
6455         * config.guess: Sync with src.
6456
6457 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6458
6459         * configure.ac ($with_ppl):  Default to no if not supplied.
6460         ($with_cloog):  Likewise.
6461         configure:  Regenerate.
6462
6463 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
6464
6465         * MAINTAINERS: Update my e-mail address.
6466
6467 2009-04-27  Nick Clifton  <nickc@redhat.com>
6468
6469         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6470
6471 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6472
6473         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6474         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6475         * Makefile.in: Regenerate.
6476
6477 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6478
6479         PR bootstrap/39739
6480         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6481         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6482
6483         * configure, Makefile.in: Regenerate.
6484
6485 2009-04-21  Taras Glek  <tglek@mozilla.com>
6486
6487         * include/hashtab.h: Update GTY annotations to new syntax
6488         * include/splay-tree.h: Likewise
6489
6490 2009-04-17  Ben Elliston  <bje@au.ibm.com>
6491
6492         * config.sub, config.guess: Update from upstream sources.
6493
6494 2009-04-15  Anthony Green  <green@moxielogic.com>
6495
6496         * configure.ac: Add moxie support.
6497         * configure: Rebuilt.
6498
6499 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
6500
6501         * configure.ac: Change copyright header to refer to version
6502         3 of the GNU General Public License and to point readers at the
6503         COPYING3 file and the FSF's license web page.
6504         * Makefile.def: Likewise.
6505         * Makefile.tpl: Likewise.
6506         * Makefile.in: Regenerate.
6507
6508 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6509
6510         * configure.ac: Restore match for darwin9 or later. Use double
6511         brackets since regeneration eats one pair.
6512         * configure: Regenerate.
6513
6514 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6515
6516         PR gas/10039
6517         * configure.ac: Require texinfo 4.7.
6518         * configure: Regenerated.
6519
6520 2009-04-09  Nick Clifton  <nickc@redhat.com>
6521
6522         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6523         the GCC Runtime Library Exception.
6524
6525 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6526
6527         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6528         * configure: Regenerate.
6529
6530 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
6531
6532         * Makefil.def (languages): New entries.
6533         * Makefile.tpl (check-gcc-*): New generic target.
6534         * Makefile.in: Regenerate.
6535
6536 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
6537
6538         * MAINTAINERS:  Update my email address.
6539
6540 2009-03-18  Tom Tromey  <tromey@redhat.com>
6541
6542         * configure: Rebuild.
6543         * configure.ac (host_libs): Add libiconv.
6544         * Makefile.in: Rebuild.
6545         * Makefile.def (host_modules): Add libiconv.
6546         (configure-gdb, all-gdb): Depend on libiconv.
6547
6548 2009-03-16  Tristan Gingold  <gingold@adacore.com>
6549
6550         * configure.ac: Treat gdb as supported on x86_64-darwin.
6551         * configure: Regenerate.
6552
6553 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
6554
6555         * configure.ac (--with-host-libstdcxx): New option.
6556         * configure: Regenerate.
6557
6558 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
6559
6560         * MAINTAINERS:  Move myself into the write after approval list.
6561
6562 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
6563
6564         * MAINTAINERS: Update e-mail address.
6565
6566 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
6567
6568         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6569
6570 2009-03-10  Ira Rosen  <irar@il.ibm.com>
6571
6572         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6573
6574 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6575
6576         Backport from git Libtool:
6577
6578         2009-01-19  Robert Millan  <rmh@aybabtu.com>
6579         Support GNU/kOpenSolaris.
6580         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6581         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6582         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6583         GNU/kOpenSolaris.
6584
6585 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6586
6587         * MAINTAINERS: Update e-mail address.
6588
6589 2009-02-24  Michael Eager  <eager@eagercon.com>
6590
6591         * MAINTAINERS (Write After Approval): Add self.
6592
6593 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
6594
6595         * MAINTAINERS (Write After Approval): Add myself.
6596
6597 2009-02-05  Andreas Schwab  <schwab@suse.de>
6598
6599         * Makefile.tpl (stage_last): Define $r and $s before using
6600         $(RECURSE_FLAGS_TO_PASS).
6601         * Makefile.in: Regenerate
6602
6603 2009-01-30  Ian Lance Taylor  <iant@google.com>
6604
6605         * MAINTAINERS: Move myself to the Global Reviewers list.
6606
6607 2009-01-29  Robert Millan  <rmh@aybabtu.com>
6608
6609         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6610         * configure: Regenerate.
6611
6612 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
6613
6614         * MAINTAINERS: Make whitespace consistent.
6615         Remove Robert Millan from Write After Approval.
6616
6617 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
6618
6619         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6620         (all-opcodes): Depend on all-libiberty.
6621         * Makefile.in: Regenerate.
6622
6623 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
6624
6625         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6626         * configure: Regenerate.
6627
6628 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
6629
6630         * MAINTAINERS (Write After Approval): Add myself.
6631
6632 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
6633
6634         * MAINTAINERS: Add myself to reviewers (Fortran).
6635
6636 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6637
6638         PR tree-optimization/38515
6639         * configure.ac (cloog-polylib): Removed.
6640         (with_ppl, with_cloog): Test for "no".
6641         * configure: Regenerated.
6642
6643 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
6644
6645         * MAINTAINERS: Moved myself to reviewers (Fortran).
6646
6647 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
6648
6649         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6650         (Write After Approval): Remove myself.
6651
6652 2009-01-03  Diego Novillo  <dnovillo@google.com>
6653
6654         * MAINTAINERS: Remove myself from alias maintainership.
6655
6656 2009-01-02  David Ayers  <ayers@fsfe.org>
6657
6658         * MAINTAINERS: Update e-mail address.
6659
6660 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
6661
6662         * MAINTAINERS: Make whitespace consistent.
6663
6664 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6665
6666         Backport from upstream Libtool:
6667         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6668         Add cache variables to tests that require the linker to work.
6669         For shlibpath_overrides_runpath, this also changes the semantics
6670         to let the result from the C compiler take precedence.
6671
6672 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6673
6674         * config.sub, config.guess: Update from upstream sources.
6675
6676 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6677
6678         * configure.ac (ppllibs): Add by default the lib flags.
6679         * configure: Regenerate.
6680
6681 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6682
6683         * MAINTAINERS:  Add myself to the write after approval list.
6684
6685 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6686
6687         * configure.ac: Add double brackets on darwin[912].
6688         * configure: Regenerate.
6689
6690 2008-12-03  Daniel Kraft  <d@domob.eu>
6691
6692         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
6693         Approval to Reviewer section (for Fortran front-end).
6694
6695 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6696
6697         * configure.ac: Expand to darwin10 and later.
6698         * configure: Regenerate.
6699
6700 2008-12-02  Andreas Schwab  <schwab@suse.de>
6701
6702         * Makefile.def: configure-target-boehm-gc depends on
6703         all-target-libstdc++-v3.
6704         * Makefile.in: Regenerate.
6705
6706 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6707
6708         * MAINTAINERS:  Add myself as mingw maintainer.
6709
6710 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6711
6712         * config.sub, config.guess: Update from upstream sources.
6713
6714 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6715
6716         * README.SCO: Remove.
6717
6718 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
6719
6720         * MAINTAINERS:  Add myself to the write after approval list.
6721
6722 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6723
6724         * MAINTAINERS:  Update my email address in WAA section.
6725
6726 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6727
6728         * MAINTAINERS: Update e-mail address.
6729
6730 2008-11-27  Toon Moene  <toon@moene.org>
6731
6732         * MAINTAINERS: Change e-mail address.
6733
6734 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6735
6736         * configure.ac: Build gdb for i?86-*-darwin*
6737         * configure: Regenerated.
6738
6739 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6740
6741         * MAINTAINERS: Added my full name.
6742
6743 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6744
6745         PR bootstrap/38014
6746         PR bootstrap/37923
6747
6748         Revert:
6749
6750         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6751
6752         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6753         * Makefile.in: Regenerated.
6754
6755         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6756
6757         PR gdb/921
6758         PR gdb/1646
6759         PR gdb/2175
6760         PR gdb/2176
6761
6762         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6763         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6764         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6765         (HOST_EXPORTS): Pass CPPFLAGS.
6766         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6767         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6768         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6769         * Makefile.in, configure: Regenerated.
6770         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6771         and CPPFLAGS_FOR_BUILD.
6772
6773 2008-11-06  Jeff Law  <law@redhat.com>
6774
6775         * MAINTAINERS: Add myself as middle end maintainer.
6776
6777 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6778
6779         * MAINTAINERS (Write after approval): Add myself.
6780
6781 2008-11-05  Diego Novillo  <dnovillo@google.com>
6782
6783         * MAINTAINERS (Global Reviewers): Add myself.
6784         (Non-Algorithmic Maintainers): Remove myself.
6785
6786 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6787
6788         * MAINTAINERS (Write after approval): Add myself.
6789
6790 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6791
6792         * MAINTAINERS (Write after approval): Add myself.
6793
6794 2008-10-31  Ben Elliston  <bje@au.ibm.com>
6795
6796         * configure.ac (spu-*-*): Remove special case.
6797         * configure: Regenerate.
6798
6799 2008-10-30  Catherine Moore  <clm@codesourcery.com>
6800
6801         * MAINTAINERS (Write after approval): Update my email address.
6802
6803 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6804
6805         * configure.ac [spu-*-*]: Do not set skipdirs.
6806         * configure: Re-generate.
6807
6808 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6809
6810         * MAINTAINERS (Various Maintainers): Add myself to reload.
6811
6812 2008-10-25  Richard Guenther  <rguenther@suse.de>
6813
6814         * MAINTAINERS (Various Maintainers): Add myself as middle-end
6815         maintainer.  Remove myself as libgcc-math maintainer.
6816         (Non-Algorithmic Maintainers): Remove myself.
6817
6818 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6819
6820         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6821         * Makefile.in: Regenerated.
6822
6823 2008-10-23  Cary Coutant  <ccoutant@google.com>
6824
6825         * MAINTAINERS (Write after approval): Add myself.
6826
6827 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6828
6829         PR gdb/921
6830         PR gdb/1646
6831         PR gdb/2175
6832         PR gdb/2176
6833
6834         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6835         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6836         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6837         (HOST_EXPORTS): Pass CPPFLAGS.
6838         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6839         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6840         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6841         * Makefile.in, configure: Regenerated.
6842         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6843         and CPPFLAGS_FOR_BUILD.
6844
6845 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6846
6847         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6848         Sebastian Pop.
6849
6850 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
6851
6852         * MAINTAINERS (Write After Approval): Added myself.
6853
6854 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6855
6856         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6857         recommended version to 2.3.2.
6858
6859         * configure: Regenerate.
6860
6861 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
6862
6863         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6864
6865 2008-09-29  David Daney <david.daney@caviumnetworks.com>
6866
6867         * MAINTAINERS (Write After Approval): Update e-mail address.
6868
6869 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6870
6871         * libtool.m4: Update to libtool 2.2.6.
6872         * lt~obsolete.m4: Update to libtool 2.2.6.
6873         * ltmain.sh: Update to libtool 2.2.6.
6874         * ltsugar.m4: Update to libtool 2.2.6.
6875         * ltversion.m4: Update to libtool 2.2.6.
6876         * ltoptions.m4: Update to libtool 2.2.6.
6877         * ltgcc.m4: Update to match changes from libtool 2.2.6.
6878
6879 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6880
6881         * MAINTAINERS (Write After Approval): Add myself.
6882
6883 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6884
6885         * MAINTAINERS (Write After Approval): Update my name.
6886
6887 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6888
6889         * MAINTAINERS: Add myself in "Write After Approval".
6890
6891 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
6892
6893         * MAINTAINERS: Add myself as ia64 maintainer.
6894
6895 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6896
6897         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6898         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6899         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6900         and Michael Tiemann from Write After Approval since they do not
6901         actually have access.
6902
6903 2008-09-05  Richard Guenther  <rguenther@suse.de>
6904
6905         * configure.ac: Initialize clooglibs to -lcloog.
6906         * configure: Re-generate.
6907
6908 2008-09-04  Le-Chun Wu  <lcwu@google.com>
6909
6910         * MAINTAINERS (Write After Approval): Add myself.
6911
6912 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6913
6914         * configure.ac (--with-cloog-polylib): New.
6915         (--disable-cloog-version-check): New.
6916         (--disable-ppl-version-check): New.
6917         * configure: Re-generate.
6918
6919 2008-09-03  Richard Guenther  <rguenther@suse.de>
6920
6921         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6922         cloog test.
6923         * configure: Re-generate.
6924
6925 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6926
6927         Add picoChip port.
6928         * MAINTAINERS: Add picoChip maintainers.
6929
6930 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6931             Tobias Grosser  <grosser@fim.uni-passau.de>
6932             Jan Sjodin  <jan.sjodin@amd.com>
6933             Harsha Jagasia  <harsha.jagasia@amd.com>
6934             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6935             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6936             Adrien Eliche  <aeliche@isty.uvsq.fr>
6937
6938         Merge from graphite branch.
6939         * configure: Regenerate.
6940         * Makefile.in: Regenerate.
6941         * configure.ac (host_libs): Add ppl and cloog.
6942         Add checks for PPL and CLooG.
6943         * Makefile.def (ppl, cloog): Added modules and dependences.
6944         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6945         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6946
6947 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6948
6949         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6950         (GCC_SHLIB_SUBDIR): New.
6951         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6952         * configure: Regenerate.
6953         * Makefile.in: Regenerate.
6954
6955 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6956
6957         * MAINTAINERS: Consistently use tabs to separate columns.
6958
6959 2008-08-29  Tristan Gingold  <gingold@adacore.com>
6960
6961         * MAINTAINERS (Write after Approval): Add myself.
6962
6963 2008-08-28  Tristan Gingold  <gingold@adacore.com>
6964
6965         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6966         Enable bfd, binutils and opcodes.
6967         * configure: Regenerate.
6968
6969 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6970
6971         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6972
6973 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6974
6975         * MAINTAINERS:  Use correct Umlaut for last name.
6976
6977 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6978
6979         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6980
6981 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
6982
6983         * MAINTAINERS: Update my email address.
6984
6985 2008-08-16  Nicolas Roche  <roche@adacore.com>
6986
6987         * Makefile.tpl: Add BOOT_ADAFLAGS.
6988         * Makefile.in: Regenerate.
6989
6990 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
6991
6992         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6993         * configure: Regenerate.
6994
6995 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
6996
6997         * configure.ac: Add makefile fragments for hpux.
6998         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6999         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7000         * configure: Regenerate.
7001         * Makefile.in: Regenerate.
7002
7003 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7004
7005         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7006
7007 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7008
7009         * MAINTAINERS (Write after Approval): Add myself.
7010
7011 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7012
7013         * MAINTAINERS (Write After Approval):  Add myself.
7014
7015 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7016
7017         * MAINTAINERS (Write After Approval):  Add myself.
7018
7019 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7020
7021         * MAINTAINERS: Update my email address.
7022
7023 2008-06-25  Joey Ye  <joey.ye@intel.com>
7024
7025         * MAINTAINERS (Write After Approval):  Add myself.
7026
7027 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7028
7029         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7030         * Makefile.in: Regenerate.
7031         * configure: Regenerate.
7032
7033 2008-06-17  Daniel Kraft  <d@domob.eu>
7034
7035         * MAINTAINERS (Write After Approval):  Add myself.
7036
7037 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7038
7039         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7040         "$@" is still intact with both Autoconf 2.59 and 2.62.
7041         * configure: Regenerate.
7042
7043 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7044
7045         * Makefile.tpl: Fix comment errors.
7046         * Makefile.in: Regenerate.
7047
7048 2008-06-12  David S. Miller  <davem@davemloft.net>
7049             David Edelsohn  <edelsohn@gnu.org>
7050
7051         * configure.ac: Add powerpc*-*-* to gold supported targets.
7052         * configure: Regenerate.
7053
7054 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
7055
7056         PR tree-optimization/36218
7057         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7058         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7059         (all prefix="build-"): Pass them to build-system sub-makes.
7060         * Makefile.in: Regenerate.
7061
7062 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7063
7064         * MAINTAINERS (mt port): Remove.
7065         (sco5, unixware, sco udk): Remove.
7066         (Kean Johnston): Add to Write After Approval.
7067
7068 2008-05-30  Julian Brown  <julian@codesourcery.com>
7069
7070         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7071         of libobjc for ARM EABI Linux.
7072         * configure: Regenerate.
7073
7074 2008-05-18  Xinliang David Li   <davidxl@google.com>
7075
7076         * ChangeLog: Remove wrong ChangeLog entry.
7077
7078 2008-05-17  Xinliang David Li   <davidxl@google.com>
7079
7080         * MAINTAINERS (Write After Approval): Add myself.
7081
7082 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7083
7084         * MAINTAINERS (Write After Approval): Add myself.
7085
7086 2008-05-14  Rafael Espíndola  <espindola@google.com>
7087
7088         * config-ml.in: don't handle --enable-shared and --enable-static.
7089
7090 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7091
7092         * MAINTAINERS: Update my email address.
7093
7094 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7095
7096         * MAINTAINERS: Update my email address.
7097
7098 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7099
7100         * MAINTAINERS (Write After Approval): Add myself.
7101
7102 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7103
7104         * MAINTAINERS (Write After Approval): Add myself.
7105
7106 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7107
7108         * MAINTAINERS (crx): Add myself.
7109
7110 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7111
7112         Sync with src:
7113         2008-04-14  David S. Miller  <davem@davemloft.net>
7114
7115         * configure.ac: Add sparc*-*-* to gold supported targets.
7116         * configure: Regenerate.
7117
7118 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7119
7120         PR bootstrap/35457
7121         * configure.ac: Include override.m4.
7122         * configure: Regenerate.
7123
7124 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7125
7126         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7127         * Makefile.in: Regenerate.
7128
7129 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7130
7131         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7132         as nonconfigurable directories list.
7133         * configure: Regenerate.
7134
7135 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7136
7137         * config.sub, config.guess: Update from upstream sources.
7138
7139 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7140
7141         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7142         * Makefile.in: Regenerate.
7143
7144 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7145
7146         * configure.ac: Do not build libssp for the AVR.
7147         * configure: Regenerate.
7148
7149 2008-04-07  Ian Lance Taylor  <iant@google.com>
7150
7151         * Makefile.def: check-gold depends upon all-binutils.
7152         * Makefile.in: Regenerate.
7153
7154 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7155
7156         * MAINTAINERS (Write After Approval): Add myself.
7157
7158 2008-04-04  Nick Clifton  <nickc@redhat.com>
7159
7160         PR binutils/4334
7161         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7162         builds.
7163         * configure: Regenerate.
7164
7165 2008-04-04  NightStrike  <NightStrike@gmail.com>
7166
7167         PR other/35151
7168         * configure.ac: Combine rules for mingw32 and mingw64.
7169         * configure: Regenerate.
7170
7171 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7172
7173         * MAINTAINERS (Write After Approval): Add myself.
7174
7175 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7176
7177         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7178         * Makefile.in (.NOTPARALLEL): Ditto.
7179
7180 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7181
7182         * MAINTAINERS (Write After Approval): Add myself.
7183
7184 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7185
7186         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7187         * Makefile.in (.NOTPARALLEL): Regenerate.
7188
7189 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7190
7191         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7192         * Makefile.in: Regenerate.
7193
7194 2008-03-26  Jakub Staszak  <kuba@et.pl>
7195
7196         * MAINTAINERS (Write After Approval): Add myself.
7197
7198 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7199
7200         * MAINTAINERS:  Update e-mail address.
7201
7202 2008-03-20  Ian Lance Taylor  <iant@google.com>
7203
7204         * configure.ac: Add support for --enable-gold.
7205         * Makefile.def: Add gold as a directory like ld.
7206         * configure, Makefile.in: Regenerate.
7207
7208 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7209
7210         * configure.ac: m4_include config/proginstall.m4.
7211         * configure: Regenerate.
7212
7213         Backport from upstream Libtool:
7214
7215         2007-10-12  Eric Blake  <ebb9@byu.net>
7216
7217         Deal with Autoconf 2.62's semantic change in m4_append.
7218         * ltsugar.m4 (lt_append): Replace broken versions of
7219         m4_append.
7220         (lt_if_append_uniq): Don't require separator to be overquoted,
7221         and avoid broken m4_append.
7222         (lt_dict_add): Fix typo.
7223         * libtool.m4 (_LT_DECL): Don't overquote separator.
7224
7225 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7226
7227         * config.rpath: Add AIX 6 support.
7228
7229 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7230
7231         * Makefile.def (stageprofile).  Remove -fprofile-generate
7232         from stage_libcflags.
7233         * Makefile.in: Regenerate.
7234
7235 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7236
7237         * config.sub, config.guess: Update from upstream sources.
7238
7239 2008-03-06  Tom Tromey  <tromey@redhat.com>
7240
7241         * MAINTAINERS: Update for treelang deletion.
7242
7243 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7244
7245         * MAINTAINERS: Update my email address.
7246
7247 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7248
7249         * MAINTAINERS (darwin port): Add myself as a maintainer.
7250         (objective-c/c++): Add myself as a maintainer.
7251
7252 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7253
7254         * MAINTAINERS (Write After Approval): Update my email address.
7255
7256 2008-02-25  Tomas Bily  <tbily@suse.cz>
7257
7258         * MAINTAINERS (Write After Approval): Add myself.
7259
7260 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7261
7262         * MAINTAINERS (OpenMP): Add myself.
7263
7264 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7265
7266         PR bootstrap/32009
7267         PR bootstrap/32161
7268
7269         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7270         * configure: Regenerate.
7271
7272         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7273         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7274         STAGE4_LIBCFLAGS): New.
7275         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7276         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7277         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7278         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7279         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7280         for target modules.  Don't export LIBCFLAGS.
7281         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7282         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7283         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7284         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7285         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7286         * Makefile.in: Regenerate.
7287
7288 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7289
7290         PR libgcj/33085
7291         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7292         Do not use -DDLL_EXPORT.  Backport from upstream.
7293
7294 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7295
7296         * MAINTAINERS (Write After Approval): Add myself.
7297
7298 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7299
7300         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7301         * configure: Regenerate.
7302
7303 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7304
7305         * configure.ac (xtensa*-*-*): Recognize processor variants.
7306         * configure: Regenerate.
7307
7308 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7309
7310         PR bootstrap/34922
7311         * configure.ac (PARSE_ARGS): Push suitable setting of
7312         ac_subdirs_all, for `./configure --help=recursive'.
7313         Handle `+' in generic toplevel directory disabling.
7314         * configure: Regenerate.
7315
7316 2008-01-28  Nick Clifton  <nickc@redhat.com>
7317
7318         * MAINTAINERS (xstormy16): Take over maintainership.
7319
7320 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7321
7322         * MAINTAINERS (c4x port): Remove.
7323
7324 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7325
7326         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7327
7328 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7329
7330         * config.sub, config.guess: Update from upstream sources.
7331
7332 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7333
7334         * MAINTAINERS (Write After Approval): Add myself.
7335
7336 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7337
7338         * MAINTAINERS: Update my email address.
7339
7340 2008-01-09  Raksit Ashok  <raksit@google.com>
7341
7342         * MAINTAINERS (Write After Approval): Add myself.
7343
7344 2008-01-09  Raksit Ashok  <raksit@google.com>
7345
7346         * MAINTAINERS (Write After Approval): Add myself.
7347
7348 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7349
7350         * config.sub, config.guess: Update from upstream sources.
7351
7352 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7353
7354         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7355         Change recommended MPFR from 2.2.1 -> 2.3.0.
7356         * configure: Regenerate.
7357
7358 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7359
7360         * MAINTAINERS: Update my email address.
7361
7362 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7363
7364         * MAINTAINERS: Update my email address.
7365
7366 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7367
7368         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7369         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7370         * Makefile.in: Regenerate.
7371
7372 2007-12-10  Mark Heffernan  <meheff@google.com>
7373
7374         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7375         misplaced entries.
7376
7377 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7378
7379         * configure.ac: Enable libjava for x86_64-*-darwin9.
7380         * configure: Regenerate.
7381
7382 2007-12-07  Bill Maddox  <maddox@google.com>
7383
7384         * MAINTAINERS (Write After Approval): Add myself.
7385
7386 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7387
7388         * config.sub, config.guess: Update from upstream sources.
7389
7390 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7391
7392         * config-ml.in: Remove 64bit configure tests.
7393
7394 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7395
7396         * config-ml.in: Robustify against white space in absolute file
7397         names.
7398
7399         * config-ml.in (multi-clean): Substitute ${Makefile}.
7400         Remove superfluous ${Makefile} in list.
7401
7402 2007-11-19  Thiemo Seufer  <ths@mips.com>
7403
7404         * config-ml.in: Don't hardcode the Makefile name.
7405
7406 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7407
7408         * MAINTAINERS (Write After Approval): Add myself.
7409
7410 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7411
7412         * MAINTAINERS (Write After Approval): Add myself.
7413
7414 2007-11-06  Doug Kwan  <dougkwan@google.com>
7415
7416         * MAINTAINERS (Write After Approval): Add myself.
7417
7418 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7419
7420         * MAINTAINERS (mercury): Remove entry.
7421         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7422
7423 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7424
7425         * Makefile.def (dependencies): Make configure-gdb depend on
7426         all-intl.
7427         * Makefile.in: Regenerated.
7428
7429 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7430
7431         * MAINTAINERS (Fortran maintainer): Remove myself.
7432
7433 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7434
7435         * Makefile.def: To avoid problems running with parallel makes,
7436         build newlib before libgloss so that target specific header
7437         files are availble.
7438         * Makefile.in: Regenerate
7439
7440 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7441
7442         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7443         * Makefile.in: Regenerate.
7444
7445 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7446
7447         * MAINTAINERS (Register allocation reviewer): Add myself.
7448
7449 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
7450
7451         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7452         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7453         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7454         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7455         * configure: Regenerate.
7456
7457 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7458
7459         * MAINTAINERS (Register allocation reviewer): Add myself.
7460
7461 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7462
7463         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7464         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7465         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7466         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7467         * configure.ac: Default them to host tools for $host = $build.
7468         Subst them.
7469
7470         * configure: Regenerate.
7471         * Makefile.in: Regenerate.
7472
7473 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7474
7475         * MAINTAINERS (Register allocation reviewer): Add myself.
7476
7477 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7478
7479         * MAINTAINERS (Register allocation reviewer): Add myself.
7480
7481 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7482
7483         * MAINTAINERS (Write After Approval): Fix typo.
7484
7485 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7486
7487         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7488         * configure: Regenerate.
7489
7490 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7491
7492         PR bootstrap/31906
7493         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7494         they're already prefixed.
7495
7496 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7497
7498         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7499         libstdc++.
7500         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7501         * configure: Regenerate.
7502         * Makefile.in: Regenerate.
7503
7504 2007-09-17  Andreas Schwab  <schwab@suse.de>
7505
7506         * configure.ac: Raise minimum makeinfo version to 4.6.
7507         * configure: Regenerate.
7508
7509 2007-09-17  Johannes Singler  <singler@ira.uka.de>
7510
7511         * MAINTAINERS (write-after-approval) add myself
7512
7513 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
7514
7515         * configure.ac: Correct makeinfo version check.
7516         * configure: Regenerate.
7517
7518 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
7519
7520         * MAINTAINERS: Update my email address.
7521
7522 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
7523
7524         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
7525         to $skipdirs and only disable gprof for newlib.  Use the normal
7526         mips*-elf* handling in other respects.
7527         * configure: Regnerate.
7528
7529 2007-09-12  David Daney  <ddaney@avtrex.com>
7530
7531         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7532         enabling libgcj.
7533         * configure: Regenerate.
7534
7535 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7536
7537         PR other/32154
7538         * configure.ac: For libgloss targets, point the linker to the linker
7539         script, startup code and simulator library.
7540         * configure: Regenerate.
7541
7542 2007-09-07  Andrew Haley  <aph@redhat.com>
7543
7544         * configure.ac (noconfigdirs): Remove target-libffi and
7545         target-libjava.
7546         * configure: Regenerate.
7547
7548 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7549
7550         PR target/33281
7551         * configure.ac: Use config/mh-mingw on mingw.
7552         * configure: Regenerate.
7553
7554 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
7555
7556         * MAINTAINERS (Write After Approval): Add myself.
7557
7558 2007-09-05  Richard Guenther  <rguenther@suse.de>
7559
7560         * configure.ac (--enable-stage1-checking): If neither --enable-checking
7561         nor --disable-checking is provided also turn on yes and types
7562         checking for stage1.
7563         * configure: Re-generate.
7564
7565 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
7566
7567         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7568         (Write After Approval): Remove myself.
7569
7570 2007-08-29  Nick Clifton  <nickc@redhat.com>
7571
7572         * config.sub, config.guess: Update from upstream sources.
7573
7574 2007-08-22  Bud Davis  <jmdavis@link.com>
7575
7576         * MAINTAINERS (Write After Approval): Added myself.
7577         * MAINTAINERS (Reviewers): Removed myself.
7578
7579 2007-08-18  Paul Brook  <paul@codesourcery.com>
7580             Joseph Myers  <joseph@codesourcery.com>
7581
7582         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7583         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7584         * Makefile.in: Regenerate.
7585         * configure.ac (--with-debug-prefix-map): New.
7586         * configure: Regenerate.
7587
7588 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
7589             Nigel Stephens  <nigel@mips.com>
7590
7591         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
7592         as target_makefile_frag.
7593         * configure: Regenerate.
7594
7595 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
7596
7597         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7598         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
7599         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7600         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7601         (do-compare, do-compare3, do-compare-debug): New.
7602         ([+compare-target+]): Use them.
7603
7604 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7605
7606         * MAINTAINERS (Write After Approval): Change my email address.
7607
7608 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7609             Ben Elliston  <bje@au.ibm.com>
7610
7611         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7612         --silent if $silent.
7613         * configure: Regenerate.
7614
7615 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
7616
7617         * MAINTAINERS (Various Maintainers): Add myself as
7618         loop infrastructure maintainer.  Update my e-mail
7619         address.
7620
7621 2007-07-31  Diego Novillo  <dnovillo@google.com>
7622
7623         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7624         Adjust description.
7625
7626 2007-07-26  Richard Guenther  <rguenther@suse.de>
7627
7628         * configure.ac: Add types checking to stage1 checking flags.
7629         * configure: Regenerate.
7630
7631 2007-07-17  Nick Clifton  <nickc@redhat.com>
7632
7633         * COPYING3: New file.  Contains version 3 of the GNU General
7634         Public License.
7635         * COPYING3.LIB: New file.  Contains version 3 of the GNU
7636         Lesser General Public License.
7637
7638 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7639
7640         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7641
7642 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7643
7644         * MAINTAINERS (S/390 co-maintainer): Add myself.
7645         (Write After Approval): Remove myself.
7646
7647 2007-07-13  Dan Hipschman  <dsh@google.com>
7648
7649         * MAINTAINERS (Write After Approval): Add myself.
7650
7651 2007-07-11  Nick Clifton  <nickc@redhat.com>
7652
7653         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7654         WINDRES export.
7655         * Makefile.in: Regenerate.
7656
7657 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7658
7659         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7660         maintainer.
7661
7662 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
7663
7664         * lt~obsolete.m4: New. Import from 20070318 libtool.
7665
7666 2007-07-03  Julian Brown  <julian@codesourcery.com>
7667
7668         * MAINTAINERS (Write After Approval): Add myself.
7669
7670 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7671
7672         * configure.ac: Rewrite 'configure --help' strings to look nicer.
7673         * configure: Regenerate.
7674
7675 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7676
7677         * configure.ac: Add some missing m4 quotation.
7678         * configure: Regenerate.
7679
7680 2007-07-02  Simon Baldwin  <simonb@google.com>
7681
7682         * MAINTAINERS (Write After Approval): Add myself.
7683
7684 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7685
7686         * configure: Regenerate.
7687
7688 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7689
7690         * Makefile.def: Add windmc tool to build.
7691         * Makefile.tpl: Likewise.
7692         * configure.ac: Likewise.
7693         * Makefile.in: Regenerate.
7694         * configure: Regenerate.
7695
7696 2007-06-28  DJ Delorie  <dj@redhat.com>
7697
7698         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7699         not building newlib.
7700         * configure: Regenerated.
7701
7702 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7703
7704         * MAINTAINERS (Write After Approval): Add myself.
7705
7706 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7707
7708         * MAINTAINERS (Write After Approval): Add myself.
7709
7710 2007-06-19  Chris Matthews  <chrismatthews@google.com>
7711
7712         * MAINTAINERS (Write After Approval): Add myself.
7713
7714 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7715
7716         * MAINTAINERS (Write After Approval): Add myself.
7717
7718 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7719
7720         * Makefile.def: Add dependency from configure-gdb to all-bfd.
7721         * Makefile.in: Regenerated.
7722
7723 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7724
7725         * configure.ac: Don't add target-libmudflap to noconfigdirs for
7726         bfin*-*-uclinux* targets.
7727         * configure: Regenerate.
7728
7729 2007-06-14  Ian Lance Taylor  <iant@google.com>
7730
7731         * MAINTAINERS: Add myself as non-algorithmic global write
7732         maintainer.
7733
7734 2007-06-14  Diego Novillo  <dnovillo@google.com>
7735
7736         * MAINTAINERS: Add self as middle-end maintainer and
7737         non-algorithmic global write maintainer.
7738
7739 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7740
7741         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7742         Move all Fortran maintainers except Paul Brook into the
7743         Non-Autopoiesis section.
7744
7745 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7746
7747         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7748         (distclean-stage[+id+]): Possibly delete stage_last.
7749         * Makefile.in: Regenerate.
7750
7751 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7752
7753         * MAINTAINERS (Various Maintainer): Fix typo.
7754
7755 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7756
7757         * MAINTAINERS (Various Maintainer): Add myself as
7758         dataflow maintainer.
7759
7760 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7761
7762         * config.sub, config.guess: Update from upstream sources.
7763
7764 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7765
7766         * Makefile.tpl: Fix spelling error.
7767         * Makefile.in: Regenerate.
7768
7769 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
7770
7771         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7772         lt_cv_sys_max_cmd_len.
7773
7774 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7775
7776         * MAINTAINERS (Various Maintainers): Add myself as
7777         auto-vectorizer maintainer.
7778
7779 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7780
7781         PR libjava/32098
7782         * libtool.m4: Revert previous change.
7783         * ltgcc.m4: Put it here.
7784
7785 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7786
7787         * MAINTAINERS (Various Maintainers): Add myself as
7788         auto-vectorizer maintainer.
7789
7790 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7791
7792         PR libjava/32098
7793         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7794
7795 2007-05-30  Richard Guenther  <rguenther@suse.de>
7796
7797         * MAINTAINERS (Various Maintainers): Add myself as
7798         auto-vectorizer maintainer.
7799
7800 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
7801
7802         PR bootstrap/29382
7803         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7804         * configure: Rebuilt.
7805
7806 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7807
7808         * MAINTAINERS (Write After Approval): Removed my name.
7809
7810 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7811
7812         * MAINTAINERS (Write After Approval): Remove myself.
7813
7814 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7815
7816         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7817
7818 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
7819
7820         * ltmain.sh: Update from ToT Libtool.
7821         * libtool.m4: Update from ToT Libtool.
7822         * ltsugar.m4: New. Update from ToT Libtool.
7823         * ltversion.m4: New. Update from ToT Libtool.
7824         * ltoptions.m4: New. Update from ToT Libtool.
7825         * ltconfig: Remove.
7826         * ltcf-c.sh: Remove.
7827         * ltcf-cxx.sh: Remove.
7828         * ltcf-gcj.sh: Remove.
7829
7830 2007-05-22  Ollie Wild  <aaw@google.com>
7831
7832         * MAINTAINERS (Write After Approval): Add myself.
7833
7834 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7835
7836         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7837         stage_cflags.
7838         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7839         Remove CFLAGS/LIBCFLAGS.
7840         (configure-stage[+id+]-[+prefix+][+module+],
7841         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7842         * Makefile.in: Regenerate.
7843
7844 2007-05-15  Diego Novillo  <dnovillo@google.com>
7845
7846         * MAINTAINERS: Update e-mail address.
7847
7848 2007-05-15  Revital Eres  <eres@il.ibm.com>
7849
7850         * MAINTAINERS (Write After Approval): Add myself.
7851
7852 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7853
7854         * MAINTAINERS (Write After Approval): Updated my address.
7855
7856 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7857
7858         * MAINTAINERS (Write After Approval): Add myself.
7859
7860 2007-05-11  Silvius Rus  <rus@google.com>
7861
7862         * MAINTAINERS (Write After Approval): Add myself.
7863
7864 2007-04-23  Tom Tromey  <tromey@redhat.com>
7865
7866         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7867
7868 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
7869
7870         * MAINTAINERS (cpplib): Rename to ...
7871         (libcpp): ... this.  Add C/C++ front end maintainers.
7872
7873 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
7874
7875         * config-ml.in: Pass ${ml_config_env} to configure calls.
7876
7877 2007-04-04  Christian Bruel  <christian.bruel@st.com>
7878
7879         * MAINTAINERS (Write After Approval): Add myself.
7880
7881 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7882
7883         * MAINTAINERS (Write After Approval): Add myself.
7884
7885 2007-03-31  Tobias Burnus  <burnus@net-b.de>
7886
7887         * MAINTAINERS (fortran 95 front end): Add myself.
7888
7889 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7890
7891         * MAINTAINERS (Write After Approval): Add myself.
7892
7893 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7894
7895         * MAINTAINERS (Modulo Scheduler): Add myself.
7896
7897 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7898
7899         * MAINTAINERS (fortran 95 front end): Add myself.
7900         (c++ front end): whitespace fix.
7901
7902 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7903
7904         * MAINTAINERS (Write After Approval): Add myself.
7905
7906 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
7907
7908         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7909         of glob.  Quote arguments with single quotes too.
7910         * configure: Regenerate.
7911
7912 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7913
7914         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7915         * Makefile.in: Regenerate
7916
7917 2007-03-07  Andreas Schwab  <schwab@suse.de>
7918
7919         * configure: Regenerate.
7920
7921 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7922
7923         * configure.ac: Add "--with-pdfdir" configure option,
7924         which defines pdfdir variable.
7925         * Makefile.def (target=fixincludes): Add install-pdf to
7926         missing targets.
7927         (recursive_targets): Add install-pdf target.
7928         (flags_to_pass): Add pdfdir.
7929         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7930         target.
7931         * configure: Regenerate
7932         * Makefile.in: Regenerate
7933
7934 2007-02-28  Eric Christopher  <echristo@apple.com>
7935
7936         Revert:
7937         2006-12-07  Mike Stump  <mrs@apple.com>
7938
7939         * Makefile.def (dependencies): Add dependency for
7940         install-target-libssp and install-target-libgomp on
7941         install-gcc.
7942         * Makefile.in: Regenerate.
7943
7944 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
7945
7946         * configure: Regenerate.
7947         * configure.ac: Move statements after variable declarations.
7948
7949 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7950
7951         * MAINTAINERS: Add myself as sh maintainer.
7952
7953 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
7954
7955         * configure.ac: Adjust for loop syntax.
7956         * configure: Regenerate.
7957
7958 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7959
7960         * configure: Rebuilt.
7961
7962 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7963
7964         * configure.ac: Drop multiple occurrences of --enable-languages,
7965         and fix its quoting.
7966         * configure: Rebuilt.
7967
7968 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
7969             Nathan Sidwell  <nathan@codesourcery.com>
7970             Vladimir Prus  <vladimir@codesourcery.com>
7971             Joseph Myers  <joseph@codesourcery.com>
7972
7973         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7974         * configure: Regenerate.
7975
7976 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7977
7978         * ltconfig (freebsd*): Default to elf.
7979
7980 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7981
7982         * configure.ac (target_libraries): Move libgcc before libiberty.
7983         * configure: Regenerated.
7984
7985 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7986             Paolo Bonzini  <bonzini@gnu.org>
7987
7988         PR bootstrap/30753
7989         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
7990         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
7991         * configure: Regenerated.
7992
7993 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7994
7995         * MAINTAINERS (Language Front End Maintainers): Update my mail
7996         address.
7997
7998 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7999
8000         PR bootstrap/30748
8001         * configure.ac: Correct syntax for Solaris ksh.
8002         * configure: Regenerated.
8003
8004 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8005
8006         * configure.ac: Sync with src.
8007         * configure: Regenerate.
8008
8009 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8010
8011         * Makefile.in: Regenerate.
8012
8013 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8014
8015         * config.sub: Sync with src.
8016
8017 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8018
8019         * Makefile.tpl (build_alias, host_alias, target_alias): Use
8020         noncanonical equivalents.
8021         * configure.in: Rename to...
8022         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8023         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8024         target_noncanonical.  Use them.  Rewrite removal of configure
8025         arguments for autoconf 2.59.  Discard variable settings.  Force
8026         program_transform_name for native tools.
8027
8028         * Makefile.in: Regenerated.
8029         * configure: Regenerated with autoconf 2.59.
8030
8031 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8032
8033         * MAINTAINERS (Write After Approval): Add myself.
8034
8035 2007-01-31  Andreas Schwab  <schwab@suse.de>
8036
8037         * Makefile.tpl (LDFLAGS): Substitute it.
8038         * Makefile.in: Regenerate.
8039
8040 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8041
8042         * MAINTAINERS (Write After Approval): Add myself.
8043
8044 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
8045
8046         * MAINTAINERS (spu port): Add myself.
8047
8048 2007-01-23  Richard Guenther  <rguenther@suse.de>
8049
8050         PR bootstrap/30541
8051         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8052         * Makefile.tpl (GNATBIND): Substitute it.
8053         (GNATMAKE): Likewise.
8054         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8055         of STAGE_PREFIX.
8056         * Makefile.in: Regenerate.
8057         * configure: Regenerate.
8058
8059 2007-01-18  Mike Stump  <mrs@apple.com>
8060
8061         * configure.in: Re-enable -Werror for gcc builds.
8062
8063 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8064
8065         * MAINTAINERS (Write After Approval): Add myself.
8066
8067 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8068
8069         * configure.in: Change == to = in test command.
8070         * configure: Regenerate.
8071
8072 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8073             Nick Clifton  <nickc@redhat.com>
8074             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8075
8076         * configure.in (build_configargs, host_configargs, target_configargs):
8077         Remove build/host/target parameters.
8078         (host_libs): Add gmp and mpfr.
8079         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8080         * Makefile.def (gmp, mpfr): New.
8081         (gcc): Remove target.
8082         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8083         target_os, target_vendor): New.
8084         (configure): Add host_alias/target_alias arguments; adjust invocations.
8085         * configure: Regenerate.
8086         * Makefile.in: Regenerate.
8087
8088 2007-01-11  Matt Fago  <fago@earthlink.net>
8089
8090         * configure.in: Try to link to functions only in mpfr 2.2.x
8091         to improve robustness of configure tests.
8092         * configure: Regenerate.
8093
8094 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8095
8096         * MAINTAINERS: Add myself as i386 maintainer.
8097
8098 2007-01-08  Jan Hubicka  <jh@suse.cz>
8099
8100         * MAINTAINERS: Add myself as i386 maintainer.
8101
8102 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8103
8104         * configure.in: Add support for an x86_64-mingw* target.
8105         * configure: Regenerate.
8106
8107 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8108
8109         * Makefile.tpl (all-target): Correct @if conditional for target
8110         modules.
8111         * configure.in: Omit libiberty if building only target libgcc.
8112         * configure, Makefile.in: Regenerated.
8113
8114 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8115
8116         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8117         * configure: Regenerate.
8118
8119 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8120
8121         * Makefile.def (target_modules): Add libgcc.
8122         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8123         * Makefile.tpl (clean-target-libgcc): Delete.
8124         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8125         on gcc even for bootstrapped modules.  Rewrite handling of
8126         lang_env_dependencies to loop over target_modules.
8127         * configure.in (target_libraries): Add target-libgcc.
8128         * Makefile.in, configure: Regenerated.
8129
8130 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8131
8132         * configure.in: Reorganize recognition of languages.  Add
8133         --enable-stage1-languages.  Show supported languages for the chosen
8134         target rather than all recognized languages.
8135         * configure: Regenerate.
8136
8137 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8138
8139         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8140         * Makefile.in: Regenerate.
8141
8142 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8143
8144         * configure.in: Warn that MPFR 2.2.0 is buggy.
8145         * configure: Regenerate.
8146
8147 2006-12-27  Ian Lance Taylor  <iant@google.com>
8148
8149         * configure.in: When removing Makefiles to force a reconfigure, also
8150         remove prev-DIR*/Makefile.
8151         * configure: Regenerate.
8152
8153 2006-12-22  Andreas Schwab  <schwab@suse.de>
8154
8155         * configure: Regenerate with correct autoconf version.
8156
8157 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8158
8159         * configure.in: add AC_SUBST for *_FOR_TARGET.
8160         * configure: Regenerate.
8161
8162 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8163
8164         * configure.in: Simplify logic for rejecting languages that cannot
8165         be built.  Separate the case when a language is unsupported,
8166         from the case when the user chooses not to build a language.
8167
8168 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8169
8170         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8171         it only affects bootstrap and could be tested on "$host" as well.
8172         * configure: Regenerate.
8173         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8174
8175 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8176
8177         PR bootstrap/29544
8178         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8179         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8180         move here comment from Makefile.tpl.
8181         * Makefile.tpl: Move some definitions higher in the file.
8182         (STAGE1_CHECKING): New.
8183         * configure.in: Add --enable-stage1-checking.
8184         * configure: Regenerate.
8185         * Makefile.in: Regenerate.
8186
8187 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8188
8189         * MAINTAINERS: Add myself as build system maintainer.
8190
8191 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8192
8193         * MAINTAINERS (Write After Approval): Add myself.
8194
8195 2006-12-13  Eric Christopher  <echristo@apple.com>
8196
8197         * MAINTAINERS: Add myself as darwin maintainer.
8198
8199 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8200
8201         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8202
8203 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8204
8205         MAINTAINERS: Update my entry.
8206
8207 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8208
8209         * configure.in:  Handle spu makefile frag.
8210         * Makefile.tpl (MAINT): Define
8211         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8212         * configure: Regenerate.
8213         * Makefile.in: Regenerate.
8214
8215 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8216
8217         * config.guess: Import latest version.
8218         * config.sub: Likewise.
8219
8220 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8221
8222         * configure.in (spu-*-*): Don't skip target-libiberty.
8223         * configure: Regenerate.
8224
8225 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8226
8227         PR bootstrap/30134
8228         * configure.in: Correct x86 darwin support for libjava to powerpc
8229         and i?86 only.
8230         * configure: Regenerate.
8231
8232 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8233
8234         * configure.in: Add x86 darwin support for libjava.
8235         * configure: Regenerate.
8236
8237 2006-12-07  Mike Stump  <mrs@apple.com>
8238
8239         * Makefile.def (dependencies): Add dependency for
8240         install-target-libssp and install-target-libgomp on
8241         install-gcc.
8242         * Makefile.in: Regenerate.
8243
8244 2006-12-04  Richard Guenther  <rguenther@suse.de>
8245
8246         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8247         (Non-Algorithmic Maintainers): Move over non-algorithmic
8248         loop optimizer maintainers, add myself as a non-algorithmic
8249         middle-end maintainer.
8250
8251 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8252
8253         * MAINTAINERS (Write After Approval): Add myself.
8254
8255 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8256
8257         * configure.in: Update error message for missing GMP/MPFR.
8258
8259         * configure: Regenerate.
8260
8261 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8262
8263         * configure.in: Update MPFR version in error message.
8264
8265         * configure: Regenerate.
8266
8267 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8268
8269         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8270         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8271         --with-gmp-lib): New flags.
8272
8273         * configure: Regenerate.
8274
8275 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8276
8277         * MAINTAINERS (Write After Approval): Change my email address.
8278
8279 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8280
8281         * MAINTAINERS (Write After Approval): Add myself.
8282
8283 2006-11-22  Philipp Thomas  <pth@suse.de>
8284
8285         * MAINTAINERS (i18n): Update e-mail address.
8286
8287 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8288
8289         * MAINTAINERS (spu port): Add myself as maintainer.
8290         (Write After Approval): Remove myself.
8291
8292 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8293
8294         * configure.in (skipdirs): Don't build libssp for SPU.
8295         * configure: Regenerate.
8296
8297 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8298
8299         * MAINTAINERS (spu port): Add myself as maintainer.
8300         (libobjc): Update my email address.
8301
8302 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8303
8304         * MAINTAINERS (Write After Approval): Add myself.
8305
8306 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8307
8308         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8309         * configure : Rebuilt.
8310
8311 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8312
8313         * MAINTAINERS (Write After Approval): Add myself.
8314
8315 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8316
8317         * MAINTAINERS (Write After Approval): Add myself.
8318
8319 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8320
8321         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8322         libmpfr.a.
8323         * configure: Regenerate.
8324
8325 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8326
8327         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8328         (unstage): Test for stage_last presence.
8329
8330         PR bootstrap/29802
8331         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8332         STAGE_PREFIX.
8333         * Makefile.in: Regenerate.
8334
8335 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8336
8337         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8338         maintainers.
8339
8340 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8341
8342         * MAINTAINERS (Write After Approval): Add myself.
8343
8344 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8345
8346         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8347         and stageN-package/Makefile.
8348         * Makefile.in: Regenerated.
8349
8350 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8351
8352         * configure.in: Remove target-libgloss from noconfigdirs for
8353         bfin-*-*.
8354         * configure: Regenerated.
8355
8356 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8357
8358         * configure.in (have_gmp): Only error if the gcc directory exists.
8359
8360         * configure: Regenerate.
8361
8362 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8363
8364         * configure.in: Robustify error message for missing GMP/MPFR.
8365
8366         * configure: Regenerate.
8367
8368 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8369
8370         * MAINTAINERS (Write After Approval): Add myself.
8371
8372 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8373
8374         * MAINTAINERS: Change email address.
8375
8376 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8377
8378         * MAINTAINERS (Write After Approval): Add myself.
8379
8380 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8381
8382         * MAINTAINERS (Write After Approval): Add myself.
8383
8384 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8385
8386         * MAINTAINERS (Write After Approval): Move myself to
8387         Write After Approval section.
8388
8389 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8390
8391         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8392         need_gmp anymore.
8393         * configure: Regenerate.
8394
8395 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8396
8397         * MAINTAINERS (Write After Approval): Add myself.
8398
8399 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8400
8401         * config.guess: Import latest version.
8402         * config.sub: Likewise.
8403
8404 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8405
8406         * Makefile.def: Added pdf target handling.
8407         * Makefile.tpl: Added pdf target handling.
8408         * Makefile.in: Regenerated.
8409
8410 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8411
8412         * MAINTAINERS: Add self as score port maintainer.
8413
8414 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
8415
8416         * MAINTAINERS (Write After Approval): Add myself.
8417
8418 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8419
8420         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8421         or newer.
8422         * configure: Regenerated.
8423
8424 2006-09-27  Dave Brolley  <brolley@redhat.com>
8425
8426         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8427         using $s instead of $r.
8428         * configure: Regenerated.
8429
8430 2006-09-26  Thiemo Seufer  <ths@mips.com>
8431
8432         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8433         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8434         * configure: Regenerate.
8435
8436 2006-09-24  Graeme Peterson  <gridly@gmail.com>
8437
8438         * MAINTAINERS (Write After Approval): Remove myself.
8439
8440 2006-09-22  Chao-ying Fu  <fu@mips.com>
8441
8442         * MAINTAINERS (Write After Approval): Add myself.
8443
8444 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8445
8446         * MAINTAINERS: Add self as soft-fp maintainer.
8447
8448 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
8449
8450         * MAINTAINERS: Add myself as avr maintainer.
8451         Remove Marek Michalkiewicz as avr maintainer.
8452
8453 2006-09-07  Roberto Costa  <roberto.costa@st.com>
8454
8455         * MAINTAINERS (Write After Approval): Add myself.
8456
8457 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8458
8459         * configure.in: Never build newlib for a Mingw host.
8460         Never build newlib as Mingw target library.
8461         Test the existence of winsup/cygwin for building a Cygwin newlib,
8462         rather than just winsup.
8463         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8464         building a Mingw target.
8465         * configure: Regenerate.
8466
8467 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8468
8469         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8470
8471 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8472
8473         * config.guess: Import from src (was more updated).
8474         * config.sub: Likewise.
8475
8476 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8477
8478         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8479         * configure: Regenerated.
8480
8481 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8482
8483         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8484         for stages after the first.
8485
8486 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
8487
8488         * Makefile.def: Add dependencies for configure-opcodes
8489         on configure-intl and all-opcodes on all-intl.
8490         * Makefile.in: Regenerated.
8491
8492 2006-07-13  Ben Elliston  <bje@au.ibm.com>
8493
8494         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8495
8496 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         Port to hosts whose 'sort' and 'tail' implementations
8499         treat operands with leading '+' as file names, as POSIX
8500         has required since 2001.  However, make sure the code still
8501         works on pre-POSIX hosts.
8502         * ltmain.sh: Don't assume "sort +2" is equivalent to
8503         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8504
8505 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8506
8507         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8508
8509 2006-07-04  Peter O'Gorman  <peter@pogma.com>
8510
8511         * ltconfig: chmod 644 before ranlib during install.
8512
8513 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8514
8515         PR bootstrap/18058
8516         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8517         if the bootstrap compiler is a GCC version that supports it.
8518         * configure: Regenerate.
8519
8520 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8521
8522         * configure.in: Fix thinkos in previous check-in.
8523         * configure: Regenerate.
8524
8525 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8526
8527         PR other/27063
8528         * configure.in: Test subdir_requires and give an appropriate
8529         error message.
8530         * configure: Regenerate.
8531
8532 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
8533
8534         * MAINTAINERS (Write After Approval): Add myself.
8535
8536 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
8537
8538         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8539
8540 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
8541
8542         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8543
8544 2006-06-20  David Ayers  <d.ayers@inode.at>
8545
8546         PR bootstrap/28072
8547         * configure.in: Add target-boehm-gc to noconfigdirs depending on
8548         whether target-libjava is being configured instead of whether the
8549         java front end is enabled.
8550         * configure: Regenerate.
8551
8552 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8553
8554         PR target/27540
8555         * configure.in: Only enable libgomp on IRIX 6.
8556         * configure: Regenerate.
8557
8558 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
8559
8560         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8561         too.
8562         * Makefile.in: Regenerate.
8563
8564 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
8565
8566         * config-ml.in: Alter CCASFLAGS to include special
8567         multilib options the same as is done for CFLAGS.
8568
8569 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8570
8571         * configure.in: Don't enable libgomp on hpux10.
8572         * configure: Rebuilt.
8573
8574 2006-06-12  David Ayers  <d.ayers@inode.at>
8575
8576         PR bootstrap/27963
8577         PR target/19970
8578         * configure.in: Remove target-boehm-gc from noconfigdirs where
8579         ${libgcj} is specified.
8580         * configure: Regenerate.
8581
8582 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
8583
8584         Sync from src:
8585
8586         * configure.in: Sync.
8587         * configure: Regenerated.
8588
8589         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
8590
8591         * Makefile.def: Added dependencies from sim and gdb on intl, and
8592         added configure dependencies to everything with an all dependency
8593         on intl.
8594         * Makefile.in: Regenerated.
8595
8596 2006-06-06  David Ayers  <d.ayers@inode.at>
8597
8598         PR libobjc/13946
8599         * Makefile.def: Add dependencies for libobjc which boehm-gc.
8600         * Makefile.in: Regenerate.
8601         * configure.in: Add --enable-objc-gc at toplevel and have it
8602         enable boehm-gc for Objective-C.
8603         Remove target-boehm-gc from libgcj.
8604         Add target-boehm-gc to target_libraries.
8605         Add target-boehm-gc to noconfigdirs where ${libgcj}
8606         is specified.
8607         Assert that boehm-gc is supported when requested for Objective-C.
8608         Only build boehm-gc if needed either for Java or Objective-C.
8609         * configure: Regenerate.
8610
8611 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
8612
8613         PR 27674
8614         * Makefile.tpl (configure-[+prefix+][+module+],
8615         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8616         Remove rule to unstage bootstrapped modules.
8617         (stage_current): New.
8618         * Makefile.in: Regenerate.
8619
8620 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
8621
8622         * MAINTAINERS (Write After Approval): Update my e-mail address.
8623
8624 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
8625
8626         * include/libiberty.h: Declare pex_run_in_environment.
8627
8628 2006-05-31  Asher Langton  <langton2@llnl.gov>
8629
8630         * MAINTAINERS (Write After Approval): Add myself.
8631
8632 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
8633
8634         * Makefile.def (bfd, opcodes): Fix lib_path.
8635         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8636         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
8637         * Makefile.in: Regenerate.
8638
8639 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8640
8641         * Makefile.in: Regenerate.
8642
8643 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8644
8645         * Makefile.def: Add install-html target. Add datarootdir
8646         docdir and htmldir to flags_to_pass.
8647         * Makefile.tpl: Add install-html target.
8648         * Makefile.in: Regenerate.
8649         * configure.in: Add --with-datarootdir, --with-docdir, and
8650         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8651         * configure: Regenerate.
8652
8653 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
8654
8655         * configure.in: Enable gprof for cross builds.
8656         * configure: Regenerate.
8657
8658 2006-05-22  Richard Guenther  <rguenther@suse.de>
8659
8660         Revert
8661         2006-01-31  Richard Guenther  <rguenther@suse.de>
8662         Paolo Bonzini  <bonzini@gnu.org>
8663
8664         * Makefile.def (target_modules): Add libgcc-math target module.
8665         * configure.in (target_libraries): Add libgcc-math target library.
8666         (--enable-libgcc-math): New configure switch.
8667         * Makefile.in: Re-generate.
8668         * configure: Re-generate.
8669         * libgcc-math: New toplevel directory.
8670
8671 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8672             Andreas Tobler  <a.tobler@schweiz.ch>
8673
8674         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
8675         * configure: Rebuilt.
8676
8677 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8678
8679         * MAINTAINERS (Write After Approval): Add myself.
8680
8681 2006-05-01  DJ Delorie  <dj@redhat.com>
8682
8683         * configure.in: Restore CFLAGS if GMP isn't present.
8684         * configure: Regenerate.
8685
8686 2006-05-01  Richard Guenther  <rguenther@suse.de>
8687
8688         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8689         maintainer.
8690
8691 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8692
8693         * MAINTAINERS (Write After Approval): Add myself.
8694
8695 2006-04-28  Jan Beulich  <jbeulich@novell.com>
8696
8697         * MAINTAINERS (Write After Approval): Add myself.
8698
8699 2006-04-18  DJ Delorie  <dj@redhat.com>
8700
8701         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
8702         reference libgloss so that libssp can be built in a combined
8703         tree.
8704         * configure: Regenerate.
8705
8706 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8707
8708         * MAINTAINERS (Write After Approval): Add myself.
8709
8710 2006-04-05  Ben Elliston  <bje@au.ibm.com>
8711
8712         * configure.in: Require makeinfo 4.4 or higher.
8713         * configure: Regenerate.
8714
8715 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8716
8717         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8718         Rearrange the entries of other libraries to have them in one place.
8719
8720 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8721
8722         * MAINTAINERS (Write After Approval): Remove myself.
8723         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8724
8725 2006-03-14  Richard Guenther  <rguenther@suse.de>
8726
8727         * configure: Regenerate with autoconf 2.13.
8728
8729 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
8730
8731         * MAINTAINERS: Use my work address.
8732
8733         * MAINTAINERS: Update my E-mail address.
8734
8735 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8736
8737         * configure.in: Handle --disable-<component> generically.
8738         * configure: Regenerate.
8739
8740 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8741
8742         PR libgcj/17311
8743         * ltmain.sh: Don't use "$finalize_rpath" for compile.
8744
8745 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8746
8747         * MAINTAINERS (Write After Approval):  Remove myself.
8748         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8749
8750 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8751
8752         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8753         (TARGET_CONFIGDIRS): Remove.
8754         * configure.in: Remove AC_SUBST(target_configdirs).
8755         * Makefile.in, configure: Regenerated.
8756
8757 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
8758
8759         * MAINTAINERS (Write After Approval):  Remove myself.
8760         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8761
8762 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8763
8764         PR bootstrap/25670
8765
8766         * Makefile.tpl ([+compare-target+]): Print explanation messages.
8767
8768         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8769         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8770         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8771         BUILD_PREFIX, BUILD_PREFIX_1.
8772         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8773
8774         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8775         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8776
8777         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8778         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8779         of `cat stage_current`.  Always provide the `r' and `s' variables.
8780         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8781         a single shell execution.
8782         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8783         bootstrapped modules, make the stage1 module if the build was not
8784         started yet, else build the current stage.
8785         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8786         (all-build, all-host, all-target, [+make_target+]-host,
8787         [+make_target+]-target): Do not use \-continued lines.
8788         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8789         (current_stage, restrap, stage_last): New.
8790
8791         * Makefile.in: Regenerate.
8792         * configure: Regenerate.
8793
8794 2006-02-19  Bud Davis  <jmdavis@link.com>
8795
8796         * MAINTAINERS (Write After Approval):  Remove myself.
8797         (Language Front End Maintainers):  Add myself as fortran 95
8798         maintainer and update e-mail address.
8799
8800 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8801
8802         * MAINTAINERS (Write After Approval):  Remove myself.
8803         (Language Front End Maintainers):  Add myself as fortran 95
8804         maintainer.
8805
8806 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8807
8808         * MAINTAINERS (Write After Approval): Add myself.
8809
8810 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8811
8812         * MAINTAINERS (Write After Approval):  Remove myself.
8813         (Language Front End Maintainers):  Add myself as
8814         fortran 95 maintainer.
8815
8816 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8817
8818         Sync from src:
8819
8820         2005-12-27  Leif Ekblad  <leif@rdos.net>
8821
8822         * configure.in: Add support for RDOS target.
8823         * configure: Regenerate.
8824
8825 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8826             Andreas Schwab  <schwab@suse.de>
8827
8828         * configure: Regenerate.
8829
8830 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
8831
8832         * configure.in (enable_libgomp): Add AIX.
8833         * configure: Regenerate.
8834
8835 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8836
8837         * MAINTAINERS (Write After Approval): Add myself.
8838
8839 2006-02-03  Lee Millward  <lee.millward@gmail.com>
8840
8841         * MAINTAINERS (Write After Approval): Add myself.
8842
8843 2006-01-31  Richard Guenther  <rguenther@suse.de>
8844         Paolo Bonzini  <bonzini@gnu.org>
8845
8846         * Makefile.def (target_modules): Add libgcc-math target module.
8847         * configure.in (target_libraries): Add libgcc-math target library.
8848         (--enable-libgcc-math): New configure switch.
8849         * Makefile.in: Re-generate.
8850         * configure: Re-generate.
8851         * libgcc-math: New toplevel directory.
8852
8853 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8854
8855         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8856         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8857         the assembler, linker and binutils.
8858         * configure: Regenerate.
8859
8860 2006-01-22  Dirk Mueller  <dmueller@suse.de>
8861
8862         * MAINTAINERS (Write After Approval): Add myself.
8863
8864 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
8865
8866         * configure: Regenerate.
8867
8868 2006-01-18  Richard Henderson  <rth@redhat.com>
8869             Jakub Jelinek  <jakub@redhat.com>
8870             Diego Novillo  <dnovillo@redhat.com>
8871
8872         * libgomp: New directory.
8873         * Makefile.def: Add target_module libgomp.
8874         * Makefile.in: Regenerate.
8875         * configure.in (target_libraries): Add target-libgomp.
8876         * configure: Regenerate.
8877
8878 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8879
8880         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8881         @ from continuation.
8882         * Makefile.in: Rebuilt.
8883
8884 2006-01-04  Chris Lattner  <sabre@gnu.org>
8885
8886         * MAINTAINERS (Write After Approval): Add myself.
8887
8888 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8889
8890         PR bootstrap/24252
8891
8892         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8893         * Makefile.tpl (OBJDUMP): New.
8894         (EXTRA_HOST_FLAGS): Add it.
8895         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8896
8897         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8898         to use symbolic links between directories.  Avoid race conditions
8899         or make them harmless.
8900         * configure.in: Do not try to use symbolic links between directories.
8901
8902         * Makefile.def (LEAN): Pass.
8903         * Makefile.tpl (LEAN): Define.
8904         (stage[+id+]-start): Accept that the previous directory does not
8905         exist, if the bootstrap is lean.
8906         (stage[+id+]-bubble): Invoke lean bootstrap commands after
8907         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8908         configure substitution.
8909         ([+compare-target+]): Likewise.
8910         ([+bootstrap-target+]-lean): New.
8911         * configure.in: Remove lean bootstrap support from here.
8912
8913         * Makefile.in: Regenerate.
8914         * configure: Regenerate.
8915
8916 2006-01-04  Ben Elliston  <bje@au.ibm.com>
8917
8918         * MAINTAINERS (libdecnumber): Add myself.
8919
8920 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
8921
8922         * libtool-ldflags: New script.
8923
8924 2006-01-02  Andreas Schwab  <schwab@suse.de>
8925
8926         * configure.in: When reconfiguring remove Makefile in
8927         all stage directories.
8928         * configure: Regenerate.
8929
8930 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8931
8932         * MAINTAINERS: Update my email address.
8933
8934 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8935
8936         Revert Ada-related part of the previous change.
8937
8938         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8939         Do not pass.
8940         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8941         * Makefile.in: Regenerate.
8942         * configure.in: Do not include mt-ppc-aix target fragment.
8943         * configure: Regenerate.
8944
8945 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8946
8947         * configure.in: Select appropriate fragments for PowerPC/AIX.
8948         * configure: Regenerate.
8949
8950         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8951         BOOT_CFLAGS, BOOT_LDFLAGS.
8952         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8953         BOOT_CFLAGS, BOOT_LDFLAGS.
8954         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8955         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8956         (stage): Fail if we cannot complete the work.
8957         * Makefile.in: Regenerate.
8958
8959 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8960
8961         * configure.in: Replace ms1 with mt.
8962         * configure: Rebuilt.
8963
8964 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8965
8966         * MAINTAINERS: Update my email address.
8967
8968 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8969
8970         * Makefile.tpl (all, do-[+make_target+], do-check, install,
8971         install-host-nogcc): Don't invoke $(stage) at the end.
8972         * Makefile.in: Regenerate.
8973
8974 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8975
8976         * configure.in: Flip the top-level bootstrap switch.
8977         * configure: Regenerate.
8978
8979 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8980
8981         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8982         $(stage) and $(unstage).
8983         (EXTRA_TARGET_FLAGS): Correct double-quoting.
8984         (all): Remove stray semicolon.
8985         (local-distclean): Don't handle multilib.tmp and multilib.out.
8986         (install.all): Set $s for consistency.
8987         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8988         check_multilibs setting.  Always make the install directory.
8989         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8990         Correct @if/@endif.
8991         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8992         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8993         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8994         (multilib.out): Remove.
8995         * Makefile.in: Regenerated.
8996
8997 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
8998
8999         * MAINTAINERS (Write After Approval): Add myself.
9000
9001 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9002
9003         * MAINTAINERS: Add myself as mt maintainer.
9004
9005         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9006
9007 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9008
9009         * MAINTAINERS: Change email address.
9010
9011 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9012
9013         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9014         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9015         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9016         Find in-tree tools if available.
9017         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9018         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9019         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9020         (COMPILER_*_FOR_TARGET): New.
9021         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9022         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9023         (CONFIGURED_*, USUAL_*): Remove.
9024         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9025         STRIP): Use autoconf substitutions.
9026         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9027         COMPILER_NM_FOR_TARGET): New.
9028         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9029
9030         (all): Make all-host and all-target in parallel.
9031         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9032         that $$r and $$s are set before invoking a recursive make.
9033         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9034         ([+bootstrap-target+]): Inline most of the `all' target.
9035
9036 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9037
9038         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9039         from the gcc build directory.
9040         * Makefile.in: Regenerate.
9041
9042 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9043
9044         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9045         depend on all-libdecnumber.
9046         * configure.in (host_libs): Include libdecnumber.
9047         * Makefile.in: Regenerate.
9048         * configure: Likewise.
9049
9050 2005-11-29  Ben Elliston  <bje@au.ibm.com>
9051
9052         * libdecnumber: Import decNumber sources from the dfp-branch.
9053
9054 2005-11-21  Kean Johnston  <jkj@sco.com>
9055
9056         * config.sub, config.guess: Sync from upstream sources.
9057
9058 2005-11-21  Ben Elliston  <bje@au.ibm.com>
9059
9060         Import from Autoconf sources:
9061
9062         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9063         * config/move-if-change: Don't output "$2 is unchanged";
9064         suggested by Ben Elliston.  Handle weird characters correctly.
9065
9066 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9067
9068         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9069         to match upstream libtool for darwin.
9070
9071 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9072
9073         * Makefile.def: Remove gdb dependencies for gdbtk.
9074         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9075         (configure-gdb, install-gdb): New rules.
9076         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9077         * Makefile.in, configure: Regenerated.
9078
9079 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9080
9081         * MAINTAINERS (Write After Approval): Add myself.
9082
9083 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9084
9085         * MAINTAINERS (Write After Approval): Add myself.
9086
9087 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9088
9089         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9090         Diego Novillo.
9091
9092 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9093
9094         PR bootstrap/24297
9095         * Makefile.tpl (do-[+make-target+], do-check, install,
9096         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9097         are set before recursing.
9098         * Makefile.in: Regenerate.
9099
9100 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9101
9102         PR bootstrap/18939
9103         * Makefile.def (gcc) <target>: Fix thinko.
9104         * Makefile.in: Regenerate.
9105
9106 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9107
9108         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9109         * configure: Regenerate.
9110
9111 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9112
9113         * MAINTAINERS (Write After Approval): Add self.
9114
9115 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9116
9117         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9118         target-libffi, target-qthreads, target-libjava, and
9119         targetlibobjc.
9120         * configure: Regenerate.
9121
9122 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9123
9124         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9125         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9126         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9127         (USUAL_OBJDUMP_FOR_TARGET): New.
9128         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9129         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9130         * configure, Makefile.in: Regenerated.
9131
9132 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9133
9134         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9135         before other host packages.
9136
9137 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9138
9139         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9140
9141 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9142
9143         PR bootstrap/22340
9144
9145         * configure.in (default_target): Remove.
9146         * Makefile.tpl (all): Do not use prerequisites as subroutines
9147         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9148         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9149         use prerequisites as subroutines.
9150         (check-host, check-target): New.
9151         (bootstrap configure & all targets): Do not use stage*-start
9152         if the directory layout is already ok.
9153         (non-bootstrap configure & all targets): Prepend a $(unstage).
9154         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9155         (NOTPARALLEL): Remove.
9156         (unstage, stage variables): New variables.
9157         (unstage, stage targets): Simply expand to those variables.
9158
9159         * configure: Regenerate.
9160         * Makefile.in: Regenerate.
9161
9162 2005-10-04  James E Wilson  <wilson@specifix.com>
9163
9164         * Makefile.def (lang_env_dependencies): Add libmudflap.
9165         * Makefile.in: Regenerate.
9166
9167 2005-10-03  Andreas Schwab  <schwab@suse.de>
9168
9169         Backport from libtool CVS:
9170         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9171
9172         * ltmain.sh: add support for installing into temporary
9173         staging area (e.g. 'make install DESTDIR=...')
9174
9175 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9176
9177         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9178         * configure: Regenerated.
9179
9180 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9181
9182         * configure: Regenerate with the correct
9183         autoconf version.
9184
9185 2005-09-30  Catherine Moore  <clm@cm00re.com>
9186
9187         * configure.in (bfin-*-*): New.
9188         * configure: Regenerated.
9189
9190 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9191
9192         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9193         (LIPO_FOR_TARGET): New.
9194         (CONFIGURED_LIPO_FOR_TARGET): New.
9195         (USUAL_LIPO_FOR_TARGET): New.
9196         (STRIP_FOR_TARGET): New.
9197         (CONFIGURED_STRIP_FOR_TARGET): New.
9198         (USUAL_STRIP_FOR_TARGET): New.
9199         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9200         STRIP_FOR_TARGET.
9201         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9202         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9203         * Makefile.in: Regenerate.
9204         * configure: Regenerate.
9205
9206 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9207
9208         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9209         (rs6000-*-aix*): Same.
9210         * configure: Regenerate.
9211
9212 2005-09-16  Tom Tromey  <tromey@redhat.com>
9213
9214         * MAINTAINERS: Add self as java maintainer.
9215
9216 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9217
9218         * configure.in: Recognize f95 in the --enable-languages option,
9219         and substitute it for fortran, issuing a warning.
9220         * configure: Regenerate.
9221
9222 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9223
9224         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9225         * configure:  Regenerated.
9226
9227 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9228
9229         * MAINTAINERS: Add self as ms1 maintainer.
9230
9231 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9232
9233         * Makefile.def (libssp): Add to lang_env_dependencies.
9234         * Makefile.in: Regenerate.
9235
9236 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9237
9238         * MAINTAINERS: Add myself as middle-end maintainer.
9239
9240 2005-08-17  Christian Groessler  <chris@groessler.org>
9241
9242         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9243         * Makefile.in: Regenerate.
9244
9245 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9246
9247         * MAINTAINERS (write after approval): Added myself.
9248
9249 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9250
9251         * MAINTAINERS (Write After Approval): Add myself.
9252
9253 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9254
9255         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9256         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9257         Look for alternate names of the target cc and c++
9258         * configure: Regenerate.
9259
9260 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9261
9262         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9263         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9264         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9265         tools; remove code to manually set them.
9266         (Target tools): Look in the environment for them.
9267         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9268         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9269         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9270         build directory.
9271         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9272         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9273         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9274         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9275         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9276         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9277         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9278         * configure: Regenerate.
9279         * Makefile.in: Regenerate.
9280
9281 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9282
9283         * MAINTAINERS: Update for removed CPU targets.
9284
9285 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9286
9287         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9288         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9289         * Makefile.in: Regenerated.
9290
9291 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9292
9293         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9294         (CFLAGS_FOR_TARGET): Use it.
9295         (CXXFLAGS_FOR_TARGET): Likewise.
9296         * Makefile.in: Regenerated.
9297         * configure.in (--with-build-sysroot): New option.
9298         * configure: Regenerated.
9299
9300 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9301
9302         * Makefile.tpl: Wrap install between unstage and stage
9303         * Makefile.in: Regenerate.
9304
9305 2005-07-21  Eric Christopher  <echristo@apple.com>
9306
9307         * MAINTAINERS: Update affiliation.
9308
9309 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9310
9311         * MAINTAINERS: Add self as crx port maintainer.
9312
9313 2005-07-20  DJ Delorie  <dj@redhat.com>
9314
9315         * MAINTAINERS: Add self as m32c maintainer.
9316
9317 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9318
9319         * all files: Update FSF address.
9320
9321 2005-07-15  Eric Christopher  <echristo@redhat.com>
9322
9323         * MAINTAINERS: Change affiliation.
9324
9325 2005-07-14  Jim Blandy  <jimb@redhat.com>
9326
9327         * configure.in: Add cases for Renesas m32c.
9328         * configure: Regenerated.
9329
9330 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9331
9332         * COPYING.LIB: Update from fsf.org.
9333
9334 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9335
9336         * COPYING, compile, config.guess,
9337         config.sub, install-sh, missing, mkinstalldirs,
9338         symlink-tree, ylwrap: Sync from upstream sources.
9339         * config-ml.in: Update FSF address.
9340
9341 2005-07-13  Eric Christopher  <echristo@redhat.com>
9342
9343         * configure.in: Add toplevel noconfigdir support for tpf.
9344         * configure: Regenerate.
9345
9346 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9347
9348         PR ada/22340
9349
9350         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9351         * Makefile.in: Regenerate.
9352
9353 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9354
9355         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9356         Brolley to write-after-approval.
9357
9358 2005-07-07  Andreas Schwab  <schwab@suse.de>
9359
9360         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9361         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9362         * Makefile.in: Regenerated.
9363
9364 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9365
9366         * configure.in: Don't build sim or rda when targetting darwin.
9367         * configure: Regenerate.
9368
9369 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9370
9371         * configure.in: Add --enable-libssp and --disable-libssp.
9372         * configure: Regenerate with autoconf-2.13.
9373
9374 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9375
9376         * Makefile.def (target_modules): Add libssp.
9377         * configure.in (target_libraries): Add target-libssp.
9378         * configure: Rebuilt.
9379         * Makefile.in: Rebuilt.
9380
9381 2005-07-01  Zack Weinberg  <zackw@panix.com>
9382
9383         * MAINTAINERS: Change email address.  Resign from maintainership.
9384
9385 2005-07-01  Richard Guenther  <rguenther@suse.de>
9386
9387         * MAINTAINERS: Change my e-mail address and affiliation.
9388
9389 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9390
9391         * Makefile.def (stagefeedback): Come after profile.
9392         Define profiledbootstrap target.
9393         * Makefile.tpl (profiledbootstrap): Remove.
9394         (stageprofile-end): Zap stagefeedback.
9395         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9396         * Makefile.in: Regenerate.
9397
9398 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9399
9400         * MAINTAINERS: Update my email address.
9401
9402 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9403
9404         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9405         In 'cpp' stanza, support '#line' as well as '# '.
9406
9407 2005-06-08  Andreas Schwab  <schwab@suse.de>
9408
9409         * MAINTAINERS: Move myself from 'Write After Approval' to
9410         'CPU Port Maintainers' section as m68k maintainer.
9411
9412 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9413
9414         * configure.in (unsupported_languages): New macro.
9415         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9416         non-ported target libraries in noconfigdirs.
9417         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9418         non-linux-gnu.  Remove libgcj_ex_libffi.
9419         <lang_frag loop>: Set add_this_lang=no if the language is in
9420         unsupported_languages.
9421         * configure: Regenerate.
9422
9423 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9424
9425         * configure.in: Fix typo in handling of --with-mpfr-dir.
9426         * configure: Regenerate.
9427
9428 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9429
9430         * MAINTAINERS: Update my email address.
9431
9432 2005-06-02  Jim Blandy  <jimb@redhat.com>
9433
9434         * config.sub: Add cases for the Renesas m32c.  (This patch has been
9435         accepted into the master sources.)
9436
9437 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9438             Michael Snyder  <msnyder@redhat.com>
9439             Stan Cox  <scox@redhat.com>
9440
9441         * configure.in: Set noconfigdirs for ms1.
9442
9443         * configure: Regenerate.
9444
9445 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9446
9447         * MAINTAINERS (Write After Approval): Add self.
9448
9449 2005-06-01  Josh Conner  <jconner@apple.com>
9450
9451         * MAINTAINERS (Write After Approval): Add self.
9452
9453 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9454
9455         * MAINTAINERS: Update my email address.
9456
9457 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9458
9459         * MAINTAINERS (Write After Approval): Add self.
9460
9461 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
9462
9463         * MAINTAINERS (Write After Approval): Remove self.
9464
9465 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9466
9467         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9468         (Dependencies): Consider target modules for bootstrap dependencies.
9469         Make target bootstrap modules depend on each stage's gcc.
9470         * Makefile.in: Regenerate.
9471
9472 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9473
9474         * Makefile.def (configure-gcc): Depend on binutils having been built.
9475         (all-gcc): No need to do it here.
9476         * Makefile.in: Regenerate.
9477
9478 2005-05-19  Paul Brook  <paul@codesourcery.com>
9479
9480         * configure.in: Rewrite misleading error message when requested
9481         language cannot be built.
9482         * configure: Regenerate.
9483
9484 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9485
9486         * ylwrap: Import from Automake 1.9.5.
9487
9488 2005-05-13  David Ung  <davidu@mips.com>
9489
9490         * MAINTAINERS (Write After Approval): Add self.
9491
9492 2005-05-09  Mike Stump  <mrs@apple.com>
9493
9494         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9495         lt_cv_sys_max_cmd_len for now.
9496
9497 2005-05-09  Stan Cox  <scox@redhat.com>
9498
9499         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9500
9501 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
9502
9503         * README.SCO: Update the URL.
9504
9505 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
9506
9507         * ltconfig: Define file_list_spec.  Pass file_list_spec and
9508         with_gnu_ld to libtool.
9509         * ltcf-c.sh (aix[45]): Define file_list_spec.
9510         * ltcf-cxx.sh (aix[45]): Same.
9511         * ltcf-gcj.sh (aix[45]): Same.
9512         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9513         exists, write list of input files to temporary file.
9514
9515 2005-05-04  Mike Stump  <mrs@apple.com>
9516
9517         * configure.in: Always pass --target to target configures as
9518         otherwise rebuilds that do --recheck will fail.
9519         * confiugure: Rebuilt.
9520
9521 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
9522
9523         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9524         STAGE_HOST_EXPORTS.
9525         (configure, all): Add bootstrap support.
9526         (Host modules, target modules): Pass post-stage1 flags and exports.
9527         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9528         * Makefile.in: Regenerate.
9529
9530 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
9531
9532         * configure: Regenerate.
9533
9534 2005-04-27  Mike Stump  <mrs@apple.com>
9535
9536         * MAINTAINERS: Add self as darwin maintainer.
9537
9538 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
9539
9540         * config.sub: Update from master copy.
9541
9542 2005-04-21  Mike Stump  <mrs@apple.com>
9543
9544         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9545         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9546
9547 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
9548
9549         * configure.in <crisv32-*-*, cris-*-*>: New local variable
9550         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
9551         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
9552         "*-*-elf" and "*-*-linux*".
9553         * configure: Regenerate.
9554
9555 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
9556
9557         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9558
9559 2005-04-12  Mike Stump  <mrs@apple.com>
9560
9561         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9562
9563 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
9564
9565         * MAINTAINERS (Write After Approval): Add myself.
9566
9567 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
9568
9569         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9570
9571 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
9572
9573         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9574         (TARGET_CONFIGARGS): Include --with-target-subdir.
9575         (configure, all): New macros.  Use them throughout.
9576         * Makefile.in: Regenerate.
9577
9578 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
9579
9580         * MAINTAINERS (Write After Approval): Add myself.
9581
9582 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9583
9584         * MAINTAINERS: Remove 'loop unrolling' maintainer.
9585
9586 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
9587
9588         * MAINTAINERS: Move John Carr to Write After Approval.
9589
9590 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
9591
9592         * config/mh-mingw32: Delete.
9593         * configure.in: Don't use it.
9594         * configure: Regenerate.
9595
9596 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9597
9598         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9599         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9600         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9601         (HOST_LIB_PATH): Generate from Makefile.def.
9602         (TARGET_LIB_PATH): Likewise.
9603         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9604         * Makefile.in: Regenerate.
9605         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9606         (RPATH_ENVVAR): Include Darwin case.
9607         * configure: Regenerate.
9608
9609 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
9610
9611         * MAINTAINERS (Various Maintainers): Remove self.
9612         (Write After Approval): Add self.
9613
9614 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
9615
9616         * MAINTAINERS (Various Maintainers): Add self.
9617
9618 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
9619
9620         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9621         * configure: Regenerate.
9622
9623 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
9624
9625         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9626         gcc_version, and gcc_version_trigger from set of flags to pass.
9627         * Makefile.tpl: Remove definitions of above variables.
9628         (config.status): Remove dependency on $(gcc_version_trigger).
9629         * Makefile.in: Regenerate.
9630         * configure.in: Do not reference config/gcc-version.m4 nor
9631         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
9632         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
9633         * configure: Regenerate.
9634
9635 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
9636             Andrew Pinski  <pinskia@physics.uc.edu>
9637
9638         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9639         * Makefile.in: Regenerate.
9640
9641 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
9642
9643         * MAINTAINERS (Write After Approval): Add myself.
9644
9645 2005-03-03  David Ayers  <d.ayers@inode.at>
9646
9647         * MAINTAINERS (Write After Approval): Add myself.
9648
9649 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
9650
9651         PR libgcj/20160
9652         * ltmain.sh: Avoid creating archives with components that have
9653         duplicate basenames.
9654
9655 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
9656
9657         PR bootstrap/20250
9658         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9659         instead of check.
9660         * Makefile.in: Regenerate.
9661
9662 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9663
9664         * Makefile.in: Regenerate to fix conflict between the previous two
9665         patches.
9666
9667 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9668
9669         PR bootstrap/17383
9670         * Makefile.def (target_modules): Remove "stage", now unnecessary.
9671         * Makefile.tpl (HOST_SUBDIR): New substitution.
9672         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9673         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9674         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9675         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9676         (Host modules, Bootstrapped modules): Use it.
9677         (Build modules, Target modules): Do not create symlink trees,
9678         always configure out-of-srcdir.
9679         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9680         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9681         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9682         $(HOST_SUBDIR).  Create a symlink for host_subdir.
9683
9684         * Makefile.in: Regenerate.
9685         * configure: Regenerate.
9686
9687 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9688
9689         Merged from libada-gnattools-branch:
9690         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9691
9692         * gnattools: New directory.
9693         * Makefile.def: Add gnattools as a module, depending on target-libada.
9694         * Makefile.in: Regenerate.
9695         * configure.in: Include gnattools in host_tools; disable it if ada
9696         is disabled.
9697         * configure: Regenerate.
9698
9699 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9700
9701         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9702         treelang maintainer.
9703         (Write After Approval): Remove myself.
9704
9705 2005-02-23  Paul Schlie  <schlie@comcast.net>
9706
9707         * configure.in: Allow darwin targeted ports to build tk, itcl and
9708         libgui.
9709         * configure: Regenerate.
9710
9711 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9712
9713         PR libgcj/10353
9714         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9715         * configure: Regenerate.
9716
9717 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9718
9719         * MAINTAINERS (Write After Approval): Add myself.
9720
9721 2005-02-10  Ian Lance Taylor  <ian@airs.com>
9722
9723         * MAINTAINERS: Update my e-mail address.
9724
9725 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9726
9727         * MAINTAINERS (Write After Approval): Add myself.
9728
9729 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9730
9731         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9732         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9733         target-libgloss when not *-*-elf and *-*-aout.
9734         * configure: Regenerate.
9735
9736 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9737
9738         * MAINTAINERS: Remove obsolete entries.
9739
9740         * MAINTAINERS (Write After Approval): Add Michael Matz.
9741
9742 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9743
9744         * MAINTAINERS: Remove self as cpplib maintainer.
9745
9746 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9747
9748         * install-sh, config.sub: Import from upstream.
9749
9750 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9751
9752         PR bootstrap/18222
9753         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9754         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9755         * Makefile.in: Regenerate.
9756
9757 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9758
9759         * MAINTAINERS: Update my email address.
9760
9761 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
9762             Andreas Schwab  <schwab@suse.de>
9763
9764         PR bootstrap/18033
9765         * config-ml.in: Eval option if surrounded by single quotes.
9766
9767 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9768
9769         Revert 2004-12-28 Makefile changes, a better fix will be
9770         applied to mainline and src after GCC 4.0 branches.
9771
9772 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9773
9774         PR bootstrap/17383
9775
9776         * Makefile.def (target_modules): Remove stage parameter,
9777         it is always true now.
9778         * Makefile.tpl (configure-build-[+module+],
9779         configure-target-[+module+]): Always build symlink tree
9780         for the directory and for include.  BUILD_SUBDIR and
9781         TARGET_SUBDIR cannot be . anymore.
9782         * Makefile.in: Regenerate.
9783
9784 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
9785
9786         Revert 2004-12-08 Makefile changes.
9787
9788 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9789
9790         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9791         cygwin, mingw.
9792
9793 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9794
9795         * configure.in (sh64-*-*): Reenable gprof.
9796         * configure: Regenerate.
9797
9798 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
9799
9800         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9801         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9802         (EXTRA_TARGET_FLAGS): Add PICFLAG.
9803         * Makefile.in: Regenerate.
9804
9805 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9806
9807         * MAINTAINERS: Update my email address.
9808
9809 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
9810
9811         * Makefile.tpl: Generate normal dependencies if the LHS module is
9812         not bootstrapped.
9813         * Makefile.in: Regenerate.
9814
9815 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9816
9817         * configure.in: Include config/gxx-include-dir.m4.  Use
9818         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9819         * configure: Regenerate.
9820
9821 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9822
9823         * config.if: Delete.
9824         * configure.in: Set libstdcxx_incdir directly.
9825         * configure: Regenerate.
9826
9827 2004-12-02  Eric Christopher  <echristo@redhat.com>
9828
9829         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9830         * Makefile.in: Regenerate.
9831
9832 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9833
9834         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9835         * configure: Regenerate.
9836
9837 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9838
9839         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9840         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9841         * configure: Regenerate.
9842
9843 2004-12-01  Eric Christopher  <echristo@redhat.com>
9844
9845         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9846         of things to remove.
9847
9848 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
9849
9850         * MAINTAINERS (Write After Approval): Update my e-mail address.
9851
9852 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9853
9854         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9855         from CVS libtool to always pass_all.
9856
9857 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9858
9859         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9860         (hppa*64*-*-*): Delete incorrect comment.
9861         * configure: Rebuilt.
9862
9863 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9864
9865         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9866
9867 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9868
9869         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9870         from CVS libtool to always pass_all.
9871
9872 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9873
9874         * install-sh, compile: Import from automake.
9875
9876 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9877
9878         * config.guess, config.sub:  Import from savannnah.
9879
9880 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9881
9882         * MAINTAINERS (Write After Approval): Add myself
9883
9884 2004-11-12  Mike Stump  <mrs@apple.com>
9885
9886         * Makefile.def: Add html support.
9887         * Makefile.tpl: Likewise.
9888         * Makefile.in: Regenerate.
9889
9890 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
9891
9892         PR 18423
9893         * configure.in: Remove all instances of build-fixincludes from
9894         noconfigdirs.
9895         (build_configargs): Supply --target to subdirectories.
9896         * configure: Regenerate.
9897
9898         * Makefile.def: Make gcc install depend on fixincludes install.
9899         * Makefile.in: Regenerate.
9900
9901 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
9902
9903         * MAINTAINERS: Add myself as gcc testsuite maintainer.
9904
9905 2004-11-11  Paul Brook  <paul@codesourcery.com>
9906
9907         * MAINTAINERS: Add self as arm maintainer.  Update email address.
9908
9909 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9910
9911         * configure.in (noconfigdirs) [mmix-*-*]: Disable
9912         target-libgfortran.
9913         * configure: Regenerate.
9914
9915 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
9916
9917         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9918         like CC.
9919
9920 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9921
9922         * Makefile.def (host fixincludes): Specify missing targets.
9923         * Makefile.in: Regenerate.
9924
9925 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9926
9927         * MAINTAINERS: Add myself
9928
9929 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9930
9931         * MAINTAINERS (Write After Approval): Add myself.
9932
9933 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
9934
9935         * Makefile.def: Build fixincludes for the host, too.
9936         * Makefile.in: Regenerate.
9937         * configure.in (host_tools): Add fixincludes.
9938         * configure: Regenerate.
9939
9940 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
9941
9942         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9943         * configure: Regenerated.
9944
9945 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9946
9947         PR other/17783
9948         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9949         * configure: Regenerated.
9950
9951 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
9952
9953         * README.SCO: Update per FSF instructions.
9954
9955 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9956
9957         PR target/18151
9958         * configure.in (case ${target}): Do not build fixincludes for avr.
9959         * configure: Regenerated.
9960
9961 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9962
9963         * configure.in (case ${target}): Do not build fixincludes
9964         on platforms where it is not used.
9965         * configure: Regenerated.
9966
9967 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
9968
9969         * configure.in: Use an absolute path to install-sh.
9970         * configure: Regenerated.
9971
9972 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9973
9974         * MAINTAINERS (Write After Approval): Add myself.
9975
9976 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9977
9978         * MAINTAINERS: Remove from Write After Approval those that are
9979         already maintainers.
9980
9981 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9982
9983         * MAINTAINERS:  Update my email address.
9984
9985 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9986
9987         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9988         * configure: Regenerate.
9989
9990 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
9991
9992         * MAINTAINERS:  Update my email address.
9993
9994 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
9995
9996         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
9997         entries belonging to this category.
9998
9999 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10000
10001         * MAINTAINERS: Update my e-mail address.
10002
10003 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10004
10005         Fix wrong conflict resolution in:
10006
10007         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10008
10009         * Makefile.in: Regenerate.
10010         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10011         in the recursive `make', instead of hardwiring `all'.
10012         (Autogenerated TARGET-* variables): New.
10013
10014 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10015
10016         * configure.in: Enable target-libgloss for crx-*-*.
10017         * configure: Regenerate.
10018
10019 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10020
10021         * MAINTAINERS (Various Maintainers): Move the "windows,
10022         cygwin, mingw" maintainer to ...
10023         (OS Port Maintainers): ... here.
10024
10025 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10026
10027         * MAINTAINERS (Write After Approval): Remove those that are
10028         maintainers of some subsystem.
10029
10030 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10031
10032         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10033         * ltcf-cxx.sh (tpf*): Likewise.
10034         * ltconfig (tpf*): Add TPF OS configuration support.
10035
10036 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10037
10038         * MAINTAINERS: Change my email address to my new work account.
10039
10040 2004-09-24  Michael Roth  <mroth@nessie.de>
10041
10042         * configure.in (--without-headers): Add missing double quotes.
10043         * configure: Regenerate.
10044
10045 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10046
10047         * ylwrap: Revert to previous version.
10048
10049 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10050
10051         PR bootstrap/17369
10052         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10053         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10054         SET_GCC_LIB_PATH_CMD.
10055         (BASE_TARGET_EXPORTS): Likewise.
10056         * Makefile.in: Regenerated.
10057
10058         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10059         * configure: Regenerated.
10060
10061 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10062
10063         * config.guess: New upstream version
10064         * compile, depcomp, install-sh, ylwrap: Likewise.
10065
10066 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10067
10068         * config/mh-x86omitfp: New host makefile fragment.  Add
10069         -fomit-frame-pointer to the default BOOT_CFLAGS.
10070         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10071         * configure: Regenerate.
10072
10073 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10074
10075         PR target/11572
10076         * configure.in (*-*-darwin*): Renable libobjc.
10077         * configure: Regenerate.
10078
10079 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10080
10081         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10082
10083 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10084
10085         * Makefile.def: Remove libbanshee.
10086         * Makefile.tpl: Ditto.
10087         * configure.in: Ditto.
10088         * Makefile.in: Regen.
10089         * configure: Ditto.
10090
10091 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10092
10093         * ltmain.sh: Use $pic_object as $non_pic_object if
10094         $non_pic_object=none.
10095
10096 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10097
10098         * missing: Import latest version from master repository.
10099
10100 2004-09-06  Nick Clifton  <nickc@redhat.com>
10101
10102         * config.sub: Import latest version from master repository.
10103         * config.guess: Likewise.
10104         This includes these changes:
10105
10106         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10107
10108         * config.sub: Handle crisv32, alias etraxfs.
10109         * config.guess (crisv32:Linux:*:*): Handle.
10110
10111         2004-08-13  Brad Smith  <brad@comstyle.com>
10112
10113         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10114         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10115
10116         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10117
10118         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10119         assume the processor is a powerpc.  This is because coreutils
10120         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10121         in this case, due to a MacOS X bug that causes
10122         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10123         to return a negative number.
10124         Problem reported by Petter Reinholdtsen in:
10125         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10126
10127         2004-07-19  Ben Elliston  <bje@gnu.org>
10128
10129         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10130
10131         2004-06-24  Ben Elliston  <bje@gnu.org>
10132
10133         * config.guess: Update copyright years.
10134         * config.sub: Likewise.
10135
10136         2004-06-22  Robert Millan  <robertmh@gnu.org>
10137
10138         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10139         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10140
10141         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10142
10143         * config.guess (*:*VMS:*:*): New entry. Replaces
10144         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10145         manufacturer.
10146
10147         2004-06-22  Ben Elliston  <bje@gnu.org>
10148
10149         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10150         * config.sub: Likewise.
10151
10152         2004-06-22  Ben Elliston  <bje@gnu.org>
10153
10154         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10155         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10156
10157         2004-06-11  Ben Elliston  <bje@gnu.org>
10158
10159         * config.guess (pegasos:OpenBSD:*:*): Remove.
10160
10161         2004-06-11  Ben Elliston  <bje@gnu.org>
10162
10163         From Wouter Verhelst <wouter@grep.be>:
10164         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10165
10166         2004-06-11  Ben Elliston  <bje@gnu.org>
10167
10168         * config.guess (luna88k:OpenBSD:*:*): New.
10169
10170         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10171
10172         * config.guess (m32r*:Linux:*:*): New case.
10173         * config.sub: Handle m32rle.
10174
10175         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10176
10177         From Jens Petersen  <petersen@redhat.com>:
10178         * config.sub: Handle sparcv8.
10179
10180         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10181
10182         From Tom Smith <smith@cag.lkg.hp.com>:
10183         * config.guess: Version suffixes are equally significant on Tru64
10184         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10185         prefix of "P" (patched kernel).
10186
10187         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10188
10189         * config.sub: Add support for National Semiconductor CRX target.
10190
10191 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10192
10193         * MAINTAINERS (Various Maintainers): Remove myself as web page
10194         maintainer, add myself as maintainer of build status lists.
10195
10196 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10197
10198         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10199         *-*-netware, but add target-libmudflap.
10200         Consolidate *-*-netware targets (of which really only i?86 exists)
10201         into a single entry.
10202         * configure: Likewise.
10203
10204 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10205
10206         * Makefile.tpl (sorry): Remove.
10207         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10208         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10209         (do-clean): Clean per-stage directories too.
10210         (do-distclean): Run distclean-stage1 too.
10211         (.NOTPARALLEL): Enable during toplevel bootstrap.
10212         (stage[+id+]-bubble): Enable parallel execution during
10213         the recursive invocation.
10214         * Makefile.in: Regenerate.
10215
10216         Fix previous checkin:
10217
10218         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10219         include.
10220         * configure.in: Fix indentation.
10221         * configure: Regenerate.
10222
10223 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10224
10225         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10226         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10227         * configure: regenerate
10228         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10229         -mdynamic-no-pic
10230
10231 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10232
10233         * Makefile.def (build_modules): Add fixincludes.
10234         (dependencies): Make gcc depend on fixincludes.
10235         * configure.in (build_tools): Add fixincludes.
10236         (build_configdirs): Always include build_libs.
10237         * Makefile.in: Regenerate.
10238         * configure: Regenerate.
10239
10240 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10241
10242         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10243         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10244         phony targets; do not generate timestamp files.
10245         (distclean-stageN): Remove references to their timestamp files.
10246         (restageN, touch-stageN): Remove.
10247         (stageN-bubble): Rewritten.
10248         (compare): Support lean bootstraps.
10249         * Makefile.in: Regenerate.
10250
10251         * configure.in: Only warn when bootstrapping but
10252         build != host or build != target.  Support lean bootstraps.
10253         * configure: Regenerate.
10254
10255 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10256
10257         * configure.in:  Give a better error message if GMP/MPFR are missing
10258         and a language needing them has been requested.
10259         * configure:  Regenerated.
10260
10261 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10262
10263         * configure.in:  Print a list of available language front-ends if
10264         a requested one is missing.  Tidy stray tab characters.
10265         * configure:  Regenerated.
10266
10267 2004-08-19  Michael Koch  <konqueror@gmx.de>
10268
10269         * gcc/doc/install.texi: Update entry about automake for libjava.
10270
10271 2004-08-17  Robert Millan  <robertmh@gnu.org>
10272
10273         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10274         (instead of FreeBSD).
10275         * configure: Regenerate.
10276
10277 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10278
10279         * Makefile.in: Regenerate.
10280         * configure: Regenerate.
10281
10282         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10283         stage_*_flags.
10284         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10285         for bootstrapped modules if toplevel bootstrap is going.
10286         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10287         modules.  Adjust for changes in Makefile.def.  Enable several
10288         rules even in non-bootstrap mode, just to avoid peppering the
10289         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10290         (stage-[+prev+]-bubble): Remove.
10291
10292         * Makefile.def (Dependencies): Depend on all-build-bison,
10293         all-build-flex, all-build-byacc, all-build-texinfo, rather
10294         than the host variations.
10295         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10296         with BUILD_SUBDIR.
10297         (BISON): Update for recent Bisons.
10298         (YACC): Fix typo.
10299         (cross): Depend on all-build.
10300         (all): Do not depend on all-build.
10301         (prebootstrap): Remove.
10302         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10303         (Prebootstrap dependencies): Add them to the per-stage targets
10304         and to all-prebootstrap.
10305         * configure.in (build_configdirs): Always enable build_tools.
10306         (BUILD_DIR_PREFIX): Remove.
10307
10308         * Makefile.def (gcc): Add target variable.
10309         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10310         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10311         in the recursive `make', instead of hardwiring `all'.
10312         (Autogenerated TARGET-* variables): New.
10313
10314 2004-08-13  Brian Booth  <bbooth@redhat.com>
10315
10316         * MAINTAINERS: Remove myself from write-after-approval.
10317
10318 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10319
10320         * src-release: Stop distributing mmalloc with gdb (which doesn't
10321         use it).
10322         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10323         * Makefile.in: Regenerate.
10324
10325 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10326
10327         * configure.in (arm*-*-eabi*): New target.
10328         * configure: Regenerate.
10329
10330 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10331
10332         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10333         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10334         (Dependencies): New section.
10335         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10336         (configure-target-[+module+]): Depend on maybe-all-gcc
10337         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10338         (toplevel profiledbootstrap): Fix dependencies.
10339         * Makefile.in: Regenerate.
10340
10341 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10342
10343         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10344         target-libiberty to noconfigdirs.
10345         * configure: Regenerate.
10346
10347 2004-08-03  Paul Brook  <paul@codesourcery.com>
10348
10349         * configure.in: Check for MPFR as well as GMP.
10350         * configure: Regenerate.
10351
10352 2004-08-01  Robert Millan  <robertmh@gnu.org>
10353
10354         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10355         libmudflap for all GNU-based systems (with Glibc).
10356         * configure: Regenerate.
10357
10358 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10359
10360         * Makefile.def (host-modules): Add gcc.
10361         * Makefile.in: Regenerate.
10362         * Makefile.tpl (sorry): New rule.
10363         (configure-host, all-host, [+make_target+]-host, do-check,
10364         install-host): Do not add gcc as a special case.
10365         (host modules): Add a small special-casing for gcc.  Export
10366         extra_make_flags through the environment.
10367         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10368         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10369         other recursive targets for gcc): Remove.
10370
10371         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10372         (stage, unstage): New rules.
10373         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10374         distclean-stage[+id+]): Use stage_current.
10375         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10376         the stage*-start rules.
10377
10378 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10379
10380         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10381         use -all_load flag.
10382
10383 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10384
10385         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10386         * configure: Regenerate.
10387
10388 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10389
10390         * maintainer-scripts/gcc_release: Revert yesterday's change.
10391
10392 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10393
10394         * MAINTAINERS: Add myself to write-after-approval.
10395
10396 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10397
10398         * libf2c: Removed.
10399         * gcc/gccbug.in: Updated because of libf2c removal.
10400         * maintainer-scripts/gcc_release: Ditto.
10401
10402 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10403
10404         * configure.in: Build libmudflap by default on FreeBSD.
10405         * configure: Regenerated.
10406
10407 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
10408
10409         * configure.in: Do not build libmudflap by default on non-GNU/Linux
10410         systems.
10411         * configure: Regenerated.
10412
10413 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10414
10415         PR target/16344
10416         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10417         feedback based compiler.
10418         * Makefile.in: Rebuilt.
10419
10420 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10421
10422         * Makefile.def (host_modules): Set bootstrap=true for flex.
10423         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10424         * Makefile.in: Rebuilt.
10425
10426 2004-07-07  Jan Hubicka  <jh@suse.cz>
10427
10428         * MAINTAINERS: Add self as a profile feedback maintainer.
10429
10430 2004-07-05  Phil Edwards  <phil@codesourcery.com>
10431
10432         * configure.in:  Do not prepend $srcdir to /dev/null in
10433         makefile fragments.
10434         * configure:  Regenerate.
10435
10436 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10437
10438         * Makefile.def (build_modules): Add bison, byacc, flex,
10439         m4, texinfo.
10440         (flags_to_pass): Add FLEX.
10441         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10442         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10443         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10444         DEFAULT_MAKEINFO): Remove.
10445         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10446         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10447         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10448         objdir or else use configured tool.
10449         (all-build): New.
10450         (all): Depend on it.
10451         (Build module dependencies): Add.
10452         * Makefile.in: Regenerate.
10453         * configure.in: Better support for multiple build modules,
10454         matching what is done for host/target modules.  Do not look
10455         for "plausible" locations of build tools if Canadian cross.
10456         Use autoconf's AC_PROG_CC to find a C compiler.  Define
10457         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10458         * configure: Regenerate.
10459
10460 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10461
10462         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10463         * Makefile.in: Regenerate.
10464
10465 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10466
10467         * Makefile.tpl (configure-build-[+module+],
10468         configure-[+module+], configure-target-[+module+]): Pass
10469         [+extra_configure_args+].
10470         (all-build-[+module+], all-[+module+], check-[+module+],
10471         install-[+module+], [+make_target+]-[+module+],
10472         all-target-[+module+], check-target-[+module+],
10473         install-target-[+module+], [+make_target+]-target-[+module+]):
10474         Pass [+extra_make_args+].
10475         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10476         (GCC_HOST_EXPORTS): Remove.
10477         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10478         cross, check-gcc, check-gcc-c++, install-gcc,
10479         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10480         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10481         * Makefile.in: Regenerate.
10482
10483 2004-06-21  Matthew Sachs  <msachs@apple.com>
10484
10485         * MAINTAINERS: Added self to write-after-approval.
10486
10487 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10488
10489         * configure.in: Check for srcdir/winsup rather than build directory
10490         winsup.
10491         * configure: Regenerate.
10492
10493 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10494
10495         * configure.in: Don't build Cygwin native newlib if winsup
10496         directory is missing.  Emit warning instead.
10497         * configure: Regenerate.
10498
10499 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10500
10501         * Makefile.tpl (touch-stage[+id+]): New.
10502         (restage[+prev+]): Depend on touch-stage[+id+].
10503
10504         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10505         Use it throughout.
10506
10507         * Makefile.def: Add profile and feedback bootstrap stages.
10508         Remove next field from bootstrap stages.
10509         * Makefile.tpl (LN, LN_S): Substitute.
10510         (stageN-start, stageN-end): Use double-colon rules, to
10511         provide a hook for additional setup commands.
10512         (distclean-stageN-gcc, restageN): Create dependencies from
10513         [+prev+], not from [+next+].
10514         (stageN-bubble): Add commands for successive stages from
10515         [+prev+], using double-colon rules.
10516         (all-stageN-gcc): Fix typo.
10517         (stagefeedback-start, profiledbootstrap): New.
10518         * Makefile.in: Regenerate.
10519         * configure.in: Call ACX_PROG_LN.
10520         * configure: Regenerate.
10521
10522 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
10523
10524         * MAINTAINERS (Write After Approval): Add myself.
10525
10526 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
10527
10528         * MAINTAINERS (Write After Approval): Add myself.
10529
10530 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
10531
10532         * configure.in: Fix --enable-bootstrap breakage introduced in trees
10533         without gcc.
10534         * configure: Regenerate.
10535
10536 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10537
10538         * Makefile.tpl: Fix typo.
10539         * Makefile.in: Regenerate.
10540
10541 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10542
10543         * configure.in: Remove new- prefix from toplevel
10544         bootstrap targets.
10545         * configure: Regenerate.
10546
10547 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10548
10549         * Makefile.tpl (all.normal): Rename to all.
10550         (all): Replace with a rule to pick the default
10551         target from configure.
10552         (all-gcc, configure-gcc): Use conditionals to
10553         do nothing when toplevel bootstrap is going on.
10554         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10555         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10556         * configure.in: Support --enable-bootstrap.
10557
10558         * Makefile.def: Remove new- prefix from toplevel
10559         bootstrap targets.
10560         * Makefile.tpl: Likewise.
10561
10562         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
10563         target.
10564
10565         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10566         $(RECURSE_FLAGS) to recursive invocation of make.
10567
10568         * Makefile.in: Regenerate.
10569         * configure: Regenerate.
10570
10571 2004-05-30  Andreas Jaeger  <aj@suse.de>
10572             Jim Wilson  <wilson@specifixinc.com>
10573
10574         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10575         like CC.
10576
10577 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
10578
10579         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10580         * configure: Regenerate.
10581
10582 2004-05-25  Daniel Jacobowitz  <drow@false.org>
10583
10584         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10585         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10586         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
10587         targets.
10588         * Makefile.in: Regenerate.
10589
10590 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
10591
10592         * configure.in: Test the ability to symlink directories.
10593         * configure: Regenerate.
10594
10595         * Makefile.def (bootstrap-stage): New definitions.
10596         * Makefile.tpl (configure-stage1-gcc,
10597         configure-stage2-gcc, configure-stage3-gcc,
10598         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10599         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10600         new-restage3, compare): Autogenerate, see Makefile.in
10601         entry for behavioral changes.
10602         (distclean-stage1, new-stage1-start, new-stage1-end,
10603         new-stage1-bubble, distclean-stage2, new-stage2-start,
10604         new-stage2-end, new-stage2-bubble, distclean-stage3,
10605         new-stage3-start, new-stage3-end): New autogenerated targets.
10606         (objext, prebootstrap, BOOT_CFLAGS,
10607         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10608         targets.
10609
10610         * Makefile.in: Regenerate.
10611         (distclean-stage1, new-stage1-start, new-stage1-end,
10612         new-stage1-bubble, distclean-stage2, new-stage2-start,
10613         new-stage2-end, new-stage2-bubble, distclean-stage3,
10614         new-stage3-start, new-stage3-end): New targets.
10615         (all-stage1-gcc): Move prebootstrap dependency from here...
10616         (configure-stage1-gcc): ...to here.
10617         (new-bootstrap): Use bubble targets.
10618         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10619         Use per-stage distclean targets.
10620         (configure-stage1-gcc, configure-stage2-gcc,
10621         configure-stage3-gcc, all-stage1-gcc,
10622         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10623         Use new-stageN-start to prepare the tree.
10624
10625 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
10626
10627         * Makefile.def (host_modules): add libcpp.
10628         * Makefile.tpl: Add dependencies on and for libcpp.
10629         * Makefile.in: Regenerate.
10630         * configure.in: Add libcpp host module.
10631         * configure: Regenerate.
10632
10633 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
10634
10635         * Makefile.tpl: Whenever a recursive target is defined, wrap
10636         it in a special @if/@endif block, and prepare its maybe
10637         dependency in the @if/@endif block
10638         * configure.in: Instead of writing maybe dependencies, remove
10639         the @if/@endif statements, and remove the @if/@endif blocks
10640         that remain.
10641         * configure: Regenerate.
10642         * Makefile.in: Regenerate.
10643
10644 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
10645
10646         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10647
10648 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
10649
10650         PR bootstrap/15120
10651         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10652         * */configure: Rebuilt.
10653
10654 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
10655
10656         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10657         of libf2c.
10658         * configure, Makefile.in: Regenerate.
10659
10660 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
10661
10662         * MAINTAINERS (Write After Approval): Add myself.
10663
10664 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
10665
10666         Merge from tree-ssa-20020619-branch.
10667
10668         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10669         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10670         (HOST_GMPLIBS): Define.
10671         (HOST_GMPINC): Define.
10672         (TARGET_LIB_PATH): Add libmudflap.
10673         (GFORTRAN_FOR_TARGET): Define.
10674         (configure-build*): Export GFORTRAN.
10675         (configure-gcc): Export GMPLIBS and GMPINC.
10676         (all-gcc): Add maybe-all-libbanshee.
10677         (configure-target-libgfortran): Define.
10678         * Makefile.in: Regenerate.
10679         * configure.in (host_libs): Add libbanshee.
10680         (target_libraries): Add target-libmudflap and target-libgfortran.
10681         Add --with-libbanshee.
10682         Handle --disable-libmudflap.
10683         (*-*-freebsd*): Use with_gmp.
10684         Add $(libgcj) to noconfigdirs.
10685         * configure: Regenerate.
10686         * depcomp: New file.
10687         * MAINTAINERS: Add tree-ssa maintainers.
10688
10689 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10690
10691         * MAINTAINERS (Various Maintainers): Add myself.
10692
10693 2004-04-30  Brian Ford  <ford@vss.fsi.com>
10694
10695         * MAINTAINERS (Write After Approval): Add myself.
10696
10697 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
10698
10699         * MAINTAINERS (Write After Approval): Add myself.
10700
10701 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10702
10703         * config/acx.m4: Fix fastcompare support for new-bootstrap.
10704         * configure: Regenerate.
10705
10706 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10707
10708         Revert:
10709         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10710
10711         * Makefile.def (flags_to_pass): Remove *dir variables that
10712         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10713         as well as prefix and exec_prefix.
10714         * Makefile.in: Regenerate.
10715
10716 2004-04-26  Robert Millan  <robertmh@gnu.org>
10717
10718         Add patches from libtool CVS.
10719         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10720         * ltconfig: Likewise.
10721         * ltcf-c.sh: Likewise.
10722         * ltcf-cxx.sh: Likewise.
10723         * ltcf-gcj.sh: Likewise.
10724
10725 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10726
10727         * Makefile.def (host_modules): Mark with the bootstrap
10728         flag packages on which gcc depends.
10729         * Makefile.tpl (all-bootstrap): Use it.
10730         * Makefile.in: Regenerate.
10731
10732 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10733
10734         * Makefile.def (flags_to_pass): Remove *dir variables that
10735         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10736         as well as prefix and exec_prefix.
10737         * Makefile.in: Regenerate.
10738
10739 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10740
10741         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10742         * configure: Regenerate.
10743         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10744         * gcc/Makefile.tpl (compare): Use the result of the test.
10745         * gcc/Makefile.in: Regenerate.
10746
10747 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10748
10749         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10750         Always relocate gcc and prev-gcc to the original names, even
10751         if the build fails.
10752         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10753         New targets.
10754
10755 2004-04-23  Laurent GUERBY <laurent@guerby.net>
10756
10757         * MAINTAINERS: Update my email address.
10758
10759 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10760
10761         * configure.in (mips*-*-irix5*): Enable ld.
10762         * configure: Regenerate.
10763
10764 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10765
10766         * configure: Regenerate.
10767
10768 2004-04-15  James E Wilson  <wilson@specifixinc.com>
10769
10770         * Makefile.tpl (configure-[+module+], configure-gcc,
10771         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10772         Set and export LDFLAGS.
10773         * Makefile.in: Regenerate.
10774
10775 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10776
10777         * MAINTAINERS: Add myself to write-after-approval.
10778
10779 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10780
10781         PR bootstrap/14871
10782         * Makefile.tpl: If we don't have built-in-tree target tools,
10783         use the ones found by configure rather than hacking around with
10784         program_transform_name.
10785         * configure.in: Give Makefile.tpl the information necessary
10786         to do that.
10787         * Makefile.in: Regenerate.
10788         * configure: Regenerate.
10789
10790 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10791
10792         PR bootstrap/14760
10793         * configure.in: When computing baseargs, strip *all* copies of
10794         offending options.  Also, don't match/substitute the trailing space,
10795         so that this actually works when two similar options are separated by
10796         only one space.
10797         * configure: Regenerate.
10798
10799 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
10800
10801         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10802         (rs6000-*-aix*): Same.
10803         * configure: Regenerate.
10804
10805 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10806
10807         * MAINTAINERS: Add myself to write-after-approval.
10808
10809 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
10810
10811         * MAINTAINERS: Add myself to write-after-approval.
10812
10813 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10814
10815         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10816         STRICT_WARN, WARN_CFLAGS flags passed down to make.
10817         * Makefile.in: Regenerate.
10818
10819         * configure.in (top level bootstrap support): Rework --enable-werror
10820         to set @stage2_werror_flag@.
10821         * configure: Regenerate.
10822         * Makefile.tpl (top level bootstrap support): Pass
10823         @stage2_werror_flag@ down to configure in stages 2 and 3.
10824         * Makefile.in: Regenerate.
10825
10826 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10827
10828         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10829         for stages 2 and 3 as well as in make.  As a consequence, remove
10830         OUTPUT_OPTION (now detected by configure) from the flags passed down
10831         to make.
10832         * Makefile.in: Regenerate.
10833
10834         * Makefile.tpl (new-bootstrap): Fix typo.
10835         * Makefile.in: Regenerate.
10836
10837 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10838
10839         * Makefile.tpl: Rearrange by moving recursive_targets rules
10840         into their proper sections.
10841         * Makefile.tpl (top level bootstrap support): Move disabling
10842         of coverage flags from 'make' to 'configure'; improve comments.
10843         * Makefile.in: Regenerate.
10844
10845         * Makefile.tpl (experimental top level bootstrap) Move stage1
10846         language setting from all- target to configure- target; disable
10847         intermodule optimization in stage 1; prevent gratuitous rebuilds
10848         of stage 1.
10849         * Makefile.in: Regenerate.
10850         * configure.in: Comma-separate stage 1 language list for top
10851         level bootstrap.
10852         * configure: Regenerate.
10853
10854         * Makefile.tpl: Clean up experimental top level bootstrap support:
10855         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10856         prev-gcc in configure- targets as well as all- targets.
10857         * Makefile.in: Regenerate.
10858
10859 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10860
10861         * compile: New file imported from automake.
10862
10863 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10864
10865         * configure.in: Remove symbolic link section.
10866         * configure: Regenerate.
10867         * Makefile.tpl (links): Remove.
10868         * Makefile.in: Regenerate.
10869
10870 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10871             Nathanael Nerode  <neroden@gcc.gnu.org>
10872
10873         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10874         Set with AC_CHECK_PROGS.
10875         * configure.in: Fix comment typo from last patch.
10876         * configure: Regenerate.
10877
10878 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10879
10880         * Makefile.tpl: Introduce experimental top level bootstrap support.
10881         * Makefile.in: Regenerate.
10882         * configure.in: Introduce support for top level bootstrap.
10883         * configure: Regenerate.
10884
10885 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10886             Paolo Bonzini  <bonzini@gnu.org>
10887
10888         PR bootstrap/14522
10889         * configure.in: Cope with shells that do not support unquoted ^
10890         * configure: Regenerate.
10891
10892 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10893             Paolo Bonzini  <bonzini@gnu.org>
10894
10895         PR bootstrap/14522
10896         * configure.in: Cope with shells that do not support nesting
10897         quotes inside quoted backquote substitutions.
10898         * configure: Regenerate.
10899
10900 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10901
10902         PR bootstrap/14522
10903         * configure.in: Fix escaping of $.
10904         * configure: Regenerate.
10905
10906 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10907
10908         * configure: Regenerate, since I forgot to while committing Paolo's
10909         changes.
10910
10911 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10912
10913         PR ada/14131
10914         Move language detection to the top level.
10915         * configure.in: Find default values for the tools as
10916         soon as possible.  Disable ada if GNAT is not found.
10917         Emit error message about missing languages.  Expand
10918         --enable-languages=all for the gcc subdirectory.
10919
10920 2004-03-10  Ben Elliston  <bje@gnu.org>
10921
10922         * MAINTAINERS: Update my email address.
10923
10924 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
10925
10926         * ltconfig: Disable building static libraries if building shared
10927         libraries on AIX 5L.
10928
10929 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10930
10931         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10932         and disable libgcj.
10933         * configure: Regenerated.
10934
10935 2004-03-01  Brian Booth  <bbooth@redhat.com>
10936
10937         * MAINTAINERS: Add myself to write-after-approval.
10938
10939 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10940
10941         * MAINTAINERS: Add myself to write-after-approval.
10942
10943 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10944
10945         PR bootstrap/7087
10946         * Makefile.tpl: Guard XFOO sed statements better.
10947         * Makefile.tpl: Add dependency for configure-target-libada.
10948         * Makefile.in: Regenerate (incidentally fixes broken
10949         commit when libada-branch was merged).
10950
10951 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10952
10953         * MAINTAINERS: Add myself to write-after-approval.
10954
10955 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10956
10957         * MAINTAINERS: Add Nicola Pero and myself as libobjc
10958         maintainers.
10959
10960 2004-02-20  Andrew Cagney  <cagney@redhat.com>
10961
10962         * config.guess: Update from version 2003-10-16 to 2004-02-16.
10963         * config.sub: Update from version 2003-11-03 to 2004-02-16.
10964
10965 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10966
10967         PR bootstrap/11932
10968         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10969
10970 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10971
10972         * MAINTAINERS: Added myself to write-after-approval.
10973
10974 2004-02-14  Michael Koch  <konqueror@gmx.de>
10975
10976         * MAINTAINERS: Added myself to write-after-approval.
10977
10978 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10979
10980         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10981         some OS port maintainers to OS port maintainers section.
10982
10983 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
10984
10985         * MAINTAINERS: Add self.
10986
10987 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10988
10989         * MAINTAINERS: Alphabetize.
10990
10991 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
10992
10993         * MAINTAINERS: Remove myself.
10994
10995 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
10996
10997         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10998         (rs6000-*-aix*): Same.
10999         * configure: Regenerate.
11000
11001 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11002
11003         * configure.in (host): Add in missing $noconfigdirs to defines.
11004         * configure: Regenerate.
11005
11006 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11007             Nathanael Nerode  <neroden@gcc.gnu.org>
11008
11009         PR ada/6637, PR ada/5911
11010         Merge with libada-branch:
11011         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11012         with appropriate dependencies. Add --enable-libada configure switch.
11013         * configure, Makefile.in: Regenerate.
11014
11015 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11016
11017         * MAINTAINERS: Add myself to write-after-approval.
11018
11019 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11020
11021         * configure.in: Don't pass --with-stabs on IRIX 5 either.
11022         * configure: Regenerate.
11023
11024 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
11025
11026         Merge from upstream:
11027
11028         * ltmain.in: When setting IFS to '~', be careful about user
11029         arguments that contain '~'.
11030
11031         2004-02-04  Peter O'Gorman  <peter@pogma.com>
11032
11033         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11034         Also test $base_compile against $CC with escaped arguments. Bug
11035         reported by Geoff Keating <geoffk@apple.com>.
11036
11037 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11038
11039         * MAINTAINERS: Remove i960 port.
11040
11041 2004-01-23  DJ Delorie  <dj@redhat.com>
11042
11043         * Makefile.def (target_modules) [libiberty]: Don't stage.
11044         * Makefile.in: Rebuilt.
11045
11046 2004-01-20  Caroline Tice  <ctice@apple.com>
11047
11048         * MAINTAINERS: Add myself to write-after-approval.
11049
11050 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
11051
11052         * MAINTAINERS: Update my email address.
11053
11054 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11055
11056         * MAINTAINERS: Add myself to write-after-approval.
11057
11058 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11059
11060         * MAINTAINERS: Remove entries without email address.
11061
11062 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11063
11064         * MAINTAINERS: Add myself to write-after-approval.
11065
11066 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11067
11068         * MAINTAINERS: Update my email address.
11069
11070 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11071
11072         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11073         * Makefile.tpl (configure-target-[+module+]): Support stage.
11074         * Makefile.in: Rebuilt.
11075
11076 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11077
11078         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11079
11080 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11081
11082         * MAINTAINERS: Add myself as a MIPS maintainer.
11083
11084 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11085
11086         * configure.in: Use ./config.cache, not config.cache.
11087         * configure: Regenerate.
11088         * Makefile.tpl: Special-casing not needed for GCC any more.
11089         * Makefile.in: Regenerate.
11090
11091         * configure.in: Don't share a cache file for host dirs.
11092         * configure: Regenerate.
11093
11094         * config-ml.in: Don't mess with the cache file.
11095
11096 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11097
11098         * MAINTAINERS: Move myself from 'Write After Approval' to
11099         'CPU Port Maintainers' section as SPARC maintainer.
11100
11101 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11102
11103         * Makefile.tpl: Make GCC use a separate config.cache.
11104         * Makefile.in: Regenerate.
11105
11106         PR bootstrap/11932, PR bootstrap/11933
11107         (I don't know if it will fix either of them, but it relates
11108         to them.)
11109         * configure.in: Don't use shared config.cache for target
11110         directories.
11111         * configure: Regenerate.
11112
11113 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11114
11115         * MAINTAINERS: Add myself to 'Write After Approval' section.
11116
11117 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11118
11119         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11120         * configure: Regenerated.
11121
11122 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11123
11124         * MAINTAINERS: Remove the mn10200 maintainer.
11125
11126 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11127
11128         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11129         * configure: Regenerated.
11130
11131 2003-12-16  Jan Hubicka  <jh@suse.cz>
11132
11133         * MAINTAINERS: Add myself as callgraph maintainer.
11134
11135 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11136
11137         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11138         * configure: Regenerate.
11139
11140 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11141
11142         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11143         'Write After Approval' section. Update email.
11144
11145 2003-12-01  James Lemke  <jim@wasabisystems.com>
11146
11147         * MAINTAINERS (Write After Approval): Add myself.
11148
11149 2003-11-20  Matt Thomas  <matt@3am-software.com>
11150
11151         * MAINTAINERS: Add myself as a vax port maintainer.
11152
11153 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11154
11155         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11156         (configure-build-[+module+], configure-[+module+]): Likewise.
11157         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11158         * Makefile.in: Regenerate.
11159
11160 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11161
11162         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11163         shared/dylibed libraries.
11164         * ltmain.sh: Likewise.
11165         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11166         * ltcf-cxx.sh: Likewise.
11167         * ltcf-gcj.sh: Likewise.
11168         * ltconfig: Likewise.
11169
11170 2003-11-17  Stan Cox  <scox@redhat.com>
11171
11172         * MAINTAINERS: Add myself as iq2000 port maintainer.
11173
11174 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11175
11176         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11177         * Makefile.in: Regenerate.
11178
11179 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11180
11181         * config.sub: Update to 2003-11-03 version.
11182
11183 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11184
11185         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11186         * configure:  Regenerate.
11187
11188 2003-10-20  Nicolas Pitre  <nico@cam.org>
11189
11190         * MAINTAINERS: Add myself to 'Write After Approval' section.
11191
11192 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11193
11194         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11195
11196 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11197
11198         * MAINTAINERS: Update my email address.
11199
11200 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11201
11202         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11203
11204 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11205
11206         * MAINTAINERS: Add myself to 'Write After Approval' section.
11207
11208 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11209
11210         * config.guess: Update to 2003-10-16 version.
11211         * config.sub: Update to 2003-10-16 version.
11212
11213 2003-10-15  David Daney  <ddaney@avtrex.com>
11214
11215         * MAINTAINERS: Added myself to 'Write After Approval' section.
11216
11217 2003-10-15  Falk Hueffner  <falk@debian.org>
11218
11219         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11220         'Write After Approval' section. Update email.
11221
11222 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11223
11224         * MAINTAINERS: Move myself from 'Write After Approval' to
11225         'Various Maintainers' section as middle-end maintainer.
11226
11227 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11228
11229         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11230         HOST_FLAGS_TO_PASS.
11231         * Makefile.in: Regenerate.
11232
11233 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11234
11235         * config.guess: Update to 2003-10-07 version.
11236         * config.sub: Update to 2003-10-07 version.
11237
11238 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11239
11240         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11241         * ltconfig (irix5*, irix6*): Don't override version_type.
11242
11243 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11244
11245         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11246         * configure: Rebuilt
11247         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11248         * Makefile.in: Rebuilt
11249
11250 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11251
11252         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11253
11254 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11255
11256         * MAINTAINERS (Write After Approval): Add myself.
11257
11258 2003-09-29  Paul Koning  <ni1d@arrl.net>
11259
11260         * MAINTAINERS: Move myself from "Write After Approval"
11261         to CPU platform maintainers for pdp11 platform.
11262
11263 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11264
11265         * MAINTAINERS: Move myself from 'Write After Approval' to
11266         'Various Maintainers' section as libffi testsuite maintainer.
11267
11268 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11269
11270         * configure.in: Pass a computed --program-transform-name
11271         to subconfigures.
11272         * configure: Regenerated.
11273
11274 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11275
11276         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11277         * Makefile.in: Regenerate.
11278
11279         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11280         * Makefile.in: Regenerate.
11281
11282 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11283
11284         * MAINTAINERS: Move myself from 'Write After Approval'
11285         to 'Various Maintainers' (objective-c) section.
11286
11287 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11288
11289         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11290         quoting.
11291         * configure: Regenerated.
11292
11293 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11294
11295         * MAINTAINERS (Write After Approval): Add myself to write after
11296         approval list.
11297
11298 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11299
11300         * MAINTAINERS (Write After Approval): Add myself.
11301
11302 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11303
11304         * MAINTAINERS: Update my e-mail address.
11305
11306 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11307
11308         * libtool.m4 (LD): Correct powerpc64 host match.
11309
11310 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11311
11312         * MAINTAINTERS: Update my affiliation and email address.
11313
11314 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11315
11316         * MAINTAINERS (Write After Approval): Add myself.
11317
11318 2003-09-04  DJ Delorie  <dj@redhat.com>
11319
11320         * configure: Regenerate.
11321
11322 2003-09-04  Robert Millan  <robertmh@gnu.org>
11323
11324         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11325
11326 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11327
11328         * configure.in: Ensure arguments to sed are properly spaced.
11329         * configure: Regenerate.
11330
11331 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11332
11333         * MAINTAINERS: Update my e-mail address.
11334
11335 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11336
11337         * MAINTAINERS (Write After Approval): Add myself.
11338
11339 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11340
11341         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11342         * configure: Regenerated.
11343
11344 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11345
11346         * MAINTAINERS: Update my email address.
11347
11348 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11349
11350         * configure.in:  Use newline instead of semicolon when assuming
11351         shell arguments in a for loop.
11352         * configure:  Regenerated.
11353
11354 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11355
11356         * MAINTAINERS: Resurrect the i860 maintainer.
11357
11358 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11359
11360         PR 8180
11361         * configure.in: When testing with_libs and with_headers, treat
11362         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11363         * configure: Regenerate.
11364
11365         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11366         make, shell, etc.
11367         (baseargs): Likewise.
11368         * configure: Regenerate.
11369
11370 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11371
11372         * MAINTAINERS (Write After Approval): Add myself.
11373
11374 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11375
11376         * configure.in: Disable libgcj for darwin not on powerpc.
11377         * configure: Rebuild.
11378
11379 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11380
11381         * config-ml.in, symlink-tree: Add license.
11382
11383 2003-08-03  Richard Stallman  <rms@gnu.org>
11384             Eben Moglen  <moglen@columbia.edu>
11385
11386         * README.SCO: New file.
11387
11388 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11389
11390         * Makefile.tpl (check, check-c++): Express dependencies using
11391         dependencies rather than commands.
11392         * Makefile.in: Regenerate.
11393
11394 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11395
11396         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11397         * configure: Ditto.
11398
11399 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11400
11401         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11402         * Makefile.in: Update.
11403
11404 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11405
11406         * configure.in: Enable libgcj for darwin.
11407         * configure: Rebuild.
11408
11409 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11410
11411         * config-ml.in:  Use ac_configure_args directly instead of
11412         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11413         actually seen.
11414
11415 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11416
11417         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11418         creating target and build subdirs to build all parent dirs as needed.
11419         * Makefile.in: Rebuild.
11420         * configure.in: Don't build dirs explicitly here.
11421         * configure: Rebuild.
11422
11423 2003-07-26  Paul Brook  <paul@nowt.org>
11424
11425         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11426
11427 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11428
11429         * Makefile.tpl (all-make): Depend on intl.
11430         * Makefile.in: Rebuilt.
11431
11432 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11433
11434         * install-sh:  Update to newer upstream versions (associated with
11435         aclocal 1.7).
11436         * mkinstalldirs:  Likewise.
11437         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
11438
11439 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11440
11441         * MAINTAINERS: Move self from Bug database only accounts
11442         to write-after-approval.
11443
11444 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11445
11446         * config.if: Remove unused libc_interface determination.
11447
11448 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11449
11450         * MAINTAINERS: Move self from write-after-approval to
11451         build machinery (*.in).
11452
11453 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11454
11455         PR bootstrap/11273
11456         PR bootstrap/11408
11457         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11458         unused INSTALL_PROGRAM_ARGS.
11459         * configure.in: Use AC_PROG_INSTALL.
11460         * Makefile.in: Regenerate.
11461         * configure: Regenerate.
11462
11463 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11464
11465         * MAINTAINERS: Alphabetize.
11466
11467 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11468
11469         * configure: Rebuilt.
11470         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11471         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11472         newlib nor libgloss.
11473         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11474         * configure.in (am33_2.0-*-linux*): Added.
11475
11476 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
11477
11478         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11479         * configure: Regenerate.
11480
11481 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
11482
11483         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11484         * Makefile.in: Regenerate.
11485
11486 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11487
11488         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11489         * Makefile.in: Regenerate.
11490
11491 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11492
11493         * Makefile.tpl: Replace PWD with PWD_COMMAND.
11494         * Makefile.in: Regenerated.
11495
11496         * config-ml.in: Replace PWD with PWD_COMMAND.
11497
11498 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11499
11500         * intl: New directory; see intl/ChangeLog for details.
11501         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11502         * Makefile.tpl: all-gcc depends on maybe-all-intl.
11503         * Makefile.in: Regenerate.
11504
11505 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11506
11507         * configure.in: Clean up config-lang.in handling.  Delete
11508         useless assignment to "subdirs".
11509         * configure: Regenerate.
11510
11511 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11512
11513         * configure.in: Rename 'target_libs' to 'target_libraries'.
11514         Remove useless reference to 'target_libs'.
11515         * configure: Regenerate.
11516
11517 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
11518
11519         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11520         * Makefile.in: Regenerate.
11521
11522 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11523
11524         * Makefile.def: Introduce flags_to_pass.
11525         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11526         * Makefile.in: Regenerate.
11527
11528 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
11529
11530         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11531         and target-libgloss.
11532         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11533         <h8300*-*-*>: Disable libf2c and ${libgcj}.
11534         * configure: Regenerate.
11535
11536 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11537
11538         * configure.in: Update testsuite_flags to new location.
11539         * configure. Regenerate.
11540
11541 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11542
11543         * Makefile.tpl: Remove BUILD_CC stuff.
11544         * Makefile.in: Regenerate.
11545
11546 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11547
11548         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11549
11550 2003-06-16  Graeme Peterson  <gp@qnx.com>
11551
11552         * MAINTAINERS (Write After Approval): Add myself.
11553
11554 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11555
11556         * config.guess: Update to 2003-06-12 version.
11557         * config.sub: Update to 2003-06-13 version.
11558
11559 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11560
11561         * config.guess: Update to 2003-06-06 version.
11562         * config.sub: Update to 2003-06-06 version.
11563
11564 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11565
11566         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11567         * configure. Regenerate.
11568
11569 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11570
11571         * configure.in: Disable serial configure by default.
11572         * configure: Regenerate.
11573         * Makefile.tpl: Abolish .NOTPARALLEL.
11574         * Makefile.in: Regenerate.
11575
11576         * Makefile.tpl: Replace {build,host,target}_canonical by
11577         {build,host,target}.
11578         * Makefile.in: Regenerate.
11579
11580         * Makefile.tpl: Fix stupid pasto.
11581         * Makefile.in: Regenerate.
11582
11583 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11584
11585         * Makefile.tpl: Remove bogus conditional.
11586         * Makefile.in: Regenerate.
11587
11588 2003-06-05  Jan Hubicka  <jh@suse.cz>
11589
11590         * Makefile.tpl (profiledbootstrap): New target.
11591         * Makefile.in (profiledbootstrap): New target.
11592
11593 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
11594
11595         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11596         Pinski. Remove user names from other bugzilla-only maintainers.
11597
11598 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11599
11600         * Makefile.tpl: Make 'recursive targets' using autogen rather
11601         than shell loop.  Remove duplicate 'clean' targets and false
11602         comments.
11603         * Makefile.def: Add systematic dependencies to 'recursive' targets.
11604         Add systematic method of specifying missing targets in subdirs.
11605         Add copyright boilerplate.
11606         * Makefile.in: Regenerate.
11607         * configure.in: Add 'recursive targets' to maybe list.
11608         * configure: Regenerate.
11609
11610         * MAINTAINERS: "GNATS only" -> "Bug database only".
11611
11612         * Makefile.tpl: Rename [+target+] to [+make_target+].
11613         * Makefile.def: Rename 'target' to 'make_target'.
11614
11615 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
11616
11617         * MAINTAINERS: Add self as options handling maintainer.
11618
11619 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
11620
11621         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11622         been too long since I touched those ports.
11623
11624 2003-05-28  DJ Delorie  <dj@redhat.com>
11625
11626         * Makefile.tpl: Make maybe-check-gcc .PHONY.
11627         * Makefile.in: Regenerate.
11628
11629 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11630
11631         * configure.in: Use curly braces in the definition of tooldir.
11632         * configure: Regenerate.
11633
11634 2003-05-21  DJ Delorie  <dj@redhat.com>
11635
11636         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11637         newlib or libgloss.
11638         * Makefile.in: Regenerate.
11639
11640 2003-05-21  DJ Delorie  <dj@redhat.com>
11641
11642         * Makefile.tpl: Add missing empty maybe-check-gcc target.
11643         * Makefile.in: Regenerate.
11644
11645 2003-05-20  Ian Lance Taylor  <ian@airs.com>
11646
11647         * MAINTAINERS: Update my e-mail address.
11648
11649 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11650
11651         * configure.in: Switch more things to use maybe dependencies.
11652         * Makefile.tpl: Switch more things to use maybe dependencies.
11653         Factor out common code from autogen IF statements.
11654         * configure: Regenerate.
11655         * Makefile.in: Regenerate.
11656
11657 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
11658
11659         * configure.in: Accept i[3456789]86 for machine type.
11660         * configure: Regenerate.
11661
11662 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11663
11664         * configure.in: Switch more things to use maybe dependencies.
11665         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
11666         * configure: Regenerate.
11667         * Makefile.tpl: Switch more things to use maybe dependencies.
11668         * Makefile.in: Regenerate.
11669
11670 2003-05-16  Andreas Schwab  <schwab@suse.de>
11671
11672         * Makefile.tpl (install-opcodes): Define.
11673         * Makefile.in: Rebuild.
11674
11675 2003-05-13  Andreas Jaeger  <aj@suse.de>
11676
11677         * config.guess: Update to 2003-05-09 version.
11678         * config.sub: Update to 2003-05-09 version.
11679
11680 2003-05-13  Michael Eager  <eager@mvista.com>
11681
11682         * configure.in: Correct sed script so that options in quotes are not
11683         deleted.
11684         * configure: Rebuild.
11685
11686 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11687
11688         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11689         and $$s/newlib/libc/sys/cygwin32 include paths.
11690         * configure: Ditto.
11691
11692 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
11693
11694         * MAINTAINERS: Update my email addresses.
11695
11696 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11697
11698         * config-ml.in: Propagate INSTALL variables.
11699
11700 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11701
11702         * MAINTAINERS: Remove duplicate entries in Write After Approval.
11703
11704 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
11705
11706         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11707         * Makefile.in: Regenerate.
11708
11709 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11710
11711         * MAINTAINERS (GNATS only): Add Falk Hueffner.
11712
11713 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11714
11715         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11716
11717 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11718
11719         * Makefile.tpl: Clean $(BUILD_SUBDIR).
11720         * Makefile.in: Regenerated.
11721
11722 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11723
11724         * MAINTAINERS (Write After Approval): Upgrade myself from
11725         GNATS only to write-after-approval. Update my mail address.
11726
11727 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11728
11729         (OS Port Maintainers: freebsd): Add myself.
11730
11731 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11732
11733         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11734
11735 2003-04-22  Kean Johnston  <jkj@sco.com>
11736
11737         * MAINTAINERS (SCO ports): Added myself.
11738
11739 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11740
11741         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11742
11743 2003-04-19  Kean Johnston  <jkj@sco.com>
11744
11745         * MAINTAINERS (Write After Approval): Add myself.
11746
11747 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11748
11749         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11750         * Makefile.in: Regenerate.
11751
11752 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
11753
11754         * configure.in (powerpc64*-*-linux*): Remove.
11755         * configure: Rebuilt.
11756
11757 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11758
11759         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11760         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11761         and restrap.
11762         * Makefile.in:  Regenerate.
11763
11764 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11765
11766         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11767         * configure: Regenerated.
11768
11769 2003-04-15  DJ Delorie  <dj@redhat.com>
11770
11771         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11772
11773 2003-04-13  Nick Clifton  <nickc@redhat.com>
11774
11775         * config-ml.in: Remove support for --disable-aix removing
11776         call-aix multilibs.
11777
11778 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11779
11780         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11781         * */configure: Rebuilt.
11782
11783 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
11784
11785         * MAINTAINERS: Add my email address.
11786
11787 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11788
11789         * MAINTAINERS (Write After Approval): Add myself.
11790
11791 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11792
11793         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11794         * Makefile.in: Regenerate.
11795
11796 2003-03-14  Michael Chastain  <mec@shout.net>
11797
11798         * Makefile.in: Regenerate with correct Makefile.def.
11799
11800 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11801
11802         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11803         Make macro.
11804         * Makefile.in: Regenerate.
11805         * configure.in: Clean up gxx_include_dir logic.
11806         * configure: Regenerate.
11807
11808 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11809
11810         * MAINTAINERS (Write After Approval): Add myself.
11811
11812 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
11813
11814         * MAINTAINERS: Update my mail address.
11815
11816 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11817
11818         * configure.in (gxx_include_dir): Fix typo.
11819         * configure: Regenerated.
11820
11821 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11822
11823         * Makefile.tpl: Reindent.
11824         * Makefile.in: Regenerate.
11825         * configure.in: Reindent.  Don't set unused variables.
11826         * configure: Regenerate.
11827
11828 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11829
11830         * configure.in: Include $(build_tooldir)/sys-include in
11831         FLAGS_FOR_TARGET.
11832         * configure: Regenerated.
11833
11834 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11835
11836         * Makefile.tpl: Always pass down RANLIB.
11837         * Makefile.in: Regenerate.
11838
11839         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11840         * Makefile.in: Regenerate.
11841         * configure.in: Remove unused logic relating to --enable-shared
11842         and --enable-threads.  Remove bogus comments.  Remove redundant
11843         noconfigdirs.
11844         * configure: Regenerate.
11845
11846         * configure.in: Replace ${libstdcxx_version} by its value.
11847         Remove reference to mh-dgux.
11848         * configure: Regenerate.
11849
11850 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
11851
11852         * MAINTAINERS (Write After Approval): Add myself.
11853
11854 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11855
11856         * Makefile.tpl: Rearrange.
11857         * Makefile.in: Regenerate.
11858
11859 2003-02-25  Uwe Stieber  <uwe@wwws.de>
11860
11861         * configure.in: Add support for kaOS as cross build target system.
11862         * configure: Regenerated.
11863
11864 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11865
11866         * MAINTAINERS (Write after approval): Add myself.
11867
11868 2003-02-21  James E Wilson  <wilson@tuliptree.org>
11869
11870         * MAINTAINERS: Update my email address.
11871
11872 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11873
11874         * MAINTAINERS: Add self to blanket write privs. section.
11875
11876 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11877
11878         * Makefile.tpl: Add definition of CPPFLAGS to pass into
11879         configure-target-* as some target builds may require additional
11880         flags for preprocessor tests.
11881         * Makefile.in: Regenerated.
11882
11883 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11884
11885         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11886         * ltconfig: Handle it.
11887         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11888         auto-detecting it.
11889
11890         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11891         it is used as argument to $CC.
11892         * ltcf-gcj.sh: Likewise.
11893
11894         * configure.in: Introduce --enable-maintainer-mode.
11895         * configure: Rebuilt.
11896         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11897         for maintainer mode.
11898         * Makefile.in: Rebuilt.
11899
11900 2003-02-18  Jason Merrill  <jason@redhat.com>
11901
11902         * Makefile.tpl (check-c++): Allow parallelism.
11903
11904 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11905
11906         * MAINTAINERS: Remove John Carr (who never actually had access to
11907         gcc.gnu.org).
11908
11909 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
11910
11911         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11912         don't configure target-libobjc.
11913         * configure: Regenerate.
11914
11915 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11916
11917         * Makefile.tpl (RANLIB): Define.
11918         * Makefile.in: Regenerate.
11919
11920 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11921
11922         * MAINTAINERS: Update my email.
11923
11924 2003-02-06  Keith R Seitz  <keiths@redhat.com>
11925
11926         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11927         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11928         * Makefile.in: Regenerated.
11929         * configure.in: Remove all traces of snavigator, db, and grep.
11930         * configure: Regenerated.
11931
11932 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11933
11934         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11935         After Approval.
11936
11937 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11938
11939         * MAINTAINERS (Write after approval): Add myself.
11940
11941 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11942
11943         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11944         * Makefile.in: Regenerated.
11945
11946 2003-01-30  Roger Sayle  <roger@eyesopen.com>
11947
11948         * config.guess: Updated to 2003-01-30's version.
11949         * config.sub: Updated to 2003-01-28's version.
11950
11951 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11952
11953         * config.if: If gcc_version is already set, just use it.  Don't set
11954         gcc_version_trigger if it's already set, otherwise set it to
11955         gcc/version.c, but only if the file exists.  If it is not set and
11956         gcc/version.c does not exist, try to extract the version number from
11957         $CC.
11958
11959 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11960
11961         * MAINTAINERS: Add myself to write-after-approval list.
11962
11963 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11964
11965         * configure.in:  Revert 24Jan change.
11966         * configure:  Regenerate.
11967
11968 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11969
11970         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11971         entry of HJ Lu.
11972
11973 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11974
11975         * configure.in: Revert previous change.
11976         * configure: Regenerate.
11977
11978 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11979
11980         * configure.in: Make rda native-only.
11981         * configure: Regenerate.
11982
11983 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11984
11985         * MAINTAINERS: Move myself from GNATS-only-accounts to
11986         write-after-approval.
11987
11988 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11989
11990         * configure.in: Add missing \.
11991         * configure: Rebuilt.
11992
11993 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
11994
11995         * configure.in (baseargs): Avoid using \| in sed regular
11996         expressions.
11997         * configure: Rebuilt.
11998
11999 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
12000
12001         * configure.in (baseargs): Remove all supported forms of
12002         --cache-file, --srcdir, --host, --build and --target options
12003         from argument lists.
12004         * configure: Rebuilt.
12005
12006 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12007
12008         * MAINTAINERS: Add myself to write-after-approval list.
12009
12010 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12011
12012         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12013         * configure: Rebuilt.
12014
12015 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12016
12017         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12018         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12019         * Makefile.in: Regenerate.
12020         * configure: Regenerate.
12021
12022 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12023
12024         * configure.in: Remove Makefile in build, host and target modules
12025         unless configure was run with --no-recursion.
12026         * configure: Rebuilt.
12027
12028 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12029
12030         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12031         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12032         * Makefile.in: Regenerate.
12033
12034 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
12035
12036         * config.guess: Update to 2003-01-03 version.
12037         * config.sub: Update to 2003-01-03 version.
12038
12039 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12040
12041         * configure: Regenerate with proper autoconf 2.13.
12042
12043 2003-01-07  Christopher Faylor  <cgf@redhat.com>
12044
12045         * configure.in: Add AC_PREREQ for consistency.
12046         * configure: Regenerate.
12047
12048 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
12049
12050         * configure.in (GDB_TK): Add tcl directories conditional on
12051         gdb/gdbtk directory being present.
12052         * configure: Regenerate.
12053
12054 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12055
12056         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12057         used by gcc if LD is not defined and we are not doing a Canadian Cross.
12058         * configure: Rebuilt.
12059
12060 2002-12-31  Tom Tromey  <tromey@redhat.com>
12061
12062         * Makefile.in: Rebuilt.
12063         * Makefile.def (target_modules) [libffi]: Allow installation.
12064
12065 2002-12-31  Andreas Schwab  <schwab@suse.de>
12066
12067         * configure.in: Fix use of $program_transform_name.
12068         * configure: Regenerated.
12069
12070 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12071
12072         * configure.in (baseargs): Don't remove first configure argument.
12073         * configure: Regenerated.
12074
12075 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12076
12077         * Makefile.tpl (local-distclean): Don't remove...
12078         (multilib.ts): ... this.  Moved into...
12079         (multilib.out): ... this.  Don't use sub-make.
12080         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12081         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12082         (configure-build-[+module+], configure-[+module+],
12083         configure-target-[+module+], configure-gcc): ... these.  Test
12084         for Makefile existence.  Drop config.status from dependencies.
12085         * Makefile.in: Rebuilt.
12086         * configure.in: Move gcc-version-trigger to the end of
12087         ac_configure_args.  Add comments to maybedep.tmp and
12088         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12089         nonopt from baseargs, matching and removing corresponding
12090         whitespace while at it.
12091         * configure: Rebuilt.
12092
12093 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12094
12095         * configure.in (host_configargs): Replace reference to
12096         no-longer-defined buildopts with --build=${build_alias}.
12097         * configure: Rebuilt.
12098
12099         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12100         program_transform_name to standard idiom.
12101         (AUTOGEN, AUTOCONF): Define.
12102         (Makefile.in): Use $(AUTOGEN).
12103         (Makefile): Depend on config.status, and use autoconf-style rule to
12104         build it.  Move original commands to...
12105         (config.status): ... this new target.
12106         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12107         $(AUTOCONF).
12108         * Makefile.in: Rebuilt.
12109
12110 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12111
12112         * Makefile.tpl: Fix dramatic bustage due to change in
12113         program_transform_name.
12114         * Makefile.in: Regenerate.
12115
12116         * configure.in: Remove unnecessary PATH setting.
12117         * configure: Regnerate.
12118
12119         * configure.in: Don't default to unprefixed tools unless
12120         the native tools will work.
12121         * configure: Regenerate.
12122
12123         * configure.in: Convert to autoconf script.  Blow away lots
12124         of now-redundant Makefile fragments.
12125         * configure: Generate using Autoconf.
12126         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12127         * Makefile.in: Regenerate.
12128
12129 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12130
12131         * configure: Fix stupid bug where RANLIB was mistakenly included.
12132
12133         * configure.in: Rename (buildargs, hostargs, targargs) to
12134         (build_configargs, host_configargs, target_configargs).
12135
12136         * configure.in: Move logic out of sed statement.
12137
12138         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12139         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12140
12141 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12142
12143         * config.sub: Import from master repository
12144         * config.guess: Ditto
12145
12146 2002-12-24  Andreas Schwab  <schwab@suse.de>
12147
12148         * Makefile.tpl (multilib.out): Fix missing space.
12149         * Makefile.in: Regenerate.
12150
12151 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12152
12153         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12154         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12155         * Makefile.in: Regenerate.
12156         * configure.in: Remove unnecessary leftovers.
12157
12158 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12159
12160         * configure.in (extra_ranlibflags_for_target): New variable.
12161         (*-*-darwin): Add -c to ranlib commands.
12162         * configure (tooldir): Handle extra_ranlibflags_for_target.
12163
12164 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12165
12166         * Makefile.tpl: Revert HJL's change.
12167         * Makefile.in: Regenerated.
12168         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12169         always.
12170
12171 2002-12-19  Andreas Schwab  <schwab@suse.de>
12172
12173         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12174         * Makefile.in: Regenerate.
12175
12176 2002-12-18  H.J. Lu  <hjl@gnu.org>
12177
12178         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12179         * Makefile.in: Regenerated.
12180
12181         * configure.in (build_prefix): New. Substitute.
12182
12183 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12184
12185         * Makefile.tpl: Don't let real targets depend on phony targets.
12186         * Makefile.in: Regenerate.
12187
12188         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12189         * Makefile.in: Regenerate.
12190
12191 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12192
12193         * config.sub: Import from master repository
12194         * config.guess: Ditto
12195
12196 2002-12-16  Jason Merrill  <jason@redhat.com>
12197
12198         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12199         previous 'make bootstrap'.
12200         * Makefile.in: Regenerate.
12201
12202 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12203
12204         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12205
12206 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12207
12208         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12209         * Makefile.in: Regenerate.
12210
12211 2002-12-13  Jason Merrill  <jason@redhat.com>
12212
12213         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12214         library tests.
12215         (check-c++): Just depend on it and check-target-libstdc++-v3.
12216         * Makefile.in: Regenerate.
12217
12218 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12219
12220         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12221         * Makefile.in: Rebuilt.
12222
12223 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12224
12225         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12226
12227 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12228
12229         * configure: Fix bug put in by gremlins.
12230
12231         * Makefile.tpl: Substitute more autoconfily.
12232         * configure: Substitute more autoconfily.
12233         * Makefile.in: Regenerate.
12234
12235 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12236
12237         * config.sub: Import from master repository
12238         * config.guess: Ditto
12239         * MAINTAINERS: Added Svein Seldal under write after approval
12240
12241 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12242
12243         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12244         * Makefile.in (all-sim): Ditto.
12245
12246 2002-12-06  DJ Delorie  <dj@redhat.com>
12247
12248         * Makefile.tpl: Change configure dependencies to not have real
12249         targets depend on phony targets.
12250
12251 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12252
12253         * configure.in: Revert unintentional change.
12254
12255         * Makefile.tpl: Change dependency for */multilib.out so that
12256         it works when gcc isn't in the tree.
12257
12258         * configure.in: Substitute more.
12259         * configure: Run subconfigures from the Makefile.
12260         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12261         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12262
12263 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12264
12265         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12266
12267 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12268
12269         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12270         and corresponding dependencies.
12271         * Makefile.in: Regenerate.
12272
12273         * configure.in (host_tools): Order binutils, gas and ld for
12274         convenience in running the testsuites.
12275
12276         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12277         * Makefile.in: Regenerate.
12278         * configure.in: Introduce rules to serialize subconfigure runs.
12279
12280         * configure.in: Introduce BASE_CC_FOR_TARGET.
12281         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12282         Realize configure-build-* targets.  Realize configure-target-* targets.
12283         * Makefile.in: Regenerate.
12284
12285 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12286
12287         * configure: Move gcc_version_trigger stuff from here...
12288         * configure.in: ...to here.
12289
12290         * configure.in: Separate subconfigure options added by this file from
12291         options given by the user.  Add machinery to put args for host
12292         subconfigures into the Makefile.
12293
12294         * Makefile.tpl: Remove 'vault' targets.
12295         * Makefile.tpl: Reorder and comment dependencies.
12296         * Makefile.in: Regenerate.
12297
12298 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12299         * configure.in: Fix my broken commit of previous patch. (sigh)
12300
12301 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12302
12303         * configure.in: Move host-specific darwin noconfigdirs into
12304         the host-specific section.
12305
12306 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12307
12308         * configure.in: Move host-specific darwin noconfigdirs into
12309         the host-specific section.
12310
12311 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12312
12313         * configure: Remove skip-this-dir support.
12314         * Makefile.tpl: Remove skip-this-dir support.
12315
12316         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12317         subdirectories.
12318         * Makefile.in: Regenerate.
12319
12320         * Makefile.tpl: Strip out useless setting of 'dir'.
12321         * Makefile.in: Regenerate.
12322
12323 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12324
12325         * configure.in: Fix deeply stupid bug.
12326
12327         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12328         shell code in CXX_FOR_TARGET
12329         * Makefile.def: Introduce raw_cxx.
12330         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12331         RAW_CXX_FOR_TARGET.
12332         * Makefile.in: Regenerate.
12333
12334 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12335
12336         * Makefile.tpl: Remove unnecessary ifs.
12337         * Makefile.in: Regenerate.
12338
12339         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12340         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12341         targets for 'no_install' modules.
12342         * configure: Move GDB_TK substitution to configure.in.  Move
12343         build_modules stuff to configure.in.
12344         * configure.in: Implement soft dependency machinery.  Maybe-ize
12345         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12346         * Makefile.in: Regenerate.
12347
12348 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12349
12350         * Makefile.tpl: Make all-target, install-target behave similarly
12351         to all, install (only hitting configured targets).  Eliminate
12352         unused macro defintions.
12353
12354         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12355         build != host.
12356
12357         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12358
12359         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12360
12361         * configure.in: Produce lists of subdir targets we're actually
12362         configuring.  Remove references to "dosrel".
12363         * Makefile.tpl: Let configure set which subdir targets are hit.
12364         Remove install-cross; clean up install; remove ALL.  Remove
12365         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12366         Autogenerate host module targets.  Remove empty dependency lines
12367         and redundant dependency; rearrange slightly.
12368         * Makefile.def: Add host-side libtermcap, utils.
12369
12370         * Makefile.in: Regenerate.
12371
12372 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12373
12374         * ltconfig (osf[345]): Append $major to soname_spec.
12375         Reflect this in library_names_spec.
12376         * ltmain.sh (osf): Prefix $major with . for use as extension.
12377
12378 2002-11-19  Andreas Jaeger  <aj@suse.de>
12379
12380         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12381         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12382         and sparc64 GNU/Linux systems.
12383
12384 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12385
12386         * MAINTAINERS: Update email.
12387
12388 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12389
12390         * MAINTAINERS: Complete James Dennett's entry.
12391
12392 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12393
12394         * MAINTAINERS (Write After Approval): Add myself.
12395
12396 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12397
12398         * Makefile.tpl: syntactic cleanup
12399
12400 2002-11-13  Stuart Hastings  <stuart@apple.com>
12401
12402         * MAINTAINERS: Add myself to write-after-approval list.
12403
12404 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12405
12406         * Makefile.def: Add list of recursive targets to autogenerate.
12407         Add build_modules.
12408         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12409         targets.  Autogenerate *-build-* targets.
12410         * Makefile.in: Regenerate.
12411
12412 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12413
12414         * configure: More autoconf-style substitutions.
12415         * Makefile.tpl: More autoconf-style substitutions.
12416         * Makefile.in: Regenerate.
12417
12418 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12419
12420         * configure: Substitute more variables in a more autoconf-friendly
12421         way.  Simplify slightly.
12422         * Makefile.tpl: Make more variables substitutable in an
12423         autoconf-friendly way.
12424         * Makefile.in: Regenerate.
12425
12426 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12427
12428         * MAINTAINERS (Write After Approval): Add myself.
12429
12430 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12431
12432         * configure.in (v810*): Remove special setting of tools.
12433
12434         * configure: Add support for extra required flags for ar or nm.
12435         * configure.in (aix4.3+): Use above support for target-specific
12436         issues, rather than using config/mt-aix43.
12437
12438 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12439
12440         * configure: Remove 'removing', which doesn't work.  Replace $subdir
12441         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12442         with $srcdir.  Reformat indentation.  Substitute some variables
12443         formerly hard-coded in the Makefile for build=host.
12444         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12445         * Makefile.def: Autogenerate more.
12446         * Makefile.in: Regenerate.
12447
12448 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12449
12450         * MAINTAINERS (Write After Approval): Add myself.
12451
12452 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
12453
12454         * Makefile.def (host_modules): Add rda.
12455         * Makefile.in: Regenerate.
12456         * configure.in (target_tool): Add target-rda to list.
12457
12458 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12459
12460         * MAINTAINERS: Remove "co-maintainer" note for web pages.
12461
12462 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12463
12464         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12465         and restrap targets to this rule.
12466         * Makefile.in:  Regenerate.
12467
12468 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12469
12470         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12471         GNATS only accounts.
12472
12473 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12474
12475         * configure.in (i[3456]86-*-linux*): Add check to disable
12476         ${libgcj} for glibc1.
12477
12478 2002-10-24  Denis Chertykov  <denisc@overta.ru>
12479
12480         * MAINTAINERS: Add myself as ip2k port maintainer.
12481
12482 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12483
12484         * configure.in: Add tic4x target.
12485
12486 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12487
12488         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12489         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12490         * Makefile.in: Regenerate.
12491
12492         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12493         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12494         * Makefile.in: Regenerate.
12495
12496 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
12497
12498         * MAINTAINERS: Add myself as web pages co-maintainer.
12499
12500 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12501
12502         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12503         * Makefile.in: Regenerate.
12504
12505 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
12506
12507         * MAINTAINERS: Add myself and Nathan Sidwell
12508         <nathan@codesourcery.com> as VxWorks maintainers.
12509
12510 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12511
12512         * Makefile.def: Remove order dependency comments.
12513         * Makefile.tpl: Add explicit install-install dependencies.
12514         * Makefile.in: Regenerate.
12515
12516         * Makefile.tpl: Remove material now in src-release.  (Finally!)
12517         * Makefile.in: Regenerate.
12518
12519         * Makefile.tpl: Add configure-target (for src-release in src)
12520         * Makefile.in: Regenerate.
12521
12522 2002-09-30  Nick Clifton  <nickc@redhat.com>
12523
12524         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12525
12526 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
12527
12528         * configure.in (s390*-*-linux*): Enable libgcj.
12529
12530 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
12531
12532         * configure: Revert accidentally applied changes.
12533
12534         * Makefile.tpl: Make more autoconf-friendly.
12535         * Makefile.in: Regenerate.
12536         * configure: Make substitution more autoconf-like.
12537
12538 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12539
12540         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12541         single entry to handle all these.
12542         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
12543         libjava on arm-*-elf.
12544
12545 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
12546
12547         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12548         things that depend on them.
12549
12550 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12551
12552         * Makefile.tpl: Make subsituted variables more autoconfy.
12553         * Makefile.in: Regenerate.
12554         * configure: Make seds more autoconfy.
12555
12556 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12557
12558         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12559         * Makefile.in: Regenerate.
12560         * configure.in: Rewrite sed statements to look autoconfy.
12561
12562         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12563         all-target-foo on configure-target-foo.
12564         * Makefile.def: Ditto.
12565         * Makefile.in: Rebuild.
12566
12567 2002-09-25  Andrew Haley  <aph@redhat.com>
12568
12569         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12570
12571 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12572
12573         * Makefile.def: New file.
12574         * Makefile.tpl: New file.
12575         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12576         * contrib/gcc_update: Note that Makefile.in is a generated file.
12577
12578         * configure.in: Minor rearrangement.  Simplify tests.
12579
12580 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12581
12582         * configure.in (with_headers): Skip copy if value is "yes".
12583         (with_libs): Likewise.
12584
12585 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12586
12587         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12588         * configure.in (sh*-*-pe*): Ditto.
12589         * configure.in (mips*-*-pe*): Ditto.
12590         * configure.in (*arm-wince-pe): Ditto.
12591
12592         * configure.in: Rearrange.
12593
12594 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
12595
12596         * MAINTAINERS: Update my email address.
12597
12598 2002-08-30  Paul Koning  <pkoning@equallogic.com>
12599
12600         * MAINTAINERS: (Write After Approval): Add myself.
12601
12602 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
12603
12604         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12605
12606 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12607
12608         * MAINTAINERS: Change my mailing address.
12609
12610 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
12611
12612         * MAINTAINERS (Write After Approval): Remove myself.
12613         (Various Maintainers: c++ runtime libs): Add myself.
12614
12615 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
12616
12617         * MAINTAINERS (Write After Approval): Remove myself.
12618         (Various Maintainers: c++ runtime libs): Add myself.
12619
12620 2002-08-15  Eric Christopher  <echristo@redhat.com>
12621
12622         * config.sub: Import from master repository.
12623         * config.guess: Ditto.
12624
12625 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
12626
12627         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12628         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12629         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12630
12631 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
12632
12633         * MAINTAINERS: Add self to rs6000 vector extensions.
12634
12635 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
12636
12637         * libiberty/configure: Reverted unintended yesterday's check in.
12638
12639 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
12640
12641         * boehm-gc/configure, libf2c/configure: Rebuilt.
12642         * libffi/configure, libiberty/configure: Ditto.
12643         * libjava/configure, libobjc/configure: Ditto.
12644         * libstdc++-v3/configure, zlib/configure: Ditto.
12645         Merged from binutils:
12646         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
12647         From Steve Ellcey <sje@cup.hp.com>:
12648         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12649         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12650         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12651         IA64.
12652         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12653         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12654         soname_spec, sys_lib_search_path_spec): Ditto.
12655
12656 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
12657
12658         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12659
12660 2002-08-04  H.J. Lu  (hjl@gnu.org)
12661
12662         * configure.in (mips*-*-linux*): Don't skip target-libffi.
12663
12664 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
12665
12666         * MAINTAINERS (Write After Approval): Add myself.
12667
12668 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
12669
12670         * configure.in: Move generic linux case to end.  Copy generic
12671         linux noconfigdirs to mips*-*-linux* entry and new
12672         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
12673
12674 2002-07-19  Michael Matz  <matz@suse.de>
12675
12676         * MAINTAINERS: Add myself as ra* maintainer.
12677
12678 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
12679
12680         * config.guess: Update to 2002-07-09 version.
12681         * config.sub: Update to 2002-07-03 version.
12682
12683 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12684
12685         * MAINTAINERS: Fix typo in a maintainer email address.
12686
12687 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12688
12689         * configure.in: Remove two redundant tests.
12690
12691 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12692
12693         * configure.in (mips*-*-irix6*o32): Enable stabs.
12694
12695 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12696
12697         * configure.in: Don't build grez.
12698         * Makefile.in: Ditto.
12699
12700         * Makefile.in: Remove references to bsp, cygmon, libstub.
12701         * configure.in: Ditto.
12702
12703         * configure.in: Remove leftover reference to gdbtest.
12704
12705 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12706
12707         * configure.in (gxx_include_dir):  Change to match versioned
12708         C++ headers if --enable-version-specific-runtime-libs is used.
12709
12710 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
12711
12712         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12713
12714 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12715
12716         * configure.in: Make --without-x work.
12717
12718 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12719
12720         * configure.in: Rearrange target Makefile fragment collection.
12721
12722         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12723         cvs[src].
12724         * configure.in: Ditto.
12725
12726 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12727
12728         * MAINTAINERS (Write After Approval): Update my e-mail address.
12729
12730 2002-06-24  Ben Elliston  <bje@redhat.com>
12731
12732         * configure.in (host_tools): Remove cgen.
12733
12734         * Makefile.in (all-cgen): Remove; runs from its source directory.
12735         (check-cgen, install-cgen, clean-cgen): Likewise.
12736         (all-opcodes): Do not depend on all-cgen.
12737         (all-sim): Likewise.
12738
12739 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12740
12741         * Makefile.in: Eliminate 'apache' targets.
12742         * configure.in: Eliminate 'apache' targets.
12743
12744         * configure.in: Eliminate redundant tests.  Reorganize.
12745
12746         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12747
12748         * config-ml.in: Eliminate references to Cygnus configure.
12749
12750         * Makefile.in: Eliminate references to building emacs.
12751
12752 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
12753
12754         * MAINTAINERS: Update my email address.
12755
12756 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12757
12758         * config.if (libstdcxx_incdir): Version C++ headers.
12759         (cxx_incdir): Remove.
12760
12761 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12762
12763         * MAINTAINERS (Write After Approval): Add self.
12764
12765 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12766
12767         * configure.in: Add support for ip2k.
12768
12769 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12770
12771         * configure.in: Fix AIX configury bug.
12772
12773 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
12774
12775         * MAINTAINERS (Write After Approval): Add self.
12776
12777 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12778
12779         * configure.in: replace ${topsrcdir} with ${srcdir}
12780
12781         * configure.in: Move definition of libstdcxx_flags
12782         right above usage, rather than waaay earlier.
12783
12784         * configure.in: Pull definition of is_cross_compiler earlier.
12785
12786         * configure.in: Rearrange a little.
12787
12788         * configure.in: Remove references to librx.
12789         * Makefile.in: Remove references to librx.
12790
12791 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12792
12793         * config.sub: Add support for avr target.
12794         Import from master sources, rev 1.255
12795
12796 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12797
12798         * configure, .cvsignore:  Revert previous change...
12799         * Makefile:  ...delete.
12800
12801 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12802
12803         * configure.in: Eliminate ${gasdir} variable.
12804
12805 2002-06-18  Dave Brolley  <brolley@redhat.com>
12806
12807         * configure.in: Add support for frv.
12808         * config.sub: Add support for frv.
12809
12810 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12811
12812         * configure:  Remove garbage from previous commit.
12813
12814 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12815
12816         * configure:  For in-source builds, make a subdir and re-exec there.
12817         * Makefile:  New file.  Pass targets through to build directory.
12818         * .cvsignore:  No longer ignore "Makefile".
12819
12820 2002-06-16  Douglas Rupp  <rupp@gnat.com>
12821
12822         * MAINTAINERS (Write After Approval): Add self.
12823
12824 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12825
12826         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12827
12828 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12829
12830         * configure.in (vax-*-netbsd*): Re-enable gas.
12831
12832 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12833
12834         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12835         BUILD_PREFIX_1, to correct nomenclature.
12836         * configure: Likewise.
12837
12838         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12839         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12840
12841 2002-05-31  Olaf Hering  <olh@suse.de>
12842
12843         * config-ml.in: Propogate DESTDIR also.
12844
12845 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12846
12847         * configure.in (vax-*-netbsd*): Don't build gas for this
12848         platform.
12849
12850 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12851
12852         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12853         and libgcj for AVR.
12854
12855 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12856
12857         * MAINTAINERS (Write After Approval): Add myself.
12858
12859 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12860
12861         * config.guess: Update to 2002-05-22 version.
12862         * config.sub: Likewise.
12863
12864 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12865
12866         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12867         * config-ml.in: Likewise.
12868         * configure: Likewise.
12869         * configure.in: Likewise.
12870
12871 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12872
12873         * MAINTAINERS: Update my email address.
12874
12875 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12876
12877         * configure.in: Simplify makefile fragment collection.
12878
12879         * configure.in: Remove code to build emacs.
12880
12881         * configure.in : Remove --srcdir argument from targargs and buildargs
12882         (it's always overridden in the Makefile anyway).  Rearrange a bit.
12883
12884         * configure: Move some logic to configure.in.
12885         * configure.in: Move some logic from configure.
12886
12887 2002-05-11  Tom Tromey  <tromey@redhat.com>
12888
12889         * MAINTAINERS: Reflect libgcj reality.
12890
12891 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12892
12893         * Makefile.in: Honour DESTDIR.
12894
12895 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
12896
12897         * config.guess: Import 2002-03-20 version.
12898         * config.sub: Import 2002-04-26 version.
12899
12900 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12901
12902         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12903
12904 2002-05-07  Tim Josling  <tej@melbpc.org.au>
12905
12906         * MAINTAINERS: Add self.
12907
12908 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12909
12910         * ltmain.sh: Detect and handle object name conflicts
12911         while piecewise linking a static library.
12912
12913 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12914
12915         * configure.in (noconfigdirs): Don't disable libgcj on
12916         sparc64-*-solaris* and sparcv9-*-solaris*.
12917
12918 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12919
12920         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12921
12922 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12923
12924         * configure.in (FLAGS_FOR_TARGET): Do not add
12925         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12926         on i[3456]86-*-linux*.
12927
12928 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12929
12930         * configure.in (noconfigdirs): Replace [ ] with test.
12931
12932         * configure.in (noconfigdirs): Do not add target-newlib if
12933         target == i[3456]86-*-linux*, and host == target.
12934
12935 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12936
12937         * configure.in: delete reference to absent file
12938
12939         * configure.in: replace '[' with 'test'
12940
12941         * configure.in: Eliminate references to gash.
12942         * Makefile.in: Eliminate references to gash.
12943
12944         * configure.in: remove useless references to 'pic' makefile fragments.
12945
12946         * configure.in: (*-*-windows*) Finish removing.
12947
12948         * configure.in: Eliminate redundant test for libgui.
12949
12950 2002-04-29  Roger Sayle  <roger@eyesopen.com>
12951
12952         * MAINTAINERS: Add self and realphabetize.  Update entries
12953         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12954         entry for a29k port maintainer.
12955
12956 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
12957
12958         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12959         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12960
12961 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12962
12963         * configure.in: remove references to dead files
12964
12965 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
12966
12967         * MAINTAINERS: Add information about purpose of this file.
12968
12969 2002-04-18  Tom Tromey  <tromey@redhat.com>
12970
12971         * configure.in: Disallow configuring libgcj when it is already
12972         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12973         Solaris 2.8 by default.  For PR libgcj/6158.
12974
12975 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12976
12977         * configure.in:  Move default CC setting out of config/mh-* fragments
12978         directly into here.
12979
12980 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12981
12982         * configure.in: don't even try to configure or make a subdirectory
12983         if there's no configure script for it.
12984
12985 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
12986
12987         * MAINTAINERS: Remove chill maintainers.
12988         * Makefile.in (CHILLFLAGS): Remove.
12989         (CHILL_LIB): Remove.
12990         (TARGET_CONFIGDIRS): Remove libchill.
12991         (CHILL_FOR_TARGET): Remove.
12992         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12993         CHILL_LIB.
12994         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12995         (CHECK_TARGET_MODULES): Likewise.
12996         (INSTALL_TARGET_MODULES): Likewise.
12997         (CLEAN_TARGET_MODULES): Likewise.
12998         (configure-target-libchill): Remove.
12999         (all-target-libchill): Remove.
13000         * configure.in (target_libs): Remove target-libchill.
13001         Do not compute CHILL_FOR_TARGET.
13002         * libchill: Remove directory.
13003
13004 2002-04-11  DJ Delorie  <dj@redhat.com>
13005
13006         * Makefile.in, configure.in: Sync with binutils, entries
13007         follow...
13008
13009 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
13010
13011         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13012         (do-tar, do-bz2): New rules.
13013         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13014         (gdb-tar): New rule.
13015         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13016         (insight_dejagnu.tar): New rule.
13017         (insight.tar): New rule.
13018         (gdb+dejagnu.tar): New rule.
13019         (gdb.tar): New rule.
13020
13021 2002-02-01  Mo DeJong  <supermo@bayarea.net>
13022
13023         * Makefile.in: Add all-tix to deps for all-snavigator
13024         so that tix is built when building snavigator.
13025
13026 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
13027
13028         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13029         ld and gdb are not supported.
13030
13031 2002-01-07  Mark Salter  <msalter@redhat.com>
13032
13033         * configure.in: Remove target-bsp and target-cygmon from arm builds.
13034         Allow target-libgloss to be built for arm, strongarm, and xscale.
13035
13036 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13037
13038         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13039         options for i[3456]86-pc-linux* native builds.
13040
13041 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13042
13043         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13044         files from .po files for a distribution.
13045
13046 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13047
13048         * configure.in: Enable libstdc++-v3 for h8300 targets.
13049
13050 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
13051
13052         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13053         version from bfd/.
13054
13055 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13056
13057         * Makefile.in (VER): When present, extract the version number from
13058         the file version.in.
13059
13060 2001-05-24  Tom Rix  <trix@redhat.com>
13061
13062         * configure.in : enable ld for aix
13063
13064 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13065
13066         * config.guess: Add linux target for S/390.
13067
13068 2000-11-07  Philip Blundell  <pb@futuretv.com>
13069
13070         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13071
13072 2000-11-03  Philip Blundell  <pb@futuretv.com>
13073
13074         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13075         files.
13076
13077 2001-01-15  Ben Elliston  <bje@redhat.com>
13078
13079         * configure.in (host_tools): Add sid.
13080         Always configure cgen.
13081
13082 2000-11-24  Nick Clifton  <nickc@redhat.com>
13083
13084         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13085
13086 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13087
13088         * Makefile.in (ALL_MODULES): Add all-cgen.
13089         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13090         (all-cgen): New target.
13091         (all-opcodes,all-sim): Depend on all-cgen.
13092         * configure.in (host_tools): Add cgen.
13093         Only configure cgen if --enable-cgen-maint.
13094
13095 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13096
13097         * configure.in: Add *-*-freebsd* configurations.
13098
13099 2002-04-08  Tom Tromey  <tromey@redhat.com>
13100
13101         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13102         Fixes PR libgcj/6068.
13103
13104 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13105
13106         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13107
13108 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13109
13110         * configure.in (alpha*-dec-osf*): Enable libgcj.
13111
13112 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13113
13114         * MAINTAINERS (Write After Approval): Add myself.
13115
13116 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13117
13118         Fix for: PR bootstrap/3591, target/5676
13119         * configure.in (mcore-pe): Disable the configuration of
13120         libstdc++-v3 since exceptions are not supported.
13121
13122 2002-03-20  Anthony Green  <green@redhat.com>
13123
13124         * configure.in: Enable libgcj for xscale-elf target.
13125
13126 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13127
13128         * MAINTAINERS:  Update my email address.
13129
13130 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13131
13132         * ltmain.sh (relink_command): Fix typo in previous change.
13133
13134 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13135
13136         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13137         (relink_command): Added --tag flags.
13138         (mode=install): If relinking fails; error out.
13139
13140 2002-03-12  Richard Henderson  <rth@redhat.com>
13141
13142         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13143         .NOTPARALLEL tag.
13144         (do-check): Rename from check.
13145         (check): Allow parallel check.
13146
13147 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13148
13149         * MAINTAINERS: Add myself as maintainer for xtensa port.
13150         Fix alphabetical order in CPU port maintainer list.
13151         Remove myself from Write After Approval list.
13152
13153 2002-03-11  Richard Henderson  <rth@redhat.com>
13154
13155         * Makefile.in (.NOTPARALLEL): Add fake tag.
13156
13157 2002-03-07  H.J. Lu  (hjl@gnu.org)
13158
13159         * configure.in: Enable gprof for mips*-*-linux*.
13160
13161 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13162
13163         * MAINTAINERS (Write After Approval): Add myself.
13164
13165 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13166
13167         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13168         libjava.
13169         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13170
13171 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13172
13173         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13174         because its Makefile is there; test for the executable instead.
13175
13176 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13177
13178         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13179         libstdc++-v3 and libjava.
13180
13181 2002-02-11  Adam Megacz  <adam@xwt.org>
13182
13183         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13184         boehm-gc
13185
13186 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13187
13188         * config.guess: Updated to 2002-01-30's version.
13189         * config.sub: Updated to 2002-02-01's version.
13190         Contribute sh64-elf.
13191         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13192         * configure.in: Added sh64-*-*.
13193
13194 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13195
13196         * MAINTAINERS: Belatedly add myself to write after approval list.
13197
13198 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13199
13200         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13201         Remove self as Write After Approval.
13202
13203 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13204
13205         * MAINTAINERS: Put self in as maintainer for contrib/regression
13206         directory.
13207
13208 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13209
13210         * MAINTAINERS:  Update my email address.
13211
13212 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13213
13214         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13215         target-libiberty, and target-libgloss.  Skip Java-related
13216         libraries if not supported for NetBSD on target CPU.
13217
13218 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13219
13220         * install-sh: Use _inst.$$_ for temp file name.
13221
13222 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13223
13224         * MAINTAINERS (Write After Approval): Move my contact info
13225         from here...
13226         (OS Port Maintainers): ...to here (netbsd).
13227
13228 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13229
13230         * MAINTAINERS (Write After Approval): Add myself.
13231
13232 2002-01-17  H.J. Lu  <hjl@gnu.org>
13233
13234         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13235         (all-target-fastjar): Also depend on all-target-libiberty.
13236
13237 2002-01-16  H.J. Lu  (hjl@gnu.org)
13238
13239         * config.guess: Import from master sources, rev 1.225.
13240         * config.sub: Import from master sources, rev 1.238.
13241
13242 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13243
13244         * MAINTAINERS (Write After Approval): Remove myself.
13245
13246 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13247
13248         * MAINTAINERS (Write After Approval): Add myself.
13249
13250 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13251
13252         * MAINTAINERS: Add self as docs co-maintainer.
13253
13254 2001-12-11  Matthias Klose  <doko@debian.org>
13255
13256         * MAINTAINERS (Write After Approval): Add myself.
13257
13258 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13259
13260         * MAINTAINERS: Update my email address.
13261
13262 2001-12-07  Turly O'Connor  <turly@apple.com>
13263         * MAINTAINERS (Write After Approval): Add myself.
13264         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13265         (rs6000_initialize_trampoline): Call __trampoline_setup for
13266         ABI_DARWIN too.
13267         * darwin-tramp.asm: New file, implements __trampoline_setup.
13268         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13269
13270 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13271
13272         * MAINTAINERS (Write After Approval): Add myself.
13273
13274 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13275
13276         * configure, configure.in: Use temp file for long sed commands.
13277
13278 2001-12-03  Laurent Guerby  <guerby@acm.org>
13279
13280         * config.sub: Update to version 1.232 on subversion.
13281
13282 2001-12-03  Ben Elliston  <bje@redhat.com>
13283
13284         * MAINTAINERS: Update mail address for config.* patches.
13285
13286 2001-11-27  DJ Delorie  <dj@redhat.com>
13287             Zack Weinberg  <zack@codesourcery.com>
13288
13289         When build != host, create libiberty for the build machine.
13290
13291         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13292         CONFIG_ARGUMENTS.
13293         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13294         New variables.
13295         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13296         and rules.
13297         (all.normal): Depend on ALL_BUILD_MODULES.
13298         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13299         (all-build-libiberty): Depend on configure-build-libiberty.
13300
13301         * configure: Calculate and substitute proper value for
13302         ALL_BUILD_MODULES.
13303         * configure.in: Create the build subdirectory.
13304         Calculate and substitute TARGET_CONFIGARGS (formerly
13305         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13306
13307 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13308
13309         * MAINTAINERS (write-after-approval): Add self.
13310
13311 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13312
13313         * MAINTAINERS (GNATS only accounts): Remove self.
13314
13315 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13316
13317         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13318         libf2c.
13319
13320 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13321
13322         * MAINTAINERS (Write After Approval): Add self.
13323
13324 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13325
13326         * MAINTAINERS: mips and s390 are also CPU ports.
13327
13328 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13329
13330         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13331
13332 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13333
13334         * MAINTAINERS: Alphabetize.
13335
13336 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13337
13338         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13339
13340 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13341
13342         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13343
13344 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13345
13346         * configure.in (--enable-languages): Be more permissive about
13347         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13348
13349 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13350
13351         * config.sub: Import from master sources, rev. 1.230.
13352         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13353
13354 2001-11-07  Laurent Guerby  <guerby@acm.org>
13355
13356         * MAINTAINERS (Write After Approval): Add self.
13357
13358 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13359
13360         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13361
13362 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13363
13364         * config.sub: Import from master sources, rev 1.226.
13365         * config.guess: Import from master sources, rev 1.216.
13366
13367 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13368
13369         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13370         * MAINTAINERS: Add self as maintainer of MMIX port.
13371         Remove old after-approval entry.
13372
13373 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13374
13375         * ChangeLog, configure: Fix spelling errors.
13376
13377 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13378
13379         * MAINTAINERS: Tweak my address.
13380
13381 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13382
13383         * MAINTAINERS: Update my email address.
13384
13385 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13386
13387         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13388         * MAINTAINERS: Add self as maintainer of CRIS port.
13389
13390 2001-10-10  Geert Bosch  <bosch@gnat.com>
13391
13392         * MAINTAINERS (Various maintainers: Ada front end):
13393         Added Robert Dewar.
13394
13395 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13396
13397         * MAINTAINERS (Write After Approval): Added self
13398
13399 2001-10-02  Geert Bosch  <bosch@gnat.com>
13400
13401         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13402
13403 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13404
13405         * configure: Handle temporary files securely using mkdir.
13406
13407 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13408
13409         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13410
13411 2001-09-26  Will Cohen  <wcohen@redhat.com>
13412
13413         * configure.in (*-*-linux*): Disable configuration of target-newlib
13414         and target-libgloss.
13415
13416 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13417
13418         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13419         RANLIB.
13420
13421 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13422
13423         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13424         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13425         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13426         avoid quotes nesting problems.
13427         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13428         (DO_X): Export only variables that are set.
13429
13430 2001-09-19  Ben Elliston  <bje@redhat.com>
13431
13432         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13433         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13434         semantics.  Use the shell built-in "type" command instead.
13435
13436 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13437
13438         Merged from gcc-3_0-branch:
13439         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13440         * ltcf-c.sh: Use $objext, not $ac_objext.
13441         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13442         * ltcf-cxx.sh: Add support for GNU.
13443         2001-07-22  Timothy Wall  <twall@redhat.com>
13444         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13445         default settings if using GNU tools with that configuration.
13446         * ltcf-cxx.sh: Ditto.
13447         * ltcf-gcj.sh: Ditto.
13448         2001-07-21  Michael Chastain  <chastain@redhat.com>
13449         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13450         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13451         * ltmain.sh: Mark as gcc-local.
13452
13453 2001-08-30  Eric Christopher  <echristo@redhat.com>
13454             Jason Eckhardt  <jle@redhat.com>
13455
13456         * config.guess: Merge from master sources.
13457         * config.sub: Merge from master sources, add support for mipsisa32.
13458
13459 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13460         * config.sub: Merge from master sources, rev 1.219.
13461         * MAINTAINERS: Add self as contact for stormy16 port.
13462
13463 2001-08-14  Zack Weinberg  <zackw@panix.com>
13464
13465         * config.sub: Merge from master sources, rev 1.218.
13466         * config.guess: Merge from master sources, rev 1.209.
13467
13468 2001-08-11  Graham Stott  <grahams@redhat.com>
13469
13470         * Makefile.in (check-c++): Add missing semicolon.
13471
13472 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13473
13474         * MAINTAINERS (Various maitainers: predict.def): Added myself.
13475
13476 2001-07-30  Eric Christopher  <echristo@redhat.com>
13477
13478         * MAINTAINERS (Various maintainers: mips port): Added myself.
13479
13480 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13481
13482         * configure.in (sh-*-linux*): New.
13483
13484 2001-07-27  Richard Henderson  <rth@redhat.com>
13485
13486         * .cvsignore: Add LAST_UPDATED.
13487
13488 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13489
13490         * MAINTAINERS (Various maintainers: s390 port): Added myself.
13491
13492 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13493
13494         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13495
13496 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13497
13498         * MAINTAINERS (Write After Approval): Added myself.
13499
13500 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13501
13502         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13503         and libgcj on m68hc11/m68hc12.
13504
13505 2001-06-27  H.J. Lu  (hjl@gnu.org)
13506
13507         * Makefile (CFLAGS_FOR_BUILD): New.
13508         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13509
13510 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13511
13512         * README: Remove version number.
13513
13514 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13515
13516         * INSTALL/README: Update wrt. to the installation instructions now
13517         residing in gcc/doc/install.texi.
13518
13519 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13520
13521         * README: Replace with a cut-down and updated version of gcc/README.
13522
13523 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
13524
13525         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13526         multilibs to be disabled.
13527
13528 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
13529
13530         * MAINTAINERS (Write After Approval): Add myself.
13531
13532 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
13533
13534         * config.guess: Import CVS version 1.195.
13535         * config.sub: Import CVS version 1.212.
13536
13537 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
13538
13539         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13540         gcc/xgcc is built, use -print-prog-name to find out the program
13541         name to use.
13542
13543 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
13544
13545         * config.guess:  Import CVS version 1.194.  All gcc-local changes
13546         appear to also be in the master copy.
13547         * config.sub:  Import CVS version 1.211.
13548
13549 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
13550
13551         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13552         with_gcc]: Use `gcc -shared' to build a shared library.
13553
13554 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13555
13556         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13557         archives.
13558
13559 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13560
13561         * MAINTAINERS (Write After Approval): Add myself.
13562
13563 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
13564
13565         * configure.in (libstdcxx_flags): Do not try to execute
13566         libstdc++-v3/testsuite_flags until it exists.
13567
13568 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
13569
13570         * MAINTAINERS: Update my email address.
13571
13572 2001-05-31  Graham Stott  <grahams@redhat.com>
13573
13574         * MAINTAINERS (Write After Approval): Add myself.
13575
13576 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
13577
13578         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
13579         libraries when using g++ with native linker.
13580
13581 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
13582
13583         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13584
13585 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
13586
13587         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13588         [aix4*|aix5*]: Prepend blank.
13589
13590 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
13591
13592         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13593         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
13594         of subdir/configure scripts to use the new libtool.m4.
13595
13596 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13597
13598         * MAINTAINERS (Write After Approval): Add myself.
13599
13600 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
13601
13602         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13603
13604 2001-05-11  Ben Elliston  <bje@redhat.com>
13605
13606         * Makefile.in (all-sid): New target.
13607         (check-sid, clean-sid, install-sid): Likewise.
13608
13609 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
13610
13611         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13612
13613 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13614
13615         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13616         libgcj.
13617
13618 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13619
13620         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13621         gcc/xgcc is built, use -print-prog-name to find out the program
13622         name to use.
13623
13624 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
13625
13626         * configure.in (noconfigdirs): Don't reset it from scratch in the
13627         target case; only append to it.
13628
13629         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13630         sparc-*-solaris2.8]: Disable ${libgcj}.
13631
13632 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
13633
13634         * configure.in (libgcj_saved): Copy from $libgcj.
13635         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13636         --disable-libgcj.
13637
13638 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
13639
13640         * MAINTAINERS: Remove self as MIPS maintainer and
13641         C front end maintainer.
13642
13643 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
13644
13645         * configure.in: Move *-chorusos target case to the proper switch.
13646         Disable libgcj.
13647
13648 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13649
13650         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13651         1.641.2.228.
13652
13653 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13654
13655         * Makefile.in (STAGE1_CFLAGS): Pass down.
13656
13657 2001-04-13  Alan Modra  <amodra@one.net.au>
13658
13659         * config.guess: Add hppa64-linux support.  Note for next import that
13660         this is already in the master file.
13661         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
13662
13663 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13664
13665         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13666         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13667
13668 2001-04-11  Stan Shebs  <shebs@apple.com>
13669
13670         * MAINTAINERS: Add self as Darwin port maintainer.
13671
13672 2001-04-11  Alan Modra  <amodra@one.net.au>
13673
13674         * MAINTAINERS: Update my email address.
13675
13676 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13677
13678         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13679         recent versions of FreeBSD (release 3 or later).
13680         * ltconfig: On FreeBSD, -lc must not be provided when building
13681         a shared library or else the standard -pthread gcc option is
13682         rendered worthless to later users of the built library.
13683
13684 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13685
13686         * MAINTAINERS: Add self and RTH as C front end maintainers.
13687
13688 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13689
13690         * config.sub: Make sure to match an already-canonicalized
13691         machine name (eg. mn10300-unknown-elf).
13692
13693 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13694
13695         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13696         New macros.
13697         (bootstrap, cross): Use RECURSE_FLAGS.
13698         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13699
13700 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13701
13702         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13703
13704 2001-03-22  Colin Howell  <chowell@redhat.com>
13705
13706         * Makefile.in (DO_X): Do not backslash single-quotes in
13707         backquotes (two places).
13708
13709 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13710
13711         Re-installed:
13712         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13713         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13714         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13715         * ltcf-cxx.sh: Likewise.
13716         * ltcf-gcj.sh: Likewise.
13717
13718 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13719
13720         * MAINTAINERS: Add myself as "documentation co-maintainer".
13721
13722 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13723
13724         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13725         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13726
13727 2001-03-19  Tom Tromey  <tromey@redhat.com>
13728
13729         * config-ml.in: Handle GCJ and GCJFLAGS.
13730
13731 2001-03-21  Michael Chastain  <chastain@redhat.com>
13732
13733         * Makefile.in: all-m4 depends on all-texinfo.
13734
13735 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13736
13737         * MAINTAINERS: Add myself to write after approval list.
13738
13739 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13740
13741         * Makefile.in (DO_X): Quote nested quotes.
13742
13743 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
13744
13745         * MAINTAINERS: Add myself to write after approval list.
13746
13747 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13748
13749         * Makefile.in (DO_X): Use double quotes for quoting
13750         "RANLIB=$${RANLIB}".
13751
13752 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13753
13754         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13755
13756 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13757
13758         * configure.in: Only use `lang_requires' for languages athat are
13759         actually enabled.
13760
13761 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
13762
13763         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13764
13765 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13766
13767         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13768
13769 2001-03-07  Tom Tromey  <tromey@redhat.com>
13770
13771         * configure.in: Allow config-lang.in to set `lang_requires' to list
13772         of other required languages.
13773
13774 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13775
13776         * Makefile.in: Remove RANLIB definition. Use RANLIB
13777         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13778         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13779
13780 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13781             Alexandre Oliva  <aoliva@redhat.com>
13782
13783         * Makefile.in (check-c++): Use tabs, not spaces.
13784
13785 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13786
13787         * MAINTAINERS: add myself to Write After Approval list.
13788
13789 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13790
13791         * Makefile.in (check-c++): New rule.
13792
13793         * configure.in (target_libs): Remove libg++.
13794         (noconfigdirs): Remove libg++.
13795         (noconfigdirs): Same.
13796         (noconfigdirs): Same.
13797         (noconfigdirs): Same.
13798
13799         * config-ml.in: Remove libg++ references.
13800
13801         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13802         (ALL_TARGET_MODULES): Same.
13803         (configure-target-libg++): Remove.
13804         (all-target-libg++): Remove.
13805         (configure-target-libio): Remove.
13806         (all-target-libio): Remove.
13807         (check-target-libio): Remove.
13808         (.PHONY): Remove.
13809         (libg++.tar.bz2): Remove.
13810         (all-target-cygmon): Remove libio.
13811         (all-target-libstdc++): Remove.
13812         (configure-target-libstdc++): Remove.
13813         (TARGET_LIB_PATH): Remove libstdc++.
13814         (ALL_GCC_CXX): Remove libstdc++.
13815         (all-target-gperf): Correct.
13816
13817 2001-02-16  Nick Clifton  <nickc@redhat.com>
13818
13819         * configure.in (noconfigdirs): Allow configuration of texinfo
13820         for Cygwin hosts.
13821
13822 2001-02-15  Anthony Green  <green@redhat.com>
13823
13824         * configure: Introduce GCJ_FOR_TARGET.
13825         * configure.in: Ditto.
13826         * Makefile.in: Ditto.
13827
13828 2001-02-13  Andreas Schwab  <schwab@suse.de>
13829
13830         * MAINTAINERS: Update mail address.
13831
13832 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13833
13834         * config.guess: Add linux target for S/390.
13835         * config.sub: Likewise.
13836
13837 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13838
13839         * configure.in: for *-chorusos, don't config target-newlib and
13840         target-libgloss.
13841
13842 2001-02-06  Ben Elliston  <bje@redhat.com>
13843
13844         * configure: Output host type to stdout, not stderr.
13845
13846 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
13847
13848         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13849         * ltcf-cxx.sh: Likewise.
13850
13851         * config.if: Assume enable_libstdcxx_v3 is defined.
13852
13853 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
13854
13855         Remove V2 C++ library.
13856         * configure.in: Remove --enable-libstdcxx_v3 support.
13857
13858 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13859
13860         * include/demangle.h: Add prototype for java_demangle_v3.
13861
13862 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
13863
13864         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13865
13866 2001-01-27  Richard Henderson  <rth@redhat.com>
13867
13868         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13869
13870 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13871
13872         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13873         Don't unset, it's non-portable and no longer necessary, set to empty
13874         instead.
13875
13876 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13877
13878         * ltconfig: Shell portability fix for the tagname validity check.
13879
13880 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13881
13882         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13883         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13884
13885 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13886
13887         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13888
13889 2001-01-26  Tom Tromey  <tromey@redhat.com>
13890
13891         * configure.in: Allow libgcj to be built on Sparc Solaris.
13892
13893 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
13894
13895         * ltcf-c.sh: Add aix5 case.
13896         * ltcf-cxx.sh: Likewise.
13897         * ltconfig: Likewise.
13898
13899 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13900
13901         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13902         keep at least one of build_libtool_libs or build_old_libs set to
13903         yes.
13904
13905         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13906         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13907
13908 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13909
13910         * configure.in: Enable libgcj on several additional platforms.
13911
13912 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13913
13914         * configure.in: Enable libgcj for linux targets.
13915
13916 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13917
13918         * MAINTAINERS (Write After Approval): Add myself.
13919
13920 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13921
13922         * MAINTAINERS: Add myself as vax port maintainer.
13923
13924 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13925
13926         * MAINTAINERS: Add myself as Mercury front-end maintainer.
13927
13928 2001-01-09  Mike Stump  <mrs@wrs.com>
13929
13930         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13931         failures of subdirectories.
13932
13933 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13934
13935         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13936         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13937         * ltcf-cxx.sh: Likewise.
13938         * ltcf-gcj.sh: Likewise.
13939         * ltconfig.sh: Fix typo.
13940
13941 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13942
13943         * configure: handle DOS-style absolute paths.
13944
13945 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13946
13947         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13948
13949 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13950
13951         * MAINTAINERS: Add myself as avr port co-maintainer.
13952
13953 2000-12-28  Ben Elliston  <bje@redhat.com>
13954
13955         * MAINTAINERS: Add myself under ``Write After Approval''.
13956
13957 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13958
13959         * texinfo: Remove directory from GCC.
13960
13961 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13962
13963         * COPYING: Update to current
13964         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13965         to 19yy as example year in copyright notice).
13966
13967 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13968
13969         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13970         (libstdcxx_incdir): Pass down.
13971         * config.if: Remove expired bits for cxx_interface, add stub.
13972         (libstdcxx_incdir): Add variable for g++ include directory.
13973         * configure.in (gxx_include_dir): Use it.
13974
13975 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13976
13977         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13978         with old-email address from ``Write After Approval''.
13979
13980 2000-12-15  Andreas Jaeger  <aj@suse.de>
13981
13982         * configure.in: Handle lang_dirs.
13983
13984 2000-12-14  Tom Tromey  <tromey@redhat.com>
13985
13986         * MAINTAINERS: Removed brads.
13987
13988         * MAINTAINERS: Added gcj developers.
13989
13990 2000-12-13  Anthony Green  <green@redhat.com>
13991
13992         * configure.in: Disable libgcj for any target not specifically
13993         listed.  Disable libgcj for x86 and Alpha Linux until compatible
13994         with g++ abi.
13995
13996 2000-12-13  Mike Stump  <mrs@wrs.com>
13997
13998         * Makefile.in (local-distclean): Also remove fastjar.
13999
14000 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14001
14002         * contrib/gcc_update: Add fastjar --touch entries.
14003
14004 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14005
14006         * configure.in: Disable language-specific target libraries for
14007         languages that aren't enabled.
14008
14009 2000-12-10  Anthony Green  <green@redhat.com>
14010
14011         * configure.in: Define libgcj.  Disable libgcj target libraries for
14012         most targets.
14013
14014 2000-12-10  Neil Booth  <neilb@earthling.net>
14015
14016         * MAINTAINERS: Update mail address, remove from WAA list.
14017
14018 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14019
14020         * libjava: Imported from /cvs/java.
14021         * libffi: Likewise.
14022         * Boehm-gc: Likewise.
14023
14024 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14025
14026         * configure.in (target_libs): Revert 2000-12-08 patch.
14027         (noconfigdirs): Added target-libjava.
14028
14029 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14030
14031         * djunpack.bat: removed.
14032
14033 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14034
14035         * Makefile.in: handle DOS-style absolute paths.
14036         * config-ml.in: likewise.
14037         * symlink-tree: likewise.
14038
14039 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14040
14041         * fastjar: Imported.
14042
14043 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14044
14045         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14046         libjava.
14047         * configure.in (target_libs): Removed `target-libjava'.
14048
14049 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14050
14051         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14052         (ALL_MODULES): Added fastjar.
14053         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14054         (all-target-libjava): all-fastjar replaces all-zip.
14055         (all-fastjar): Added.
14056         (configure-target-fastjar, all-target-fastjar): Likewise.
14057         * configure.in (host_tools): Added fastjar.
14058
14059 2000-12-07  Mike Stump  <mrs@wrs.com>
14060
14061         * Makefile.in (local-distclean): Remove leftover built files.
14062
14063 2000-11-24  Nick Clifton  <nickc@redhat.com>
14064
14065         * configure.in (xscale-elf): Add target.
14066         (xscale-coff): Add target.
14067
14068 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14069
14070         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14071         recent versions of FreeBSD (release 3 or later).
14072         * ltconfig: On FreeBSD, -lc must not be provided when building
14073         a shared library or else the standard -pthread gcc option is
14074         rendered worthless to later users of the built library.
14075
14076 2000-11-16  Fred Fish  <fnf@be.com>
14077
14078         * configure.in (enable_libstdcxx_v3): Fix typo,
14079         libstd++ -> libstdc++.
14080
14081 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14082
14083         * MAINTAINERS: Add self to Write After Approval list.
14084
14085 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14086
14087         * MAINTAINERS: Update my email address.  Add myself to global write
14088         privs list.
14089
14090 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14091
14092         * Makefile.in: Merge with src and libgcj.
14093         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14094         configure-target-<library> when their configure scripts need the C
14095         or C++ library to have already been built to work properly.
14096         (do_proto_toplev): Set them to an empty string.
14097
14098         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14099         (REALLY_SET_LIB_PATH): Use them.
14100
14101 2000-11-17  Stan Shebs  <shebs@apple.com>
14102
14103         * MAINTAINERS: Add self to Write After Approval list.
14104
14105 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14106
14107         * configure: Provide the original toplevel configure arguments
14108         (including $0) to subprocesses in the environment rather than
14109         through gcc/configargs.h.
14110
14111 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14112
14113         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14114         C99.  Alphabetise "Write After Approval" list.
14115
14116 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14117
14118         * configure: Turn on libstdc++ V3 by default.
14119
14120         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14121         if we've got GCC.
14122
14123 2000-11-11  Philip Blundell  <philb@gnu.org>
14124
14125         * MAINTAINERS: Add self to Write After Approval list.
14126
14127 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14128
14129         * ltcf-c.sh (aix4): Improve shared library configuration; require
14130         exporting symbols.
14131         * ltcf-cxx.sh (aix4): Define.
14132         * ltconfig (aix4): Define library and soname specs appropriate for
14133         AIX.  Define command to create export symbols list.
14134
14135 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14136
14137         * config.sub: Add support for Sun Chorus
14138
14139 2000-10-31  Nick Clifton  <nickc@redhat.com>
14140
14141         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14142         <name>@redhat.com.  Also installed new email address for Clint
14143         Popetz.
14144
14145 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14146
14147         * etc: Remove directory from GCC.
14148
14149 2000-10-16  Michael Meissner  <meissner@redhat.com>
14150
14151         * configure (gcc/configargs.h): Only create if there is a build GCC
14152         directory created.
14153
14154 2000-10-16  Matthias Klose  <doko@debian.org>
14155
14156         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14157         when configured for libstdc++-v3.
14158
14159 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14160
14161         * configure: Save configure arguments to gcc/configargs.h.
14162
14163 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14164
14165         * config.guess: Import CVS version 1.157.
14166         * config.sub: Import CVS version 1.181.
14167
14168 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14169
14170         * Makefile.in (bootstrap): avoid recursion if subdir missing
14171         (cross): ditto
14172         (do-proto-toplev): ditto
14173
14174 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14175
14176         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14177         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14178
14179         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14180         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14181         all affected `configure' scripts.
14182
14183 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14184
14185         * MAINTAINERS: Add self as cpplib co-maintainer.
14186
14187 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14188
14189         * MAINTAINERS: Add self to Write After Approval list.
14190
14191 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14192
14193         * INSTALL/README: egcs -> GCC update.
14194
14195 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14196
14197         * MAINTAINERS: Add myself to Write After Approval list.
14198
14199 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14200
14201         * MAINTAINERS: Add myself to Write After Approval list.
14202
14203 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14204
14205         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14206         X11 libraries for hppa64.
14207
14208 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14209
14210         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14211
14212 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14213
14214         * Makefile.in (all-zlib): Added dummy target.
14215
14216         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14217         ltcf-gcj.sh: Updated from libtool multi-language branch.
14218
14219 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14220
14221         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14222         (bootstrap*): Depend on all-bootstrap.
14223
14224 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14225
14226         * config.guess: Import CVS version 1.156.
14227         * config.sub: Import CVS version 1.179.
14228
14229 2000-09-02  Anthony Green  <green@cygnus.com>
14230
14231         * Makefile.in (all-gcc): Depend on all-zlib.
14232         (CLEAN_MODULES): Add clean-zlib.
14233         (ALL_MODULES): Add all-zlib.
14234         * configure.in (host_libs): Add zlib.
14235
14236 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14237
14238         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14239         crosses, but add gcc/include to the header search path for them.
14240
14241 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14242
14243         * MAINTAINERS: Add self to Write After Approval list.
14244
14245 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14246
14247         * config.guess: Import CVS version 1.152.
14248         * config.sub: Import CVS version 1.177.
14249
14250 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14251
14252         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14253         $targargs to tell whether newlib is going to be built.
14254
14255         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14256         $$r/TARGET_SUBDIR/libio for _G_config.h.
14257
14258 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14259
14260         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14261
14262 2000-08-22  DJ Delorie  <dj@redhat.com>
14263
14264         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14265
14266 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14267
14268         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14269         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14270         sub-configures.
14271
14272 2000-08-21  DJ Delorie  <dj@redhat.com>
14273
14274         * MAINTAINERS: Add self as a libiberty maintainer
14275
14276 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14277
14278         * configure.in (libstdcxx_flags): Use
14279         libstdc++-v3/src/libstdc++.INC.
14280
14281 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14282
14283         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14284
14285 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14286
14287         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14288
14289         * configure: Make enable_threads and enable_shared defaults
14290         explicit.  Substitute enable_threads into generated Makefiles.
14291         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14292         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14293
14294 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14295
14296         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14297
14298 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14299
14300         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14301         previous delta.
14302
14303 2000-08-11  Jason Merrill  <jason@redhat.com>
14304
14305         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14306         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14307         (FLAGS_FOR_TARGET): Not here.
14308         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14309
14310 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14311
14312         * config-ml.in (CC, CXX): Don't introduce a leading space.
14313
14314 2000-08-07  DJ Delorie  <dj@delorie.com>
14315
14316         * MAINTAINERS: Add self as a DJGPP maintainer
14317
14318 2000-08-07  DJ Delorie  <dj@redhat.com>
14319
14320         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14321         "if we're also building gcc, and it's a gcc that will run on the
14322         build machine, we want to use its includes instead of the system's
14323         default includes".
14324
14325 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14326
14327         * MAINTAINERS: Add self to Write After Approval list.
14328
14329 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14330
14331         * configure.in (libstdcxx_flags): Don't use `"'.
14332
14333         * config-ml.in: Adjust multilib search paths to the
14334         appropriate multilib tree.
14335
14336 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14337
14338         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14339         commas in $LANGUAGES.
14340
14341 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14342
14343         * configure.in: Re-enable all references to libg++ and librx.
14344
14345 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14346
14347         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14348         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14349         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14350         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14351
14352         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14353
14354 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14355
14356         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14357         CXX_FOR_TARGET for sed.
14358
14359 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14360
14361         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14362         Do not override if already set in the environment or in configure.
14363         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14364         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14365
14366 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14367
14368         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14369         the libtool CVS tree multi-language branch.
14370         * ltconfig, ltmain.sh: Updated.
14371
14372 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14373
14374         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14375         (clean-target): Depend on it.
14376
14377         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14378         (GCC_FOR_TARGET): Use it.
14379         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14380         * configure.in: ... here.
14381         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14382         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14383
14384 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14385
14386         * MAINTAINERS: Add self to Write After Approval list.
14387
14388 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14389
14390         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14391         (configure-target-libchill, configure-target-libobjc): Likewise.
14392
14393         * configure.in: Use the same cache file for all target libs.
14394         * config-ml.in: But different cache files per multilib variant.
14395
14396 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14397
14398         * configure (topsrcdir): Don't use dirname.
14399
14400 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14401
14402         * MAINTAINERS: Add self to Write After Approval list.
14403
14404 2000-07-20  Jason Merrill  <jason@redhat.com>
14405
14406         * configure.in: Remove all references to libg++ and librx.
14407
14408         * configure, configure.in, Makefile.in: Unify gcc and binutils.
14409
14410 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14411
14412         * config.sub: Update to subversions version 2000-07-06.
14413
14414 2000-07-12  Andrew Haley  <aph@cygnus.com>
14415
14416         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14417         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14418
14419 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14420
14421         * symlink-tree:  Check number of arguments.
14422
14423 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14424
14425         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14426         search path for a g++ extracted from the build tree.  This
14427         will allow link tests run by configure scripts in
14428         subdirectories to succeed.
14429
14430 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14431
14432         * ltconfig: Add support for mips-dde-sysv4.2MP
14433
14434 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14435
14436         * MAINTAINERS: Add myself as loop discovery maintainer.
14437
14438 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14439
14440         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14441         `os2'. Force ac_cv_exeext to be ".exe" in that case.
14442
14443 2000-06-19  Timothy Wall  <twall@cygnus.com>
14444
14445         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14446         * config.sub: Add tic54x target.
14447
14448 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14449
14450         * MAINTAINERS: Add self as Fortran maintainer,
14451         remove Craig Burley.
14452
14453 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14454
14455         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14456         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14457
14458 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14459
14460         * MAINTAINERS: Add self as i18n maintainer
14461
14462 20000-05-21  H.J. Lu  (hjl@gnu.org)
14463
14464         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14465         directory are used if they exist. Make sure
14466         $(build_tooldir)/include is searched for header files,
14467         $(build_tooldir)/lib/ for library files.
14468         (GCC_FOR_TARGET): Likewise.
14469         (CXX_FOR_TARGET): Likewise.
14470
14471 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14472
14473         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14474
14475 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14476
14477         * Makefile.in (configure-target-libiberty): Depend on
14478         configure-target-newlib.
14479
14480 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14481
14482         * configure.in, Makefile.in: Merge all libffi-related
14483         configury stuff from the libgcj tree.
14484
14485 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14486
14487         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14488         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14489
14490 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14491
14492         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14493         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14494         current version information.  Add to proto-toplev directory.
14495         (gdb-taz): Build do-djunpack.
14496
14497 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
14498
14499         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14500
14501 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14502
14503         * MAINTAINERS: Add self to Write After Approval list.
14504
14505 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14506
14507         * ltmain.sh: Preserve in relink_command any environment
14508         variables that may affect the linker behavior.
14509
14510 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14511
14512         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14513
14514 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
14515
14516         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14517
14518 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14519
14520         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14521         with the version name.
14522
14523 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
14524
14525         * MAINTAINERS: Add self as bb-reorder maintainer.
14526
14527 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
14528
14529         * config.if: Tweak.
14530
14531 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
14532
14533         * djunpack.bat: New file.
14534
14535 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14536
14537         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14538         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14539         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14540         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14541
14542 2000-04-16  Dave Pitts  <dpitts@cozx.com>
14543
14544         * config.sub (case $basic_machine): Change default for "ibm-*"
14545         to "openedition".
14546
14547 2000-04-13  Andreas Jaeger  <aj@suse.de>
14548
14549         * MAINTAINERS: Added myself.
14550
14551 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14552
14553         * Makefile.in (gdb-taz): New target.  GDB specific archive.
14554         (do-md5sum): New target.
14555         (MD5PROG): Define.
14556         (PACKAGE): Default to TOOL.
14557         (VER): Default to a shell script.
14558         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
14559         md5 checksum generation.
14560         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14561         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14562         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14563         insight.tar.bz2): Use gdb-taz to create archive.
14564
14565 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14566
14567         * configure (warn_cflags): Delete.
14568
14569 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
14570
14571         * MAINTAINERS: Added myself.
14572
14573 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
14574             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
14575
14576         * configure.in (enable_libstdcxx_v3): Add.
14577         (target_libs): Add bits here to switch between libstdc++-v2 and
14578         libstdc++-v3.
14579         * config.if: And this file too.
14580         * Makefile.in: Add libstdc++-v3 targets.
14581
14582 2000-04-05  Michael Meissner  <meissner@redhat.com>
14583
14584         * config.sub (d30v): Add d30v as a basic machine type.
14585
14586 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
14587
14588         * configure.in: -linux-gnu*, not -linux-gnu.
14589
14590 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14591
14592         * MAINTAINERS: Add self in write-after-approval section.
14593
14594 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
14595
14596         * MAINTAINERS: Add self as ia64 port maintainer.
14597
14598 2000-03-08  Neil Booth  <NeilB@earthling.net>
14599
14600         * MAINTAINERS: Add self in write-after-approval section.
14601
14602 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14603
14604         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14605         (do-tar-bz2): Replace TOOL with PACKAGE.
14606         (gdb.tar.bz2): Remove GDBTK from GDB package.
14607         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14608         dejagnu.tar.bz2): New packages.
14609
14610 2000-02-27  Andreas Jaeger  <aj@suse.de>
14611
14612         * configure.in: Add entry for mips*-*-linux*, move catch all
14613         *-*-*linux* entry below this one.
14614
14615 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
14616
14617         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14618
14619 2000-02-24  Nick Clifton  <nickc@cygnus.com>
14620
14621         * config.sub: Support an OS of "wince".
14622
14623 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14624
14625         * config.guess, config.sub: Updated to match config's 2000-02-15
14626         version.
14627
14628 2000-02-23  Linas Vepstas  <linas@linas.org>
14629
14630         * config.sub: Add support for Linux/IBM 370.
14631         * configure.in: Likewise.
14632
14633 2000-02-22  Nick Clifton  <nickc@cygnus.com>
14634
14635         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14636
14637 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
14638
14639         * config.guess: Guess "cygwin" rather than "cygwin32".
14640
14641 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14642
14643         * configure (gcc_version): When setting, narrow search to
14644         lines containing `version_string'.
14645
14646 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14647
14648         * config.sub: Add support for avr target.
14649
14650 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14651
14652         * MAINTAINERS: Add maintainers for MCore port.
14653
14654 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14655
14656         * config.sub: Add mmix-knuth-mmixware.
14657
14658 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14659
14660         * MAINTAINERS: Pair cccp with cpplib maintainership.
14661
14662 2000-01-27  Christopher Faylor  <cgf@redhat.com>
14663
14664         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14665         structure stuff to -L library search.
14666         (CXX_FOR_TARGET): Ditto.
14667         (CROSS_CHECK_MODULES): Fix spelling mistake.
14668
14669 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14670
14671         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14672         the C++ compiler.
14673
14674 2000-01-12  Richard Henderson  <rth@cygnus.com>
14675
14676         * configure.in: Don't build some bits for beos.
14677
14678 2000-01-12  Joel Sherrill (joel@OARcorp.com)
14679
14680         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14681         as include files.
14682
14683 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14684
14685         * Add self as cpplib maintainer, as requested by Jason
14686         Merrill.  Correct my e-mail address.
14687
14688 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
14689
14690         * configure.in: Use mt-aix43 to handle *_TARGET defs,
14691         not mh-aix43.
14692
14693 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14694
14695         * MAINTAINERS: Add myself to "write after approval" list.
14696
14697 1999-12-14  Richard Henderson  <rth@cygnus.com>
14698
14699         * config.guess (alpha-osf, alpha-linux): Detect ev67.
14700         * config.sub: Accept alphaev[78], alphaev8.
14701
14702 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14703
14704         * config.guess, config.sub: Update from autoconf.
14705
14706 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
14707
14708         * MAINTAINERS:  update my playtime e-address.
14709
14710 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14711
14712         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14713         necessary libraries are missing.
14714
14715 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14716
14717         * MAINTAINERS: Add new 'write after approval' maintainer.
14718
14719 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14720
14721         * MAINTAINERS: Add new Java maintainer.
14722
14723 1999-10-25  Andreas Schwab  <schwab@suse.de>
14724
14725         * configure: Fix quoting inside arguments of eval.
14726
14727 1999-10-21  Nick Clifton  <nickc@cygnus.com>
14728
14729         * config-ml.in: Allow suppression of some ARM multilibs.
14730
14731 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14732
14733         * config.guess: Add OS/390 match pattern.
14734         * config.sub: Add mvs, openedition targets.
14735         * configure.in (i370-ibm-opened*): New.
14736
14737 1999-09-04  Steve Chamberlain  <sac@pobox.com>
14738
14739         * config.sub: Add support for configuring for pj.
14740
14741 1999-08-31  Nick Clifton  <nickc@cygnus.com>
14742
14743         * config.sub (maybe_os): Add support for configuring for fr30.
14744
14745 1999-08-25  Nick Clifton  <nickc@cygnus.com>
14746
14747         * configure.in: Do not configure or build ld for AIX
14748         platforms.  ld is known to be broken on these platforms.
14749
14750 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14751
14752         * config-ml.in: Pass compiler flag corresponding to multidirs to
14753         subdir configures.
14754
14755 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
14756
14757         * Makefile.in (LDFLAGS): Define.
14758
14759 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14760
14761         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14762         noconfigdirs.
14763         (*-*-cygwin*): Likewise.
14764
14765 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
14766
14767         * mkdep: New file.
14768         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14769         (BINUTILS_SUPPORT_DIRS): Add mkdep.
14770
14771         From Eli Zaretskii <eliz@is.elta.co.il>:
14772         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14773         long file name when using DJGPP on MS-DOS.
14774
14775 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14776
14777         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14778
14779 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14780
14781         * Makefile.in (check-target-libio): Remove all-target-libstdc++
14782         dependency as this causes "make check" to globally "make all"
14783
14784 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14785
14786         * configure.in (target_libs): Added target-zlib.
14787         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14788         (CONFIGURE_TARGET_MODULES): Likewise.
14789         (CHECK_TARGET_MODULES): Likewise.
14790         (INSTALL_TARGET_MODULES): Likewise.
14791         (CLEAN_TARGET_MODULES): Likewise.
14792         (configure-target-zlib): New target.
14793         (all-target-zlib): Likewise.
14794         (all-target-libjava): Depend on all-target-zlib.
14795         (configure-target-libjava): Depend on configure-target-zlib.
14796
14797         * Makefile.in (configure-target-libjava): Depend on
14798         configure-target-newlib.
14799         (configure-target-boehm-gc): New target.
14800         (configure-target-qthreads): New target.
14801
14802         * configure.in (target_libs): Added target-qthreads.
14803         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14804         (CONFIGURE_TARGET_MODULES): Likewise.
14805         (CHECK_TARGET_MODULES): Likewise.
14806         (INSTALL_TARGET_MODULES): Likewise.
14807         (CLEAN_TARGET_MODULES): Likewise.
14808         (all-target-qthreads): New target.
14809         (configure-target-libjava): Depend on configure-target-qthreads.
14810         (all-target-libjava): Depend on all-target-qthreads.
14811
14812         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14813         (CONFIGURE_TARGET_MODULES): Likewise.
14814         (CHECK_TARGET_MODULES): Likewise.
14815         (INSTALL_TARGET_MODULES): Likewise.
14816         (CLEAN_TARGET_MODULES): Likewise.
14817         (all-target-libjava): New target.
14818         (all-target-boehm-gc): Likewise.
14819         * configure.in (target_libs): Added libjava, boehm-gc.
14820
14821 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
14822
14823         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14824         configure.bat in SUPPORT_FILES.
14825         (gas+binutils.tar.bz2): Likewise.
14826
14827         * makeall.bat: Remove; obsolete.
14828
14829 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
14830
14831         From Mark Elbrecht:
14832         * configure.bat: Remove; obsolete.
14833
14834 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
14835
14836         * configure: Add -W -Wall to the default CFLAGS when compiling with
14837         gcc.
14838
14839 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14840
14841         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14842
14843 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
14844
14845         * configure.in: Build ld on IRIX6.
14846
14847 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
14848
14849         * Makefile.in: Change distribution targets to use bzip2 instead of
14850         gzip.
14851         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14852         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14853
14854 1999-06-04  Nick Clifton  <nickc@cygnus.com>
14855
14856         * config.sub: Add mcore target.
14857
14858 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14859
14860         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14861
14862 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14863
14864         * config.guess (dummy): Changed to $dummy.
14865
14866 1999-05-24  Nick Clifton  <nickc@cygnus.com>
14867
14868         * config.sub: Tidied up case statements.
14869
14870 1999-05-22  Ben Elliston  <bje@cygnus.com>
14871
14872         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14873         <jiro@din.or.jp>.
14874
14875         * config.guess: Merge with FSF version. Future changes will be
14876         more accurately recorded in this ChangeLog.
14877         * config.sub: Likewise.
14878
14879 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14880
14881          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14882
14883 1999-04-30  Tom Tromey  <tromey@cygnus.com>
14884
14885         * ltmain.sh: [mode link] Always use CC given by ltconfig.
14886
14887 1999-04-23  Tom Tromey  <tromey@cygnus.com>
14888
14889         * ltconfig, ltmain.sh: Update to libtool 1.2f.
14890
14891 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14892
14893         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14894         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14895         Bad merge removed these two changes.
14896
14897 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14898                           Martin Heller (Ing.-Buero_Heller@t-online.de)
14899
14900         * config.guess (interix Alpha): Add.
14901
14902 1999-04-11  Richard Henderson  <rth@cygnus.com>
14903
14904         * configure.in (i?86-*-beos*): Do config gperf; don't config
14905         gdb, newlib, or libgloss.
14906
14907 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14908
14909         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14910         link a trivial program with -mabi=64.  If it fails, remove mabi=64
14911         from multidirs.
14912
14913 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14914
14915         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14916
14917 1999-04-08  Nick Clifton  <nickc@cygnus.com>
14918
14919         * config.sub: Add support for mcore targets.
14920
14921 1999-04-07  Michael Meissner  <meissner@cygnus.com>
14922
14923         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14924         not mt-ospace, in order to shut up assembler warning about using
14925         symbols that are named the same as registers.
14926
14927 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14928
14929         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14930         dependency list for all-target-cygmon.
14931
14932 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
14933
14934         * config-ml.in: Check $host, not $target, for selective multilibs.
14935         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14936         thumb interworking, and underscore prefix multilibs.
14937
14938 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
14939
14940         * missing: Update to version from current automake.
14941
14942 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14943
14944         * configure (gxx_include_dir): Removed.
14945
14946         * configure.in (gxx_include_dir): Handle it.
14947         * Makefile.in: Likewise.
14948
14949 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14950
14951         * config.sub (mips64vr4111,mips64vr4111el) Add.
14952
14953 1999-03-21  Ben Elliston  <bje@cygnus.com>
14954
14955         * config.guess: Correct typo for detecting ELF on FreeBSD.
14956
14957 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14958
14959         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14960         config/mh-djgpp.
14961
14962 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14963
14964         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14965         all-target-newlib to dependency list for all-target-bsp.
14966
14967 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14968
14969         * config.sub: Add i386-uwin support.
14970         * config.guess: Likewise.
14971
14972 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14973
14974         * configure.in: cleanup, add mh-*pic handling for arm, special
14975         case powerpc*-*-aix*
14976
14977 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14978
14979         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14980         can be built.
14981
14982 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14983
14984         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14985         targets.
14986
14987 1999-03-02  Nick Clifton  <nickc@cygnus.com>
14988
14989         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14990
14991 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
14992
14993         * config.sub: Check for "cygwin*" rather than "cygwin32*"
14994
14995 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14996
14997         * config.sub: Fix typo in arm recognition.
14998
14999 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15000
15001         * configure.in (noconfigdirs): Changed target_configdirs to
15002         include target-bsp only for m68k-*-elf* and m68k-*-coff*
15003         rather than m68k-*-* since it is not known to work on
15004         m68k-aout. Ditto for arm-*-*oabi.
15005
15006 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15007
15008         * configure.in (*-*-windows*): Remove, no longer used.
15009
15010 1999-02-19  Ben Elliston <bje@cygnus.com>
15011
15012         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15013         Smart and improved by Andrew Cagney.
15014
15015 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15016
15017         * config.guess: Recognize openbsd-*-hppa.
15018
15019 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15020
15021         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15022         only if it is not empty.
15023
15024 1999-02-17  Nick Clifton  <nickc@cygnus.com>
15025
15026         Patch from: Scott Bambrough <scottb@corelcomputer.com>
15027
15028         * config.guess: Modified to recognize uname's armv* syntax.
15029
15030         * config.sub: Modified to recognize uname's armv* syntax.
15031
15032 1999-02-17  Mark Salter  <msalter@cygnus.com>
15033
15034         * configure.in: Added target-bsp for sparclite.
15035
15036 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15037
15038         * config.sub: Recognize alphapca5[67] and up to alphaev8.
15039
15040 1999-02-08  Nick Clifton  <nickc@cygnus.com>
15041
15042         * configure.in: Add support for strongarm port.
15043         * config.sub: Add support for strongarm target.
15044
15045 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15046
15047         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15048         the old name config/mh-cygwin32.
15049         Enable texinfo.
15050
15051 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15052
15053         * configure.in: Do build ld for ix86 Solaris.
15054
15055 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15056
15057         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15058         $AR_FOR_TARGET.  Likewise for RANLIB.
15059
15060 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15061
15062         * config.sub (oabi):  Recognize.
15063         * configure.in (arm-*-oabi):  Handle.
15064
15065 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15066
15067         * config.guess: Improve detection of i686 on UnixWare 7.
15068
15069 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15070
15071         * config.guess: Add support for i386-pc-interix.
15072         * config.sub: Likewise.
15073         * configure.in: Likewise.
15074
15075 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15076
15077         * Makefile.in: Remove unneeded all-target-libio from
15078         from all-target-winsup target since it is now unneeded.
15079         Add all-target-libtermcap in its place since it is now
15080         needed.
15081
15082 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15083
15084         * configure.in: makefile stub for cygwin target is probably
15085         unnecessary.  Remove it for now.
15086
15087 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15088
15089         * configure.in: libtermcap.a should be built when cygwin is the
15090         target as well as the host.
15091         * config.guess: Allow mixed case in cygwin uname output.
15092         * Makefile.in: Add libtermcap target.
15093
15094 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15095
15096         * config.sub: Clean up handling of hppa2.0.
15097
15098 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15099
15100         * config.guess: Use C code to identify more HP machines.
15101
15102 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15103
15104         * config.sub: Handle hppa2.0.
15105
15106 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15107
15108         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15109         cygmon for all sparclite targets, regardless of object format.
15110
15111 1998-12-15  Mark Salter  <msalter@cygnus.com>
15112
15113         * configure.in: Added target-bsp for several target architectures.
15114
15115         * Makefile.in: Added rules for bsp.
15116
15117 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15118
15119         * config.guess: Improve detection of hppa2.0 processors.
15120
15121 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15122
15123         * config.guess: Recognize FreeBSD using ELF automatically.
15124
15125 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15126
15127         * configure (skip-this-dir): Add handling for new shell script, which
15128         might be created by a sub-directory's configure to indicate, this particular
15129         directory is "unwanted".
15130         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15131
15132 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15133
15134         * ltconfig: import from libtool, after changing libtool to
15135         account for the cygwin name change.
15136
15137 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15138
15139         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15140         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15141
15142 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15143
15144         * configure.in: Add libtermcap to list of cygwin dependencies.
15145
15146 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15147
15148         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15149         they include winsup/include when it's a cygwin target.
15150
15151 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15152
15153         * configure.in (host_tools): Added zip.
15154         * Makefile.in (all-target-libjava): Depend on all-zip.
15155         (all-zip): New target.
15156         (ALL_MODULES): Added all-zip.
15157         (NATIVE_CHECK_MODULES): Added check-zip.
15158         (INSTALL_MODULES): Added install-zip.
15159         (CLEAN_MODULES): Added clean-zip.
15160
15161 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15162
15163         * Makefile.in: lose "32" from comment about cygwin.
15164
15165 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15166
15167         * configure.in: Use -Os to build target libraries for the fr30.
15168
15169 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15170
15171         * config.sub: Add fr30.
15172
15173 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15174
15175         * configure.in: drop "32" from config/mh-cygwin32.  Check
15176         cygwin* instead of cygwin32*.
15177         * config.sub: Check cygwin* instead of cygwin32*.
15178
15179 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15180
15181         * config.guess: Match any version of Unixware7.
15182
15183 1998-10-20  Syd Polk  <spolk@cygnus.com>
15184
15185         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15186         if desired.
15187
15188 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15189
15190         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15191         these if the appropriate directories and files to not exist.
15192
15193 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15194
15195         * Makefile.in (DEVO_SUPPORT): Add config.if.
15196
15197 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15198
15199         * configure: Add pattern to replace "build_tooldir"'s
15200         definition in the generated Makefile with "tooldir"'s
15201         actual value.
15202
15203 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15204
15205         * config.sub: Bring back lost sparcv9.
15206
15207         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15208
15209 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15210
15211         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15212         CC_FOR_TARGET and friends.
15213
15214 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15215
15216         * Makefile.in (build_tooldir): New variable, same as tooldir.
15217         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15218         -B$(build_tooldir)/bin/.
15219         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15220
15221 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15222
15223         * README: Remove installation instructions and refer to the
15224         INSTALL directory instead.
15225
15226 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15227
15228         * config.sub: Add support for i[34567]86-pc-udk.
15229         * configure.in: Likewise.
15230
15231 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15232
15233         * Makefile.in: add bzip2 package building bits for user
15234         tools module
15235         * configure.in: ditto
15236
15237 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15238
15239         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15240         (ALL_TARGET_MODULES): Add all-target-libobjc.
15241         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15242         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15243         (all-target-libchill): Add dependencies.
15244         * configure.in (target_libs): Add libchill.
15245
15246 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15247
15248         * configure.in (target_subdir): Remove duplicate line.
15249
15250 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15251
15252         * Makefile.in (all-automake): fix dependencies.
15253
15254 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15255
15256         * configure.in: Minor cleanups for building in the $(target_alias)
15257         subdir.
15258
15259 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15260
15261         * Makefile.in (bootstrap): Set r and s before make all.  Use
15262         BASE_FLAGS_TO_PASS in make all.
15263         (cross): Likewise.
15264
15265 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15266
15267         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15268
15269 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15270
15271         * config.sub: Fix typo in last change.
15272
15273 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15274
15275         * config.sub: Add support for C4x target.
15276         * configure.in: Likewise.
15277
15278 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15279
15280         * config.sub: Recognize sparcv9 just like sparc64.
15281
15282 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15283
15284         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15285
15286 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15287
15288         * config.guess: Correctly identify Pentium II sco boxes.
15289
15290         * config.guess: Fix "tr" code.  From Weiwen Liu.
15291
15292 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15293
15294         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15295         stabs.
15296
15297 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15298
15299         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15300         (ALL_TARGET_MODULES): Add all-target-libchill.
15301         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15302         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15303         (all-target-libchill): Add dependencies.
15304         * configure.in (target_libs): Add libchill.
15305
15306 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15307
15308         * config.guess: Avoid assumptions about "tr" behaves when
15309         LANG is set to something other than English.
15310
15311 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15312
15313         * configure (gxx_include_dir): Changed to
15314         '${prefix}/include/g++'-${libstdcxx_interface}.
15315
15316         * config.if: New to determine the interfaces.
15317
15318 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15319
15320         * config.guess: Detect and handle MPE/IX.
15321         * config.sub: Deal with MPE/IX.
15322
15323 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15324
15325         * configure.in: Use mh-aix43.
15326
15327 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15328
15329         * configure: Fix --without/--disable cases for gxx-include-dir.
15330
15331 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15332
15333         * mdata-sh:  Imported.  Needed for automake support.
15334
15335 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15336
15337         * Makefile.in (taz): Try "chmod -R og=u ." before
15338         "chmod og=u `find . -print`".
15339
15340 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15341
15342         * configure.in: Add arm-elf and thumb-elf support.
15343
15344 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15345
15346         * Makefile.in: Undo previous patch.
15347
15348 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15349
15350         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15351         to here ...
15352         (install-no-fixedincludes): and here
15353         (INSTALL_MODULES): ... from here.
15354
15355 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15356
15357         * config.sub: Merge with FSF.
15358
15359         * config.guess: Merge with FSF.
15360
15361 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15362
15363         * configure (extraconfigdirs): New variable.
15364         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15365         * Makefile.in (all): Move higher in file.
15366         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15367         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15368         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15369         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15370         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15371
15372 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15373
15374         * Makefile.in (all-target-libjava): Depend on all-gcc and
15375         all-target-newlib.
15376         (configure-target-libjava): Depend on $(ALL_GCC).
15377
15378 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15379
15380         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15381         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15382
15383 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15384
15385         * INSTALL/README: Fix typo.
15386
15387 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15388
15389         * ylwrap: Change absolute path checks to check for DOS style path
15390         names.
15391
15392         * ylwrap: Don't use a full path name if the source file is in the
15393         same directory.  From hjl@lucon.org (H.J. Lu).
15394
15395         * config-ml.in: Default to being verbose, to match Feb 18 change to
15396         configure.
15397
15398 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15399
15400         Brought over from egcs:
15401
15402         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15403
15404         * configure.in (target_subdir): Set to ${target_alias} instead
15405         of "libraries".
15406
15407         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15408
15409         * configure.in (target_subdir): Set to libraries if enable_multilib.
15410
15411 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15412
15413         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15414         multilibs, force reconfiguration the first time we create
15415         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15416
15417 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15418
15419         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15420         avoid confusion with --no-recursion.
15421
15422 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15423
15424         * configure.in: Win32 hosts shouldn't use install -x
15425         * install-sh: remove -x option, and special .exe-handling
15426         hack.
15427
15428 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15429
15430         * config.guess: Recognize i586-pc-beos.
15431         * configure.in: Don't build some bits for beos.
15432
15433 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15434
15435         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15436         CFLAGS default to -O2.
15437
15438         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15439         when using GNU ld.
15440
15441 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15442
15443         * ltmain.sh: Correct install when using a different shell.
15444
15445 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15446
15447         * ltconfig, ltmain.sh: Update to libtool 1.2b.
15448
15449 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15450
15451         * makefile.vms: Update to build binutils/makefile.vms.  Add install
15452         target.
15453
15454 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15455
15456         * ltconfig: Update to correct AIX handling.
15457
15458 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15459
15460         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15461
15462         * configure.in (target_subdir): Set to ${target_alias} instead
15463         of "libraries".
15464
15465 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15466
15467         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15468         (Makefile): Depend on $(gcc_version_trigger).
15469
15470         * configure (gcc_version): Change default initializer to empty
15471         string.
15472         (gcc_version_trigger): New variable; pass this variable down
15473         to subdir configures to enable them checking gcc's version
15474         themselves. Emit make macros for both gcc_version vars.
15475         (topsrcdir): Initialize reliably.
15476         (recursion line): Remove --with-gcc-version=${gcc_version}.
15477
15478 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15479
15480         * configure (enable_version_specific_runtime_libs): Implement new flag
15481         --enable-version-specific-runtime-libs which installs C++ runtime stuff
15482         in $(libsubdir); emit definition in each generated Makefile.
15483         (gxx_include_dir): Initialize depending on
15484         $enable_version_specific_runtime_libs.
15485
15486 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15487
15488         * configure (gcc_version): Initialize properly depending on
15489         how and where configure is started.
15490         (recursion line): Pass a --with-gcc-version=${gcc_version}
15491         to configures in subdirs.
15492
15493 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15494
15495         * configure.in (noconfigdirs): Add configure pattern for mips tx39
15496         cygmon
15497
15498 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15499
15500         * configure.in: Add cygmon and libstub support for mn10200.
15501
15502 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15503
15504         * configure (gcc_version): Add new variable describing the
15505         particular gcc version we're building.
15506         * Makefile.in (libsubdir): Add new macro for the directory
15507         in which the compiler finds executables, libraries, etc.
15508         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15509         and libsubdir.
15510
15511 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15512
15513         * Makefile.in (local-clean): Remove *.log.
15514         (warning.log): Built with warn_summary from build.log.
15515         (mail-report.log): Run test_summary.
15516         (mail-report-with-warnings.log): Run test_summary including
15517         warning.log in the report.
15518
15519 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
15520
15521         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15522
15523 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
15524
15525         * Makefile.in (grep): Grep no longer depends on libiberty.
15526
15527 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
15528
15529         * Makefile.in: all-snavigator needs all-libgui.
15530
15531 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
15532
15533         * configure.in: Add cygmon and libstub support for mn10300.
15534
15535 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
15536
15537         * missing: Update to version from automake 1.3.
15538
15539         * ltmain.sh: On installation, don't get confused if the same name
15540         appears more than once in the list of library names.
15541
15542 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15543
15544         * config.sub: Accept m68060 and m5200 as CPU names.
15545
15546 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
15547
15548         * configure: Use && rather than using -a in test, because odd
15549         strings can confuse test.
15550         * configure.in: Likewise.
15551
15552 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15553
15554         * ltconfig, ltmain.sh: Bring in Visual C++ support.
15555
15556 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15557
15558         * Makefile.in (boostrap2-lean, bootstrap3-lean,
15559         bootstrap4-lean): New targets.
15560
15561 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
15562
15563         * mpw-* Delete.  Not used.
15564
15565 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
15566
15567         * COPYING.LIB: Update FSF address.
15568
15569 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
15570
15571         * ltconfig, ltmain.sh: Update to libtool 1.2a.
15572
15573         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15574         GAS_SUPPORT_DIRS.
15575
15576 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
15577
15578         * ltconfig, ltmain.sh: Avoid producing a version number if
15579         -version-info was not used.
15580
15581 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15582
15583         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15584         building with newlib.
15585
15586 1998-04-30  Paul Eggert  <eggert@twinsun.com>
15587
15588         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15589         Solaris `make' causes it to continue to next definition.
15590
15591 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15592
15593         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15594         the right GUI libraries and files are installed along with GDB.
15595
15596 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15597
15598         * configure.in: Change alpha to alpha* in several places.
15599
15600 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
15601
15602         * config.sub: Recognize sparc86x.
15603
15604 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
15605
15606         * configure.in (--enable-target-optspace): Remove debug echo.
15607
15608 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
15609
15610         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15611
15612 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15613
15614         * ltconfig: Update cygwin32 support.
15615
15616         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15617         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15618         (GDB_SUPPORT_DIRS): Likewise.
15619
15620 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
15621
15622         * configure.in (target_makefile_frag): If --enable-target-optspace,
15623         use -Os to compile target libraries rather than -O2.  Default to
15624         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15625         not used.
15626         * configure.in (target_cflags): Ditto for d30v.
15627
15628 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
15629
15630         * Makefile.in (all-bfd): Depend on all-intl.
15631         (all-binutils): Likewise.
15632         (all-gas): Likewise.
15633         (all-gprof): Likewise.
15634         (all-ld): Likewise.
15635
15636 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
15637
15638         * configure.in (host_tools): Fix typo, lbtool -> libtool.
15639
15640 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15641
15642         * Makefile.in (all-bfd): Depend upon all-libiberty.
15643
15644         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15645
15646 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
15647
15648         * Makefile.in: Add libstub.
15649
15650         * configure.in: Ditto. Build libstub for targets that have cygmon
15651         support.
15652
15653 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
15654
15655         * configure.in: Don't set PICFLAG on ix86-cygwin32.
15656
15657 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
15658
15659         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15660         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
15661
15662 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
15663
15664         * configure: Define DEFAULT_M4 by searching PATH.
15665         * Makfile.in: Use DEFAULT_M4.
15666
15667 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15668
15669         * ltconfig: Add cygwin32 support.
15670
15671         * Makefile.in, configure.in: Add libtool as a native only directory
15672         to configure and build.
15673
15674 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
15675
15676         * Makefile.in (INSTALL_MODULES): Remove texinfo.
15677
15678 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15679
15680         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15681
15682 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15683
15684         * Makefile.in: add ash make rules
15685         * configure.in: add ash to native_only and host_tools lists
15686
15687 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15688
15689         * Makefile.in (all-gettext, all-intl): New targets.
15690         (ALL_MODULES): Added all-gettext, all-intl.
15691         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15692         (INSTALL_MODULES): Added install-gettext, install-intl.
15693         (CLEAN_MODULES): Added clean-gettext, clean-intl.
15694
15695         * configure.in (host_tools): Added gettext.
15696         (native_only): Likewise.
15697         (noconfigdirs) [various cases]: Likewise.
15698         (host_libs): Added intl.
15699
15700 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15701
15702         * configure: Do not disable building gdbtk for cygwin32 hosts.
15703
15704 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15705
15706         * configure.in: Add thumb-coff target.
15707         * config.sub: Add thumb-coff target.
15708
15709 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15710
15711         * Makefile.in: Revert yesterday's change.
15712         (all-target-winsup):  all-target-librx stays out of here.
15713
15714 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15715
15716         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15717         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15718         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15719         Remove references to librx and libg++.
15720
15721 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15722
15723         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15724         recursive makes
15725
15726 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15727
15728         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15729         for newlib directory.
15730         (CXX_FOR_TARGET): Likewise.
15731
15732 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15733
15734         * ltconfig: Update after libtool/ltconfig.in change for
15735         hpux11.
15736
15737 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15738
15739         * ltconfig, ltmain.sh: Update to libtool 1.2.
15740
15741 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15742
15743         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15744         (install-gcc-cross): Instead, override LANGUAGES here.
15745
15746 1998-03-18  Dave Love  <d.love@dl.ac.uk>
15747
15748         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15749         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15750
15751 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15752
15753         * configure.in: Add Thumb-pe target.
15754
15755 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15756
15757         * Makefile.in - changed sn targets to snavigator
15758         * configure.in - changed sn targets to snavigator
15759
15760 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15761
15762         * config-ml.in: After building symlink tree call make distclean
15763         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15764         to be the case for libiberty.
15765
15766 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15767
15768         * configure: When making link, also check the current
15769         directory. The configure scripts may create one.
15770
15771 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15772
15773         * config.sub: Accept alphapca56 and alphaev6 properly.
15774
15775 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15776
15777         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15778
15779 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15780
15781         * config.sub (sco5): Fix typo.
15782
15783 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15784
15785         * Makefile.in (INSTALL_MODULES): Move install-tcl before
15786         install-itcl.
15787         (install-itcl): Remove dependency on install-tcl.
15788
15789 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15790
15791         * configure.in: Remove libgloss from noconfigdirs for MN10300.
15792
15793 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15794
15795         * configure.in: Don't build libgui for a cygwin32 target when not on
15796         a cygwin32 host.
15797
15798 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15799
15800         * configure (redirect): Set to null, so default behavior of
15801         configure is now --verbose.
15802
15803 1998-02-16  Dave Love  <d.love@dl.ac.uk>
15804
15805         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15806         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15807
15808 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15809
15810         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15811         this change to sync Makefile.in with its ChangeLog entries.
15812
15813 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15814
15815         * ltmain.sh (mkdir): Check that the directory doesn't exist
15816         before we exit with error, so that we don't get races during
15817         parallel builds.
15818
15819 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15820
15821         * ltconfig, ltmain.sh: Update from libtool 1.0i.
15822
15823 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15824
15825         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15826         PICFLAG_FOR_TARGET.
15827         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15828
15829         * configure: Emit a definition for the new macro enable_shared
15830         into each Makefile.
15831
15832 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15833
15834         * configure.in (host_tools, native_only): Add libtool.
15835
15836 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15837
15838         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15839         Fix typo in ming config comment.
15840
15841 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15842
15843         * ltconfig, ltmain.sh: Update from libtool 1.0h.
15844
15845 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15846
15847         * config.sub: Add tic30 cases, and map c30 to tic30.
15848
15849 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15850
15851         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15852         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15853         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15854         (CLEAN_TARGET_MODULES): Similarly
15855         (all-target-libf2c): Add dependences.
15856         * configure.in (target_libs): Add libf2c.
15857
15858 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15859
15860         * configure.in: Remove expect from noconfigdirs when target
15861         is cygwin32.  OK to build expect and dejagnu with Canadian
15862         Cross.
15863
15864 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15865
15866         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15867         host.
15868
15869         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15870         and mingw32.
15871
15872 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15873
15874         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15875         here as it is not defined in the toplevel Makefile.
15876
15877 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15878
15879         * configure (package_makefile_rules_frag): New variable, which names
15880         a file with generic rules, ...
15881         Change comment to mention we now have FIVE parts.
15882         * configure: Undo last change.
15883
15884 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15885
15886         * config.guess: More accurate determination of HP processor types.
15887         * config.sub: More accurate determination of HP processor types.
15888
15889 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15890
15891         * configure (package_makefile_frag): Move inserting the
15892         ${package_makefile_frag} to where it should be according
15893         to the comment.
15894
15895 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15896
15897         * config.guess: Add support for Linux/ARM.
15898
15899 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15900
15901         * .cvsignore: Remove *-info and *-install since they match
15902         release-info and mpw-install, which we don't want to just ignore.
15903
15904 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15905
15906         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15907
15908 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15909
15910         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15911         local_prefix to sub-make invocations.
15912
15913 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15914
15915         * configure.in: Check makefile fragments in the source
15916         directory.
15917
15918 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15919
15920         * configure.in: Check whether host and target makefile
15921         fragments exist before adding them to *_makefile_frag.
15922
15923 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15924
15925         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15926
15927 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15928
15929         * configure.in: Make sure we only replace RPATH_ENVVAR on
15930         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15931         regexp to sed.
15932
15933         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15934         to sub-makes.
15935
15936 1998-01-13  Lee Iverson   (leei@ai.sri.com)
15937
15938         * config-ml.in (multi-do): LDFLAGS must include multilib
15939         designator.
15940
15941 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15942
15943         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15944
15945 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15946
15947         * config.sub: Add mingw32 support.
15948         * configure.in: Likewise.
15949
15950 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15951
15952         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15953
15954 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15955
15956         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15957         * configure (gxx_include_dir): Provide a definition for subdirs
15958         which do not use autoconf.
15959
15960 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15961
15962         * config.guess: Sync with egcs.  Picks up new alpha support,
15963         BeOS & some additional linux support.
15964
15965 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15966
15967         * config.guess: HP 9000/803 is a PA1.1 machine.
15968
15969 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15970
15971         * configure.in: It's alpha*-...
15972
15973 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15974
15975         * configure.in (host_makefile_frag, target_makefile_frag):
15976         Handle multiple config files.
15977         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15978         alpha-*-*.
15979
15980 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15981
15982         * mkdep: New file.
15983
15984 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
15985
15986         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15987
15988 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15989
15990         * Makefile.in: Add libgui directory.
15991         (GDB_TK): Add all-libgui.
15992         * configure.in: Add libgui directory.
15993         * configure: Add all-libgui to GDB_TK.
15994
15995 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
15996
15997         * config-ml.in (multidirs): Add m32r to multilib list.
15998
15999 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16000
16001         * Makefile.in (all-target-gperf): Change dependency to
16002         all-target-libstdc++.
16003
16004 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16005
16006         * config.guess: Add BeOS support.
16007
16008 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16009
16010         Source directory cvs renamed to cvssrc:
16011         * configure.in (host_tools): Change cvs to cvssrc.
16012         (native_only): Likewise.
16013         (noconfigdirs) [various cases]: Likewise.
16014         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16015         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16016         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16017         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16018         (all-cvssrc): Rename target from all-cvs.
16019
16020 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16021
16022         * configure (gxx_include_dir): Fix thinko.
16023
16024 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16025
16026         * Makefile.in (INSTALL_TARGET_CROSS): Define.
16027         (install-cross, install-gcc-cross): New targets.
16028
16029 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16030
16031         * configure.in (noconfigdirs): Add support for Thumb target.
16032
16033         * config.sub (maybe_os): Add support for Thumb target.
16034
16035 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16036
16037         * Makefile.in: Add rules for cygmon.
16038
16039         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16040
16041 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16042
16043         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16044         * configure (gxx_include_dir): Provide a definition for subdirs
16045         which do not use autoconf.
16046
16047 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16048
16049         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16050         11/18/97 build
16051
16052 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16053
16054         * From Franz Sirl.
16055         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16056         found on RedHat Linux systems.
16057
16058 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16059
16060         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16061         guesses.
16062
16063 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16064
16065         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16066
16067 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16068
16069         * ltmain.sh: If mkdir fails, check whether the directory was created
16070         anyhow by some other process.
16071
16072 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16073
16074         * configure.in (d30v-*-*): Configure all directories.
16075
16076 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16077
16078         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16079         for the D30V.
16080
16081 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16082
16083         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16084
16085 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16086
16087         * include/libiberty.h: Add extern "C" { so it can be used with C++
16088         progrms.
16089         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16090         programs.
16091
16092 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16093
16094         * configure.in (d30v-*-*): Configure GCC now.
16095
16096 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16097
16098         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16099         is no longer needed.
16100
16101 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16102
16103         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16104
16105 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16106
16107         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16108         targets using "$@" to provide support for similar but not identical
16109         targets without having to duplicate code.
16110
16111 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16112
16113         * makefile.vms: Fix to work with DEC C.
16114
16115 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16116
16117         * config.sub: Add mips-tx39-elf to marketing names.
16118
16119 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16120
16121         * ltmain.sh: Handle symlinks in generated script.
16122
16123 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16124
16125         * configure: Handle autoconf style directory options: --bindir,
16126         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16127         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16128         --sysconfdir.
16129         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16130         (sharedstatedir, localstatedir, oldincludedir): New variables.
16131         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16132         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16133         sbindir, sharedstatedir, and sysconfdir.
16134
16135 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16136
16137         * Makefile.in (bootstrap-lean): New target.
16138
16139 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16140
16141         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16142         sn, and gnuserv from noconfigdirs.
16143
16144 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16145
16146         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16147
16148 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16149
16150         * Makefile.in (cross): New target.
16151
16152 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16153                           Jeff Law         <law@cygnus.com>
16154
16155         * Makefile.in (bootstrap2, bootstrap3): New targets.
16156         (all-bootstrap): Remove outdated and confusing target.
16157         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16158
16159 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16160
16161         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16162         windows.  Consistent with gdb/configure.
16163
16164 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16165
16166         * configure.in: Name Linux target fragment.
16167
16168         * configure: Rewrite so that project Makefile fragment is inserted
16169         first and appears last in the resulting Makefile.
16170
16171 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16172
16173         * Makefile.in (install-itcl): Install tcl first.
16174
16175 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16176
16177         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16178
16179 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16180
16181         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16182
16183         * configure.in (skipdirs): Add target-librx for Linux.
16184         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16185
16186 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16187
16188         * Makefile.in (bootstrap): New target.
16189
16190 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16191
16192         * config.sub: Accept 'amigados' for backward compatibility.
16193
16194 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16195
16196         * config.guess: Merge with FSF.
16197
16198 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16199
16200         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16201
16202 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16203
16204         * config.sub: Add "marketing-names" patch.
16205
16206 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16207
16208         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16209
16210 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16211
16212         * config.sub: Handle v850-elf.
16213
16214 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16215
16216         * .cvsignore (*-install): Remove.
16217
16218 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16219
16220         * ltconfig: Set CONFIG_SHELL in libtool.
16221         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16222
16223 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16224
16225         * configure.in (target_subdir): Set to libraries if enable_multilib.
16226
16227 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16228
16229         * config.guess: Update from gcc directory.
16230
16231 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16232
16233         * Makefile.in (all-sim): Depends on all-readline.
16234
16235 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16236
16237         * Makefile.in (BISON, YACC): Use $$s.
16238         (all-bison): Depend on all-texinfo.
16239
16240 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16241
16242         * Makefile.in (BISON): Add -L flag.
16243         (YACC): Likewise.
16244
16245 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16246
16247         * configure.in (noconfigdirs): Add support for v850e target.
16248
16249         * config.sub (maybe_os): Add support for v850e target.
16250
16251 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16252
16253         * configure.in (noconfigdirs): Add support for v850ea target.
16254
16255         * config.sub (maybe_os): Add support for v850ea target.
16256
16257 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16258
16259         * config.sub: Add mipstx39.  Delete r3900.
16260
16261 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16262
16263         * Makefile.in (all-autoconf): Depends on all-texinfo.
16264
16265 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16266
16267         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16268         eabi targets.
16269
16270 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16271
16272         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16273
16274         * configure: When handling a Canadian Cross, handle YACC as well as
16275         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16276         * Makefile.in (all-bison): Depend upon all-texinfo.
16277
16278 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16279
16280         * Makefile.in (BISON): bison, not byacc or bison -y.
16281         (YACC): bison -y or byacc or yacc.
16282         (various): Add *-bison as appropriate.
16283         (taz): No need to mess with BISON anymore.
16284
16285 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16286
16287         * configure: If OSTYPE matches *win32*, try to find a good value for
16288         CONFIG_SHELL.
16289
16290 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16291
16292         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16293         configure.in if it is present.
16294
16295 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16296
16297         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16298
16299 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16300
16301         * config.sub: Recognize `arc' cpu.
16302         * configure.in: Likewise.
16303         * config-ml.in: Likewise.
16304
16305 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16306
16307         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16308
16309 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16310
16311         * configure: Changed sed delimiter from ':' to '|' when
16312         attempting to substitute ${config_shell} for SHELL. On
16313         NT ${config_shell} may contain a ':' in it.
16314
16315 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16316
16317         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16318
16319 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16320
16321         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16322
16323 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16324
16325         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16326
16327         * ylwrap: If the program is a relative path, force it to be
16328         absolute.
16329
16330 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16331
16332         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16333
16334 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16335
16336         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16337         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16338         for libraries.
16339
16340 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16341
16342         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16343         separated by spaces.
16344
16345 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16346
16347         * ylwrap: New file.
16348         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16349
16350         * ltmain.sh: Handle /bin/sh at start of install program.
16351
16352         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16353
16354         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16355         * missing: New file, from automake 1.2.
16356
16357 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16358
16359         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16360         check-tk to CHECK_X11_MODULES.
16361
16362 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16363
16364         * config.sub: Merge with FSF.
16365
16366 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16367
16368         * config.guess: Merge with FSF.
16369
16370 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16371
16372         * configure: Treat msdosdjgpp like go32.
16373         * configure.in: Likewise.  Don't remove gprof for go32.
16374
16375         * configure: Change Makefile.tem2 to Makefile.tm2.
16376
16377 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16378
16379         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16380
16381 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16382
16383         * install-sh (chmodcmd): Set to null if the DST directory already
16384         exists.  Same as Nov 11th change.
16385
16386 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16387
16388         * configure (GDB_TK): Needs itcl and tix.
16389
16390 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16391
16392         * config.guess: Update from FSF.
16393
16394 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16395
16396         * Makefile.in (GDB_TK): Depend on itcl and tix.
16397
16398 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16399
16400         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16401         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16402         (INSTALL_SCRIPT): New variable.
16403         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16404         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16405         to -x.
16406         * install-sh: Add support for -x option.
16407
16408 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16409
16410         * configure.in, Makefile.in: Treat tix like itcl.
16411
16412 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16413
16414         * Makefile.in (WINDRES): New variable.
16415         (WINDRES_FOR_TARGET): New variable.
16416         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16417         (EXTRA_HOST_FLAGS): Add WINDRES.
16418         (EXTRA_TARGET_FLAGS): Add WINDRES.
16419         (EXTRA_GCC_FLAGS): Add WINDRES.
16420         ($(DO_X)): Pass down WINDRES.
16421         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16422         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16423         DLLTOOL_FOR_TARGET.
16424
16425 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16426
16427         * configure.in: configure sim before gdb for win32-x-ppc
16428
16429 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16430
16431         Move gperf into the toplevel, from libg++.
16432         * configure.in (target_tools): Add target-gperf.
16433         (native_only): Add target-gperf.
16434         * Makefile.in (all-target-gperf): New target, depend on
16435         all-target-libg++.
16436         (configure-target-gperf): Empty rule.
16437         (ALL_TARGET_MODULES): Add all-target-gperf.
16438         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16439         (CHECK_TARGET_MODULES): Add check-target-gperf.
16440         (INSTALL_TARGET_MODULES): Add install-target-gperf.
16441         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16442
16443 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16444
16445         * config.sub (mn10200): Recognize new basic machine.
16446
16447 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16448
16449         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16450         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16451
16452 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16453
16454         * configure.in: If we're building mips-sgi-irix6* native, turn on
16455         ENABLE_MULTILIB and set TARGET_SUBDIR.
16456
16457 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16458
16459         * Makefile.in (all-sn): Depend on all-grep.
16460
16461 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16462
16463         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16464
16465         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16466         Makefile.  From Jeff Makey <jeff@cts.com>.
16467         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16468
16469         * Makefile.in (DISTBISONFILES): Remove.
16470         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
16471         $(DEFAULT_YACC).
16472
16473         * configure.in: Build itl, db, sn, etc., when building for native
16474         cygwin32.
16475
16476         * Makefile.in (LD): New variable.
16477         (EXTRA_HOST_FLAGS): Pass down LD.
16478         ($(DO_X)): Likewise.
16479
16480 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16481
16482         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16483
16484 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16485
16486         * configure.in (targargs): Strip out any supplied --build argument
16487         before adding our own. Always add --build.
16488
16489 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16490
16491         * configure.in (targargs): Pass --build if we're doing
16492         a cross-compile.
16493
16494 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16495
16496         * configure: Use '|' instead of ":" as the separator in
16497         sed. Otherwise sed chokes on NT path names with drive
16498         designators. Also look for "?:*" as the leading characters in an
16499         absolute pathname.
16500
16501 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16502
16503         * config.sub: Support for r3900.
16504
16505 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16506
16507         * configure.in: Use install-sh, not install.sh.
16508
16509 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16510
16511         * Makefile.in (taz): Improve check for BISON so it doesn't try to
16512         apply it twice.
16513
16514 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16515
16516         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16517         install-binutils.
16518
16519 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
16520
16521         * Makefile.in: Add automake targets.
16522         * configure.in (host_tools): Add automake.
16523
16524 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16525
16526         * configure: Default CXX to c++, not gcc.
16527         * Makefile.in (CXX): Set to c++, not gcc.
16528         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16529
16530 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
16531
16532         * install-sh: try appending a .exe if source file doesn't
16533         exist
16534
16535 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
16536
16537         * configure.in: Turn on multilib by default.
16538         (cross_only): Remove target-libiberty.
16539
16540         * Makefile.in (all-gcc): Don't depend on libiberty.
16541
16542 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
16543
16544         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16545
16546 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16547
16548         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16549         (DISTBISONFILES): Add ld/Makefile.in
16550
16551 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
16552
16553         * configure.in: if target is cygwin32 but host isn't cygwin32,
16554         don't configure gdb tcl tk expect, not just gdb.
16555
16556 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
16557
16558         * configure.in: Added gnuserv everywhere sn appears.
16559
16560         * Makefile.in (ALL_MODULES): Added all-gnuserv.
16561         (CROSS_CHECK_MODULES): Added check-gnuserv.
16562         (INSTALL_MODULES): Added install-gnuserv.
16563         (CLEAN_MODULES): Added clean-gnuserv.
16564         (all-gnuserv): New target.
16565
16566 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
16567
16568         * config.guess: Fixes for MIPS OpenBSD systems.
16569
16570 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16571
16572         * Makefile.in (INSTALL_XFORM): Remove.
16573         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16574
16575         * mkinstalldirs: New file, copied from automake.
16576         * Makefile.in (installdirs): Rename from install-dirs.  Use
16577         mkinstalldirs.  Change all users.
16578         (DEVO_SUPPORT): Add mkinstalldirs.
16579
16580 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16581
16582         * install-sh: Rename from install.sh.
16583         * Makefile.in (INSTALL): Change install.sh to install-sh.
16584         (DEVO_SUPPORT): Likewise.
16585
16586         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
16587         Graichen <graichen@rzpd.de>.
16588
16589 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
16590
16591         * config.guess: Recognize OpenBSD systems correctly.
16592
16593 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16594
16595         * README, Makefile.in (ETC_SUPPORT): Remove references to
16596         cfg-paper*, configure.{texi,man,info*}._
16597
16598 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
16599
16600         * Makefile.in (all.normal): Ensure that gcc is built after all
16601         the x11 - ie gdb - targets.
16602
16603 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
16604
16605         * makefile.vms: Don't run conf-a-gas.
16606
16607 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
16608
16609         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16610
16611 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
16612
16613         * configure.in: Remove noconfigdirs case since gdb also
16614         configures and builds for tic80-coff.
16615
16616 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16617
16618         * configure: Set cache_file to config.cache.
16619         * Makefile.in (local-distclean): Remove config.cache.
16620
16621 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16622
16623         * COPYING: Update FSF address.
16624
16625 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
16626
16627         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16628         noconfigdirs.
16629
16630 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16631
16632         * Makefile.in (install-dirs): Don't crash if prefix, and hence
16633         MAKEDIRS, is empty.
16634
16635 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
16636
16637         * config.sub: Tweak mn10300 entry.
16638
16639 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
16640
16641         * configure.in (host_tools): Put sim before gdb, so gdb's
16642         configure.tgt can determine if the simulator was configured.
16643
16644 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
16645
16646         * config.sub: Move BeOS $os case to be with other Cygnus
16647         local cases.
16648
16649 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
16650
16651         * config.sub: Remove misplaced comment that broke Linux.
16652
16653 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
16654
16655         * config.sub: Add BeOS support.
16656
16657 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
16658
16659         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16660
16661 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
16662
16663         * configure.in (noconfigdirs): Remove tcl and tk from
16664         noconfigdirs for cygwin32 builds.
16665
16666 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
16667
16668         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16669
16670 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
16671
16672         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16673         make-all.com, use makefile.vms instead.
16674
16675 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
16676
16677         * config.sub: Accept -lnews*.
16678
16679 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16680
16681         * configure.in (noconfigdirs): Disable target-newlib,
16682         target-examples and target-libiberty for d30v.
16683
16684 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16685
16686         * configure.in (noconfigdirs): Enable ld for d30v.
16687
16688 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16689
16690         * configure.in (tic80-*-*): Build compiler.
16691
16692 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16693
16694         * configure.in (d30v-*): Remove sim directory from list of
16695         unsupported d30v directories
16696
16697 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16698
16699         * config.sub, configure.in: Add d30v target cpu.
16700
16701 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16702
16703         * makefile.vms: New file.
16704         * make-all.com: Remove.
16705
16706 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16707
16708         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16709
16710 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16711
16712         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16713
16714 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16715
16716         * Makefile.in (ALL_MODULES): Added all-db.
16717         (CROSS_CHECK_MODULES): Addec check-db.
16718         (INSTALL_MODULES): Added install-db.
16719         (CLEAN_MODULES): Added clean-db.
16720
16721 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16722
16723         * config.guess: Merge with latest FSF sources.
16724
16725 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16726
16727         * Makefile.in (ALL_MODULES): Added all-itcl.
16728         (CROSS_CHECK_MODULES): Added check-itcl.
16729         (INSTALL_MODULES): Added install-itcl.
16730         (CLEAN_MODULES): Added clean-itcl.
16731
16732 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16733
16734         * configure.in: build gdb for mn10200
16735
16736 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16737
16738         * Makefile.in (all-target-winsup): Depend on all-target-libio.
16739
16740 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16741
16742         * configure.in (tic80-*-*): Turn off most targets right now.
16743
16744 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16745
16746         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16747         rather than the makeinfo program.
16748         (do-info): Depend upon all-texinfo.
16749
16750 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16751
16752         * configure.in: Remove uses of config/mh-linux.
16753
16754         * config.sub, config.guess: Merge with latest FSF sources.
16755
16756 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16757
16758         * config.sub (case $basic_machine): Add tic80 entries.
16759
16760 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16761
16762         * config.sub, config.guess: Merge with latest FSF sources.
16763
16764 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16765
16766         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16767         * mpw-config.in: Test for NewFolderRecursive.
16768         * mpw-install: Use symbolic name for startup filename.
16769         * mpw-README: Add various additional details.
16770
16771 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16772
16773         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16774
16775 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16776
16777         * configure.in: Do build gcc and the target libraries for
16778         the mn10200.
16779
16780 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16781
16782         * configure.in: don't avoid building gdb for mn10300 any more
16783         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16784         instead of single-quoting it.
16785
16786 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16787
16788         * configure.in: Don't use --with-stabs on IRIX 6.
16789
16790 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16791
16792         * configure.in (m32r): Build gdb, libg++ now.
16793
16794 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16795
16796         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
16797         directories from noconfigdirs.
16798
16799 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16800
16801         * config.sub (basic_machine): added mips16 configuration
16802
16803 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16804
16805         * config.sub: Handle d10v-unknown.
16806
16807 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16808
16809         * config.sub: Handle v850-unknown.
16810
16811 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16812
16813         * Makefile.in: add findutils
16814         * configure.in: add findutils to list of host_tools
16815
16816 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16817
16818         * config.sub: Handle mn10200 and mn10300.
16819
16820 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16821
16822         * configure.in (d10v-*): Do not build librx.
16823
16824 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16825
16826         * configure.in (mn10300): Build everything except gdb & libgloss.
16827
16828 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16829
16830         * config.guess:  Patch for Dansk Data Elektronik servers,
16831         from Niels Skou Olsen <nso@dde.dk>.
16832
16833         For ncr, use /bin/uname rather than uname, since GNU uname does not
16834         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16835
16836         Patch for MIPS R4000 running System V,
16837         from Eric S. Raymond <esr@snark.thyrsus.com>.
16838
16839         Fix thinko for nextstep.
16840
16841         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16842
16843         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16844         * config.guess: Guess mips-dec-mach_bsd4.3.
16845
16846         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16847         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16848         release numbers.
16849         * config.guess (mips-mips-riscos*):  Emit just enough of the
16850         release number.
16851
16852         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16853         * config.guess (sparc-auspex-sunos*):  Added.
16854         (f300-fujitsu-*): Added.
16855
16856         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16857         * config.guess:  Recognize a Tadpole as a sparc.
16858
16859 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16860
16861         * config.guess: Don't assume that NextStep version is either 2 or
16862         3.  NextStep 4 (aka OpenStep 4) has come out now.
16863
16864 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16865
16866         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16867         From Rik Faith <faith@cs.unc.edu>.
16868
16869 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16870
16871         * config.sub: Contributions from bug-gnu-utils to:
16872         Support plain "hppa" (no version given) architecture, reported by
16873         OpenStep.
16874         OpenBSD like NetBSD.
16875         LynxOs is not a hardware supplier.
16876
16877         * config.guess: Contributions from bug-gnu-utils to add support for:
16878         OpenBSD like NetBSD.
16879         Stratus systems.
16880         More Pyramid systems.
16881         i[n>4]86 Intel chips.
16882         M680[n>4]0 Motorola chips.
16883         Use unknown instead of lynx for hardware manufacturer.
16884
16885 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16886
16887         * install.sh (chmodcmd): Set to null if the DST directory already
16888         exists.
16889
16890 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16891
16892         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16893         not use mt-ppc target Makefile fragment any more.
16894
16895 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16896
16897         * configure.in (*-*-windows):  Exclude everything but those dirs
16898         needed to build windows.
16899
16900 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16901
16902         * Makefile.in (all-target-winsup): Depend on all-target-librx.
16903
16904 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16905
16906         * configure.in:  Exclude mmalloc from i386-windows.
16907
16908 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16909
16910         * Undo my previous change.
16911
16912 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16913
16914         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16915         unconditionally.
16916         (MAKEOVERRIDES): Define (revert this part of October 18 change).
16917
16918 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16919
16920         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16921         host to add it's own flags.
16922
16923 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16924
16925         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16926
16927 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16928
16929         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16930         (CXX_FOR_TARGET): Likewise.
16931         (GCC_FOR_TARGET): Define.
16932         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16933         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16934         CC_FOR_TARGET was specified on the command line.
16935         (MAKEOVERRIDES): Don't define.
16936
16937 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16938
16939         * configure.in (m32r): Fix spelling of libg++ libs.
16940
16941 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16942
16943         * config.sub (-apple*): Remove, now redundant.
16944
16945 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16946
16947         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16948
16949         * configure: Rework yesterday's sed script patch.
16950
16951         * config.sub: Merge with FSF.
16952
16953 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16954
16955         * config.guess:  Merge from FSF.
16956
16957         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16958         * config.guess: Use pc instead of unknown, for pc clone systems.
16959         Change linux to linux-gnu.
16960
16961         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16962         * config.guess: Avoid non-portable tr syntax.
16963
16964 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16965
16966         * test-build.mk (HOLES): Add "xargs" for gdb.
16967
16968         * configure: Avoid hpux10.20 sed bug.
16969
16970 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16971
16972         * configure.in:  Add support for windows host
16973         (that is a build done under the Microsoft build environment).
16974
16975 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16976
16977         * Makefile.in: Replace all uses of srcroot with s, to shrink
16978         command line lengths.
16979
16980         Patches from Geoffrey Noer <noer@cygnus.com>:
16981         * configure.in: If configuring for newlib, pass --with-newlib to
16982         subdirectories.
16983         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16984         -Bnewlib/ and -Lwinsup to gcc.
16985         (CXX_FOR_TARGET): Likewise.
16986
16987 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16988
16989         * Makefile.in (ETC_SUPPORT): Add configure.
16990
16991 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
16992
16993         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16994         host configuration file.
16995
16996 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
16997
16998         * configure.in: Break mn10x00 support into separate
16999         mn10200 and mn10300 configurations.
17000         * config.sub: Likewise.
17001
17002 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17003
17004         * configure.in: Add lots of stuff to noconfigdirs for
17005         the mn10x00 targets.
17006
17007         * config.sub, configure.in: Add mn10x00 support.
17008
17009 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17010
17011         * make-all.com: Call conf-a-gas, not config-a-gas.
17012
17013 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17014
17015         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17016         targets.
17017
17018 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17019
17020         * mpw-README: Add much more detail for native PowerMac.
17021         * mpw-install: New file.
17022         * mpw-configure: Add --norecursion and --help options.
17023         * mpw-config.in: Translate readme and install files when
17024         copying to objdir.
17025         * mpw-build.in: Don't always depend on byacc and flex.
17026         (install-only-top): New action.
17027
17028 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17029
17030         * configure.in:  You can now configure GDB for the v850.
17031
17032 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17033
17034         * configure.in (noconfigdirs): Don't configure any C++ dirs
17035         if targeting D10V.
17036
17037 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17038
17039         * config.sub: Recognize mips64vr5000.
17040
17041 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17042
17043         * configure.in: Use a single line for host_tools and native_only.
17044
17045 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17046
17047         * config.sub, configure.in: Add entries for m32r.
17048
17049 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17050
17051         * Makefile.in (inet-install): Don't run install-gzip.
17052
17053 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17054
17055         * configure.in:  Don't config lots of things for *-*-windows*.
17056
17057 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17058
17059         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17060         (host_libs, host_tools): Copy from configure.in.
17061         * mpw-configure: Don't complain about directories not found.
17062
17063 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17064
17065         * configure.in (i[345]86): Recognize i686 for pentium pro.
17066         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17067         file.
17068
17069         * config.guess (i[345]86): Ditto.
17070
17071 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17072
17073         * configure.in (noconfigdirs): Removed gdb for D10V.
17074
17075 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17076
17077         * configure.in: Remove ld, target-libio, target-libg++, and
17078         target-libstdc++ from noconfigdirs.
17079
17080 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17081
17082         * configure: Fix three locations where shell scripts were
17083         being run directly rather than with config_shell.
17084
17085 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17086
17087         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17088         * config.sub (basic_machine): Recognize v850.
17089
17090 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17091
17092         * mpw-configure: Handle multiple enable/disable options and
17093         pass them down recursively, handle -c and -s flags appropriately
17094         depending on choice of compiler, add escape mechanism for
17095         quoted arguments to gC.
17096
17097 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17098
17099         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17100         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17101         so that -mrelocatable-lib and -mno-eabi are used.
17102
17103         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17104         not support --print-multi-lib, don't abort.
17105
17106 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17107
17108         * make-all.com: Run config-a-gas.
17109         * setup.com: Don't copy subdirectory files around.
17110
17111 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17112
17113         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17114         target, it now compiles correctly.
17115
17116 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17117
17118         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17119
17120 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17121
17122         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17123
17124 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17125
17126         * configure.in (native_only): Add prms.
17127
17128 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17129
17130         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17131         (BINUTILS_SUPPORT_DIRS): Likewise.
17132
17133 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17134
17135         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17136         d10v support is added.
17137
17138 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17139
17140         * configure.in (d10v-*-*): New target.
17141
17142 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17143
17144         * config.guess (HP 9000/811): Recognize this as a PA1.1
17145         machine.
17146
17147 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17148
17149         * Makefile.in (do-tar-gz): New target, split out from tail end of
17150         taz target.  Run each command separately, don't use pipes.
17151         (taz): Use it.
17152
17153 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17154
17155         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17156         * mpw-build.in: No builds should depend on building byacc or flex,
17157         they are assumed to be installed already.
17158
17159 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17160
17161         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17162         variable that CC_FOR_TARGET needs.
17163
17164 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17165
17166         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17167         options have changed since the last time the subdirectory was
17168         configured, and if it has, reconfigure.
17169         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17170         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17171
17172 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17173
17174         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17175         CLEAN_MODULES): Add bash.
17176         (all-bash): New target.
17177
17178 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17179
17180         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17181
17182 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17183
17184         * config.sub (basic_machine): Recognize d10v as a valid processor.
17185
17186 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17187
17188         * mpw-configure: Add support for --bindir.
17189         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17190
17191 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17192
17193         * configure.in: add bash, time, gawk to list of hosttools and things
17194         to only build for native toolchains
17195
17196 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17197
17198         * Makefile.in (docdir): Remove.
17199
17200 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17201
17202         * Makefile.in (datadir): Set to $(prefix)/share.
17203
17204 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17205
17206         * configure.in: build diff and patch for cygwin32-hosted
17207         toolchains.
17208
17209 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17210
17211         * config.sub: Accept -rtems*.
17212
17213 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17214
17215         * configure.in: enable dosrel for cygwin32-hosted builds,
17216                 remove diff from the list of things not buildable
17217                 via Canadian Cross
17218
17219 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17220
17221         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17222         don't get ". ".
17223
17224 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17225
17226         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17227
17228 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17229
17230         * Makefile.in (taz): Handle case where tex3patch didn't even get
17231         checked out.  Also, if it was found, put the symlink in a new util
17232         subdirectory.
17233
17234 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17235
17236         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17237
17238 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17239
17240         * config.sub: Recognize -openvms.
17241         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17242         * make-all.com, setup.com: New files.
17243
17244 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17245
17246         * Makefile.in (taz): tex3patch moved to texinfo/util.
17247
17248 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17249
17250         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17251         * configure.in: remove make from disable-if-Can-Cross list
17252                 enable gdb if ${host} and ${target} are cygwin32
17253
17254 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17255
17256         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17257         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17258
17259 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17260
17261         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17262         distinguish sysv/svr4/bsd variants.
17263         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17264
17265 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17266
17267         * configure.in: Added copyright notice.
17268         * move-if-change: Added copyright notice.
17269
17270 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17271
17272         * configure.in (powerpcle-*-solaris*): Until we get shared
17273         libraries working, don't build gdb, sim, make, tcl, tk, or
17274         expect.
17275
17276 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17277
17278         * config.guess:  Merge with FSF:
17279
17280         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17281         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17282
17283         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17284         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17285
17286         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17287         * config.guess:  Combine two OSF1 rules.
17288         Also recognize field test versions.  From mjr@zk3.dec.com.
17289         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17290         because GNU uname does not support -p.  From pmr@pajato.com.
17291
17292 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17293
17294         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17295
17296 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17297
17298         * mpw-README: Document GCCIncludes.
17299
17300 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17301
17302         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17303
17304 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17305
17306         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17307
17308 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17309
17310         * configure.in (*-*-cygwin32): Configure make.
17311
17312 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17313
17314         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17315
17316 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17317
17318         * Makefile.in (all-inet): Depend on all-perl.
17319
17320         * Makefile.in (inet-install): New target.
17321
17322         * Makefile.in (all-inet): Depend on all-tcl.
17323         (all-inet): Depend on all-send-pr.
17324
17325 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17326
17327         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17328         temporarily.
17329
17330 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17331
17332         * configure.in: Don't configure --with-gnu-ld on AIX.
17333
17334 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17335
17336         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17337
17338 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17339
17340         * Makefile.in (ALL_MODULES): Added all-inet.
17341         (CROSS_CHECK_MODULES): Added check-inet.
17342         (INSTALL_MODULES): Added install-inet.
17343         (CLEAN_MODULES): Added clean-inet.
17344         (all-indent): New target.
17345
17346         * configure.in (host_tools): Added inet.
17347         (native_only): Added inet.
17348         (noconfigdirs): Added inet.
17349
17350 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17351
17352         * configure.in: Don't configure libgloss if we are not configuring
17353         newlib.
17354
17355 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17356
17357         * configure.in: Don't configure libgloss for unsupported
17358         architectures.
17359
17360 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17361
17362         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17363
17364 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17365
17366         * Makefile.in (ALL_MODULES): Include all-apache.
17367         (CROSS_CHECK_MODULES): Include check-apache.
17368         (INSTALL_MODULES): Include install-apache.
17369         (all-apache): New target.
17370
17371         * configure.in: Added apache everywhere perl is seen.
17372
17373 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17374
17375         * Makefile.in: Add support for clean-{module} and
17376         clean-target-{module} rules.
17377
17378 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17379
17380         * configure.in (*-*-ose) do not build libgloss.
17381
17382 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17383
17384         * config.guess (prep*:SunOS:5.*:*): Turn into
17385         powerpele-unknown-solaris2.
17386
17387 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17388
17389         * configure.in: Permit --enable-shared to specify a list of
17390         directories.
17391
17392 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17393
17394         * configure.in (host==solaris): Pass only the first word of $CC
17395         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17396
17397 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17398
17399         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17400
17401 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17402
17403         * Makefile.in (ALL_MODULES): Include all-perl.
17404         (CROSS_CHECK_MODULES): Include check-perl.
17405         (INSTALL_MODULES): Include install-perl.
17406         (ALL_X11_MODULES): Include all-guile.
17407         (CHECK_X11_MODULES): Include check-guile.
17408         (INSTALL_X11_MODULES): Include install-guile.
17409         (all-perl): New target.
17410         (all-guile): New target.
17411
17412         * configure.in (host_tools): Include perl and guile.
17413         (native_only): Include perl and guile.
17414         (noconfigdirs): Don't build guile and perl; no ports have been
17415         done.
17416
17417 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17418
17419         * configure (--enable-*): Handle quoted option lists such as
17420         --enable-sim-cflags='-g0 -O' better.
17421
17422 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17423
17424         * Makefile.in ({,inst}all-target): New rule so we can make and
17425         install all of the target directories easily.
17426
17427 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17428
17429         * configure.in: Add missing global flag in sed substitution when
17430         deleting `target-' from ${configdirs}.
17431
17432 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17433
17434         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17435         option.
17436
17437         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17438         config/mh-necv4.
17439
17440         * install.sh: Correct misspelling of transformbasename.
17441
17442         * config.guess: Recognize mips-*-sysv*.
17443
17444 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17445
17446         * config.sub: Recognize mon960.
17447
17448 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17449
17450         * configure: Restore Canadian Cross handling of BISON and LEX,
17451         removed in Feb 20 change.
17452
17453 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17454
17455         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17456         Mention make install.  Remove the old copyright date as well the
17457         clumsy and rather pointless copyright on the README file.
17458
17459 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17460
17461         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17462         Makefile after running symlink-tree, then run `make distclean' to
17463         avoid clobbering any generated files in srcdir.
17464
17465 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17466
17467         * configure.in (m68k-*-netbsd*): Build everything now.
17468
17469 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17470
17471         * Makefile.in (taz): Fix quoting.
17472
17473 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17474
17475         * configure.in (sparclet-*-*): Build everything now.
17476
17477 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17478
17479         * configure.in (m68k-*-linux*): New host.
17480
17481 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17482
17483         * configure: Check for bison before byacc.
17484
17485 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17486
17487         * Makefile.in configure:  Change the way LEX and BISON/YACC are
17488         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17489         searching PATH.  These are used as fallbacks by Makefile.in if
17490         flex/bison/byacc aren't in objdir.
17491
17492 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17493
17494         * Makefile.in: Make everything which depends upon all-bfd also
17495         depend upon all-opcodes, in case --with-commonbfdlib is used.
17496
17497 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17498
17499         * configure.in (host *-*-cygwin32): Don't build gdb if we are
17500         building NT native compilers on Unix.
17501
17502 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17503
17504         * configure.in: Don't get CC from the host Makefile fragment if we
17505         can find gcc in PATH, or if this is a Canadian Cross.  Move the
17506         Solaris test for /usr/ucb/cc to the post target script, just after
17507         the compiler sanity test.
17508
17509 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17510
17511         * config.sub: Merge with FSF.
17512
17513 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17514
17515         * Makefile.in (RPATH_ENVVAR): New variable.
17516         (REALLY_SET_LIB_PATH): Use it.
17517         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17518
17519 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
17520
17521         * config.sub, configure.in: Recognize sparclet cpu.
17522
17523 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17524
17525         * config.guess:  Support m68k-cbm-sysv4.
17526
17527 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17528
17529         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17530         m68k-unknown-linuxaout from linker help string.  Put quotes around
17531         $ld_help_string.
17532
17533 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
17534
17535         * config.guess (powerpc-harris-powerunix): Add guess for port
17536         to new target.
17537
17538 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17539
17540         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17541
17542 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
17543
17544         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17545         $(REALLY_SET_LIB_PATH) in Makefile.
17546         * Makefile.in (SET_LIB_PATH): New variable.
17547         (REALLY_SET_LIB_PATH): New variable.
17548         ($(DO_X)): Use $(SET_LIB_PATH).
17549         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17550         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17551         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17552         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17553         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17554         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17555         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17556         (install-dosrel): Likewise.
17557         (all-opcodes): Depend upon all-libiberty.
17558
17559 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17560
17561         * config.guess (*:CYGWIN*): New
17562
17563 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17564
17565         * Makefile.in (all-target-winsup): All all-target-libiberty.
17566
17567 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17568
17569         * configure.in (noconfigdirs): Add missing # in front of comment.
17570
17571 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
17572
17573         * configure.in: add second pass to things added to noconfigdirs
17574         so *-gm-magic can exclude libgloss properly.
17575
17576 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
17577
17578         * mpw-configure (extralibs_name, rez_name): Set correctly
17579         for MWC68K compiler.
17580
17581         * mpw-README: Add more info on the necessary build tools.
17582
17583 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17584
17585         * configure.in, config.sub: Recognize cygwin32.
17586
17587 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
17588
17589         * config.guess, config.sub: Recognize A/UX.
17590
17591 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
17592
17593         * config.sub: Merge with gcc/config.sub.
17594
17595 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
17596
17597         * mpw-build.in (do-binutils): Add build of stamps.
17598
17599 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
17600
17601         * config.sub: Add recognition for mips64vr4100*-* targets.
17602
17603 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17604
17605         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17606         Add creation of gconfigargs with `--enable-shared' turned on.
17607         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17608         ($(host)-stamp-stage3-configured): Likewise.
17609         (HOLES): Add chatr and ldd.
17610         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17611
17612 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
17613
17614         * configure: Pass --nfp to recursive configures.
17615
17616 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17617
17618         * Makefile.in (DLLTOOL): New.
17619         (DLLTOOL_FOR_TARGET): New.
17620         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17621         (EXTRA_TARGET_FLAGS): Ditto.
17622         (EXTRA_GCC_FLAGS): Ditto.
17623         (CONFIGURE_TARGET_MODULES): Ditto.
17624         (DO_X): Ditto.
17625         * configure: Add DLLTOOL.
17626
17627 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
17628
17629         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17630         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17631         mh-sco, since old workarounds no longer needed, and don't
17632         build ld, since libraries have weak symbols in COFF.
17633
17634 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
17635
17636         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17637
17638 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17639
17640         * configure.in: Make sure that ${CC} can be used to compile an
17641         executable.
17642
17643 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17644
17645         * Makefile.in (all-gdb): Depend on $(GDB_TK).
17646         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17647         nothing depending on whether gdbtk is being built.
17648
17649 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
17650
17651         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17652
17653 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
17654
17655         * configure.in (noconfigdirs): Put ld or gas in this early, if the
17656         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17657
17658 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
17659
17660         * config-ml.in: Add support for
17661         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17662         Simplify setting of multidirs from --disable-foo.
17663
17664 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17665
17666         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17667         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17668         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17669         non-empty, pass them on to the  GCC make.
17670         (all-bootstrap): New rule that is like all-gcc, except it executes
17671         the GCC bootstrap rule instead of the GCC all rule.
17672
17673 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
17674
17675         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17676
17677 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17678
17679         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17680         DG/UX support.
17681
17682 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17683
17684         * config.sub (i*86*) Change [345] to [3456]
17685
17686 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17687
17688         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17689         --with-gnu-ld=no.
17690
17691 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17692
17693         * config-ml.in (rs6000*, powerpc*): Add switches to control which
17694         AIX multilibs get built.
17695
17696 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17697
17698         * configure.in (i386-win32): Don't build expect if we're not
17699         building the tcl subdir.
17700
17701 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17702
17703         * Makefile.in: (configure-target-examples, all-target-examples):
17704         New targets, configure and build example programs.
17705
17706 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17707
17708         * mpw-configure: If an mpw-config.in generated a file mk.sed,
17709         use it as input to sedit the generated MPW makefile.
17710         * mpw-README: Add a suggestion about Gestalt.h.
17711
17712 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17713
17714         * config.sub: Accept *-*-ieee*.
17715
17716 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17717
17718         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17719         Ronald F. Guilmette <rfg@monkeys.com>.
17720
17721 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17722
17723         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17724         for powerpc-pe native.
17725         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17726         (target==powerpc-pe): duplicate i386-win32 entry.
17727
17728 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17729
17730         * configure.in (noconfigdirs): Exclude target-newlib for all versions
17731         of vxworks, not just vxworks5.1.
17732
17733 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17734
17735         * mpw-configure: Add support for exec-prefix.
17736
17737 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17738
17739         * config.guess: Recognize HP model 816 machines as having
17740         a PA1.1 processor.
17741
17742 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17743
17744         * configure: Ignore new autoconf configure options.
17745
17746 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17747
17748         * config.guess:  Recognize Pentium under SCO.
17749         From Robert Lipe <robertl@arnet.com>.
17750
17751 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17752
17753         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17754
17755 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17756
17757         * configure.in: Don't configure gas for alpha-dec-osf*.
17758
17759 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17760
17761         * configure.in: Default to --with-stabs for some targets for which
17762         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17763         i[345]86*-*-unixware*.
17764
17765 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17766
17767         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17768         rather than basing it on the target.  Simplify handling of options
17769         controlling which directories to configure.  Remove extraneous
17770         slash in multi-clean target.
17771
17772 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17773
17774         * config-ml.in: Prefix more variables with ml_ so they don't collide
17775         with configure's.
17776
17777 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17778
17779         * configure: Don't turn -v into --v.
17780
17781 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17782
17783         * configure.in (targargs): Fix typo.
17784
17785         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17786
17787 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17788
17789         * configure.in: Strip --host and --target options from
17790         CONFIG_ARGUMENTS, and always configure for --host only.  Add
17791         --with-cross-host option when building with a cross-compiler.
17792         * configure: Canonicalize the arguments put into config.status by
17793         always using `=' for an option with an argument.  Pass a presumed
17794         --host or --target explicitly.
17795
17796 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17797
17798         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17799         into general OS recognition case.
17800
17801 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17802
17803         * configure.in (target_configdirs): add target-winsup only
17804         for win32 target systems.
17805
17806 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17807
17808         * Makefile.in (all-target-libgloss): Depend upon
17809         configure-target-newlib, since when libgloss is built it looks to
17810         see if the newlib directory exists.
17811
17812 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17813
17814         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17815         cfg-ml-*.in.
17816
17817 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17818
17819         * configure: Handle LD and LD_FOR_TARGET when configuring a
17820         Canadian Cross.
17821
17822 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17823
17824         * configure.in (target_libs): add target-winsup.
17825         (target==i386-win32): add patch diff flex make to $noconfigdirs.
17826         (target==ppcle-pe): remove ld from $noconfigdirs.
17827
17828 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17829
17830         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17831         Preserve relative path names in $srcdir.  Build symlink tree if
17832         configuring cross target dir and srcdir=. (= no VPATH support).
17833         (configure-target-libg++): Depend on configure-target-librx.
17834         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17835         * config-ml.in: New file.
17836         * symlink-tree: New file.
17837         * configure: Ensure srcdir="." if that's what it is.
17838
17839 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17840
17841         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17842         includes and FLEX_SKELETON setting.
17843         * mpw-configure (--with-gnu-ld): New option, controls whether
17844         to use PPCLink or ld with PowerMac GCC.
17845         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17846         * mpw-config.in: Configure grez if targeting Mac.
17847
17848         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17849         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17850         just macos.
17851         * configure.in: Configure grez resource compiler if targeting Mac.
17852         * Makefile.in (all-grez, install-grez): New targets.
17853
17854 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17855
17856         * configure: CXX defaults to gcc, not g++.  If we find
17857         gcc in the path, set CC to gcc -O2.
17858
17859 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17860
17861         * configure: Default ${build} correctly.  Avoid picking up extra
17862         spaces when reading CC and CXX from Makefile.  When doing a
17863         Canadian Cross, use plausible default values for numerous
17864         variables.
17865         * configure.in: When doing a Canadian Cross, don't try to
17866         configure tools whose configure script can't handle it.
17867
17868 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17869
17870         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17871
17872 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17873
17874         * configure:  Remove dubious bug reporting address.
17875
17876 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17877
17878         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17879         configure script, run that instead of this directory's configure.
17880         In either case, print a message that we're configuring the sub-dir.
17881
17882 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17883
17884         * configure.in: Before checking for the existence of various files,
17885         use sed to filter out "target-".
17886
17887 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17888
17889         * Makefile.in (DO_X): Split rule to decrease command line length
17890         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17891         (Philippe De Muyter).
17892
17893 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17894
17895         * Makefile.in (all-patch): depend on all-libiberty.
17896
17897 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17898
17899         * configure.in: If the only directory in target_configdirs which
17900         actually exists is libiberty, then set target_configdirs to empty,
17901         to avoid trying to build a target libiberty in a gas or gdb
17902         distribution.
17903
17904 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17905
17906         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17907         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17908         systems.
17909
17910 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17911
17912         * configure.in (copy_dirs): Use sys-include instead of include
17913         for --with-headers option.
17914
17915 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17916
17917         * Makefile.in, configure.in: Make winsup builds work with
17918         new scheme.
17919
17920 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17921
17922         * configure.in: Build the linker on AIX.
17923
17924 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17925
17926         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17927         where needed.
17928
17929 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17930
17931         * Makefile.in (all-gcc): Fix typo.
17932
17933 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17934
17935         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17936
17937 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17938
17939         * configure.in:  Rename libFOO to target-libFOO, and xiberty
17940         to target-xiberty, to provide more flexibility.
17941         (target_subdir):  Define.  Create if cross.
17942         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17943         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17944         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17945         check-libFOO -> check-target-libFOO, etc.
17946         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17947         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17948         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17949         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17950         allow ALL_GCC="" to only configure.
17951         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17952         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17953         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17954
17955 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17956
17957         * Makefile.in (taz): Build "info" in etc explicitly.
17958
17959 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17960
17961         * configure.in:  Make sure that CC is undefined (as opposed to
17962         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17963         problem with autoconf trying to configure on a host without GCC.
17964
17965 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17966
17967         * mpw-configure: Set host alias from choice of host compiler,
17968         only use generic MPW Makefile sed if present, edit a file
17969         named "hacked_Makefile.in" instead of "Makefile.in" if present.
17970         * mpw-README: Add problem notes about CW6 and CW7.
17971
17972 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17973
17974         * Makefile.in (taz): Use ";" instead of ";;".
17975
17976 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17977
17978         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17979         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17980         DISTDOCDIRS.
17981         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17982         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17983
17984 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17985
17986         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
17987         and gnats, because they are now subsumed by DISTSTUFFDIRS.
17988         Move bfd to DISTSTUFFDIRS.
17989
17990 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17991
17992         * Makefile.in (X11_LIB): Removed.
17993         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17994
17995         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17996
17997 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17998
17999         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18000         names.
18001
18002 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18003
18004         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18005
18006 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18007
18008         * configure.in (i[345]86-*-win32): Always build newlib.
18009         Don't configure cvs, autoconf or texinfo.
18010         * Makefile.in (LD_FOR_TARGET): New.
18011         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18012         Pass down LD_FOR_TARGET.
18013
18014 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18015
18016         * winsup: New directory.
18017         * Makefile.in: Build winsup.
18018         * configure.in: Winsup is configured when target is win32.
18019         Can only build win32 target GDB when native.
18020
18021 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18022
18023         * config.guess: Recognize HP model 819 machines as having
18024         a PA 1.1 processor.
18025
18026 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18027
18028         * configure: Fix sed loop which substitutes for CC and CXX to
18029         avoid bug found in various sed implementations.
18030
18031 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18032
18033         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18034         simulator.  Use standard powerpc-*-eabi*.
18035
18036 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18037
18038         * configure.in: Stop putting gas and binutils in noconfigdirs for
18039         powerpc-*-aix* and rs6000-*-*.
18040
18041 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18042
18043         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18044         -mcall-aixdesc libraries.
18045
18046 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18047
18048         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18049
18050         * config.sub (arm | armel | armeb): Fix shell syntax.
18051
18052 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18053
18054         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18055         -msoft-float and -mcpu=common support.
18056         (powerpc*-*-eabisim*): Add support for building -mcall-aix
18057         libraries.
18058
18059 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18060
18061         * configure.in: Allow configuration and build of emacs19 for the alpha.
18062
18063 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18064
18065         * configure.in (CC): Get ^CC, not just any old CC, from
18066         ${host_makefile_frag}.
18067
18068 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18069
18070         * configure.in (CC): Try to get CC from
18071         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18072
18073 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18074
18075         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18076         only if it exists in $(srcdir).
18077
18078 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18079
18080         * configure: If CC and CXX are not set in the environment, set
18081         them, based on either an existing Makefile or on searching for gcc
18082         in PATH.  Substitute for CC and CXX in Makefile.
18083         * configure.in: Remove libm from target_libs.  Separate
18084         target_configdirs from configdirs.  If CC is not set in
18085         environment, try to get it from a host Makefile fragment.  Rewrite
18086         changes of configdirs to use skipdirs instead.  A few minor
18087         tweaks.  Take directories out of target_configdirs as they are
18088         taken out of configdirs.  Remove existing Makefile files from
18089         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18090         CONFIG_ARGUMENTS in Makefile.
18091         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18092         by configure.in.
18093         (CONFIG_ARGUMENTS): Likewise.
18094         (CONFIGURE_TARGET_MODULES): New variable.
18095         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18096         ($(CONFIGURE_TARGET_MODULES)): New target.
18097         (configure-libg++, configure-libio): New targets.
18098         (all-libg++): Depend upon configure-libg++.
18099         (all-libio): Depend upon configure-libio.
18100         (configure-libgloss, all-libgloss): New targets.
18101         (configure-libstdc++): New target.
18102         (all-libstdc++): Depend upon configure-libstdc++.
18103         (configure-librx, all-librx): New targets.
18104         (configure-newlib): New target.
18105         (all-newlib): Depend upon configure-newlib
18106         (configure-xiberty): New target.
18107         (all-xiberty): Depend upon configure-xiberty.
18108
18109 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18110
18111         * configure.in (host i[345]86-*-win32):  Expand the
18112         noconfigdirs again.
18113
18114 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18115
18116         * mpw-configure: Fix sed command file name.
18117
18118 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18119
18120         * configure.in (host i[345]86-*-win32): Reduce the
18121         noconfigdirs again.
18122
18123 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18124
18125         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18126         or powerpc*-*-pe*, since they are not yet supported.
18127
18128 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18129
18130         Add PowerMac support and many other enhancements.
18131         * mpw-configure: New option --cc to select compiler to use,
18132         paste options set according to --cc into the generated
18133         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18134         if mpw-make.sed is present.
18135         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18136         add forward includes for PowerPC include files.
18137         * mpw-build.in: Build using Makefile.PPC if present.
18138         (do-byacc, etc): Remove separate version resource builds.
18139         (do-gas): Build "stamps" before "all".
18140         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18141         * mpw-README: Update to reflect --cc option, PowerMac support,
18142         and recently-reported compatibility problems.
18143
18144 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18145
18146         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18147         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18148         (--with-multilib-top): Pass to recursive invocations.
18149
18150 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18151
18152         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18153         v810-*-*.
18154
18155 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18156
18157         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18158         gdb, ld and opcodes on v810-*-*.
18159
18160 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18161
18162         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18163         (local-maintainer-clean): New target.
18164         (maintainer-clean): New target.
18165         (realclean): Just depend upon maintainer-clean.
18166
18167 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18168
18169         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18170
18171 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18172
18173         * configure.in: Build ld in mips*-*-bsd* case.
18174
18175 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18176
18177         * config.sub: Accept -lites* OS.  From Ian Dall.
18178
18179 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18180
18181         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18182         targets.
18183
18184 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18185
18186         * configure.in: treat i386-win32 canadian cross the same as
18187         i386-go32 canadian cross.
18188
18189 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18190
18191         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18192         running under the simulator to build a reduced set of libraries.
18193         (powerpc-*-eabiaix): Add fine grained multilib support added to
18194         other powerpc targets yesterday.
18195
18196 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18197
18198         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18199         -disable-softfloat, -disable-relocatable, -disable-aix, and
18200         -disable-sysv to control which multilib libraries get built.
18201
18202 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18203
18204         * configure: Add Makefile.tem to list of files to remove in trap
18205         handler.
18206
18207 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18208
18209         * config.guess (*Linux*):  Add missing "exit"s.
18210         Also, need specific check for alpha-unknown-linux (uses COFF).
18211
18212 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18213
18214         * config.guess:  Merge with FSF:
18215
18216         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18217         * config.guess (AIX4): More robust release numbering discovery.
18218
18219         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18220         * config.guess (i386-sequent-ptx): Properly get version number.
18221
18222         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18223         * config.guess (mips:*:4*:UMIPS): New case.
18224
18225 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18226
18227         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18228         (i386-win32 host): Likewise.  Don't build readline.
18229
18230 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18231
18232         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18233         SUPPORT_FILES to submakes.
18234
18235 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18236
18237         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18238         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18239         mpw-configure.
18240
18241 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18242
18243         * configure.in (appdirs): Use =, not ==, in test expression when
18244         trying to build the text to print in the warning message for
18245         Solaris users.
18246
18247 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18248
18249         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18250
18251 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18252
18253         * config.guess: Recognize lynx-2.3.
18254
18255 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18256
18257         * config.sub (z8ksim): Deleted
18258         (z8k-*-coff): New, this is the one true name of the target.
18259
18260 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18261
18262         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18263
18264 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18265
18266         * config.guess (*:Linux:*:*): First try asking the linker what the
18267         default object file format is (elf, aout, or coff).  Then if this
18268         fails, try previous methods.
18269
18270 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18271
18272         * configure.in: Don't build newlib for *-*-vxworks5.1.
18273
18274 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18275
18276         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18277         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18278
18279 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18280
18281         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18282
18283 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18284
18285         * cfg-ml-com.in: New file.
18286         * cfg-ml-pos.in: New file.
18287
18288 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18289
18290         * COPYING.NEWLIB: Add HP free copyright to list.
18291
18292 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18293
18294         * config.sub: Recognize -eabi* for the system, not just -eabi.
18295
18296 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18297
18298         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18299         * config.sub, configure.in (win32): New target and host.
18300
18301 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18302
18303         * configure.in: Add i386-pe configuration.
18304
18305 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18306
18307         * mpw-build.in (install): Install GDB after LD.
18308
18309 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18310
18311         * mpw-config.in (elf/mips.h): Always forward-include, needed
18312         for GDB to build.
18313
18314 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18315
18316         * testsuite: New directory for customer acceptance and whole tool
18317         chain tests.
18318
18319 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18320
18321         * configure: If per-host line isn't found, but AC_OUTPUT is found
18322         and a configure script exists, run it instead.
18323
18324 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18325
18326         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18327
18328 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18329
18330         * configure: Set build_{cpu,vendor,os,alias} to host values when
18331         --build isn't specified.
18332
18333 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18334
18335         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18336         (FLAGS_TO_PASS): Pass them.
18337         (EXTRA_TARGET_FLAGS): Ditto.
18338
18339 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18340
18341         * Makefile.in (all-libg++): Depend on all-libstdc++.
18342
18343 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18344
18345         * configure.in (noconfigdirs): Enable all packages for
18346           i386-unknown-netbsd.
18347
18348 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18349
18350         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18351         hosted builds (DOS builds)
18352
18353 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18354
18355         Changes for ARM based on patches from Richard Earnshaw:
18356         * config.sub: Handle armeb and armel.
18357         * configure.in: Omit arm linker only for riscix.
18358
18359 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18360
18361         * config.guess:  Update from FSF.
18362
18363 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18364
18365         * config.sub: Recognize powerpcle as the little endian variant of
18366         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18367         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18368         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18369         temporarily.
18370
18371 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18372
18373         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18374
18375 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18376
18377         * config.sub: Accept -lites* as a basic system type.
18378
18379 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18380
18381         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18382         installed, and if so return linuxoldld as the system name.
18383
18384 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18385
18386         * config.guess: Add hppa1.1-hp-lites support.
18387
18388 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18389
18390         * configure.in: Don't build newlib for m68k-vxworks5.1.
18391
18392 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18393
18394         * configure.in (mips-sgi-irix6): Use mh-irix5.
18395
18396 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18397
18398         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18399
18400 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18401
18402         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18403         OSF/1.  Fix compiler flags.
18404         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18405
18406 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18407
18408         * configure.in: Recognize --with-newlib.
18409         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18410
18411 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18412
18413         * Makefile.in: move {all,check,install}-gdb from *_MODULES
18414         to *_X11_MODULES due to gdbtk needing X include files et al.
18415
18416 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18417
18418         Merge in support for Mac MPW as a host.
18419         (Old change descriptions retained for informational value.)
18420
18421         * mpw-config.in: Add generic include forwards for cpu-specific
18422         include files in aout and elf directories.
18423
18424         * mpw-configure: Added copyright.
18425         * mpw-config.in: Check for presence of required build tools.
18426         (target_libs): Add newlib.
18427         (target_tools): Add examples.
18428         (Read Me): Generate as "Read Me for MPW" instead.
18429         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18430         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18431         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18432
18433         * mpw-configure: Remove subdir-specific makefile hackery,
18434         delete mk.tmp after using it.
18435
18436         * mpw-build.in (all): Display start and end times.
18437
18438         * mpw-configure (host_canonical): Set.
18439         (target_cpu): Always add to makefiles.
18440         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18441         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18442         (mpw-mh-mpw): Look for in srcdir and srcroot.
18443         Use sed instead of mpw-edit-prefix to edit prefix definitions.
18444
18445         * mpw-build.in: (install-only): New target.
18446
18447         * mpw-configure (host_alias, target_alias): Rename from hostalias
18448         and targetalias, add into generated Makefile.
18449         (mk.tmp): If present, add into generated Makefile.
18450         * mpw-build.in (all-gas): Build config.h first before gas proper.
18451
18452         * mpw-configure (config.status): Write only if changed.
18453         * mpw-config.in (readline): Configure it (not built, just used for
18454         definitions).
18455
18456         * mpw-config.in (elf/mips.h): Add a forward include.
18457
18458         * mpw-config.in: Forward-include most .h files in include into
18459         extra-include.
18460         (readline): Don't build.
18461         mpw-build.in (install): Install GDB.
18462
18463         * mpw-configure (prefix, mpw_prefix): Handle it.
18464         * mpw-config.in (mmalloc, readline): Don't configure.
18465         * mpw-build.in (thisscript): Rename to ThisScript.
18466         Use mpw-build instead of BuildProgram everywhere.
18467         (mmalloc, readline): Don't build.
18468         * mpw-README: New file, basic documentation about the MPW port.
18469
18470         * mpw-config.in: Use forward-include to create include files.
18471
18472         * mpw-configure: Add more things to the top of each configured
18473         Makefile, including contents of config/mpw-mh-mpw.
18474         * mpw-config.in (extra-include): Create this directory and fill it
18475         with Posix-like include files when configuring.
18476
18477         * config.sub (apple, mac, mpw): Add various aliases.
18478
18479         * mpw-build.in: New file, top-level build script fragment for MPW.
18480         * mpw-configure: New file, configure script for MPW.
18481         * mpw-config.in: New file, config fragment for MPW.
18482
18483 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18484
18485         * configure.in (host_libs): Remove glob, since it is gone from the
18486         sources.
18487
18488 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18489
18490         * Makefile.in: define empty GDB_NLM_DEPS var.
18491
18492         * configure.in(target_makefile_frag): use config/mt-netware
18493         for netware targets.
18494
18495 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18496
18497         * config.sub: Merge in recent FSF changes.  Remove linux special
18498         cases.
18499
18500 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18501
18502         Revert this change:
18503
18504         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18505
18506                 * build-all.mk: Use CC=cc -Xs on Solaris.
18507
18508 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18509
18510         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18511         stop using it.
18512         * Makefile.in: Nuke all references to glob subdirectory.
18513
18514 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18515
18516         * configure.in: Fix --enable-shared logic in per-host.
18517
18518 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18519
18520         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18521
18522 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18523
18524         * configure.in (noconfigdirs): Don't build gas on AIX, for
18525         powerpc*-*-aix* as well as for rs6000*-*-aix*.
18526
18527 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
18528
18529         * configure: Fix --cache-file to work if the file argument is a
18530         relative path.
18531
18532 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
18533
18534         * configure: If the --cache-file is used, pass it down to
18535         configure in subdirectories.
18536
18537 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
18538
18539         * config.sub: add vxworks29k configuration.
18540
18541 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18542
18543         * Makefile.in (taz): Do "diststuff" part quietly.
18544
18545 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18546
18547         * config.sub: Mini-merge with gcc/config.sub.
18548
18549 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18550
18551         * config.guess (IRIX): Sed - to _.
18552
18553 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18554
18555         * Makefile.in (source-vault, binary-vault): New targets.
18556
18557 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
18558
18559         * config.sub: Recognize -eabi as a basic system type.
18560
18561 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18562
18563         * configure.in (enable_shared stuff): Fix typo.
18564
18565 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
18566
18567         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18568
18569 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18570
18571         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18572
18573 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
18574
18575         * configure.in (rs6000-*-*): Don't build gas.
18576
18577 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
18578
18579         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18580         reduce command line length.
18581         (AS_FOR_TARGET): Check for as.new, not Makefile.
18582         (NM_FOR_TARGET): Check for nm.new, not Makefile.
18583
18584 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18585
18586         * config.guess:  Merge from FSF.
18587
18588 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18589
18590         * configure: Don't use $ when handling program_suffix.
18591
18592 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
18593
18594         * configure.in:  Configure tk for hppa/hpux.
18595
18596 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18597
18598         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
18599
18600 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18601
18602         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
18603         to LIBCXXFLAGS.  Tests are better run without it.
18604
18605 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
18606
18607         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18608
18609 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
18610
18611         * configure.in (*-*-netware*): Don't configure xiberty.
18612
18613 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
18614
18615         * configure.in:  Remove tk from native_only list.
18616
18617 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
18618
18619         * build-all.mk: Add mips-ncd-elf target to sun4 targets
18620           for special NCD build.
18621
18622 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18623
18624         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18625         makeall.bat, they're only useful for binutils snapshots.
18626         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18627         makeall.bat to specified SUPPORT_FILES.
18628
18629 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
18630
18631         * build-all.mk: Add Ericsson targets to sun4 and solaris
18632           hosts.  Add  BNR's sun4 target to solaris host, so their
18633           build-from-source will be tested in-house first.
18634
18635 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18636
18637         * Makefile.in (LIBCFLAGS): New variable.
18638         (CFLAGS_FOR_TARGET): Ditto.
18639         (LIBCFLAGS_FOR_TARGET): Ditto.
18640         (LIBCXXFLAGS): Ditto.
18641         (CXXFLAGS_FOR_TARGET): Ditto.
18642         (LIBCXXFLAGS_FOR_TARGET): Ditto.
18643         (BASE_FLAGS_TO_PASS): Pass them.
18644         (EXTRA_TARGET_FLAGS): Ditto.
18645
18646         * configure.in: Support --enable-shared.
18647
18648 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18649
18650         * configure.in (target_libs):  Include libstdc++ again.
18651         * config.guess:  Update from FSF (for FreeBSD).
18652
18653 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18654
18655         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18656         makeall.bat.
18657         (DISTDOCDIRS): Add `etc'.
18658         (ETC_SUPPORT_PFX): New variable.
18659         (taz): Include anything from etc starting with a word in
18660         ETC_SUPPORT_PFX.
18661
18662 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18663
18664         * config.sub: Update for recent FSF changes.  Remove obsolete
18665         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
18666         spacing changes.
18667
18668 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18669
18670         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
18671
18672         * config.guess:  Merge with FSF.
18673         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18674
18675 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18676
18677         * configure: Since the "trap 0" handler will override the exit
18678         status on many systems, only use it for "exit 1", and make it set
18679         a non-zero exit status; reset it before "exit 0".  Also, check
18680         exit status of config.sub, and error out if it failed.
18681
18682 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18683
18684         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18685         and install libgloss.
18686
18687 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18688
18689         * Makefile.in (all-binutils): Depend upon all-byacc.
18690
18691         * configure.in: Don't build emacs on Irix 5.
18692
18693 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18694
18695         * configure.in (*-*-netware*): Add libio.
18696
18697 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18698
18699         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18700         (CHECK_TARGET_MODULES): Ditto.
18701         (INSTALL_TARGET_MODULES): Ditto.
18702         (TARGET_LIBS): Ditto.
18703         (all-libstdc++): Note dependencies.
18704
18705 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18706
18707         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18708
18709 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18710
18711         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18712         -fexternal-templates.
18713
18714         * configure.in (target_libs): Add libstdc++.
18715         (noconfigdirs): Add libstdc++ as appropriate.
18716
18717 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18718
18719         * config.guess:  Update from FSF.
18720
18721 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18722
18723         * configure: Use ${config_shell} when running ${configsub}.
18724
18725 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18726
18727         * config.sub: No longer recognize h8300h.
18728
18729 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18730
18731         * config.sub: Remove extraneous differences between config.sub and
18732         gcc/config.sub.
18733
18734 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18735
18736         * Makefile.in (DISTSTUFFDIRS): Add gas.
18737
18738 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18739
18740         * COPYING.NEWLIB: New file.
18741
18742 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18743
18744         * config.guess (HP-UX):  Patch from Harlan Stenn
18745         <harlan@landmark.com> to also emit release level.
18746
18747 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18748
18749         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18750
18751 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18752
18753         * config.sub:  Merge nextstep cleanup from FSF.
18754
18755 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18756
18757         * configure.in (arm-*-*): Don't configure ld for this target.
18758
18759 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18760
18761         * configure.in (*-*-netware): don't configure libg++, libio,
18762           librx, or newlib.
18763
18764 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18765
18766         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18767         configure ld--it works, but it doesn't support shared libraries.
18768
18769 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18770
18771         * config.guess (*-unknown-freebsd*):  Get rid of possible
18772         trailing "(Release)" in version string.
18773         Patch from Paul Richards <paul@isl.cf.ac.uk>.
18774
18775 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18776
18777         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18778         Fix type: *-next-neststep -> *-next-nextstep.
18779
18780         * config.guess:  Merge from FSF:
18781
18782         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18783
18784         * config.guess: Recognize powerpc-ibm-aix3.2.5.
18785
18786         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18787
18788         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18789         instead of UNIX_SV for UnixWare 1.0).
18790
18791 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18792
18793         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18794         to make gdb/nlm/* build after the compiler and linker.
18795
18796 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18797
18798         * config.guess (netbsd, freebsd, linux):  Accept any machine,
18799         not just i[34]86.
18800         (m68k-atari-sysv4):  Relocate to match FSF version.
18801
18802         * config.guess:  More merges from the FSF:
18803
18804         Add a space before function call or macro invocation.
18805
18806         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18807
18808         * config.guess: Add trap cmd to remove dummy.c and dummy when
18809         interrupted.
18810
18811         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18812
18813         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18814         (dummy): Redirect stderr from compilation of dummy.c.
18815
18816         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18817
18818         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18819
18820 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18821
18822         * configure: Accept and ignore --cache*, for compatibility with
18823         new autoconf.
18824
18825 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18826
18827         * config.guess:  Merge from FSF:
18828
18829         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18830
18831         * config.guess (Pyramid*:OSx*:*:*): New case.
18832         (PATH): Add /.attbin at end for finding uname.
18833         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18834
18835         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18836
18837         * config.guess (M88*:DolphinOS:*:*): New case.
18838
18839         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18840
18841         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18842         to select whether to use ELF or COFF.
18843
18844         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18845
18846         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18847
18848         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18849
18850         * config.guess: Guess the OS version for HPUX.
18851
18852         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18853
18854         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18855
18856 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18857
18858         * configure.in: Recognize --with-headers, --with-libs, and
18859         --without-newlib.
18860         * Makefile.in (all-xiberty): Depend upon all-ld.
18861
18862 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18863
18864         * configure.in: Change i[34]86 to i[345]86.
18865
18866 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18867
18868         * configure (version): A few more tweaks to help message.
18869
18870 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18871
18872         * Makefile.in:  Remove (for now) librx as a host library,
18873         now that we're building it for target.
18874
18875 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18876
18877         * configure: Fix up help message; from karl@owl.hq.ileaf.com
18878         (Karl Berry).
18879
18880 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18881
18882         * configure.in:  Also configure librx.
18883
18884 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18885
18886         * Makefile.in:  Update various rules to reflect that librx
18887         is now needed for libg++.
18888
18889 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18890
18891         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18892
18893 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18894
18895         * configure.in: Configure the examples directory.
18896
18897 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18898
18899         * configure: Simplify Jun 2 1994 change.
18900
18901 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18902
18903         * change CC to /usr/latest/bin/gcc for lynx host builds, since
18904         /bin/gcc isn't good enough to build gcc.
18905
18906 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18907
18908         * Makefile.in (GDB_SUPPORT_FILES): Remove
18909         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18910         (gdb.tar.gz): Add new rule to use standard distribution building
18911         mechanism.
18912
18913 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18914
18915         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18916         Bill Cox <bill@cygnus.com>.
18917
18918 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18919
18920         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18921
18922 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18923
18924         * configure:  Search current dir first in .gdbinit.
18925
18926 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18927
18928         * config.sub:  Recognize freebsd (merged from gcc config.sub).
18929
18930 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18931
18932         * config.sub:  Refer to NeXT's operating system as nextstep.
18933
18934         * config.sub (case $basic_machine):  Re-order the cases, to match
18935         the order in the FSF version (which is mostly alphabethical).
18936         Merge in some additions and changes from the FSF.
18937
18938 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18939
18940         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18941         * config.sub: Recognize cxux7.
18942         * configure.in: Use mh-cxux for m88k-harris-cxux*.
18943
18944 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18945
18946         * config.sub:  Fix typo powerpc -> powerpc-*.
18947
18948 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18949
18950         * Makefile.in: `all-emacs19' depends on `all-byacc'.
18951
18952         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18953         parallel with all-emacs and install-emacs).  Top-level command
18954         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18955
18956 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18957
18958         * test-build.mk ($(host)-stamp-stage2-installed): Remove
18959         $(relbindir)/make before doing ``make install'', and use
18960         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18961         installing over running make binary.
18962         ($(host)-stamp-stage3-installed): Likewise.
18963
18964 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18965
18966         * config.guess: Recognize Mach.
18967
18968 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18969
18970         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18971         see whether --exec-prefix was used.
18972
18973 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18974
18975         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
18976
18977 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18978
18979         * Makefile.in: Add all-librx target similar to all-libproc.
18980
18981 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18982
18983         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
18984         with post 1.2 uname bogosity.
18985
18986 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18987
18988         * configure: Remove temporary files on receipt of a signal.
18989
18990 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
18991
18992         * configure: If there is a package_makefile_frag, remove
18993         ${subdir}/Makefile.tem after copying it in.
18994
18995 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18996
18997         * build_all.mk: support rs6000 lynx identifies itself as
18998         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
18999         since /bin/gcc is too feeble to compile a modern gcc.
19000
19001 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19002
19003         * brought devo/test-build.mk update-to-date with progressive/
19004           test-build.mk. Add lynx targets and hppa flag info.
19005
19006 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19007
19008         * configure.in:  Use mh-ncrsvr43.  Patch from
19009         Tom McConnell <tmcconne@sedona.intel.com>.
19010
19011 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19012
19013         * config.guess (i386-unknown-bsdi):  No longer need to
19014         check #if defined(__bsdi__) && defined(__i386__).
19015
19016 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19017
19018         * configure: Set program_transform_nameoption correctly.
19019
19020 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19021
19022         * brought build-all.mk update-to-date with progressive build-all.mk,
19023           added new targets and hppa info.
19024
19025 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19026
19027         * configure: If config.guess result is a prefix of the user
19028         specified target, assume a native build and use the user specified
19029         target as the host alias.  Remove SunOS patch suffix removal hack.
19030         * configure.in: Remove SunOS patch suffix removal hack.
19031
19032         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19033         in NATIVE_CHECK_MODULES.
19034
19035 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19036
19037         * Makefile.in: Rename HOST_ONLY to NATIVE.
19038         * configure: Delete SunOs patch suffix from host_canonical
19039           and build_canonical variables that are prepended to Makefiles.
19040         * configure.in: Add comments for easier maintenance.
19041
19042 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19043
19044         * Makefile.in: Add all-libproc target similar to all-gui.
19045
19046 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19047
19048         * Makefile.in (CHECK_MODULES): split into
19049         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19050
19051 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19052
19053         * config.guess (i386-unknown-bsdi): New system to guess.
19054
19055 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19056
19057         * Makefile.in: Add all-gui target (but not yet build by "all").
19058
19059 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19060
19061         * config.sub: Move deletion of patch suffix from here...
19062         * configure.in: To here, at Ian's suggestion.  The top-
19063           level scripts might need to know of a patch level.
19064
19065 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19066
19067         * config.sub: Strip off patch suffix so rtl is recognized
19068           as a sunos4.1.3 machine, even though it's been patched.
19069
19070 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19071
19072         * Makefile.in (INSTALL_LAST): Delete.
19073         (INSTALL_DOSREL): New.
19074
19075 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19076
19077         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19078         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19079         whether we pass down --with-gnu-ld anyhow.
19080
19081 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19082
19083         * Makefile.in (INSTALL_LAST): Change operation so it works
19084         on more flavors of make.
19085         * configure.in (go32): Don't build libg++ or libio.
19086
19087 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19088
19089         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19090         they can be overriden by templates.
19091
19092 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19093
19094         * configure.in (target==go32): Don't build gdb.
19095         * dosrel: New directory.
19096
19097 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19098
19099         * configure.in (host==go32): Configure dosrel too.
19100         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19101         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19102         be set by incoming names or templates.
19103         (INSTALL_LAST): New rule.
19104
19105 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19106
19107         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19108
19109 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19110
19111         * configure.in (appdirs): New variable.  Currently empty, but will
19112         be used in gas distribution.  If nonempty, lists a set of
19113         directories at least one of which must get configured, or top
19114         level configuration is considered to have failed.
19115         (rs6000-*-lynxos*): Use new file name.
19116
19117 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19118
19119         Eliminate XTRAFLAGS.
19120         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19121         newlib include files using -idirafter, and also use -nostdinc.
19122         (CXX_FOR_TARGET): Likewise.
19123         (XTRAFLAGS): Removed.
19124         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19125         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19126         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19127         ($(DO_X)): Don't pass down XTRAFLAGS.
19128
19129 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19130
19131         * configure.in (mips*-dec-bsd*): New target; do build linker.
19132         (mips*-*-bsd*): New target; don't build linker.
19133
19134 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19135
19136         * configure.in: support rs6000-*-lynxos* configuration.
19137         support sunos4 as a cross target.
19138
19139         * config.sub: look for lynx*, not lynx since the OS version may
19140         legitimately be part of the name.
19141
19142 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19143
19144         * configure.in (i[34]86-*-sco*): Move to be with other i386
19145         targets.
19146         (romp-*-*): New target.  Skip various binary utilities.
19147         (vax-*-*): New target.  Don't build newlib.
19148         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19149
19150 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19151
19152         * configure.in: Only set host_makefile_frag if config
19153         directory exists.
19154
19155 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19156
19157         * install.sh: If $dstdir exists, don't check whether each
19158         component does.
19159
19160 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19161
19162         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19163
19164 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19165
19166         * configure.in (*-*-lynxos*): Don't configure newlib for either
19167         native or cross Lynx.
19168
19169 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19170
19171         * config.sub (sparc64-elf): Fix os.
19172         (z8k): Remove duplicate.
19173
19174 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19175
19176         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19177         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19178
19179 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19180
19181         * configure: Make file links cleanly even if Lynx fails on
19182           an NFS symlink (at least fail cleanly).
19183
19184 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19185
19186         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19187         -XNh2000.
19188
19189 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19190
19191         * configure: Unknown options are fatal again.
19192
19193 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19194
19195         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19196         compatibility.
19197
19198 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19199
19200         * build-all.mk: Add `clean' target.
19201
19202 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19203
19204         * config.guess:  Add SINIX support.
19205         * configure.in:  Add mips-*-sysv4* support.
19206
19207 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19208
19209         * build-all.mk: Document all useful targets.
19210         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19211         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19212
19213 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19214
19215         * configure: Support --silent, --quiet.
19216
19217 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19218
19219         * configure: Support --disable-FEATURE.
19220
19221 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19222
19223         * config.guess: Recognize NCR running SVR4.3.
19224
19225 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19226
19227         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19228         Patch from Paul Eggert <eggert@twinsun.com>.
19229
19230 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19231
19232         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19233
19234 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19235
19236         * configure: Make unrecognized options give nonfatal warnings
19237         instead of fatal errors, and pass them to any subdirectory
19238         configures in case they recognize them.
19239         Make --x equivalent to --with-x.
19240
19241 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19242
19243         * configure: Add --enable-* options.  Clean up usage message and
19244         some comments.
19245
19246 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19247
19248         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19249
19250 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19251
19252         * configure.in (hppa*-*-*): Enable binutils.
19253
19254 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19255
19256         * config.sub: Recognize cisco.
19257
19258 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19259
19260         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19261
19262 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19263
19264         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19265         than one configuration name.  Add comment.
19266
19267 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19268
19269         * config.guess: about target *-hitachi-hiuxwe2, fixed
19270         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19271         macro is incorrect.]
19272
19273 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19274
19275         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19276         than the "make ls" stuff which used to be here.
19277
19278 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19279
19280         * config.guess:  Recognize i[34]86-unknown-freebsd.
19281         From Shawn M Carey <smcarey@rodan.syr.edu>.
19282
19283 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19284
19285         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19286
19287 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19288
19289         * config.guess: Check for ptx.
19290
19291 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19292
19293         * config.sub: Add os9k checking.
19294
19295 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19296
19297         * config.guess: Handle OSF1 running on HPPA processors
19298
19299 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19300
19301         * configure: If subdir configure fails, print out a message with
19302         subdirectory name, in case subdir's configure code didn't identify
19303         itself.
19304
19305 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19306
19307         * configure.in: Remove embedded newlines from configdirs.
19308         Avoid mismatches of substrings.  Fix matching strings at end
19309         of configdirs.
19310
19311 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19312
19313         * config.guess:  Add Lynx/rs6000 config support.
19314
19315 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19316
19317         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19318
19319 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19320
19321         * configure.in (hppa*-*-osf*): Treat this just like most other
19322         PA configurations (eg no binutils or ld).
19323         (hppa*-*-*elf*): These configurations have binutils and ld.
19324
19325 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19326
19327         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19328
19329 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19330
19331         * configure.in (rs6000-*-*): Build gas.
19332
19333 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19334
19335         * Makefile.in:  Avoid bug in losing hpux sed.
19336
19337 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19338
19339         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19340         for GDB and GDB has been fixed to not need it.
19341
19342 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19343
19344         * config.guess: Recognize vax hosts.
19345
19346 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19347
19348         * configure (while loop): Don't use "break 2" inside case
19349         statement -- the case statement isn't an enclosing loop.
19350
19351 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19352
19353         * config.guess:  Clean up NeXT support, to allow nextstep
19354         on Intel machines.  Make OS be nextstep.
19355
19356 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19357
19358         * config.guess: Add alternate forms for Convex.
19359
19360 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19361
19362         * configure:  Completely rewrite option processing.  Take
19363         advantage of pattern-matching to avoid invoking test frequently.
19364         Also clean up host and target defaulting logic.
19365
19366 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19367
19368         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19369         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19370         commands (plus user environment) will fit SCO limits.
19371
19372 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19373
19374         * configure.in: Don't issue warnings about directories which are
19375         not being configured if -norecursion is set.  Correct test for
19376         --with-gnu-as and --with-gnu-ld to not get confused by substring
19377         matches.
19378
19379         * configure.in: Don't build gas for alpha-dec-osf1*.
19380
19381 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19382
19383         * configure:  Back out Per's change of 12/19/1993.  It changes the
19384         behavior of configure in unexpected and confusing ways.
19385
19386         Also, use different delim char when calculating
19387         program_transform_name so that the name can contain slashes.
19388
19389 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19390
19391         * configure.in, config.sub: Add support for VSTa micro-kernel.
19392
19393 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19394
19395         * configure.in: Nuke hacks which were used to get a special
19396         version of GAS for HPPA configurations.
19397
19398 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19399
19400         * configure:  If only ${target_alias} is given, use that
19401         as the default for ${host_alias}.
19402         * configure:  Add missing back-slashes before nested quotes.
19403
19404 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19405
19406         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19407
19408 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19409
19410         * config.guess:  Recognize some Tektronix configurations.
19411         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19412
19413 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19414
19415         * config.sub: Match any flavor of SH.
19416
19417 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19418
19419         * configure.in: Don't try to configure newlib for Alpha.
19420
19421 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19422
19423         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19424         libg++ or libio for any Alpha target.
19425
19426         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19427
19428 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19429
19430         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19431         default arguments -- so it tried to compress itself.
19432
19433 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19434
19435         * configure.in (notsupp): ensure that a space is always at the end
19436           of the configdirs list, since the grep checks for an explicit space
19437
19438 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19439
19440         * configure.in (target i386-sysv4.2): don't build ld, since static
19441           versions of many libraries are not available.
19442
19443 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19444
19445         * config.guess: Recognize Apollos (using environment variables).
19446         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19447
19448 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19449
19450         * config.guess: Recognize Sony news mips running newsos.
19451
19452 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19453
19454         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19455         "fi ; else" for bash.
19456
19457 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19458
19459         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19460
19461 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19462
19463         * config.sub: accept unixware as an alias for svr4.2.
19464         Fix some inconsistancies with the gcc version.
19465
19466 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19467
19468         * Makefile.in (DISTDOCDIRS):  Add gdb.
19469
19470 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19471
19472         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19473
19474 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19475
19476         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19477         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19478         this now.
19479
19480 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19481
19482         * config.sub: Accept hiux* as an OS name.
19483
19484         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19485         etc/make-stds.texi.  The underscore came from gcc, and dje now
19486         agrees that RUNTESTFLAGS is the correct name.
19487
19488 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19489
19490         * install.sh:  Remove 'set -e'.  It makes any conditionals
19491         in the script useless.
19492
19493         * config.guess: Automatically recognize arm-acorn-riscix
19494         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19495
19496 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19497
19498         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19499
19500 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19501
19502         * Makefile.in (DISTDOCDIRS): New variable.
19503         (taz): Edit local Makefile.in sooner, instead of proto-toplev
19504         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19505
19506 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19507
19508         * configure.in (hppa target): check the source directory for the
19509           pagas sub-directory
19510
19511 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19512
19513         * config.sub: Allow -aout* and -elf*.
19514
19515 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19516
19517         * configure.in: Don't build ld on i386-solaris2, same as for
19518         sparc-solaris2.
19519
19520 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19521
19522         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19523
19524 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19525
19526         * configure.in:  Configure gdb for alpha.
19527
19528 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19529
19530         * Makefile.in (CXXFLAGS): Add -O.
19531
19532 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19533
19534         * config.guess: added support for DG Aviion
19535
19536 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19537
19538         * configure.in: Produce warning message for subdirectories not
19539         configurable for this host/target combination.  Don't try to
19540         configure gdb for vms.
19541
19542 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19543
19544         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19545         appropriate files before making "diststuff".
19546         (DISTBISONFILES): New var: list of files to be edited.
19547         (DISTSTUFFDIRS): Add binutils.
19548
19549 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19550
19551         * config.sub: also handle mipsel and mips64el (for little endian mips)
19552
19553 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19554
19555         * configure.in: Add * to end of all OS names.
19556
19557 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
19558
19559         * configure.in: Build newlib for LynxOS native.
19560
19561 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19562
19563         * config.guess: Add support for delta 88k running SVR3.
19564
19565         * configure.in: Add comment about HP compiler vs. emacs.
19566
19567 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19568
19569         * configure.in: don't build ld on solaris2 (not a viable option
19570           due to bugs in getpwnam & getpwuid)
19571
19572 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19573
19574         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19575         config.guess will produce a full version number.
19576
19577 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19578
19579         * configure.in: Build linker and binutils for alpha-dec-osf1.
19580
19581 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19582
19583         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19584         and gdb/testsuite/Makefile.in.
19585
19586 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19587
19588         * configure.in: recognize mips*- instead of mips-
19589
19590 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19591
19592         * config.sub: Accept linux*coff and linux*elf as operating
19593         systems.
19594
19595 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19596
19597         * config.sub: Recognize mips64, and mips3 as an alias for it.
19598
19599 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19600
19601         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19602         gdb knows how to handle OSF/1 shared libraries.
19603
19604 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19605
19606         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19607         * config.guess: Recognize Hitachi's HIUX.
19608         * config.sub: Recognize h3050r* and hppahitachi.
19609         Remove redundant cases for hp9k[23]*.
19610
19611 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19612
19613         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19614         if gas and ld are in the source tree and are in ${configdirs}.
19615         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19616         --with options (but still pass them down on the command line,
19617         if they were explicitly specified).
19618
19619 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19620
19621         * configure: substitute SHELL value in Makefile.in with
19622         ${CONFIG_SHELL}
19623
19624 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19625
19626         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19627         *-*-solaris2* targets.
19628
19629 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19630
19631         * Makefile.in: define M4, and pass it down to sub-makes;
19632         all-autoconf now depends on all-m4
19633
19634 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19635
19636         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19637         presence of {ar,ranlib} instead of a configured directory
19638
19639 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
19640
19641         * config.guess: Accept 34?? as well as 33?? for NCR.
19642
19643 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19644
19645         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19646         of 'gas' in sed commands, since 'gash' is now in the tree as well.
19647
19648 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19649
19650         * configure: grab values for $(CC) and $(CXX) from the
19651         environment, so that someone can do "CC=gcc configure; make" and
19652         have it work right (matching the way that autoconf works now)
19653
19654         * configure.in, Makefile.in: add support for gash, the tcl
19655         interface to Galaxy
19656
19657         * config.guess: add NetBSD variants (hp300, x86)
19658
19659 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
19660
19661         * install.sh: Support -d option (in the manner of SunOS 4 install,
19662         as it is more deterministic than that of GNU install)
19663         (chmodcmd): Set file to mode 755 by default (should also do default
19664         chgrp and chown, but I don't feel like dealing with that now)
19665
19666 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
19667
19668         * config.sub: Remove h8300hhms alias.
19669
19670 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19671
19672         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19673
19674 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19675
19676         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19677         as stmp-fixinc
19678
19679 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19680
19681         * config.sub: recognize m88110-bug-coff.
19682
19683 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19684
19685         * Makefile.in (all-libio): all dependencies on the toolchain used
19686         to build this (gcc, gas, ld, etc)
19687
19688 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19689
19690         * config.guess: Deal with OSF/1 1.3 on alpha.
19691
19692 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19693
19694         * install.sh: add some 'else true' clauses for portability
19695
19696         * configure.in: don't build libio for h8[35]00-*-* targets
19697
19698 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19699
19700         * Makefile.in:  Add support for new libio.
19701
19702 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19703
19704         * install.sh: If one command fails, don't try the rest.  Don't try
19705         to remove $dsttmp (via trap) unless we have already created it.
19706         If $src doesn't exist, detect it and exit with an error.
19707
19708         * config.guess: Recognize BSD on hp300.
19709
19710 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19711
19712         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19713         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19714
19715 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19716
19717         * Makefile.in (all-send-pr): depends on all-prms
19718
19719 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19720
19721         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19722
19723 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19724
19725         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19726         Added test for mips-mips-riscos5.
19727
19728 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19729
19730         * configure.in: use mh-hp300 for 68k HP hosts
19731
19732 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19733
19734         * configure: add support for CONFIG_SHELL, so that you can use
19735         some alternate shell for evaluating configure scripts
19736
19737 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19738
19739         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19740         in configure script to bug-gdb@prep.ai.mit.edu when building
19741         distribution archive.
19742         * Makefile.in (COMPRESS):  Remove def.
19743         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19744         gdb.tar.Z and make-gdb.tar.Z respectively.
19745         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19746         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19747         to convergence with 'taz' target in Makefile.in.
19748
19749 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19750
19751         * install.sh (dsttmp): use trap to ensure that tmp files go
19752         away on error conditions
19753
19754 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19755
19756         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19757
19758 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19759
19760         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19761         its parent is '/' not ''.
19762
19763         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19764
19765 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19766
19767         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19768         that ${newsrcdir}/configure.in does.
19769
19770 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19771
19772         * test-build.mk: support for CONFIG_SHELL
19773
19774 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19775
19776         * config.sub (netware):  Add as a basic system type.
19777
19778 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19779
19780         * Makefile.in (Makefile): depend on configure.in.  Also drop the
19781           $(srcdir)/ from the dependency on Makefile.in.
19782
19783 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19784
19785         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19786         (h8300hhms is temporary until multi-libraries are implemented).
19787         * configure.in: Handle h8300h too.
19788
19789 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19790
19791         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19792
19793 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19794
19795         * configure:  Remove extraneous output when guessing host type.
19796         * config.guess:  Remove extraneous output when guessing using C
19797         compiler rather than uname, or when guessing fails.
19798
19799 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19800
19801         * Makefile.in: remove all.cross and install.cross targets
19802
19803         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19804           definitions
19805
19806 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19807
19808         * configure.in (target sh): Build gprof.
19809
19810 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19811
19812         * config.sub: change -solaris to -solaris2
19813
19814 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19815
19816         * configure.in: Use config/mh-riscos for mips-*-sysv*.
19817
19818 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19819
19820         * configure: Correct error message for missing Makefile.in to
19821         print correct directory.
19822
19823 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19824
19825         * install.sh: kludge around 386BSD shell bug
19826
19827 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19828
19829         * config.guess:  Recognize NeXT.
19830         * config.guess:  Recognize i486-ncr-sysv4.
19831         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19832
19833 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19834
19835         * Makefile.in (MAKEINFOFLAGS): New variable.
19836         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19837         * build-all.mk, test-build.mk: Pass down --no-split as
19838         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19839
19840 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19841
19842         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19843
19844 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19845
19846         * Makefile.in (libg++.tar.z):  New rule.
19847         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19848         * Makefile.in (taz):  Only do a single chmod.
19849
19850 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19851
19852         * install.sh: don't use dirname anymore (replaced with sed usage)
19853
19854 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19855
19856         * Makefile.in:  Change extension for gzip'd files from '.z' to
19857         '.gz' per new FSF standard usage.
19858
19859 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19860
19861         * configure: put quotes around the final value of program_transform_name
19862
19863 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19864
19865         * Makefile.in: new install.sh support; update install-info rules
19866
19867 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19868
19869         * configure.in: Build diff for crosses, but not for go32 host.
19870
19871         * configure.in: Build gprof only for native, and don't build it
19872         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19873
19874 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19875
19876         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19877
19878 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19879
19880         * configure.in (host_tools): Add prms.
19881
19882 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19883
19884         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19885         with $(FLAGS_TO_PASS) on the command line
19886
19887         * config.sub: Recognize lynx and lynxos
19888
19889 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19890
19891         * config.sub: Accept -ecoff*, not just -ecoff.
19892
19893 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19894
19895         * Makefile.in (taz): Use .gz suffix instead of .z.
19896         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19897         names.
19898
19899 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19900
19901         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19902
19903 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19904
19905         * Makefile.in (install-no-fixedincludes):  install gcc last, so
19906         that rebuilds that might happen during 'make install' don't get
19907         bogus gcc include files
19908
19909 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19910
19911         Change from Utah for HPPA support:
19912         * config.guess: Recognize hppa1.x-hp-bsd.
19913
19914 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19915
19916         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19917         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19918
19919 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19920
19921         * config.sub: Add support for rom68k and bug boot monitors.
19922
19923 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19924
19925         * Makefile.in: Make all-opcodes depend on all-bfd.
19926
19927 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19928
19929         * config.guess: Added special check for i[34]86-univel-sysv4*.
19930
19931 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19932
19933         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19934         the processor rather than assuming i486.
19935
19936 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19937
19938         * config.guess: Recognize SunOS6 as Solaris3.
19939
19940 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19941
19942         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19943         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19944
19945 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19946
19947         * build-all.mk (all-cross): New target for Canadian Cross.
19948         Added Q2 go32 targets.
19949         * test-build.mk: Configure go32 cross sparclite-aout and
19950         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19951         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19952
19953 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19954
19955         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19956         GO32 hosted toolchains
19957
19958 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19959
19960         * configure: change  so "-exec-prefix" gets passed down rather
19961         than "-exec_prefix" so autoconf generated Makefiles get the
19962         exec_prefix set right.
19963
19964 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19965
19966         * config.guess: get the Solaris2 minor version number
19967
19968         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19969
19970 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19971
19972         * config.guess: Recognize some Sequent platforms.
19973
19974 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19975
19976         * Makefile.in: added the vault-install target
19977
19978         * configure.in: actually use the Sun3 makefile fragment that's in
19979         config, also added the release dir to configdirs
19980
19981 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19982
19983         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19984
19985 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19986
19987         * configure.in: remove some program from Alpha targetted toolchains
19988
19989 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
19990
19991         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
19992         gprof.
19993         (taz): Run "make diststuff" in those directories instead of "make
19994         proto-dir".  Look for "VERSION=" only at start of line in subdir
19995         Makefile.  Use "gzip -9" for compression.
19996         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19997         (binutils.tar.z): New target.
19998
19999 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20000
20001         * Makefile.in (taz): Include gpl.texinfo.
20002
20003 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20004
20005         * Makefile.in (setup-dirs): Merged into "taz" target.
20006         (taz): Only do `proto-dir' stuff if a directory is actually needed
20007         for this target.
20008
20009 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20010
20011         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20012         (FLAGS_TO_PASS): Pass down MUNCH_NM.
20013         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20014         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20015         (gcc-no-fixedincludes): Correct for current gcc Makefile.
20016
20017 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20018
20019         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20020         config.sub, and move-if-change to gdb testsuite distribution
20021         archive, so the testsuite can be extracted, configured, and
20022         run separately from the gdb distribution.  Blow away the Chill
20023         tests that require a Chill compiled executable, since GNU Chill
20024         is not yet publically available.
20025
20026 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20027
20028         * test-build.mk: set environment variables in a single command,
20029         instead of a list of assignments and exports
20030
20031         * config.guess: recognize Alpha/OSF1 systems
20032
20033 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20034
20035         * configure: Change help message to prefer --options rather than
20036           -options.
20037
20038 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20039
20040         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20041         zippy@ecst.csuchico.edu.
20042         * config.guess: Recognize miniframe.
20043
20044 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20045
20046         * Makefile.in: Use srcroot to find runtest rather than rootme.
20047         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20048
20049 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20050
20051         * test-build.mk: Extensive additions to support building on a
20052         machine other than the host.
20053
20054 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20055
20056         * configure (tooldir): Fix for i386-aix again.
20057
20058 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20059
20060         * configure, Makefile.in:  Change definition of $(tooldir)
20061         to match the FSF.
20062
20063 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20064
20065         * config.guess:  Recognize i[34]86/SVR4.
20066
20067 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20068
20069         * Makefile.in (all-gdb): gdb depends on sim.
20070
20071 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20072
20073         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20074         at the same time we make the prototype gdb directory.
20075         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20076         files at the same time as the gdb base release distribution.
20077
20078 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20079
20080         * Makefile.in (check): Use individual check targets rather than
20081         DO_X rule.
20082         (check-gcc): Added.
20083
20084 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20085
20086         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20087         for System V release 3.2.
20088
20089 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20090
20091         * config.sub: Recognize hppaosf.
20092         * configure.in: Do configure ld/binutils/gas for it.
20093
20094 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20095
20096         * configure (tooldir): Alter syntax used to set this, for systems
20097         where "\$" isn't handled right, like i386-aix.
20098
20099 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20100
20101         * configure: Pass program-transform-name, not
20102         program_transform_name, to recursive configures.
20103
20104 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20105
20106         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20107         of gas+ld+binutils.
20108
20109 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20110
20111         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20112
20113 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20114
20115         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20116
20117 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20118
20119         * Makefile.in (PRMS): Set back to all-prms.
20120
20121 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20122
20123         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20124         targets, rather than for MIPS hosts.
20125
20126 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20127
20128         * configure.in: add comment for --with-x default values
20129
20130         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20131
20132         * Makefile.in: add check-* targets for each of the directories in
20133         the tree.  Add a definition of RUNTEST that will use the one we
20134         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20135
20136 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20137
20138         * configure.in: Removed obsolete references to bfd_target and
20139         target_makefile_frag.
20140
20141         * build-all.mk: Set assorted targets for Q2.
20142         * config.sub: Recognize z8k-sim and h8300-hms.
20143         * test-build.mk: Really don't pass host to configure.
20144         (HOLES): Added uname.
20145
20146 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20147
20148         * configure: Handle an empty program-prefix, program-suffix or
20149         program-transform-name correctly.
20150
20151 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20152
20153         * build-all.mk: -G 8 no longer required for MIPS targets.
20154         * test-build.mk: Don't pass host argument to configure; make it
20155         guess.
20156
20157 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20158
20159         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20160         * Makefile.in (COMPRESS):  New macro, like GZIP.
20161
20162 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20163
20164         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20165
20166         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20167         with gas currently defaults to -G 0.
20168
20169 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20170
20171         * Makefile.in (all-flex): flex depends on byacc.
20172
20173         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20174         to test-build.mk as RELEASE_TAG.
20175         * test-build.mk (configargs): New variable containing arguments to
20176         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20177         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20178
20179         * config.guess: Use /bin/uname when checking -X argument on SCO,
20180         to avoid invoking GNU uname which doesn't understand -X.
20181
20182         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20183
20184         * configure.in: Build gas for mips-*-*.
20185
20186 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20187
20188         * Makefile.in (all.normal): insert missing backslash.
20189
20190 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20191
20192         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20193
20194         * Makefile.in: Complete overhaul to merge many almost identical
20195         targets.
20196
20197 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20198
20199         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20200         (gdb.tar.Z): Adjusted.
20201
20202         * Makefile.in (setup-dirs, taz): New targets; should be general
20203         enough to adapt for gdb sometime.  Build only .z file.
20204         (gas.tar.z): New target.
20205
20206 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20207
20208         * build-all.mk: Use CC=cc -Xs on Solaris.
20209
20210 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20211
20212         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20213         for handling BISON for FSF releases.
20214
20215 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20216
20217         * configure: Actually implement the change zoo just documented.
20218
20219 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20220
20221         * configure: when using config.guess, only set target_alias when
20222         it's not already been set (ie, on the command line)
20223
20224 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20225
20226         * Makefile.in: add installcheck target, set PRMS to install-prms
20227
20228 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20229
20230         * configure: add support for package_makefile_fragment, handle the
20231         case where a directory has a configure.in file but no Makefile.in
20232         more gracefully (with an actual understandable error message, even);
20233         add support for --without (and add this to the usage message); also
20234         explicitly add a --host=${host_alias} to the command line when
20235         config.guess is used
20236
20237 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20238
20239         * configure: Must use both --host and --target in recursive calls.
20240
20241 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20242
20243         * Makefile.in: Change deja-gnu to dejagnu.
20244
20245 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20246
20247         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20248
20249 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20250
20251         * configure.in: canonicalize all instances to *-*-solaris2*,
20252         also strip out a number of tools to not build for go32 host
20253
20254 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20255
20256         * config.guess: add GPL.
20257
20258         * Makefile.in, config.guess, config.sub, configure: bump
20259           copyrights to 93.
20260
20261 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20262
20263         * Makefile.in (do-info): Removed obsolete check for existence of
20264         localenv file.
20265
20266         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20267
20268 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20269
20270         * Makefile.in: a couple of 'else true' for decstation,
20271         support for TclX
20272
20273         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20274
20275 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20276
20277         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20278
20279 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20280
20281         * config.guess: Recognize i386-ibm-aix (PS/2).
20282         * configure.in: Use config/mh-aix386 file for it.
20283
20284 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20285
20286         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20287         CC_FOR_TARGET instead.
20288         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20289
20290 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20291
20292         * Makefile.in: Add sim to list of directories sent with gdb
20293
20294 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20295
20296         * configure.in: Put back mips-dec-bsd* case.
20297
20298 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20299
20300         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20301         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20302         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20303
20304 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20305
20306         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20307
20308         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20309         (install-info): install dir.info only if it exists,
20310         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20311
20312 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20313
20314         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20315         gas for mips-dec-bsd.
20316
20317 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20318
20319         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20320         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20321
20322 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20323
20324         * configure.in: Added "dejagnu" to hosttools list.
20325
20326 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20327
20328         * config.sub, configure.in, config.guess:  Add support
20329         for Bosx, an AIX variant from Bull.
20330         Patches from F.Pierresteguy@frcl.bull.fr.
20331
20332 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20333
20334         * devo/dejagnu: Initial creation of devo/dejagnu.
20335         Migrated dejagnu testcases and support files for testing software
20336         tools to reside as subdirectories, currently called "testsuite",
20337         within the directory of the software tool.  Migrated all programs,
20338         support libraries, etc. beloging to dejagnu proper from
20339         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20340         with no modifications.  The changes to these files which will
20341         allow them to configure, build, and execute properly will be made
20342         in a future update.
20343
20344 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20345
20346         * Makefile.in: Change send_pr to send-pr.
20347         * configure.in: Likewise.
20348         * send_pr: Renamed directory to send-pr.
20349
20350 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20351
20352         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20353
20354 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20355
20356         * README:  Update for gdb-4.8 release.
20357         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20358         gdb-xxx.tar.z (gzip'd) file also.
20359
20360 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20361
20362         * Makefile.in: make all-diff depend on all-libiberty
20363
20364 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20365
20366         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20367
20368 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20369
20370         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20371
20372 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20373
20374         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20375         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20376         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20377
20378 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20379
20380         * Makefile.in:  makeinfo binary is in a new location
20381
20382 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20383
20384         * config.sub: Accept -ecoff as an OS.
20385
20386         * Makefile.in: Various changes to eliminate a level of make
20387         recursion and reduce the required command line length.
20388         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20389         sub-makes.
20390         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20391         variables holding settings for specific sub-makes.
20392         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20393         in terms of BASE_FLAGS_TO_PASS.
20394         (TARGET_LIBS): New variable listing directories which use
20395         TARGET_FLAGS_TO_PASS.
20396         (subdir_do): Eliminated.
20397         (do-*): New set of targets to replace subdir_do.
20398         (various): All targets which used subdir_do now depend on do-*.
20399         (local-clean): Renamed from do_clean.
20400         (local-distclean): New target, dependency of distclean and
20401         realclean.
20402         (install-info): Don't create directories.  Depend on dir.info
20403         rather than calling make recursively.
20404         (install-dir.info): Eliminated.
20405         (install-info-dirs): Create all info directories here.
20406         (dir.info): Depend upon do-install-info.
20407
20408         * test-build.mk (HOLES): Added false.
20409
20410 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20411
20412         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20413
20414 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20415
20416         * Makefile.in (info): remove dependency on all-texinfo.  The
20417         problem was really in texinfo/C, not at this level.
20418
20419 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20420
20421         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20422
20423 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20424
20425         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20426         GDB releases.
20427
20428 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20429
20430         * configure: Include srcdir in message about target of link not
20431         being found.  Don't convert `-' to `_' in `with' options being
20432         passed to subdirs.
20433
20434 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20435
20436         * configure.in: add uudecode to host_tools
20437
20438         * Makefile.in: added {all,install}-uudecode targets, added them to
20439         the appropriate lists
20440
20441 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20442
20443         * Makefile.in (all-gcc): Added dependency on all-gas.
20444
20445         * configure.in (mips-*-*): Build ld and binutils.
20446
20447 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20448
20449         * configure: check return code from mkdir, print error message and
20450           exit on failure.
20451
20452 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20453
20454         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20455
20456 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20457
20458         * test-build.mk (HOLES): Added tar, cpio and uudecode.
20459
20460 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20461
20462         * config.sub (h8500):  Recognize this as a cpu type.
20463
20464 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20465
20466         * configure: source directory missing is no longer a warning
20467
20468         * configure.in: recognize irix[34]* instead of irix[34]
20469
20470         * Makefile.in: define and pass down X11_LIB
20471
20472 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20473
20474         * guess-systype: Renamed to ...
20475         * config.guess:  ... by popular request.
20476         * configure.in, Makefile.in:  Update accordingly.
20477
20478 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20479
20480         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20481         + Add Convex, Cray/Unicos, and Encore/Multimax support.
20482         + Execute ./dummy instead of assuming . is in PATH.
20483
20484 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20485
20486         * guess-systype:  New shell script.  Attempts to guess the
20487         canonical host name of the executing host.
20488         Only a few hosts are supported so far.
20489         * configure:  Call guess-systype if no host is specified.
20490
20491 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20492
20493         * Makefile.in (gcc-no-fixedincludes): Made to work with current
20494         gcc Makefile.
20495
20496 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20497
20498         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20499         (all-gcc, install-gcc, subdir_do): Use it.
20500
20501 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20502
20503         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20504
20505 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20506
20507         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20508           set exclusively by configure, using configure.in .
20509
20510 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20511
20512         * test-build.mk: set $PATH for all builds
20513
20514         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20515
20516 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
20517
20518         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
20519         the one used in gcc/Makefile.in, so that a null expansion doesn't
20520         override the one needed to build gcc with a native cc.
20521
20522 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20523
20524         * configure: Accept -with arguments.
20525
20526 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20527
20528         * Makefile.in: added h8300sim
20529
20530 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
20531
20532         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20533         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
20534         (all-cygnus, native, build-cygnus): Make
20535         $(canonhost)-stamp-3stage-done, not $(host)....
20536         * test-build.mk (stamp-3stage-compared): Use tail +10c for
20537         i386-sco3.2v4.  Added else true to if command.
20538
20539 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
20540
20541         * config.sub: (from FSF) Sequent uses a BSD-like OS.
20542
20543 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
20544
20545         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20546
20547 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20548
20549         * configure.in: don't remove binutils from Solaris builds
20550
20551 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
20552
20553         * Makefile.in: get rid of earlier definitions for *clean,
20554         also handle the recursive info rule better
20555
20556 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
20557
20558         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
20559         do more-or-less the right thing.
20560
20561 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
20562
20563         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20564         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20565
20566 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20567
20568         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20569         $(host_canonical).
20570
20571         * configure.in: split the configdirs list into 4 categories (native
20572         v. cross, library v. tool) and handle the cross-only and native-
20573         only in more reasonable (and correct!) way.
20574
20575 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
20576
20577         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
20578         configdirs anymore.
20579
20580 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20581
20582         * Makefile.in: extensive cleanup::  removed all of the explicit
20583         clean-* targets, collapsed many wrappers around subdir_do into
20584         one, added additional targets to satisfy standards.texi, deleted
20585         some old targets, some changes for consistency
20586
20587 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20588
20589         * configure.in: handle some programs as cross-only, and others as
20590         native only
20591
20592         * test-build.mk: handle partial holes in a more generic manner
20593
20594         * Makefile.in: m4 depends on libiberty
20595
20596 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20597
20598         * configure.in: add m4, textutils, fileutils, sed, shellutils,
20599         time, wdiff, and find to configdirs
20600
20601         * Makefile.in: all, clean, and install rules for the new programs
20602         added to configure.in
20603
20604 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20605
20606         * configure.in: use mh-sun for all *-sun-* hosts
20607
20608 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20609
20610         * Makefile.in: define flags for X11 include files and library file
20611         locations, pass them down to the programs that need this info
20612
20613         * build-all.mk: added a 'native' target, to 3stage the native toolchain
20614
20615 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20616
20617         * configure.in: start building libg++ for HP-UX targets
20618
20619 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
20620
20621         * README:  Update references to files moved into etc/.
20622
20623 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
20624
20625         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
20626         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
20627
20628 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20629
20630         * configure: accept dash as well as underscore in long option
20631         names for FSF compatibility.
20632
20633 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
20634
20635         * config.sub: added -sco3.2v4 support from FSF.
20636
20637 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20638
20639         * configure.in: expand the section that adds or removes
20640         directories from the list of programs to build, to handle native
20641         vs. cross in addition to host v. native
20642
20643 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
20644
20645         * Makefile.in:  Replace C++ in macro names with CXX.
20646         This is less likely to break ...
20647
20648 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20649
20650         * test-build.mk: add -w to GNU_MAKE
20651
20652 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20653
20654         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20655         add 'sparc' to list of recognized cpus.  This needed to make
20656         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20657         Delete some redundant ose68 variants.  Recognize -wrs as an os,
20658         then changes that into $CPU-wrs-vxworks.
20659
20660         * configure.in: remove most references to gdbtest, regularize
20661         target based program removal
20662
20663         * test-build.mk: import from p3 tree (many fixes and changes)
20664
20665 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
20666
20667         * Makefile.in: added rules to handle tcl, tk, and expect
20668
20669         * configure.in: handle those directories if they exist
20670
20671 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20672
20673         * config.sub: removed bogus hppabsd and hppahpux names, since
20674         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20675
20676 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20677
20678         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20679         depends upon all-xiberty
20680
20681         * Makefile.in: changes from p3, including:
20682
20683         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20684
20685         * Makefile.in (XTRAFLAGS): include newlib directories if
20686         newlib/Makefile exists, rather than if host != target.
20687
20688         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20689
20690         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20691         from the same source tree and not building a cross-compiler.  This
20692         matters for the libg++ configuration if reconfiguring a tree that
20693         has already been installed.
20694
20695         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20696
20697         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20698         pick up the machine and system specific header files.
20699
20700         * Makefile.in: added AS_FOR_TARGET, passed down in
20701         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20702         the C compiler to use to create programs which are run in the
20703         build environment, set it to default to $(CC), and passed it down
20704         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20705
20706         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20707
20708         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20709         We need them for unusual native builds, like systems without
20710         ranlib.
20711
20712         * configure: also define $(host_canonical) and
20713         $(target_canonical), which are the full, canonical names for the
20714         given host and target
20715
20716 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20717
20718         * Makefile.in:  Added separate definitions for C++.
20719
20720 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20721
20722         * configure.in (configdirs):  Add deja-gnu.
20723
20724 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20725
20726         * README:  Update for configure.texi and gdb-4.7 release.
20727
20728 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20729
20730         * Makefile.in:  Move "all" target to top of file.
20731         Previously, first target was ".PHONY" which caused BSD4.4 make
20732         to build .PHONY when make was run without arguments.
20733
20734 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20735
20736         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20737         Library-copylefted code in libiberty.
20738
20739 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20740
20741         * config.sub:  Replace m68kmote with plain old m68k.
20742
20743 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20744
20745         * Makefile.in:  Remove space from blank line, avoid Make complaints.
20746
20747 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20748
20749         * config.sub: Complain if no argument is given.  Added support for
20750         386bsd as OS and target alias.
20751
20752 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20753
20754         * Makefile.in (XTRAFLAGS): include newlib directories if
20755         newlib/Makefile exists, rather than if host != target.
20756
20757 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20758
20759         * config.sub: recognize sparclite-wrs-vxworks.
20760
20761         * Makefile.in (install-xiberty): added *-xiberty make rules (from
20762         p3.) Added clean-xiberty to clean.
20763
20764 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20765
20766         * configure.in: use *-*-* instead of nested cases for host and target
20767
20768 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20769
20770         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20771         from the same source tree and not building a cross-compiler.  This
20772         matters for the libg++ configuration if reconfiguring a tree that
20773         has already been installed.
20774
20775 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20776
20777         * config.sub (i486v/i486v4):  Merge in from FSF version.
20778
20779 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20780
20781         * configure: only set PWD if it is already set.
20782
20783 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20784
20785         * configure: just set PWD=`pwd` at the top, since Ultrix sh
20786         doesn't have unset and all success paths (and most error paths)
20787         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20788         to just ${PWD} to avoid confusion.)
20789
20790 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20791
20792         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20793         even for a native compilation.
20794
20795 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20796
20797         Changes to make the gdb.tar.Z rule work better.
20798
20799         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20800         (DEVO_SUPPORT):  Add configure.texi.
20801         (bfd-ilrt.tar.Z):  Remove ancient rule.
20802
20803 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20804
20805         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20806         pick up the machine and system specific header files.
20807
20808         * configure.in, config.sub: added new target m68010-adobe-scout,
20809         with alias of adobe68k.  Changed configure.in to check for
20810         -scout before -sco* to avoid a false match.
20811
20812         * Makefile.in: added AS_FOR_TARGET, passed down in
20813         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20814         the C compiler to use to create programs which are run in the
20815         build environment, set it to default to $(CC), and passed it down
20816         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20817
20818 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20819
20820         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20821         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20822         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20823         FOR_TARGET variants, to newlib and libg++.
20824
20825 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20826
20827         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20828         first.
20829
20830 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20831
20832         * config.sub:  Accept `elf' as an environment.
20833
20834 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20835
20836         * Makefile.in (all-opcodes):  cd into the right directory
20837
20838 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20839
20840         * configure: added -program_transform_name option, used as
20841         argument to sed when installing programs.
20842         configure.texi: added documentation for -program_prefix,
20843         -program_suffix and -program_transform_name.
20844
20845 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20846
20847         * config.sub:  Accept i486 where i386 ok.
20848
20849 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20850
20851         * config.sub: accept we32k
20852
20853 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20854
20855         * config.sub, configure.in: accept OSE68000 and OSE68k.
20856
20857         * Makefile.in: don't create all directories for ``make install'';
20858         let the subdirectories create the ones they need.
20859
20860 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20861
20862         * COPYING: new file, GPL v2
20863
20864 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20865
20866         * Makefile.in: use the new gen-info-dir, which needs a template
20867         argument (which also lives in texinfo)
20868
20869         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20870
20871 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20872
20873         * config.sub (ncr3000):  Change i386 to i486.
20874
20875 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20876
20877         * Makefile.in: add install-rcs, install-grep to
20878         install-no-fixedincludes, removed install-bison and install-libgcc
20879
20880 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20881
20882         * configure.in: grab the HPUX makefile fragment if on HPUX
20883
20884 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20885
20886         * Makefile.in: eradicate bison spoor (ditto libgcc).
20887          configure.in: recognise m68{k,000}-ericsson-OSE.
20888          es1800 is alias for m68k-ericsson-OSE
20889
20890 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20891
20892         * configure.in: rearrange the parts that remove programs from
20893         configdirs, based now on HOST==TARGET or by canonical triple.
20894
20895 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20896
20897         * test-build.mk: recurse explicitly with -f test-build.mk when
20898           appropriate.  predicate stage3 and comparison on the existence
20899           of gcc.  That is, if gcc isn't around, we aren't three-staging.
20900           On very clean, also remove ...stamp-co.  Build in-place before
20901           doing other builds.
20902
20903 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20904
20905         * Makefile.in, configure.in: add tgas
20906
20907 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20908
20909         * Makefile.in: a number of changes merged in from progressive.
20910
20911         * configure.in: add libm.
20912
20913         * .cvsignore: ignore some stuff that comes from test-build.mk.
20914
20915 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20916
20917         * config.sub:  Add es1800 (m68k-ericsson-es1800).
20918
20919 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20920
20921         * configure: Add program_suffix (parallel to program_prefix)
20922         * Makefile.in: adjust directory-creating script for losing decstation
20923
20924 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20925
20926         * configure:  Minor $subdir-related fixes.
20927
20928 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20929
20930         * configure: fix various problems with propogating
20931         makefile_target_frag in subdirs.
20932         * configure.in: config libgcc if its there
20933
20934 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20935
20936         * config.sub:  HPPA merge.
20937
20938 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20939
20940         * Makefile.in:  Replace all-bison with all-byacc in all
20941         dependency lines for other tools (which now use byacc).
20942
20943 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20944
20945         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20946
20947 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20948
20949         * Makefile.in: make gprof rules similar to byacc rules (instead of
20950         vestigal $(unsubdir) that didn't work...)
20951
20952 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20953
20954         * config.sub:  Add support for Linux.
20955         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20956         (at least for libg++).
20957
20958 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20959
20960         * configure.texi: fix doc for the -nfp option to configure
20961
20962 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20963
20964         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20965
20966 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20967
20968         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20969         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20970         * configure.in: added solaris* host_makefile_frag hook.
20971
20972 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20973
20974         * config.sub: changed recognition of m68000 so that various
20975         m68k types can be specified via m680[01234]0
20976
20977 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20978
20979         * config.sub (basic_machine): fix sed so that '-foo' isn't
20980         completely substituted out while .+'-foo' loses the '-foo'
20981
20982 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20983
20984         * config.sub ($os): Add -aout.
20985
20986 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
20987
20988         * configure:  If host_makefile_frag is absolute, don't
20989         prefix ${invsubdir} (relevant to libg++ auto-configure).
20990
20991 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20992
20993         * Makefile.in (tooldir): Define it.
20994         (all-ld): Depend on all-flex.
20995
20996 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
20997
20998         * Makefile.in (check):  Fix libg++ special case.
20999
21000 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21001
21002         * configure: do not bury `pwd` into config.status, thus do fewer
21003           pwd's.
21004
21005         * configure: print the "Building in" message only when building in
21006           other than "." AND verbose.
21007
21008         * configure: remove -s, rework -v to better accommodate guested
21009           configures.
21010
21011         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21012
21013 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21014
21015         * Makefile.in: macroize flags passed on recursion.  remove
21016           fileutils.
21017
21018 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21019
21020         * configure: get makesrcdir right for subdirs deeper than 1.
21021
21022         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21023           install.
21024
21025 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21026
21027         * Makefile.in: don't print subdir_do or recursion lines.
21028
21029 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21030
21031         * standards.texi: added menu item.
21032
21033         * Makefile.in: build and install standards.info.
21034
21035         * standards.texi: new file.
21036
21037 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21038
21039         * configure: test for and move config.status pieces from
21040           ${subdir}/.
21041
21042 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21043
21044         * configure:  Test for existance of files before trying to mv
21045         them, to avoid numerous non-existance messages.
21046
21047 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21048
21049         * configure: correct final line of config.status.
21050
21051         * configure: patch from eggert.  Avoids a protection problem if
21052           the original Makefile.in is read only.
21053
21054         * configure: use move-if-change from gcc to create config.status.
21055           Some makefiles depend on config.status to tell if a directory
21056           has been reconfigured for a different host.  This change
21057           prevents those directories from remaking everything in the case
21058           where the reconfig was only intended to rebuild a Makefile.
21059
21060         * configure: test for config.sub with "config.sub sun4" rather
21061           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21062           host alias from a missing config.sub.
21063
21064 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21065
21066         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21067           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21068
21069 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21070
21071         * configure: mkdir ${subdir} as needed.
21072
21073 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21074
21075         * Makefile.in,configure.in: added autoconf.
21076
21077 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21078
21079         * Makefile.in: no longer pass against on recursion.
21080
21081         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21082           definitions are not inherited.
21083
21084         * configure: correct makesrcdir when subdir is .
21085
21086 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21087
21088         * configure:  Add support for 'subdirs' variable, which is
21089         like 'configdirs', except that configure doesn't re-invoke
21090         itself for subdirs, it just creates a Makefile for each subdir.
21091         * configure.texi:  Document subdirs.
21092
21093 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21094
21095         * configure.in: added flex to configdirs
21096
21097 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21098
21099         * Makefile.in: remove clean-stamps from clean.
21100
21101 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21102
21103         * configure.in:  Add gdbtest to configdirs.
21104
21105 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21106
21107         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21108         to recursive makes.
21109         * configure.in:  Recognize new ncr3000 config.
21110
21111 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21112
21113         * Makefile.in, configure.in: removed references to gdbm.
21114
21115 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21116
21117         * config.sub:  Don't canonicalize os value
21118         newsos* to bsd (readline needs to check for newsos).
21119         (This fix was earlier made Jan 31, but got re-broken.)
21120
21121 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21122
21123         * configure.in:  sco is an os, not a vendor!
21124
21125         * configure:  Quote $( better.  Keep various shells happy.
21126
21127 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21128
21129         * Makefile.in: eliminate stamp-files.
21130
21131 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21132
21133         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21134           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21135
21136 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21137
21138         * config.sub:  fix iris/iris3.
21139
21140 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21141
21142         * configure: re-add -rm.
21143
21144 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21145
21146         * Maskefile.in: add .stmp-rcs to all.
21147
21148         * configure.in: remove gas from rs6000 build, use aix host fragment.
21149
21150 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21151
21152         * configure: pass down site_option during recursion.
21153
21154 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21155
21156         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21157
21158 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21159
21160         * configure: Change exec_prefix so that it really defaults to prefix.
21161
21162 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21163
21164         * Makefile.in, configure.in:  Add support for mmalloc library.
21165
21166 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21167
21168         * Makefile.in: add stmp dependencies for a few more things.
21169
21170 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21171
21172         * configure: adjusted error message on objdir/srcdir configure
21173           collision, per john's suggestion.
21174
21175         * Makefile.in: add libiberty stmp to all and all.cross.
21176
21177 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21178
21179         * Makefile.in: remove force dependencies, add grep to all.
21180
21181 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21182
21183         * Makefile.in: drop flex.  make stamp files work.
21184
21185         * configure: added test for conflicting configuration in srcdir,
21186           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21187           gets cranky.  use relative paths for configure and srcdir
21188           whenever possible.  Send some error messages to stderr that were
21189           going to stdout.
21190
21191 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21192
21193         * Makefile.in:  Fix libg++ rule to check for gcc directory
21194         before using gcc/gcc.  Also pass XTRAFLAGS.
21195
21196 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21197
21198         * Makefile.in: added stmp-files so that directories aren't polled
21199           when they are already built.
21200
21201         * configure.texi: fixed a node pointer problem.
21202
21203 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21204
21205         * config.sub configure.in gdb/configure.in
21206         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21207         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21208         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21209
21210 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21211
21212         * configure: -recurring becomes -silent.  corrected help message
21213           for -site= option.
21214
21215         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21216
21217 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21218
21219         * configure: when building Makefile for crosses, replace
21220           tooldir and program_prefix.  default srcdir from location of
21221           config.sub.  remove "for host in hosts" and "for target in
21222           targets" loops.
21223
21224 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21225
21226         * Makefile.in: Do not pass bindir or mandir to cvs.
21227
21228 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21229
21230         * Makefile.in, configure.in: removed traces of namesubdir,
21231           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21232           copyrights to '92, changed some from Cygnus to FSF.
21233
21234         * configure.texi: remove most references to multiple hosts,
21235           multiple targets, subdirs, etc.
21236
21237         * configure.man: removed rcsid. reference config.sub not
21238           config.subr.
21239
21240         * Makefile.in: mkdir $(infodir) on install-info.
21241
21242 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21243
21244         * configure.texi:  Explain better about .gdbinit and about
21245         the environment that configure.in sections run in.
21246
21247 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21248
21249         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21250
21251 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21252
21253         * README:  DOC.configure => cfg-paper.texi.
21254
21255 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21256
21257         * config.sub (near case $os):  Don't convert newsos* to bsd!
21258
21259 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21260
21261         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21262         the number of copies of COPYING that go into the GDB tar file.
21263
21264 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21265
21266         * bfd/configure.in, gdb/config/mh-i386sco,
21267         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21268         Fix SCO configuration stuff.
21269
21270 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21271
21272         * Makefile.in:  For libg++, make sure the -I pointing
21273         to the gcc directory goes *after* all the libg++-local -I flags.
21274         Also, move just-gcc dependency from just-libg++ to all-libg++.
21275
21276 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21277
21278         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21279
21280 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21281
21282         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21283
21284 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21285
21286         * config.sub:  Add stratus configuration frags.  Also
21287         submitted to FSF.
21288
21289 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21290
21291         * Makefile.in (DEV_SUPPORT):  add configure.man.
21292
21293         * config.sub(Decode manufacturer-specific):  add -none*.
21294
21295 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21296
21297         * Makefile.in:  remove form feeds to make Sun's make happy.
21298         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21299
21300 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21301
21302         * Makefile.in (AR_FLAGS):  Make quieter.
21303
21304 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21305
21306         * configure.in:  Add libg++.
21307         * configure:  When verbose, don't output the command line at each
21308         level; it will be unremarkably the same as the previous version,
21309         which will be the same as what the user typed.
21310
21311 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21312
21313         * configure.in, Makefile.in: fix clean-info, add flex.  add
21314           fileutils.
21315
21316         * configure: be less sensitive to spaces in Makefile.in.  Do not
21317           look for sources in "..".  Doing so breaks subdirectories that
21318           might have their own configure.  If a subdir has it's own
21319           configure script, use it.
21320
21321 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21322
21323         * cfg-paper.texi: some changes suggested by rms.
21324
21325 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21326
21327         * config.sub:  Merge in some small additions from the FSF version,
21328         taken from the gcc distribution, to bring the Cygnus and FSF
21329         versions into closer sync.
21330
21331 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21332
21333         * configure.in:  Changed svr4 references to sysv4.
21334
21335 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21336
21337         * configure: added -V for version number option.
21338
21339 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21340
21341         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21342           renamed from DOC.configure to cfg-paper.texi.
21343
21344 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21345
21346         * configure, config.subr, config.sub: config.subr is now
21347           config.sub again.
21348
21349 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21350
21351         * configure.texi: new file, in progress.
21352
21353         * Makefile.in: build info file and install the man page for
21354           configure.
21355
21356         * configure.man: new file, first cut.
21357
21358         * configure: find config.subr again now that configuration "none"
21359           has gone.  removed all traces of the -ansi option.  removed all
21360           traces of the -languages option.
21361
21362         * config.subr: resync from rms.
21363
21364 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21365
21366         * configure, config.sub, config.subr: merge config.sub into
21367           config.subr, call the result config.subr, remove config.sub, use
21368           config.subr.
21369
21370         * Makefile.in: revised install for dir.info.
21371
21372 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21373
21374         * configure.in: add decstation host makefile frag.
21375
21376         * Makefile.in: BISON now bison -y again.  also install-gcc on
21377           install.  clean-gdbm on clean.  infodir belongs in datadir.
21378           Make directories for info install.  Build dir.info here then
21379           install it.
21380
21381 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21382
21383         * Makefile.in: fix for bad directory tests.
21384
21385 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21386
21387         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21388           regexp.  -srcdir relative was being handled incorrectly.
21389
21390         * Makefile.in: unwrapped some for loops so that parallel makes
21391           work again and so one can focus one's attention on a particular
21392           package.
21393
21394 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21395
21396         * configure: added PWD as a stand in for `pwd` (for speed). use
21397           elif wherever possible.  make -srcdir work without -objdir.
21398           -objdir= commented out.
21399
21400 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21401
21402         * configure: +options become --options.  -subdirs commented out.
21403           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21404           Makefile now at top of generated Makefile.  Removed cvs log
21405           entries.  added -srcdir.  create .gdbinit only if there is one
21406           in ${srcdir}.
21407
21408         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
21409           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21410           and mandir now keyed off datadir by default.
21411
21412 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21413
21414         * Freshly created ChangeLog.
21415
21416 \f
21417 Local Variables:
21418 mode: change-log
21419 left-margin: 8
21420 fill-column: 76
21421 version-control: never
21422 End: