xref: /netbsd-src/external/gpl3/gcc/dist/ChangeLog (revision 3f351f34c6d827cf017cdcff3543f6ec0c88b420)
12023-05-08  Release Manager
2
3	* GCC 12.3.0 released.
4
52022-08-19  Release Manager
6
7	* GCC 12.2.0 released.
8
92022-05-06  Release Manager
10
11	* GCC 12.1.0 released.
12
132022-04-19  Richard Henderson  <rth@gcc.gnu.org>
14
15	* MAINTAINERS: Update my email address.
16
172022-04-01  Qian Jianhua  <qianjh@fujitsu.com>
18
19	* MAINTAINERS: Update my email address.
20
212022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
22
23	* MAINTAINERS: (CPU Port Maintainers): Add myself and
24	Lulu as LoongArch port maintainer.
25
262022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
27	    Lulu Cheng  <chenglulu@loongson.cn>
28
29	* configure.ac: Add LoongArch tuples.
30	* configure: Regenerate.
31
322022-03-28  Tom Tromey  <tromey@adacore.com>
33
34	* configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
35	* configure: Rebuild.
36
372022-03-24  Bill Schmidt  <bill.schmidt@gmail.com>
38
39	* MAINTAINERS: Change my information.
40
412022-03-16  Chung-Ju Wu  <jasonwucj@gmail.com>
42
43	* MAINTAINERS: Add myself to DCO section.
44
452022-03-14  Jonathan Wakely  <jwakely@redhat.com>
46
47	* configure.ac: Fix incorrect option in comment.
48	* configure: Regenerate.
49
502022-03-09  Hans-Peter Nilsson  <hp@axis.com>
51
52	* Makefile.def (dependencies): Make configure-sim depend on
53	all-readline.
54	* Makefile.in: Regenerate.
55
562022-02-22  Christophe Lyon  <christophe.lyon@foss.st.com>
57
58	* MAINTAINERS (Write After Approval): Update my e-mail address.
59
602022-02-08  Ulrich Weigand  <ulrich.weigand@de.ibm.com>
61
62	* MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
63
642022-01-31  Ed Smith-Rowland  <esmithrowland@gmail.com>
65
66	* MAINTAINERS: Update my email and add myself to the DCO list.
67
682022-01-25  Thomas Schwinge  <thomas@codesourcery.com>
69
70	Revert:
71	2021-09-16  Andrew Pinski  <apinski@marvell.com>
72
73	PR bootstrap/67102
74	* Makefile.def: Have configure-target-libffi depend on
75	all-target-libstdc++-v3.
76	* Makefile.in: Regenerate.
77
782022-01-22  Jakub Jelinek  <jakub@redhat.com>
79
80	PR other/104181
81	* build.log: Remove.
82
832022-01-20  Martin Liska  <mliska@suse.cz>
84
85	* MAINTAINERS: Adjust email address based on IRC request.
86
872022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
88
89	* MAINTAINERS: Update my email address.
90
912022-01-17  Martin Liska  <mliska@suse.cz>
92
93	* MAINTAINERS: Rename .c names to .cc.
94
952022-01-13  Jakub Jelinek  <jakub@redhat.com>
96
97	* Makefile.am: Remove.
98
992022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
100
101	* Makefile.am: New file.
102
1032022-01-11  Martin Liska  <mliska@suse.cz>
104
105	* MAINTAINERS: Sort 2 names.
106
1072022-01-10  Martin Liska  <mliska@suse.cz>
108
109	* MAINTAINERS: Fix obvious issues with sorting.
110
1112022-01-07  liuhongt  <hongtao.liu@intel.com>
112
113	* build.log: New file.
114
1152022-01-05  Nathan Sidwell  <nathan@acm.org>
116
117	* MAINTAINERS: Add DCO entry.  Sort that list.
118
1192022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
120
121	* MAINTAINERS: Change of email address in both DCO and
122	Write After Approval list.
123
1242021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
125
126	* configure: Regenerate.
127
1282021-12-21  Martin Liska  <mliska@suse.cz>
129
130	* config.sub: Change mode back to 755.
131
1322021-12-17  Martin Liska  <mliska@suse.cz>
133
134	* config.sub: Sync from master.
135
1362021-12-17  Martin Liska  <mliska@suse.cz>
137
138	Revert:
139	2021-12-16  Matthias Seidel  <mseidel@apache.org>
140
141	* config.sub: Fix typo.
142
1432021-12-16  Matthias Seidel  <mseidel@apache.org>
144
145	* config.sub: Fix typo.
146
1472021-12-16  H.J. Lu  <hjl.tools@gmail.com>
148
149	Revert:
150	2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
151
152	* Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
153	(RANLIB): Add @RANLIB_PLUGIN_OPTION@.
154	* configure.ac: Include config/gcc-plugin.m4.
155	AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
156	* libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
157	RANLIB if possible.
158	* Makefile.in: Regenerated.
159	* configure: Likewise.
160
1612021-12-15  H.J. Lu  <hjl.tools@gmail.com>
162
163	* Makefile.tpl (BUILD_CFLAGS): New.
164	(CFLAGS): Append $(BUILD_CFLAGS).
165	(CXXFLAGS): Likewise.
166	(PGO_BUILD_GEN_FLAGS_TO_PASS): New.
167	(PGO_BUILD_TRAINING_CFLAGS): Likewise.
168	(PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
169	(PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
170	(PGO_BUILD_TRAINING_MFLAGS): Likewise.
171	(PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
172	(PGO-TRAINING-TARGETS): Likewise.
173	(PGO_BUILD_TRAINING): Likewise.
174	(all): Add '+' to the command line for recursive make.  Support
175	the PGO build.
176	* configure.ac: Add --enable-pgo-build[=lto].
177	AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
178	PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
179	* Makefile.in: Regenerated.
180	* configure: Likewise.
181
1822021-12-15  H.J. Lu  <hjl.tools@gmail.com>
183
184	* Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
185	(RANLIB): Add @RANLIB_PLUGIN_OPTION@.
186	* configure.ac: Include config/gcc-plugin.m4.
187	AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
188	* libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
189	RANLIB if possible.
190	* Makefile.in: Regenerated.
191	* configure: Likewise.
192
1932021-12-14  Marc Poulhiès  <poulhies@adacore.com>
194
195	* MAINTAINERS: Add myself to write after approval.
196
1972021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
198
199	* MAINTAINERS: Adding myself.
200
2012021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
202
203	* configure: Regenerate.
204	* configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
205	$(CPP).
206
2072021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
208
209	* Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
210	libatomic.
211	* Makefile.in: Regenerate.
212	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
213	(STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
214	target-libphobos-bootstrap.
215	(STAGE2_CONFIGURE_FLAGS): Likewise.
216	* configure: Regenerate.
217	* configure.ac: Add support for bootstrapping D front-end.
218
2192021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
220
221	* MAINTAINERS: Add myself to DCO section and update email address.
222
2232021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
224
225	* configure: Regenerate.
226	* configure.ac: Ensure that PIC (shared) defaults are set
227	correctly for Darwin.
228
2292021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
230
231	* MAINTAINERS: Update my address.
232
2332021-11-12  Alan Modra  <amodra@gmail.com>
234
235	* Makefile.def (configure-opcodes): Depend on configure-bfd.
236	* Makefile.in: Regenerate.
237
2382021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
239
240	* MAINTAINERS: Clarify the policy WRT the Write After Approval
241	list.
242
2432021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
244
245	* MAINTAINERS (Reviewers, arc): Remove my entry.
246	(Write After Approval): Add an entry for myself.
247
2482021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
249
250	* Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
251	* Makefile.in: Regenerate.
252	* configure: Regenerate.
253	* configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
254
2552021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
256
257	* MAINTAINERS: Fix up Maciej's entries.
258
2592021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
260
261	* MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
262	maintainer.
263
2642021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
265
266	PR other/102663
267	* Makefile.def: Handle install-dvi target.
268	* Makefile.tpl: Likewise.
269	* Makefile.in: Regenerate.
270
2712021-10-19  Clément Chigot  <clement.chigot@atos.net>
272
273	* MAINTAINERS: Add myself for write after approval.
274
2752021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
276
277	* Makefile.def: Mark libcody, libdecnumber,
278	c++tools, libgcc, and libobjc as missing TAGS
279	targets.
280	* Makefile.in: Regenerate.
281
2822021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
283
284	* MAINTAINERS: Add myself to DCO section and update email
285	address.
286
2872021-09-29  Jonathan Wakely  <jwakely@redhat.com>
288
289	* MAINTAINERS: Add myself to DCO section.
290
2912021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
292
293	* configure: Regenerate.
294	* configure.ac (skipdirs): Add the contents of target_configdirs if
295	we are not building gcc.
296
2972021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
298
299	* Makefile.def: Back-port commits ba4d88ad892f and
300	755ba58ebef0 from binutils-gdb repository.
301	* Makefile.in: Regenerated.
302
3032021-09-20  Harald Anlauf  <anlauf@gmx.de>
304
305	* MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
306
3072021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
308
309	* Makefile.def: Add a jit check target for the jit
310	language.
311	* Makefile.in: Regenerate.
312
3132021-09-16  Andrew Pinski  <apinski@marvell.com>
314
315	PR bootstrap/67102
316	* Makefile.def: Have configure-target-libffi depend on
317	all-target-libstdc++-v3.
318	* Makefile.in: Regenerate.
319
3202021-09-10  Petter Tomner  <tomner@kth.se>
321
322	* MAINTAINERS: Me added to DCO and write after approval
323
3242021-09-01  YunQiang Su  <syq@debian.org>
325
326	* MAINTAINERS: Add myself for write after approval.
327
3282021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
329
330	* Makefile.def: Add all-gdb dependency on all-libbacktrace.
331	* Makefile.in: Regenerate.
332
3332021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
334
335	* MAINTAINERS: Add myself for write after approval.
336
3372021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
338
339	* Makefile.in: Regenerate.
340	* Makefile.tpl: Make the state of the configured host
341	shared flag available to makefile fragements.
342
3432021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
344
345	* MAINTAINERS (Write After Approval): Add myself.
346
3472021-07-20  Richard Earnshaw  <rearnsha@arm.com>
348
349	* .dir-locals.el (bug-reference-url-format): Use https.
350
3512021-07-20  Richard Earnshaw  <rearnsha@arm.com>
352
353	* .dir-locals.el (c-mode): Change fill-column to 79.
354
3552021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
356
357	* MAINTAINERS: Add myself to DCO section.
358
3592021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
360
361	* configure: Regenerate.
362	* configure.ac: Adjust cases for which it is necessary to
363	include the Darwin host config fragment.
364
3652021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
366
367	* MAINTAINERS: Add myself for write after approval and DCO.
368
3692021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
370
371	* Makefile.def: Add dsymutil defs.
372	* Makefile.in: Regenerated.
373	* Makefile.tpl: Add dsymutil to flags.
374	* configure: Regenerated.
375	* configure.ac: Add dsymutil to target and build recipes.
376
3772021-07-01  Ankur Saini  <arsenic@sourceware.org>
378
379	* MAINTAINERS: Add myself for write after approval.
380
3812021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
382
383	* MAINTAINERS (Write After Approval): Add myself.
384
3852021-06-25  Matthias Kretz  <m.kretz@gsi.de>
386
387	* MAINTAINERS: Add myself for write after approval and DCO
388
3892021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
390
391	* .gitignore: Add entry for cscope.out.
392
3932021-06-22  liuhongt  <hongtao.liu@intel.com>
394
395	* MAINTAINERS: Remove my Write After Approval entry.
396
3972021-06-21  liuhongt  <hongtao.liu@intel.com>
398
399	* MAINTAINERS: Add myself as maintainer of the i386 vector
400	extensions.
401
4022021-06-18  Antoni Boucher  <bouanto@zoho.com>
403
404	* MAINTAINERS (Write After Approval): Add myself.
405
4062021-06-17  Aldy Hernandez  <aldyh@redhat.com>
407
408	* MAINTAINERS (Various Maintainers): Add Andrew and myself
409	as *vrp and ranger maintainers.
410
4112021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
412
413	* MAINTAINERS: Adjust my entry in the DCO section so that it does
414	not trigger testsuite failures.
415
4162021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
417
418	* MAINTAINERS: Add myself to DCO section with both email addresses.
419
4202021-06-03  Jason Merrill  <jason@redhat.com>
421
422	* MAINTAINERS: Add DCO version number.
423
4242021-06-02  Jason Merrill  <jason@redhat.com>
425
426	* MAINTAINERS: Add DCO section.
427
4282021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
429
430	* MAINTAINERS (Write After Approval): Add myself.
431
4322021-05-29  Mike Frysinger  <vapier@gentoo.org>
433
434	* configure.ac: Add gnulib to configdirs for sim.
435	* configure: Regenerate.
436
4372021-05-18  Mike Frysinger  <vapier@gentoo.org>
438
439	* Makefile.def: Add configure-sim dependency on all-gnulib.
440	* Makefile.in: Regenerated.
441
4422021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
443
444	* MAINTAINERS (Write After Approval): Add myself.
445
4462021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
447
448	* MAINTAINERS (Write After Approval): Add myself.
449
4502021-05-11  Martin Liska  <mliska@suse.cz>
451
452	* MAINTAINERS: Remove entries for removed
453	components (HSA, BRIG, libhsail-rt).
454	Move Pekka to Write After Approval.
455
4562021-05-11  Martin Liska  <mliska@suse.cz>
457
458	* Makefile.def: Remove libhsail-rt.
459	* Makefile.in: Likewise.
460	* configure.ac: Likewise.
461	* configure: Regenerate.
462	* libhsail-rt/ChangeLog: Removed.
463	* libhsail-rt/Makefile.am: Removed.
464	* libhsail-rt/Makefile.in: Removed.
465	* libhsail-rt/README: Removed.
466	* libhsail-rt/aclocal.m4: Removed.
467	* libhsail-rt/configure: Removed.
468	* libhsail-rt/configure.ac: Removed.
469	* libhsail-rt/configure.tgt: Removed.
470	* libhsail-rt/include/internal/fibers.h: Removed.
471	* libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
472	* libhsail-rt/include/internal/phsa-rt.h: Removed.
473	* libhsail-rt/include/internal/workitems.h: Removed.
474	* libhsail-rt/rt/arithmetic.c: Removed.
475	* libhsail-rt/rt/atomics.c: Removed.
476	* libhsail-rt/rt/bitstring.c: Removed.
477	* libhsail-rt/rt/fbarrier.c: Removed.
478	* libhsail-rt/rt/fibers.c: Removed.
479	* libhsail-rt/rt/fp16.c: Removed.
480	* libhsail-rt/rt/misc.c: Removed.
481	* libhsail-rt/rt/multimedia.c: Removed.
482	* libhsail-rt/rt/queue.c: Removed.
483	* libhsail-rt/rt/sat_arithmetic.c: Removed.
484	* libhsail-rt/rt/segment.c: Removed.
485	* libhsail-rt/rt/workitems.c: Removed.
486	* libhsail-rt/target-config.h.in: Removed.
487
4882021-05-04  Nick Clifton  <nickc@redhat.com>
489
490	* configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
491	* configure: Regenerate.
492
4932021-04-28  Jakub Jelinek  <jakub@redhat.com>
494	    Tobias Burnus  <tobias@codesourcery.com>
495
496	* configure.ac (--enable-offload-defaulted): New.
497	* configure: Regenerate.
498
4992021-04-23  David Faust  <david.faust@oracle.com>
500
501	* MAINTAINERS (Write After Approval): Add myself.
502
5032021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
504
505	* MAINTAINERS (Write After Approval): Add myself.
506
5072021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
508
509	* MAINTAINERS: Add myself as pru port maintainer.
510
5112021-03-23  David Malcolm  <dmalcolm@redhat.com>
512
513	* MAINTAINERS: Add myself as static analyzer maintainer.
514
5152021-03-18  Jeff Law  <jlaw@tachyum.com>
516
517	* MAINTAINERS: Update primary entry.
518
5192021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
520
521	* MAINTAINERS (Write After Approval): Add myself.
522
5232021-03-13  Mike Frysinger  <vapier@gentoo.org>
524
525	* Makefile.def: Remove all-sim dependency on configure-gdb.
526	* Makefile.in: Regenerated.
527
5282021-03-11  Jeff Law  <law@redhat.com>
529
530	* MAINTAINERS: Update entries for a few ex-ImgTec employees
531
5322021-03-11  Martin Liska  <mliska@suse.cz>
533
534	* Makefile.tpl: The change was done Makefile.in which
535	is generated file.
536
5372021-03-08  Jeff Law  <law@redhat.com>
538
539	* MAINTAINERS: Update my email address
540
5412021-02-23  Kito Cheng  <kito.cheng@sifive.com>
542
543	* config.guess: Import latest upstream.
544	* config.sub: Import latest upstream.
545
5462021-01-25  Martin Liska  <mliska@suse.cz>
547
548	PR gcov-profile/98739
549	* Makefile.in: Enable -fprofile-reproducible=parallel-runs
550	for profiledbootstrap.
551
5522021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
553
554	* MAINTAINERS (Write After Approval): Add myself.
555
5562021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
557
558	* MAINTAINERS (Write After Approval): Update my e-mail address.
559
5602021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
561
562	* MAINTAINERS: Fix spacing.
563
5642021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
565
566	* MAINTAINERS (Write After Approval): Add myself
567
5682021-01-06  Nick Alcock  <nick.alcock@oracle.com>
569
570	* Makefile.def: Sync with binutils-gdb:
571	(dependencies): all-ld depends on all-libctf.
572	(host_modules): libctf is no longer no_install.
573	No longer no_check.  Checking depends on all-ld.
574	* Makefile.in: Regenerated.
575
5762021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
577
578	* libtool.m4: Match gnu* along other GNU systems.
579	* libgo/config/libtool.m4: Match gnu* along other GNU systems.
580	* libgo/configure: Re-generate.
581
5822021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
583
584	* MAINTAINERS: Update my email address.
585
5862020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
587
588	* MAINTAINERS (Write After Approval): Add myself.
589
5902020-12-15  Nathan Sidwell  <nathan@acm.org>
591
592	* Makefile.def
593	* Makefile.in
594	* Makefile.tpl
595	* configure
596	* configure.ac
597
5982020-12-15  Nathan Sidwell  <nathan@acm.org>
599
600	* Makefile.def: Add libcody.
601	* configure.ac: Add libcody.
602	* Makefile.in: Regenerated.
603	* configure: Regenerated.
604
6052020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
606
607	* .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
608
6092020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
610
611	PR target/97865
612	* libtool.m4: Update handling of Darwin platform link flags
613	for Darwin20.
614
6152020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
616
617	* .gitignore: Sync with binutils-gdb
618
6192020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
620
621	* MAINTAINERS: Add myself as arc port maintainer.
622
6232020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
624
625	PR d/87788
626	* configure.ac: Don't disable D for *-*-darwin*.
627	* configure: Regenerate.
628
6292020-11-29  John David Anglin  <danglin@gcc.gnu.org>
630
631	* libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
632	hppa64-*-hpux11*.
633
6342020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
635
636	* configure: Regenerate.
637	* configure.ac: Add --bootstrap-hwasan option.
638
6392020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
640
641	* config.guess: Import latest upstream.
642	* config.sub: Import latest upstream.
643
6442020-11-16  Martin Liska  <mliska@suse.cz>
645
646	* .gitignore: Add cache as clangd uses it now.
647
6482020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
649
650	* MAINTAINERS (Write After Approval): add myself
651
6522020-11-09  Pat Bernardi  <bernardi@adacore.com>
653
654	* MAINTAINERS (Write After Approval): Add myself.
655
6562020-11-09  Jonathan Wakely  <jwakely@redhat.com>
657
658	* config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
659	Remove FIXME comments.
660
6612020-11-06  Martin Uecker  <muecker@gwdg.de>
662
663	* MAINTAINERS: Update my email address.
664
6652020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
666
667	* MAINTAINERS (Write After Approval): Add myself.
668
6692020-10-06  Tobias Burnus  <tobias@codesourcery.com>
670
671	PR target/97302
672	* configure.ac: Only set with_gmp to /usr/local
673	if not building in tree.
674	* configure: Regenerate.
675
6762020-09-18  Omar Tahir  <omar.tahir@arm.com>
677
678	* MAINTAINERS (Write After Approval): Add myself.
679
6802020-08-26  Tobias Burnus  <tobias@codesourcery.com>
681
682	* MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
683
6842020-08-20  Tobias Burnus  <tobias@codesourcery.com>
685
686	PR bootstrap/96612
687	* configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
688	if not the same as ${host}.
689	* configure: Regenerate.
690
6912020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
692
693	* MAINTAINERS (Write After Approval): Add myself.
694
6952020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
696
697	* MAINTAINERS: Update my email address.
698
6992020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
700
701	* MAINTAINERS (Write After Approval): Add myself.
702
7032020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
704
705	* MAINTAINERS (Write After Approval): Add myself.
706
7072020-06-12  Martin Liska  <mliska@suse.cz>
708
709	* .gitignore: Add .clang-tidy.
710
7112020-06-08  Jason Merrill  <jason@redhat.com>
712
713	* configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
714	* configure: Regenerate.
715
7162020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
717
718	* MAINTAINERS: Add myself as xtensa port maintainer.
719
7202020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
721
722	* configure.ac: Don't require --enable-host-shared when building
723	for Mingw.
724	* configure: Regenerate.
725
7262020-05-18  Jason Merrill  <jason@redhat.com>
727
728	* configure.ac: Update bootstrap dialect to -std=c++11.
729
7302020-05-18  Alex Coplan  <alex.coplan@arm.com>
731
732	* MAINTAINERS (Write After Approval): Add myself.
733
7342020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
735
736	PR target/92713
737	* configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
738	(noconfigdirs): Add 'target-libstdc++-v3'.
739	* configure: Regenerate.
740
7412020-04-21  Stephen Casner  <casner@acm.org>
742
743	PR 25830
744	* configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
745	* configure: Rebuild.
746
7472020-04-17  Martin Liska  <mliska@suse.cz>
748	    Jonathan Yong <10walls@gmail.com>
749
750	PR gcov-profile/94570
751	* ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
752	for CYGWIN.
753
7542020-04-14  Martin Jambor  <mjambor@suse.cz>
755
756	* MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
757
7582020-04-09  Tom Tromey  <tom@tromey.com>
759
760	* configure: Rebuild.
761	* Makefile.in: Rebuild.
762	* Makefile.def (gdbsupport, gdbserver): New host modules.
763	(configure-gdb): Depend on all-gdbsupport.
764	(all-gdb): Depend on all-gdbsupport, all-libctf.
765	* configure.ac (host_tools): Add gdbserver.
766	Conditionally build gdbserver and gdbsupport.
767
7682020-03-09  Tobias Burnus  <tobias@codesourcery.com>
769
770	* configure.ac: Build libgomp by default for amdgcn.
771	* configure: Regenerate.
772
7732020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
774
775	* MAINTAINERS (Write After Approval): Add myself.
776
7772020-02-28  Joel Hutton  <joel.hutton@arm.com>
778
779	* MAINTAINERS (Write After Approval) : Add myself.
780
7812020-02-20  Palmer Dabbelt  <palmer@sifive.com>
782
783	* MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
784
7852020-02-14  Martin Sebor  <msebor@redhat.com>
786
787	* doc/extend.texi (attribute alias): Mention type requirement.
788	(attribute weak): Same.
789	(attribute weakref): Correct invalid example.
790
7912020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
792
793	* doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
794
7952020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
796	    Jakub Jelinek  <jakub@redhat.com>
797
798	* .gitattributes: Add *.md diff=md.
799
8002020-01-14  Georg-Johann Lay  <avr@gjlay.de>
801
802	The mentioned auto-generated file is no more part of the
803
804	GCC sources, it's auto-generated in $(builddir) during build.
805
806	PR target/92055
807	* contrib/gcc_update (files_and_dependencies): Remove
808	entry for gcc/config/avr/t-multilib.
809
8102020-01-14  Anatoly Sokolov <aesok@dol.ru>
811
812	* MAINTAINERS: Update my email address.
813
8142020-01-13  Joseph Myers  <joseph@codesourcery.com>
815
816	* README.MOVED_TO_GIT: Remove.
817
8182020-01-11  Joseph Myers  <joseph@codesourcery.com>
819
820	* README.MOVED_TO_GIT: New file.
821
8222020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
823
824	* MAINTAINERS (Write After Approval): Add myself.
825
8262019-12-20  Jerome Lambourg  <lambourg@adacore.com>
827
828	* MAINTAINERS (write_after_approval): Add myself.
829
8302019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
831
832	* MAINTAINERS (write_after_approval): Add myself.
833
8342019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
835
836	* MAINTAINERS (write_after_approval): Add myself.
837
8382019-12-11  Matthias Klose  <doko@ubuntu.com>
839
840	* configure.ac: Factor out common cases for compare_exclusions.
841	* configure: Regenerate.
842
8432019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
844
845	* config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
846	flag.
847
8482019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
849
850	* MAINTAINERS (Write After Approval): Add myself.
851
8522019-11-27  Tobias Burnus  <tobias@codesourcery.com>
853
854	PR middle-end/92463
855	* configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
856	* configure: Regenerate
857
8582019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
859
860	* configure.ac: Use https for gcc.gnu.org.
861	* configure: Regenerated.
862
8632019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
864
865	* MAINTAINERS (aarch64 port): Remove my name, move to...
866	(Write After Approval): ...Here.
867
8682019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
869
870	* MAINTAINERS: Change my email address as maintainer.
871
8722019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
873
874	PR fortran/91828
875	* configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
876	* configure: Regenerated.
877
8782019-10-21  Jason Merrill  <jason@redhat.com>
879
880	* .gitattributes: Also check ChangeLog whitespace.
881
8822019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
883
884	* contrib/dg-extract-results.sh: Add support for KPASS.
885	* contrib/dg-extract-results.py: Likewise.
886
8872019-10-17  Jason Merrill  <jason@redhat.com>
888
889	* .gitattributes: Avoid {} in filename pattern.
890
8912019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
892
893	* MAINTAINERS: Add back Trevor Smigiel; move into Write After
894	Approval section.
895
8962019-10-01  Frederik Harwath <frederik@codesourcery.com>
897
898	* MAINTAINERS: Add myself to Write After Approval
899
9002019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
901
902	* MAINTAINERS: Add myself as an aarch64 maintainer.
903
9042019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
905
906	* MAINTAINERS: Add myself as aarch64 maintainer.
907
9082019-09-23  Carl Love  <cel@us.ibm.com>
909
910	* config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
911	New define_insn.
912	(vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
913	vsx_xxpermdi16_le_V16QI): Removed define_insn.
914
9152019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
916
917	* MAINTAINERS (Sam Tebbs): Update email address.
918
9192019-09-10  Tobias Burnus  <tobias@codesourcery.com>
920
921	* MAINTAINERS: Update my email address.
922
9232019-09-10  Christophe Lyon  <christophe.lyon@st.com>
924
925	* libtool.m4: Handle uclinuxfdpiceabi.
926
9272019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
928
929	* MAINTAINERS: Add myself as the maintainer of the eBPF port.
930	Remove myself from Write After Approval section.
931
9322019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
933
934	* configure.ac: Support for bpf-*-* targets.
935	* configure: Regenerate.
936
9372019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
938
939	* config.sub: Import upstream version 2019-06-30.
940	* config.guess: Import upstream version 2019-07-24.
941
9422019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
943
944	* MAINTAINERS: Remove spu port maintainers.
945
9462019-08-28  Martin Liska  <mliska@suse.cz>
947
948	* .gitignore: Add .clangd and compile_commands.json
949	to .gitignore.
950
9512019-08-23  Michael Forney  <mforney@mforney.org>
952
953	* Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
954	* Makefile.in: Regenerate.
955
9562019-08-19  Tom Tromey  <tom@tromey.com>
957
958	* configure: Rebuild.
959	* configure.ac: Add --with-static-standard-libraries.
960
9612019-08-16  Alexandre Oliva <oliva@gnu.org>
962
963	* MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
964
9652019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
966
967	* MAINTAINERS (Write After Approval): Add myself.
968
9692019-07-08  Kito Cheng  <kito.cheng@sifive.com>
970
971	* MAINTAINERS (Write After Approval): Remove myself, already listed in
972	RISC-V port maitainer.
973
9742019-07-08  Kito Cheng  <kito.cheng@sifive.com>
975
976	* MAINTAINERS (Write After Approval): Fix the list sorted by surname.
977
9782019-07-08  Kito Cheng  <kito.cheng@sifive.com>
979
980	* MAINTAINERS (Write After Approval): Add myself.
981
9822019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
983
984	* MAINTAINERS (Write After Approval): Add myself.
985
9862019-06-25  Martin Liska  <mliska@suse.cz>
987
988	contrib/filter-clang-warnings.py: Transform from
989	filter-rtags-warnings.py.
990
9912019-06-15  Tom Tromey  <tom@tromey.com>
992
993	* configure.ac (host_libs): Add gnulib.
994	* configure: Rebuild.
995	* Makefile.def (host_modules, dependencies): Add gnulib.
996	* Makefile.in: Rebuild.
997
9982019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
999
1000	* MAINTAINERS (Write After Approval): Add myself.
1001
10022019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
1003
1004	* configure: Regenerate.
1005	* configure.ac: Add PRU target.
1006
10072019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1008
1009	* MAINTAINERS (Write After Approval): Add myself.
1010
10112019-06-11  Nick Clifton  <nickc@redhat.com>
1012
1013	Import these changes from the binutils/gdb repository:
1014
1015	2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1016
1017	* Makefile.def (dependencies): configure-libctf depends on all-bfd
1018	and all its deps.
1019	* Makefile.in: Regenerated.
1020
1021	2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
1022
1023	* Makefile.def (host_modules): Add libctf.
1024	* Makefile.def (dependencies): Likewise.
1025	libctf depends on zlib, libiberty, and bfd.
1026	* Makefile.in: Regenerated.
1027	* configure.ac (host_libs): Add libctf.
1028	* configure: Regenerated.
1029
10302019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
1031
1032	* MAINTAINERS (Write After Approval): Add myself.
1033
10342019-05-19  Peter Bergner  <bergner@linux.ibm.com>
1035
1036	* MAINTAINERS: Update my email address.
1037
10382019-05-17  Thomas Rodgers  <trodgers@redhat.com>
1039
1040	* MAINTAINERS (Write After Approval): Add myself.
1041
10422019-05-16  Jun Ma  <junma@linux.alibaba.com>
1043
1044	* MAINTAINERS (Write After Approval): Add myself.
1045
10462019-05-07  Jim Wilson  <jimw@sifive.com>
1047
1048	* MAINTAINERS: Remove myself as IA-64 maintainer.
1049
10502019-05-04  Roland Illig  <roland.illig@gmx.de>
1051
1052	* MAINTAINERS (Write After Approval): Add myself.
1053
10542019-05-02  Richard Biener  <rguenther@suse.de>
1055
1056	PR bootstrap/85574
1057	* Makefile.tpl (compare target): Also compare extra-compare
1058	files.
1059	* Makefile.in: Regenerate.
1060
10612019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
1062
1063	* MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1064	as modulo-scheduler maintainer.
1065
10662019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
1067
1068	* MAINTAINERS: Add myself as co-maintainer for Darwin.
1069
10702019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
1071
1072	* MAINTAINERS: Update my email address.
1073
10742019-04-14  Johannes Pfau  <johannespfau@gmail.com>
1075
1076	* configure.ac: Remove d from unsupported languages on mingw and cygwin.
1077	* configure: Regenerate.
1078
10792019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1080
1081	* configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1082	* configure: Regenerate.
1083
10842019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1085
1086	* configure.ac: Add target-zlib to target_libraries.
1087	* configure: Regenerate.
1088
10892019-04-09  Martin Liska  <mliska@suse.cz>
1090
1091	* Makefile.in: Regenerate.
1092	* Makefile.tpl: Pass GENERATOR_CFLAGS
1093	in all stages.
1094
10952019-03-28  Martin Liska  <mliska@suse.cz>
1096
1097	PR bootstrap/89829
1098	* Makefile.in: Revert r254150.
1099	* Makefile.tpl: Likewise.
1100
11012019-03-28  Ben Elliston  <bje@gnu.org>
1102
1103	* MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1104	related, and libdecnumber.
1105
11062019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1107
1108	* MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1109	(Write After Approval): Remove myself.
1110
11112019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1112
1113	* MAINTAINERS (Write After Approval): Add myself.
1114
11152019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1116
1117	* MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1118	(Write After Approval): Remove myself and Julian.
1119
11202019-01-26  Harald Anlauf  <anlauf@gmx.de>
1121
1122	* MAINTAINERS (Write After Approval): Add myself.
1123
11242019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1125
1126	* MAINTAINERS (Write After Approval): Add myself.
1127
11282019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1129
1130	* ChangeLog: Replace space with tab.
1131	* MAINTAINERS: Delete 1 tab to keep alignment.
1132
11332019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1134
1135	* MAINTAINERS (Write After Approval): Add myself.
1136
11372019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1138
1139	* MAINTAINERS (Write After Approval): Add myself.
1140
11412019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1142	    Kwok Cheung Yeung  <kcy@codesourcery.com>
1143	    Julian Brown  <julian@codesourcery.com>
1144	    Tom de Vries  <tom@codesourcery.com>
1145	    Jan Hubicka  <hubicka@ucw.cz>
1146	    Martin Jambor  <mjambor@suse.cz>
1147
1148	* configure.ac: Likewise.
1149	* configure: Regenerate.
1150	* contrib/config-list.mk: Add amdgcn-amdhsa.
1151
11522019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1153
1154	* MAINTAINERS (Write After Approval): Add myself.
1155
11562019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1157
1158	* MAINTAINERS (Write After Approval): Add myself.
1159
11602019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1161
1162	PR target/88535
1163	* config.guess: Import upstream version 2019-01-03.
1164	* config.sub: Import upstream version 2019-01-01.
1165
11662018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1167
1168	* MAINTAINERS (Write After Approval): Update my maintainer address.
1169
11702018-12-21  Gergö Barany  <gergo@codesourcery.com>
1171
1172	* MAINTAINERS (Write After Approval): Add myself.
1173
11742018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1175
1176	* contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1177
11782018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1179
1180	* configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1181	(ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1182	(GCC_TARGET_TOOL): Likewise.
1183	* Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1184	(BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1185	OTOOL, OTOOL_FOR_TARGET: New substitutions.
1186	(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1187	* configure: Regenerate.
1188	* Makefile.in: Likewise.
1189
11902018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1191
1192	* MAINTAINERS (Write After Approval): Add myself.
1193
11942018-11-13  Martin Liska  <mliska@suse.cz>
1195
1196	* gcc.target/i386/pr87930.c: Move to ...
1197	* gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1198
11992018-11-10  Stafford Horne  <shorne@gmail.com>
1200
1201	* MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1202	(Write After Approval): Remove myself.
1203
12042018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1205
1206	* config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1207	Append $INCICONV to it.
1208
12092018-11-04  Stafford Horne  <shorne@gmail.com>
1210
1211	* MAINTAINERS (Write After Approval): Add myself.
1212
12132018-10-31  Joseph Myers  <joseph@codesourcery.com>
1214
1215	PR bootstrap/82856
1216	* multilib.am: New file.  From automake.
1217
1218	Merge from binutils-gdb:
1219	2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1220
1221	* libtool.m4: Use AC_LANG_SOURCE.
1222	* configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1223	* ar-lib: New file.
1224	* test-driver: New file.
1225	* configure: Re-generate.
1226
12272018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1228
1229	* MAINTAINERS (Write After Approval): Add myself.
1230
12312018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1232
1233	PR bootstrap/87788
1234	PR d/87799
1235	* configure: Rebuild.
1236	* configure.ac: Disable D on systems where it is known not to work.
1237
12382018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1239
1240	* Makefile.def (target_modules): Add libphobos.
1241	(flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1242	GDCFLAGS_FOR_TARGET.
1243	(dependencies): Make libphobos depend on libatomic, libbacktrace
1244	configure, and zlib configure.
1245	(language): Add language d.
1246	* Makefile.in: Rebuild.
1247	* Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1248	(HOST_EXPORTS): Add GDC.
1249	(POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1250	(BASE_TARGET_EXPORTS): Add GDC.
1251	(GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1252	(GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1253	(EXTRA_HOST_FLAGS): Add GDC.
1254	(STAGE1_FLAGS_TO_PASS): Add GDC.
1255	(EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1256	* config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1257	environment variables.
1258	* configure: Rebuild.
1259	* configure.ac: Add target-libphobos to target_libraries.  Set and
1260	substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1261
12622018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1263
1264	* MAINTAINERS (Write After Approval): Add myself.
1265
12662018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1267
1268	* MAINTAINERS (Write After Approval): Remove myself.
1269
12702018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1271
1272	* MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1273
12742018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1275
1276	* MAINTAINERS: Update my email address.
1277
12782018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1279
1280	* MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1281	maintainer.
1282
12832018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1284
1285	* MAINTAINERS (Write After Approval): Add self.
1286
12872018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1288
1289	* MAINTAINERS (write after approval): Add myself.
1290
12912018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1292
1293	* MAINTAINERS: Update my email address.
1294
12952018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1296
1297	* MAINTAINERS (write after approval): Add myself.
1298
12992018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1300
1301	* MAINTAINERS: Add self to global reviewers list.
1302
13032018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1304
1305	MAINTAINERS: Add c-sky port maintainers.
1306
13072018-08-10  Martin Liska  <mliska@suse.cz>
1308
1309	* MAINTAINERS: Revert change in previous commit and
1310	join lines.
1311
13122018-08-10  Martin Liska  <mliska@suse.cz>
1313
1314	* MAINTAINERS: Remove extra line.
1315
13162018-08-06  Naveen H.S  <naveenh@marvell.com>
1317
1318	* MAINTAINERS: Update my email address.
1319
13202018-07-19  DJ Delorie  <dj@redhat.com>
1321
1322	* MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1323	as maintainer.
1324
13252018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1326
1327	* MAINTAINERS: Adjust email address for me and my colleague Robin
1328	Dapp.
1329
13302018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1331	    Sunil K Pandey  <sunil.k.pandey@intel.com>
1332
1333	PR target/84413
1334	* config/i386/i386.c (m_CORE_AVX512): New.
1335	(m_CORE_AVX2): Likewise.
1336	(m_CORE_ALL): Add m_CORE_AVX2.
1337	* config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1338	Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1339	and remove the rest of m_SKYLAKE_AVX512.
1340
13412018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1342
1343	* config.sub: Sync with upstream version 2018-07-03.
1344
13452018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1346
1347	* config.guess: Sync with upstream version 2018-06-26.
1348	* config.sub: Sync with upstream version 2018-07-02.
1349
13502018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1351
1352	* libtool.m4: Sort output of 'find' to enable deterministic builds.
1353	* ltmain.sh: Likewise.
1354
13552018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1356
1357	* contrib/config-list.mk: Remove powerpc-linux_paired.
1358
13592018-06-29  Alexandre Oliva <oliva@adacore.com>
1360
1361	* configure.ac: Introduce support for @unless/@endunless.
1362	* Makefile.tpl (dep-kind): Rewrite with cond; return
1363	postbootstrap in some cases.
1364	(make-postboot-dep, postboot-targets): New.
1365	(dependencies): Do not output postbootstrap dependencies at
1366	first.  Output non-target ones changed for configure to depend
1367	on stage_last @if gcc-bootstrap, and the original deps @unless
1368	gcc-bootstrap.
1369	* configure.in, Makefile.in: Rebuilt.
1370
13712018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1372
1373	* MAINTAINERS (write after approval): Add myself.
1374
13752018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1376
1377	* MAINTAINERS (write after approval): Add myself.
1378
13792018-06-19  Nick Clifton  <nickc@redhat.com>
1380
1381	* zlib/configure.ac: Restore old behaviour of only enabling
1382	multilibs when a target subdirectory is defined.  This allows
1383	building with srcdir == builddir.
1384	* zlib/configure: Regenerate.
1385
13862018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1387
1388	* Makefile.def (fortran): Add check-target-libgomp-fortran.
1389	* Makefile.tpl (check-target-libgomp-fortran): New phony target.
1390	* Makefile.in: Regenerate.
1391
13922018-06-16  Ben Elliston  <bje@gnu.org>
1393
1394	* config.guess: Import latest version.
1395	* config.sub: Likewise.
1396
13972018-06-08  Martin Liska  <mliska@suse.cz>
1398
1399	* MAINTAINERS: Remove MPX-related entries.
1400	* Makefile.def: Remove libmpx support.
1401	* Makefile.in: Regenerate.
1402	* configure.ac: Remove removed files.
1403	* configure: Regenerate.
1404	* libmpx/ChangeLog: Remove.
1405	* libmpx/Makefile.am: Remove.
1406	* libmpx/Makefile.in: Remove.
1407	* libmpx/acinclude.m4: Remove.
1408	* libmpx/aclocal.m4: Remove.
1409	* libmpx/config.h.in: Remove.
1410	* libmpx/configure: Remove.
1411	* libmpx/configure.ac: Remove.
1412	* libmpx/configure.tgt: Remove.
1413	* libmpx/libmpx.spec.in: Remove.
1414	* libmpx/mpxrt/Makefile.am: Remove.
1415	* libmpx/mpxrt/Makefile.in: Remove.
1416	* libmpx/mpxrt/libmpx.map: Remove.
1417	* libmpx/mpxrt/libtool-version: Remove.
1418	* libmpx/mpxrt/mpxrt-utils.c: Remove.
1419	* libmpx/mpxrt/mpxrt-utils.h: Remove.
1420	* libmpx/mpxrt/mpxrt.c: Remove.
1421	* libmpx/mpxrt/mpxrt.h: Remove.
1422	* libmpx/mpxwrap/Makefile.am: Remove.
1423	* libmpx/mpxwrap/Makefile.in: Remove.
1424	* libmpx/mpxwrap/libmpxwrappers.map: Remove.
1425	* libmpx/mpxwrap/libtool-version: Remove.
1426	* libmpx/mpxwrap/mpx_wrappers.c: Remove.
1427
14282018-06-04  Martin Liska  <mliska@suse.cz>
1429
1430	* MAINTAINERS: Add myself as gcov maintainer.
1431
14322018-06-04  Matthew Fortune  <mfortune@gmail.com>
1433
1434	* MAINTAINERS: Update my email address.
1435
14362018-06-04  Tom de Vries  <tdevries@suse.de>
1437
1438	* MAINTAINERS: Remove write-after-approval entries for component
1439	maintainers.
1440
14412018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1442
1443	* MAINTAINERS (write after approval): Add myself.
1444
14452018-06-01  Bin Cheng <amker@gcc.gnu.org>
1446
1447	* MAINTAINERS: Update my email address.
1448
14492018-06-01  Tom de Vries  <tdevries@suse.de>
1450
1451	* MAINTAINERS: Update my email address.
1452
14532018-05-22  Bin Cheng <bin.cheng@arm.com>
1454
1455	* MAINTAINERS (loop-optimizer): Add myself.
1456
14572018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1458
1459	* configure.ac: Added "nfp" target.
1460	* configure: Regenerate.
1461
14622018-04-30  Richard Biener  <rguenther@suse.de>
1463
1464	PR bootstrap/85571
1465	* Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1466	(STAGE3_TFLAGS): Likewise.
1467	(STAGEtrain_CFLAGS): Filter out -fchecking=1.
1468	(STAGEtrain_TFLAGS): Likewise.
1469	* Makefile.in: Regenerate.
1470
14712018-04-26  Richard Biener  <rguenther@suse.de>
1472
1473	* Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1474	(STAGE2_CFLAGS): Likewise.
1475	(STAGE2_TFLAGS): Likewise.
1476	(STAGE3_CFLAGS): Add -fchecking.
1477	(STAGE3_TFLAGS): Likewise.
1478	(STAGEtrain_CFLAGS): Filter out -fchecking.
1479	(STAGEtrain_TFLAGS): Likewise.
1480	* Makefile.in: Re-generate.
1481
14822018-04-25  Catherine Moore <clm@codesourcery.com>
1483
1484	* MAINTAINERS (mips): Remove myself as MIPS maintainer.
1485
14862018-04-18  Paul Clarke  <pc@us.ibm.com>
1487
1488	* MAINTAINERS (write after approval): Add myself.
1489
14902018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1491
1492	* MAINTAINERS: Update my email address.
1493
14942018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1495
1496	* MAINTAINERS: Remove redundant Write-After-Approval entry.
1497
14982018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1499
1500	* MAINTAINERS: Update my email address and disambiguate myself
1501	a bit from Will Schmidt.
1502
15032018-03-21  Nathan Sidwell  <nathan@acm.org>
1504
1505	* MAINTAINERS: Move maintainers of now-removed picochip and score
1506	ports to write after approval.
1507
15082018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1509
1510	* MAINTAINERS: Add entry for SVE maintainership.
1511
15122018-02-13  Maciej W. Rozycki  <macro@mips.com>
1513
1514	* configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1515	* configure: Regenerate.
1516
15172018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1518
1519	* MAINTAINERS (write after approval): Add myself.
1520
15212018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1522
1523	* MAINTAINERS (write after approval): Add myself.
1524
15252018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1526
1527	* MAINTAINERS (write after approval): Add myself.
1528
15292018-01-03  Jakub Jelinek  <jakub@redhat.com>
1530
1531	Update copyright years.
1532
15332018-01-03  Ben Elliston  <bje@gnu.org>
1534
1535	* config.guess: Import latest version.
1536	* config.sub: Likewise.
1537
15382017-12-12  Stafford Horne  <shorne@gmail.com>
1539
1540	* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1541	* configure: Regenerate.
1542
15432017-11-29  Qing Zhao  <qing.zhao@oracle.com>
1544
1545	* MAINTAINERS (Write After Approval): Add myself.
1546
15472017-11-28  Julia Koval  <julia.koval@intel.com>
1548	    Sebastian Peryt  <sebastian.peryt@intel.com>
1549
1550	* Makefile.def (target_modules): Remove libcilkrts.
1551	* Makefile.in: Ditto.
1552	* configure: Ditto.
1553	* configure.ac: Ditto.
1554
15552017-11-28  Julia Koval  <julia.koval@intel.com>
1556
1557	* MAINTAINERS (Write After Approval): Add myself.
1558
15592017-11-22  Sudakshina Das  <sudi.das@arm.com>
1560
1561	* MAINTAINERS (Write After Approval): Add myself.
1562
15632017-11-06  Palmer Dabbelt  <palmer@sifive.com>
1564
1565	* MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1566	Use my SiFive email address.
1567
15682017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
1569
1570	* MAINTAINERS (write after approval): Add myself.
1571
15722017-10-27  Martin Liska  <mliska@suse.cz>
1573
1574	* Makefile.tpl: Use proper name of folder as it was renamed
1575	during transition to 4 stages.
1576	* Makefile.in: Regenerate.
1577
15782017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1579
1580	* MAINTAINERS (write after approval): Add myself.
1581
15822017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
1583
1584	* MAINTAINERS: Add a note that maintainership also includes web
1585	pages, docs, and testsuite related to that area.
1586
15872017-09-25  Tom de Vries  <tom@codesourcery.com>
1588
1589	* MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1590
15912017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
1592
1593	* MAINTAINERS: Add myself as a maintainer for the Ada front end.
1594
15952017-09-15  Nathan Sidwell  <nathan@acm.org>
1596
1597	* MAINTAINERS: Remove myself as a vxworks maintainer.
1598
15992017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
1600
1601	* MAINTAINERS: Remove email address of Jim Norris.
1602
16032017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1604
1605	* MAINTAINERS (Reviewers): Move myself from here...
1606	(CPU Port Maintainers): ... to here.
1607
16082017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1609
1610	* MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1611
16122017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1613
1614	* MAINTAINERS (write after approval): Add myself.
1615
16162017-07-28  Tony Reix  <tony.reix@atos.net>
1617
1618	* configure.ac (target-libffi): Don't disable for AIX.
1619	(go): Don't add to unsupported_languages on AIX.
1620	(target-libgo): Don't disable for AIX.
1621	* configure: Regenerate.
1622
16232017-07-19  Yury Gribov  <tetra2005@gmail.com>
1624
1625	* MAINTAINERS: Add myself.
1626
16272017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1628
1629	* MAINTAINERS: Update my email address.
1630
16312017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1632
1633	* contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1634	arm-specific auto-generated header files.
1635
16362017-07-03  Nathan Sidwell  <nathan@acm.org>
1637
1638	* configure.ac: Set srcdir when sourcing config-lang.in fragments.
1639	* configure: Rebuilt.
1640
16412017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
1642
1643	* MAINTAINERS: Readd myself for c6x.
1644
16452017-06-28  Martin Liska  <mliska@suse.cz>
1646
1647	PR bootstrap/81217
1648	* Makefile.def: Remove superfluous bootstrap_target from
1649	bootstrap_stage.
1650	* Makefile.in: Re-generate the file.
1651
16522017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
1653
1654	* MAINTAINERS: Add myself to Write After Approval
1655
16562017-06-21  Andrew Jenner  <andrew@codesourcery.com>
1657
1658	* MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1659
16602017-06-19  Martin Liska  <mliska@suse.cz>
1661
1662	* Makefile.def: Define 4 stages PGO bootstrap.
1663	* Makefile.tpl: Define FLAGS.
1664	* Makefile.in: Regenerate.
1665
16662017-06-14  Ian Lance Taylor  <iant@golang.org>
1667
1668	* Makefile.def: Add check-gotools to go check targets.
1669	* Makefile.in: Rebuild.
1670
16712017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
1672
1673	* config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1674
16752017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
1676
1677	* configure.ac (*-*-linux-android*): Set target_makefile_frag.
1678	* configure: Regenerate.
1679
16802017-05-31  Martin Liska  <mliska@suse.cz>
1681
1682	* configure.ac: Add handling of stage2_werror_flags to
1683	action-if-given and to action-if-not-given.
1684	* configure: Regenerate.
1685
16862017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1687
1688	* MAINTAINERS: Add self to Write After Approval
1689
16902017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
1691
1692	* MAINTAINERS: Update my email address, and remove myself as
1693	maintainer in some areas.
1694
16952017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1696
1697	* MAINTAINERS: Add self to Write After Approval
1698
16992017-05-25  Nathan Sidwell  <nathan@acm.org>
1700
1701	* configure.ac: Add --enable-languages=default to mean default and
1702	make --enable-languages=all mean all supported languages.
1703	* configure: Regenerated.
1704
17052017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1706
1707	* config.gcc (powerpc*-*-*spe*): New.
1708	(powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1709	(powerpc-*-rtems*spe*): New.
1710	(powerpc*-*-linux*spe*): New.
1711	(powerpc-wrs-vxworksspe): New.
1712	(powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1713	(misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1714	* config.host (powerpc*-*-*spe*): New.
1715
17162017-05-19  Martin Liska  <mliska@suse.cz>
1717
1718	* configure.ac: Add --enable-werror-always just for
1719	bootstrap-debug (or none build config) and do not add it
1720	when we are on a release branch.
1721	* configure: Regenerated.
1722
17232017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1724
1725	* MAINTAINERS: Add self to Write After Approval
1726
17272017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1728
1729	* MAINTAINERS: Move myself to Write After Approval section.
1730
17312017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1732
1733	* config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1734	ACCH registers.
1735	* config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1736	available.
1737	(umulsidi3): Likewise.
1738	(mulsidi3_700): Disable this pattern when we have advanced mpy
1739	instructions.
1740	(umulsidi3_700): Likewise.
1741	(maddsidi4): New pattern.
1742	(macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1743	(mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1744	(mpydu_imm_arcv2hs): Likewise.
1745	* config/arc/predicates.md (accl_operand): New predicate.
1746
17472017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1748	    Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750	* config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1751	case.
1752	(ARC_AUTOFP_IRQ_P): Likewise.
1753	(ARC_AUTO_IRQ_P): Likewise.
1754	(rgf_banked_register_count): New variable.
1755	(parse_mrgf_banked_regs_option): New function.
1756	(arc_override_options): Handle rgf_banked_regs option.
1757	(arc_handle_interrupt_attribute): Add firq option.
1758	(arc_compute_function_type): Return fast irq type when required.
1759	(arc_must_save_register): Handle fast interrupts.
1760	(arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1761	(arc_return_address_regs): Update.
1762	* config/arc/arc.h (arc_return_address_regs): Update.
1763	(arc_function_type): Add fast interrupt type.
1764	(ARC_INTERRUPT_P): Update.
1765	(RC_FAST_INTERRUPT_P): Define.
1766	* config/arc/arc.md (simple_return): Update for fast interrupts.
1767	(p_return_i): Likewise.
1768	* config/arc/arc.opt (mrgf-banked-regs): New option.
1769	* doc/invoke.texi (mrgf-banked-regs): Document.
1770
17712017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1772
1773	* config/arc/arc.c (irq_ctrl_saved): New variable.
1774	(ARC_AUTOBLINK_IRQ_P): Define.
1775	(ARC_AUTOFP_IRQ_P): Likewise.
1776	(ARC_AUTO_IRQ_P): Likewise.
1777	(irq_range): New function.
1778	(arc_must_save_register): Likewise.
1779	(arc_must_save_return_addr): Likewise.
1780	(arc_dwarf_emit_irq_save_regs): Likewise.
1781	(arc_override_options): Handle deferred options.
1782	(MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1783	(MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1784	arc_must_save_return_addr.
1785	(arc_compute_frame_size): Handle automated save and restore of
1786	registers.
1787	(arc_expand_prologue): Likewise.
1788	(arc_expand_epilogue): Likewise.
1789	* config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1790	* config/arc/arc.opt (mirq-ctrl-saved): New option.
1791	* doc/invoke.texi (mirq-ctrl-saved): Document option.
1792
17932017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1794	Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1795
1796	PR bootstrap/77661
1797	* Makefile.def: Don't pass --enable-maintainer-mode on to an
1798	in-tree build MPC.
1799	* Makefile.in: Regenerate.
1800
18012017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1802
1803	* configure.ac: Enable LTO by default on darwin >= 9.
1804	* configure: Regenerate.
1805
18062017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1807
1808	* MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1809	and Andrew Waterman as the RISC-V maintainers.
1810
18112017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1812
1813	* MAINTAINERS: Add self to Write After Approval
1814
18152017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1816
1817	* config.guess: Import latest from upstream.
1818
18192017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1820
1821	* MAINTAINERS (Write After Approval): Remove entries that are
1822	already covered under Reviewers.
1823
18242017-03-08  Mark Wielaard  <mark@klomp.org>
1825
1826	PR demangler/70909
1827	PR demangler/67264
1828	* include/demangle.h: Add d_printing to struct demangle_component
1829	and pass struct demangle_component as non const.
1830
18312017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1832
1833	* MAINTAINERS: Remove Neil Booth as option handling maintainer.
1834
18352017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1836
1837	* Makefile.tpl: Remove HOST_ISLVER.
1838	(HOST_EXPORTS): Remove ISLVER.
1839	* Makefile.in: Regenerate.
1840
18412017-02-13  Richard Biener  <rguenther@suse.de>
1842
1843	* configure: Re-generate.
1844
18452017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1846
1847	* MAINTAINERS: Adjust bug reporting URL.
1848
18492017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1850
1851	* MAINTAINERS (Write After Approval): Remove redundant entry
1852	for Andrew Burgess.
1853
18542017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1855
1856	* configure.ac: Add gcc/function-tests.o to compare_exclusions for
1857	32-bit hppa*-*-hpux*.
1858	* configure: Regenerate.
1859
18602017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1861
1862	* configure.ac: Moved the white list of enabling BRIG FE to
1863	libhsail-rt/configure.tgt.
1864	* configure: Regenerated.
1865	* MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1866
18672017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1868	    Martin Jambor  <mjambor@suse.cz>
1869
1870	* Makefile.def (target_modules): Added libhsail-rt.
1871	(languages): Added language brig.
1872	* Makefile.in: Regenerated.
1873	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1874	tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1875	* configure: Regenerated.
1876
18772017-01-17  Jakub Jelinek  <jakub@redhat.com>
1878
1879	PR other/79046
1880	* configure: Regenerated.
1881
18822017-01-04  Alan Modra  <amodra@gmail.com>
1883
1884	* configure: Regenerate.
1885
18862016-12-29  Ben Elliston  <bje@gnu.org>
1887
1888	* config.sub: Import latest version.
1889
18902016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1891
1892	* MAINTAINERS (Write After Approval): Add myself.
1893
18942016-12-21  Jakub Jelinek  <jakub@redhat.com>
1895
1896	* configure.ac: Don't bootstrap libmpx unless --with-build-config
1897	includes bootstrap-mpx.
1898	* configure: Regenerated.
1899
19002016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1901
1902	* MAINTAINERS (Write After Approval): Add myself.
1903
19042016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1905
1906	* configure: Regenerate.
1907
19082016-12-01  Matthias Klose  <doko@ubuntu.com>
1909
1910	* configure.ac: Don't use pkg-config to check for bdw-gc.
1911	* configure: Regenerate.
1912
19132016-11-30  Matthias Klose  <doko@ubuntu.com>
1914
1915	* Makefile.def: Remove reference to boehm-gc target module.
1916  	* configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1917	options and for the bdw-gc pkg-config module.
1918	* configure: Regenerate.
1919	* Makefile.in: Regenerate.
1920
19212016-11-28  Nathan Sidwell  <nathan@acm.org>
1922
1923	* MAINTAINERS (nvptx): Remove self.
1924
19252016-11-25  Ben Elliston  <bje@gnu.org>
1926
1927	* config.guess: Import latest version.
1928	* config.sub: Likewise.
1929
19302016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1931
1932	* MAINTAINERS (Write After Approval): Add myself.
1933
19342016-11-15  Matthias Klose  <doko@ubuntu.com>
1935
1936	* Makefile.def: Remove references to GCJ.
1937	* Makefile.tpl: Likewise.
1938	* Makefile.in: Regenerate.
1939
19402016-11-15  Matthias Klose  <doko@ubuntu.com>
1941
1942	* config-ml.in: Remove references to GCJ.
1943	* configure.ac: Likewise.
1944	* configure: Regenerate.
1945
19462016-11-01  Josh Conner  <joshconner@google.com>
1947
1948	* MAINTAINERS (Write After Approval): Update email address,
1949
19502016-10-27  Carl Love  <cel@us.ibm.com>
1951
1952	* MAINTAINERS (Write After Approval): Fix my entry in the Write After
1953	Approval list to make it alphabetical.
1954
19552016-10-27  Carl Love  <cel@us.ibm.com>
1956
1957	* MAINTAINERS (Write After Approval): Add myself.
1958
19592016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1960
1961	* MAINTAINERS (Reviewers): Add myself.
1962	(Write After Approval): Add myself.
1963
19642016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1965	    Ulrich Weigand  <uweigand@de.ibm.com>
1966
1967	* MAINTAINERS: Update email address.
1968
19692016-10-10  Nathan Sidwell  <nathan@acm.org>
1970
1971	* MAINTAINERS: Update email address.
1972
19732016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1974
1975	* configure.ac: Add aarch64-*-freebsd*.
1976	* configure: Regenerate.
1977
19782016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1979
1980	* MAINTAINERS: Update email address after it got reverted.
1981
19822016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1983
1984	* configure.ac (target_libraries): Readd target-boehm-gc.
1985	Restore --enable-objc-gc handling.
1986	* configure: Regenerate.
1987
19882015-10-03  Jeff Law  <law@redhat.com>
1989
1990	* MAINTAINERS: Move several inactive maintainers to the
1991	write-after-approval section.
1992
19932016-09-30  Jakub Jelinek  <jakub@redhat.com>
1994
1995	* configure.ac: Add target-libffi to target_libraries.
1996	Readd libgcj target disablings, modified to only target-libffi.
1997	Readd target addition of go to unsupported languages.
1998	* configure: Regenerated.
1999
20002016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
2001
2002	* MAINTAINERS: Update email address.
2003
20042016-09-30  Andrew Haley  <aph@redhat.com>
2005
2006	* MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2007	write-after approval.  Remove Tom Tromey and Bryce McKinlay from
2008	libgcj.
2009
20102016-09-30  Andrew Haley  <aph@redhat.com>
2011
2012	* MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2013	write-after approval after GCJ deletion.
2014
20152016-09-30  Andrew Haley  <aph@redhat.com>
2016
2017	* Makefile.def: Remove libjava.
2018	* Makefile.tpl: Likewise.
2019	* Makefile.in: Regenerate.
2020	* configure.ac: Likewise.
2021	* configure: Likewise.
2022	* gcc/java: Remove.
2023	* libjava: Likewise.
2024
20252016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
2026
2027	* MAINTAINERS (Reviewers): Add myself.
2028
20292016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2030
2031	* configure.ac: Disable "sim" directory for arc*-*-*.
2032	* configure: Regenerated.
2033
20342016-09-23  Tamar Christina <tamar.christina@arm.com>
2035
2036	* MAINTAINERS (Write After Approval): Add myself.
2037
20382016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
2039
2040	* configure.ac: Check for the minimum in-tree MPFR version
2041	handled.
2042	* configure: Regenerate.
2043
20442016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
2045
2046	* configure.ac (nds32*-*-*): Remove entry to enable gdb.
2047	* configure: Regenerated.
2048
20492016-07-19  Fritz Reese  <fritzoreese@gmail.com>
2050
2051	* MAINTAINERS (Write After Approval): Add myself.
2052
20532016-06-23  Andi Kleen  <ak@linux.intel.com>
2054
2055	* Makefile.def: Add autoprofiledbootstrap.
2056	* Makefile.tpl: Dito.
2057	* Makefile.in: Regenerate.
2058
20592016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2060
2061    * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2062    * configure: Regenerate.
2063
20642016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2065
2066	* configure: Regenerate.
2067	* configure.ac: Remove support for avr-rtems.
2068
20692016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2070
2071	* MAINTAINERS (Write After Approval): Add myself.
2072
20732016-06-16  Michael Collison  <michael.collison@arm.com>
2074
2075	* MAINTAINERS (Write After Approval): Add myself.
2076
20772016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2078
2079	* MAINTAINERS (Write After Approval): Update e-mail address.
2080
20812016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2082
2083	* MAINTAINERS (Write After Approval): Add myself.
2084
20852016-05-28  Alan Modra  <amodra@gmail.com>
2086
2087	* Makefile.tpl (configure): Depend on m4 files included.
2088	* Makefile.in: Regenerate.
2089
20902016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2091
2092	* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2093	code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2094
20952016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2096
2097	* config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2098	special case builtin.
2099	* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2100	support for ALTIVEC_BUILTIN_VEC_ADDEC.
2101	* config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2102	for __builtin_vec_addec.
2103
21042016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2105
2106	* config.guess: Import version 2016-04-02 (newest).
2107	* config.sub: Import version 2016-05-10 (newest).
2108
21092016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2110
2111	* configure.ac: Add ARC support to libgloss.
2112	* configure: Regenerate
2113
21142016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2115
2116	* MAINTAINERS (Write After Approval): Add myself.
2117
21182016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2119
2120	* configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2121	* configure: Regenerated.
2122	* Makefile.def (gmp): Explicitly disable assembler.
2123	(mpfr): Adjust lib_path.
2124	(mpc): Likewise.
2125	* Makefile.in: Regenerated.
2126
21272016-05-01  Jakub Jelinek  <jakub@redhat.com>
2128
2129	PR bootstrap/70704
2130	* configure.ac (--enable-stage1-checking): Add missing
2131	--enable-checking=.
2132	* configure: Regenerated.
2133
21342016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2135
2136	* config.guess: Revert r235676.
2137	* config.sub: Revert r235676.
2138
21392016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2140
2141	* config.guess: Remove SH5 support.
2142	* config.sub: Likewise.
2143	* configure: Likewise.
2144	* configure.ac: Likewise.
2145
21462016-04-26  Jakub Jelinek  <jakub@redhat.com>
2147
2148	PR bootstrap/70704
2149	* configure.ac (--enable-stage1-checking): For --disable-checking or
2150	implicit --enable-checking, make sure extra flag matches in between
2151	stage1 and later checking.
2152	* configure: Regenerated.
2153
21542016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2155
2156	* .gitattributes: New file.
2157
21582016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2159
2160	* MAINTAINERS (rs6000/powerpc port): Add myself.
2161
21622016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2163
2164	PR bootstrap/70173
2165	* Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2166	and gotools directories.  Delete the stage_final file.
2167	* Makefile.in: Regenerate.
2168
21692016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2170
2171	* MAINTAINERS (Write After Approval): Add myself.
2172
21732016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2174
2175	* MAINTAINERS (Fortran maintainer): Remove myself.
2176
21772016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2178
2179	* MAINTAINERS (Write After Approval): Add myself.
2180
21812016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2182
2183	* MAINTAINERS (Write After Approval): Add myself.
2184
21852016-03-17  Cary Coutant  <ccoutant@gmail.com>
2186
2187	Sync with binutils-gdb:
2188
2189	2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2190
2191	* configure.ac: Add mips and s390 to the gold target check.
2192	* configure: Regenerate.
2193
21942016-03-01  DJ Delorie  <dj@redhat.com>
2195
2196	* MAINTAINERS (mep): Remove myself as MeP maintainer.
2197
21982016-02-22  David Malcolm  <dmalcolm@redhat.com>
2199
2200	* MAINTAINERS (libcpp): Add myself.
2201	(diagnostic messages): Likewise.
2202
22032016-02-20  Tom de Vries  <tom@codesourcery.com>
2204
2205	* MAINTAINERS: Fix whitespace.
2206
22072016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2208
2209	* MAINTAINERS (Write After Approval): Add myself.
2210
22112016-01-29  Sebastian Pop  <s.pop@samsung.com>
2212
2213	* config/isl.m4: Add comments about isl-0.16.
2214	* configure: Regenerate.
2215
22162016-01-29  Martin Jambor  <mjambor@suse.cz>
2217
2218	* MAINTAINERS (hsa maintainers): Add myself.
2219
22202015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2221
2222	* MAINTAINERS: (Write After Approval): Add myself.
2223
22242016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2225	    Sebastian Pop  <s.pop@samsung.com>
2226
2227	* Makefile.in: Regenerate.
2228	* Makefile.tpl: Export ISLVER.
2229	* configure: Regenerate.
2230	* config/isl.m4: Detect isl-0.15.
2231
22322016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2233
2234	PR bootstrap/69329
2235	* Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2236	* Makefile.in: Regenerate.
2237
22382016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2239
2240	* configure.ac: Enable LTO for DJGPP
2241	* configure: Regenerate
2242
22432016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2244
2245	Sync with binutils-gdb:
2246	2015-10-21  Nick Clifton  <nickc@redhat.com>
2247
2248	PR gas/19109
2249	* configure.ac: Note the 'none' is an acceptable argument to
2250	--enable-compressed-debug-sections.
2251	* configure: Regenerate.
2252
22532016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2254
2255	PR bootstrap/69134
2256	* Makefile.def (mpfr): Disable assembler.
2257	* Makefile.in: Regenerate.
2258
22592016-01-01  Ben Elliston  <bje@gnu.org>
2260
2261	* config.guess: Import version 2016-01-01.
2262	* config.sub: Likewise.
2263
22642015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2265
2266	* MAINTAINERS (Write After Approval): Add myself.
2267
22682015-12-17  Sebastian Pop  <s.pop@samsung.com>
2269
2270	* Makefile.in: Replace ISL with isl.
2271	* Makefile.tpl: Same.
2272	* config/isl.m4: Same.
2273	* configure.ac: Same.
2274	* contrib/download_prerequisites: Same.
2275	* configure: Regenerate.
2276
22772015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2278
2279	* MAINTAINERS (Write After Approval): Add Myself.
2280
22812015-12-17  Nathan Sidwell  <nathan@acm.org>
2282
2283	* config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2284	* configure: Regenerate.
2285
22862015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2287	    Sebastian Pop  <s.pop@samsung.com>
2288
2289	* config/isl.m4 (ISL_CHECK_VERSION): Check for
2290	isl_ctx_get_max_operations.
2291	* configure: Regenerate.
2292
22932015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2294
2295	* MAINTAINERS (Write After Approval): Add myself.
2296
22972015-12-02  Ian Lance Taylor  <iant@google.com>
2298
2299	PR go/66147
2300	* Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2301	* Makefile.in: Regenerate.
2302
23032015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2304
2305	PR libffi/65726
2306	* Makefile.def (lang_env_dependencies): Make libffi depend
2307	on cxx.
2308	* Makefile.in: Regenerate.
2309
23102015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2311
2312	* m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2313	symbols.
2314
23152015-11-20  Tristan Gingold  <gingold@adacore.com>
2316
2317	Sync with binutils-gdb:
2318	2015-11-20  Tristan Gingold  <gingold@adacore.com>
2319
2320	* configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2321	* configure: Regenerate.
2322
23232015-11-19  Martin Liska  <mliska@suse.cz>
2324
2325	* .gitignore: Add .clang-format to ignored files.
2326	* Makefile.in: Add clang-format.
2327	* Makefile.tpl: Likewise.
2328
23292015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2330
2331	* configure.ac: Enable libmpx by default.
2332	* configure: Regenerated.
2333
23342015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2335
2336	* MAINTAINERS: Update email address.
2337
23382015-10-23  Paulo Matos  <pmatos@linki.tools>
2339
2340	* MAINTAINERS: Update email address.
2341
23422015-10-23  Alan Hayward <alan.hayward@arm.com>
2343
2344	* MAINTAINERS  (Write After Approval): Add myself.
2345
23462015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2347
2348	Sync with binutils-gdb:
2349	2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2350
2351	PR gas/19109
2352	* configure.ac: Add
2353	--enable-compressed-debug-sections={all,gas,gold,ld}.
2354	* configure: Regenerated.
2355
23562015-10-16  Arnaud Charlet  <charlet@adacore.com>
2357
2358	* MAINTAINERS: Update list of Ada maintainers and email addresses.
2359
23602015-10-09  Martin Liska  <mliska@suse.cz>
2361
2362	* MAINTAINERS (Write After Approval): Add myself.
2363
23642015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2365
2366	* MAINTAINERS (Write After Approval): Add myself.
2367
23682015-10-02  Florian Weimer  <fweimer@redhat.com>
2369
2370	* MAINTAINERS: Update email address.
2371
23722015-10-02  Louis Krupp <louis.krupp@zoho.com>
2373
2374	* MAINTAINERS  (Write After Approval): Add myself.
2375
23762015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2377
2378	* MAINTAINERS: Update email.
2379
23802015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2381
2382	* MAINTAINERS: Update my email address.
2383
23842015-09-01  James Bowman  <james.bowman@ftdichip.com>
2385
2386	* MAINTAINERS (ft32 port): Add myself.
2387
23882015-08-28  David Sherwood  <david.sherwood@arm.com>
2389
2390	* MAINTAINERS: Add myself.
2391
23922015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2393
2394	* MAINTAINERS (Write After Approval): Add myself.
2395
23962015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2397
2398	PR libfortran/54572
2399	* Makefile.def: Make libgfortran depend on libbacktrace.
2400	* Makefile.in: Regenerate.
2401
24022015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2403
2404	* MAINTAINERS (Write After Approval): Add myself.
2405
24062015-08-12  Tom de Vries  <tom@codesourcery.com>
2407
2408	PR other/67092
2409	* configure.ac: Remove --with_host_libstdcxx support.
2410	* configure: Regenerate.
2411
24122015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2413	    Jakub Jelinek  <jakub@redhat.com>
2414
2415	* configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2416	nvptx*-*-*.
2417	* configure: Regenerate.
2418
24192015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2420
2421	* Makefile.def (libiconv): Define bootstrap=true.
2422	Mark pdf/html/info as missing.
2423	(configure-gcc): Depend on all-libiconv.
2424	(all-gcc): Ditto.
2425	(configure-libcpp): Ditto.
2426	(all-libcpp): Ditto.
2427	(configure-intl): Ditto.
2428	(all-intl): Ditto.
2429	* Makefile.in: Regenerate.
2430
24312015-08-03  Bin Cheng  <bin.cheng@arm.com>
2432
2433	* MAINTAINERS (loop ivopts): Add the entry and myself.
2434
24352015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2436
2437	* MAINTAINERS (nvptx): Add self.
2438
24392015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2440
2441	* config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2442	128-bit vector modes.
2443
24442015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2445
2446	* MAINTAINERS (Write After Approval): Add myself.
2447
24482015-07-28  Ben Elliston  <bje@gnu.org>
2449
2450	* config.sub, config.guess: Import from upstream.
2451
24522015-07-24  Michael Darling  <darlingm@gmail.com>
2453
2454	PR other/66259
2455	* config-ml.in: Reflects renaming of configure.in to configure.ac
2456	* configure: Likewise
2457	* configure.ac: Likewise
2458
24592015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2460
2461	* MAINTAINERS: Update my email address.
2462
24632015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2464
2465	Sync with binutils-gdb:
2466	2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2467
2468	* configure.ac (target_configdirs): Exclude target-zlib if
2469	target-libjava isn't built.
2470	* configure: Regenerated.
2471
24722015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2473
2474	Sync with binutils-gdb:
2475	2015-05-13  John David Anglin  <dave.anglin@bell.net>
2476
2477	* configure.ac: Disable configuration of GDB for HPUX targets.
2478	* configure: Regenerate.
2479
2480	2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2481
2482	* configure.ac: Add --with-system-zlib.
2483	* configure: Regenerated.
2484
2485	2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2486
2487	* configure.ac: Add FT32 support.
2488	* configure: Regenerate.
2489
2490	2015-01-12  Anthony Green  <green@moxielogic.com>
2491
2492	* configure.ac: Don't disable gprof for moxie.
2493	* configure: Rebuild.
2494
24952015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2496
2497	Sync with binutils-gdb:
2498	2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2499
2500	PR ld/18355
2501	* Makefile.def: Add extra_configure_flags to host zlib.
2502	* configure.ac (extra_host_zlib_configure_flags): New.  Set
2503	to --enable-host-shared When bfd is to be built as shared
2504	library.  AC_SUBST.
2505	* Makefile.in: Regenerated.
2506
25072015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2508
2509	Sync with src:
2510	2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2511	* Makefile.def (dependencies): Add all-zlib to all-bfd.
2512	* Makefile.in: Regenerated.
2513
25142015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2515
2516	* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2517	target.
2518	* configure: Regenerate.
2519
25202015-06-23  Ludovic Courtès  <ludo@gnu.org>
2521
2522	* MAINTAINERS (Write After Approval): Add myself.
2523
25242015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2525
2526	* MAINTAINERS (OS Port Maintainers): Add myself.
2527	(Various Maintainers): Remove myself from libffi testsuite.
2528
25292015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2530
2531	* MAINTAINERS (gen* on machine desc): Add self.
2532
25332015-06-02  Jason Merrill  <jason@redhat.com>
2534
2535	PR bootstrap/66319
2536	* configure.ac: Use -std=gnu++98.
2537
25382015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2539
2540	* MAINTAINERS (Write After Approval): Add myself.
2541
25422015-05-28  Mike Frysinger  <vapier@gentoo.org>
2543
2544	* configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2545	* configure: Regenerate.
2546
25472015-05-26  Jason Merrill  <jason@redhat.com>
2548
2549	* configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2550	* configure: Regenerate.
2551
25522015-05-16  James Bowman  <james.bowman@ftdichip.com>
2553
2554	* configure.ac: FT32 target added.
2555	* configure: Regenerated.
2556
25572015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2558
2559	* MAINTAINERS (Write After Approval): Add myself.
2560
25612015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2562
2563	* MAINTAINERS (Write After Approval): Add myself.
2564
25652015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2566
2567	* configure.ac: Fix typo.
2568	* configure: Regenerate.
2569
25702015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
2571
2572	* MAINTAINERS (Write After Approval): Add myself.
2573
25742015-05-03  Matthias Klose  <doko@ubuntu.com>
2575
2576	* configure.ac: Match $host configured with triplets.
2577	* configure: Regenerate.
2578
25792015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2580
2581	* Makefile.tpl: Remove surplus whitespace throughout.
2582	* Makefile.in: Regenerate.
2583
25842015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
2585
2586	* MAINTAINERS (Various Maintainers): Add myself as instruction
2587	combiner maintainer.
2588
25892015-04-17  Jakub Jelinek  <jakub@redhat.com>
2590
2591	PR bootstrap/62077
2592	* configure.ac (--enable-stage1-checking): Default to
2593	release,misc,gimple,rtlflag,tree,types if --disable-checking
2594	or --enable-checking is not specified and DEV-PHASE is not
2595	experimental.
2596	* configure: Regenerated.
2597
25982015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
2599
2600	* Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2601	(EXTRA_BOOTSTRAP_FLAGS): Likewise.
2602	(check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2603	* Makefile.in: Regenerate.
2604
26052015-04-08  Cary Coutant  <ccoutant@gmail.com>
2606
2607	* MAINTAINERS: Update my email address.
2608
26092015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
2610
2611	* MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2612
26132015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2614
2615	* MAINTAINERS: Add myself as an arm port reviewer.
2616
26172015-03-25  Martin Liska  <mliska@suse.cz>
2618	    Yury Gribov  <y.gribov@samsung.com>
2619
2620	* Makefile.in: Fix ln source location for vimrc file.
2621	* Makefile.tpl: Likewise.
2622
26232015-03-09  Aldy Hernandez  <aldyh@redhat.com>
2624
2625	PR bootstrap/25672
2626	* configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2627	cross-compiling.  Similarly for CXX_FOR_TARGET.
2628	* configure: Regenerate.
2629
26302015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
2631
2632	* Makefile.def: Add libmpx.
2633	* configure.ac: Add libmpx.
2634	* Makefile.in: Regenerate.
2635	* configure: Regenerate.
2636
26372015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
2638
2639	* MAINTAINERS (CPU Port Maintainers): Add myself
2640	i386 vector ISA extns mantainer.
2641
26422015-03-13  Jeff Law  <law@redhat.com>
2643
2644	* MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2645	maintainer.
2646	Remove Richard Henderson as a maintainer for the x86 port.
2647
26482015-03-03  Joern Rennecke  <gnu@amylaar.uk>
2649
2650	* MAINTAINERS (CPU Port Maintainers): Update my email address.
2651
26522015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
2653
2654	* MAINTAINERS (Various Maintainers): Add myself as libmpx,
2655	pointer bounds checker and i386 MPX maintainer.
2656
26572015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
2658
2659	* MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2660
26612015-02-26  Martin Sebor  <msebor@redhat.com>
2662
2663	* MAINTAINERS (Various Maintainers): Add self.
2664
26652015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2666
2667	* configure.ac [--enable-as-accelerator-for] (enable_languages):
2668	Make sure it contains lto.
2669	* configure: Regenerate.
2670
26712015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
2672
2673	* configure: Regenerate.
2674
26752015-02-06  Diego Novillo  <dnovillo@google.com>
26761
2677	* MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2678	middle-end, docstring): Remove myself.
2679	(Write After Approval): Add myself.
2680
26812015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
2682
2683	* MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2684	(Write After Approval): Update address.
2685
26862015-01-29  David Malcolm  <dmalcolm@redhat.com>
2687
2688	PR jit/64780
2689	* configure.ac: Require the user to explicitly specify
2690	--enable-host-shared if the jit is enabled.
2691	* configure: Regenerate.
2692
26932015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2694
2695	* MAINTAINERS (Write After Approval): Add myself.
2696
26972015-01-25  Tom de Vries  <tom@codesourcery.com>
2698
2699	* MAINTAINERS: Make whitespace consistent.
2700
27012015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2702
2703	* MAINTAINERS (Write After Approval): Add myself.
2704
27052015-01-20  Andre Vehreschild  <vehre@gmx.de>
2706
2707	* MAINTAINERS: (Write After Approval): Add myself.
2708
27092015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2710
2711	* MAINTAINERS: (Write After Approval): Add myself.
2712
27132015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2714
2715	* MAINTAINERS: (Write After Approval): Add myself.
2716
27172015-01-13  Iain Sandoe  <iain@codesourcery.com>
2718
2719	* MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2720	objective-c/c++ front end maintainer.
2721
27222015-01-13  Marek Polacek  <polacek@redhat.com>
2723
2724	* MAINTAINERS (Reviewers): Add self as C front end reviewer.
2725
27262015-01-12  Jeff Law  <law@redhat.com>
2727
2728	* MAINTAINERS: Remove Stan Shebs as he has been inactive for
2729	a very long time.
2730
27312015-01-09  Ian Lance Taylor  <iant@google.com>
2732
2733	* configure.ac (host_tools): Add gotools.
2734	* Makefile.def (host_modules): Add gotools.
2735	(dependencies): Add dependency of all-gotools on all-target-libgo.
2736
27372015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2738
2739	* configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2740	* configure: Regenerate.
2741
27422015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2743
2744	* Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2745	all-target-libgomp.
2746	* Makefile.in: Regenerate.
2747
27482015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2749
2750	* MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2751
27522015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2753
2754	* configure.ac: Add Visium support.
2755	* configure: Regenerate.
2756
27572015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2758
2759	* configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2760	* configure: Regenerate.
2761
27622015-01-03  Andrew Pinski  <apinski@cavium.com>
2763
2764	* Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2765	* Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2766	(BASE_TARGET_EXPORTS): Add OBJCOPY.
2767	(OBJCOPY_FOR_TARGET): New variable.
2768	(EXTRA_TARGET_FLAGS): Add OBJCOPY.
2769	* Makefile.in: Regenerate.
2770	* configure.ac: Check for already installed target objcopy.
2771	Also GCC_TARGET_TOOL on objcopy.
2772	* configure: Regenerate.
2773
27742015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2775
2776	* config.sub: Update from upstream, to 2015-01-01 version.
2777	* config.guess: Ditto.
2778
27792014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2780
2781	* MAINTAINERS (RTEMS Ports): Add myself.
2782
27832014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2784
2785	* MAINTAINERS (Write After Approval): Add myself.
2786
27872014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2788
2789	* MAINTAINERS (Write After Approval): Add myself.
2790
27912014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2792
2793	* configure.ac (--enable-as-accelerator-for): Don't set
2794	ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2795	* configure: Regenerate.
2796
27972014-12-13  Jakub Jelinek  <jakub@redhat.com>
2798
2799	PR bootstrap/64023
2800	* Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2801	to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2802	Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2803	to CXX.
2804	* Makefile.in: Regenerated.
2805
28062014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2807	    Yury Gribov  <y.gribov@samsung.com>
2808
2809	* .gitignore: Added .local.vimrc and .lvimrc.
2810	* Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2811	* Makefile.in: Regenerate.
2812
28132014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2814
2815	* config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2816	* configure: Regenerated.
2817
28182014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2819
2820	* MAINTAINERS (nvptx port): New entry.
2821
28222014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2823
2824	* configure: Regenerate.
2825
28262014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2827
2828	* configure.ac: Merge with Binutils.
2829
28302014-11-26  Tobias Burnus  <burnus@net-b.de>
2831
2832	* Makefile.def: Make more dependent on mpfr, mpc and isl.
2833	* Makefile.in: Regenerate.
2834
28352014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2836
2837	* Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2838	missing flex.
2839	* Makefile.in: Regenerated.
2840
28412014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2842
2843	* Makefile.in: Regenerate.
2844
28452014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2846
2847	PR bootstrap/63784
2848	* libtool.m4: Add $pic_flag with -shared.
2849
28502014-11-21  Renlin Li  <Renlin.Li@arm.com>
2851
2852	* MAINTAINERS (Write After Approval): Added myself.
2853
28542014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2855
2856	* MAINTAINERS (write-after-approval): Add myself.
2857
28582014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2859
2860	* MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2861	from 2 years ago.
2862
28632014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2864
2865	Revert:
2866	2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2867
2868	* MAINTAINERS (Write After Approval): Added myself as line map
2869	maintainer.
2870
28712014-11-19  Renlin Li  <Renlin.Li@arm.com>
2872
2873	Revert:
2874	2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2875
2876	* MAINTAINERS (Write After Approval): Added myself.
2877
28782014-11-19  Renlin Li  <Renlin.Li@arm.com>
2879
2880	* MAINTAINERS (Write After Approval): Added myself.
2881
28822014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2883
2884	* MAINTAINERS (Write After Approval): Added myself as line map
2885	maintainer.
2886
28872014-11-17  Dodji Seketeli  <dodji@redhat.com>
2888
2889	* MAINTAINERS (Various Maintainers): Added myself as line map
2890	maintainer.
2891
28922014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2893
2894	* move-if-change: Sync from upstream gnulib.
2895
28962014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2897
2898	* compile: Sync with upstream Automake.
2899	* depcomp: Ditto.
2900	* install-sh: Ditto.
2901	* missing: Ditto.
2902	* mkinstalldirs: Ditto.
2903	* ylwrap: Ditto.
2904
29052014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2906
2907	* config.sub: Update from upstream config repo.
2908	* config.guess: Ditto.
2909
29102014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2911
2912	* Makefile.def: Add liboffloadmic to target_modules.  Make
2913	liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2914	* Makefile.in: Regenerate.
2915	* configure: Regenerate.
2916	* configure.ac: Add liboffloadmic to target binaries.
2917	Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2918	Add liboffloadmic to noconfig list when C++ is not supported.
2919
29202014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2921	    Thomas Schwinge  <thomas@codesourcery.com>
2922	    Ilya Verbin  <ilya.verbin@intel.com>
2923	    Andrey Turetskiy  <andrey.turetskiy@intel.com>
2924
2925	* configure: Regenerate.
2926	* configure.ac (--enable-as-accelerator-for)
2927	(--enable-offload-targets): New configure options.
2928
29292014-11-11  Tobias Burnus  <burnus@net-b.de>
2930
2931	* Makefile.def: Make all-gcc depend on all-isl.
2932	* Makefile.in: Regenerate.
2933
29342014-11-11  David Malcolm  <dmalcolm@redhat.com>
2935
2936	* ChangeLog.jit: New.
2937	* MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2938
29392014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2940
2941	PR target/63610
2942	* libtool.m4: Fix globbing of darwin versions.
2943	* configure: Regenerate.
2944
29452014-11-11  Tobias Burnus  <burnus@net-b.de>
2946
2947	* Makefile.def: Remove CLooG.
2948	* Makefile.tpl: Ditto.
2949	* configure.ac: Ditto.
2950	* configure: Regenerate.
2951	* Makefile.in: Ditto.
2952
29532014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2954
2955	* configure.ac: Handle nvptx-*-*.
2956	* configure: Regenerate.
2957
29582014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2959
2960	* MAINTAINERS (Write After Approval): Add myself.
2961
29622014-10-31  Jakub Jelinek  <jakub@redhat.com>
2963
2964	* Makefile.def (libcc1): Remove bootstrap=true;.
2965	* Makefile.in: Regenerated.
2966
29672014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2968
2969	* configure.ac: Update comment.
2970	* configure: Regenerate.
2971
29722014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2973
2974	* MAINTAINERS (Write After Approval): Add myself.
2975
29762014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2977
2978	* configure.ac (extra_host_libiberty_configure_flags): Add
2979	--enable-shared also for libcc1's benefit.
2980	* configure: Regenerate.
2981
29822014-10-29  Tristan Gingold  <gingold@adacore.com>
2983
2984	* MAINTAINERS: Change my email address.
2985
29862014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2987	    Tom Tromey  <tromey@redhat.com>
2988
2989	* Makefile.def: Add libcc1 to host_modules.
2990	* configure.ac (host_tools): Add libcc1.
2991	* Makefile.in, configure: Rebuild.
2992
29932014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2994
2995	* configure.ac (build_configargs): Don't share config.cache between
2996	build subdirs.
2997	* configure: Regenerate.
2998
29992014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3000
3001	* config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3002	* doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3003	* config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3004	leon3v7 as leon3.
3005	* config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3006	* config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3007	* config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3008	* config/sparc/sparc.md (cpu): Add leon3v7.
3009	* config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3010
30112014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
3012
3013	* MAINTAINERS (write-after-approval): Add myself.
3014
30152014-10-23  Ian Lance Taylor  <iant@google.com>
3016
3017	* configure.ac: Disable the Go frontend on systems where it is known
3018	to not work.
3019	* configure: Regenerate.
3020
30212014-10-23  Richard Biener  <rguenther@suse.de>
3022
3023	* Makefile.def: Add libcpp build module and dependencies.
3024	* configure.ac: Add libcpp build module.
3025	* Makefile.in: Regenerate.
3026	* configure: Likewise.
3027
30282014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
3029
3030	* MAINTAINERS (write-after-approval): Add myself.
3031
30322014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
3033
3034	* INSTALL/README: Do not mention CVS.
3035
30362014-10-03  Jing Yu  <jingyu@google.com>
3037
3038	* configure.ac: Add aarch64 to list of targets that support gold.
3039	* configure: Regenerate.
3040
30412014-09-29  François Dumont  <fdumont@gcc.gnu.org>
3042
3043	* MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
3044
30452014-09-29  Catherine Moore  <clm@codesourcery.com>
3046
3047	* MAINTAINERS:  Add myself as MIPS maintainer.
3048
30492014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
3050
3051	* MAINTAINERS: Move myself to MIPS maintainers.
3052
30532014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3054
3055	* MAINTAINERS: Put all email addresses between '<' and '>'.
3056
30572014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3058
3059	* MAINTAINERS: Move myself to reviewers (Fortran).
3060
30612014-09-01  Andi Kleen  <ak@linux.intel.com>
3062
3063	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3064	POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
3065	* Makefile.in: Regenerate.
3066
30672014-08-28  David Malcolm  <dmalcolm@redhat.com>
3068
3069	* rtx-classes-status.txt: Delete
3070
30712014-08-28  David Malcolm  <dmalcolm@redhat.com>
3072
3073	* rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3074
30752014-08-27  Sebastian Pop  <s.pop@samsung.com>
3076
3077	* config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3078	(ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3079	of checking for version number.
3080	* configure: Regenerated.
3081	* configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3082
30832014-08-27  David Malcolm  <dmalcolm@redhat.com>
3084
3085	* rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3086	is done; begin phase 6 (use extra rtx_def subclasses).
3087
30882014-08-27  David Malcolm  <dmalcolm@redhat.com>
3089
3090	* rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3091	done; begin phase 5 (additional rtx_def subclasses).
3092
30932014-08-26  David Malcolm  <dmalcolm@redhat.com>
3094
3095	* rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3096
30972014-08-26  David Malcolm  <dmalcolm@redhat.com>
3098
3099	* rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3100	SET_BB_HEADER are done.
3101
31022014-08-26  David Malcolm  <dmalcolm@redhat.com>
3103
3104	* rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3105	done.
3106
31072014-08-26  David Malcolm  <dmalcolm@redhat.com>
3108
3109	* rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3110
31112014-08-26  David Malcolm  <dmalcolm@redhat.com>
3112
3113	* rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3114
31152014-08-25  David Malcolm  <dmalcolm@redhat.com>
3116
3117	* rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3118
31192014-08-25  David Malcolm  <dmalcolm@redhat.com>
3120
3121	* rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3122
31232014-08-25  David Malcolm  <dmalcolm@redhat.com>
3124
3125	* rtx-classes-status.txt: Phase 3 (per-file commits within
3126	"config" subdirs) is done; begin phase 4 (removal of
3127	"scaffolding").
3128
31292014-08-23  David Malcolm  <dmalcolm@redhat.com>
3130
3131	* rtx-classes-status.txt: Phase 2 (per-file commits in main source
3132	dir) is done; begin phase 3 (per-file commits within "config"
3133	subdirs).
3134
31352014-08-21  David Malcolm  <dmalcolm@redhat.com>
3136
3137	* rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3138	phase 2 (per-file commits in main source dir).
3139
31402014-08-21  Bin Cheng  <bin.cheng@arm.com>
3141
3142	* configure: Regenerated.
3143
31442014-08-19  David Malcolm  <dmalcolm@redhat.com>
3145
3146	* rtx-classes-status.txt (TODO): Add SET_BND_TO
3147
31482014-08-19  David Malcolm  <dmalcolm@redhat.com>
3149
3150	* rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3151
31522014-08-19  David Malcolm  <dmalcolm@redhat.com>
3153
3154	* rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3155
31562014-08-19  David Malcolm  <dmalcolm@redhat.com>
3157
3158	* rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3159
31602014-08-19  David Malcolm  <dmalcolm@redhat.com>
3161
3162	* rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3163
31642014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3165
3166	* MAINTAINERS (Write After Approval): Add myself.
3167
31682014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3169
3170	* MAINTAINERS: Remove myself
3171
31722014-08-19  David Malcolm  <dmalcolm@redhat.com>
3173
3174	* rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3175
31762014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3177
3178	* MAINTAINERS (Write After Approval): Add myself.
3179
31802014-08-18  David Malcolm  <dmalcolm@redhat.com>
3181
3182	* rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3183	SET_BB_HEADER, SET_BB_FOOTER
3184
31852014-08-18  David Malcolm  <dmalcolm@redhat.com>
3186
3187	* rtx-classes-status.txt: New file
3188
31892014-08-18 Roman Gareev  <gareevroman@gmail.com>
3190
3191	* configure.ac: Eliminate ClooG installation dependency.
3192	* configure: Regenerate.
3193	* Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3194	* Makefile.in: Regenerate.
3195
31962014-08-15  Ilya Verbin  <iverbin@gmail.com>
3197
3198	* MAINTAINERS (Write After Approval): Add myself.
3199
32002014-08-15  Ilya Tocar  <tocarip@gmail.com>
3201
3202	* MAINTAINERS (Write After Approval): Add myself.
3203
32042014-08-01  Jiong Wang  <jiong.wang@arm.com>
3205
3206	* MAINTAINERS (Write After Approval): Add myself.
3207
32082014-07-28  Anthony Green  <green@moxielogic.com>
3209
3210	Import from savannah.gnu.org:
3211	* config.sub: Update to 2014-07-28 version.
3212
32132014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3214
3215	* MAINTAINERS: Remove my MIPS maintainer entry.
3216
32172014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3218
3219	PR target/47230
3220	* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3221	* configure: Regenerate.
3222
32232014-07-24  James Norris  <jnorris@codesourcery.com>
3224
3225	* MAINTAINERS (Write After Approval): Add myself.
3226
32272014-07-20  Roman Gareev  <gareevroman@gmail.com>
3228
3229	* configure.ac: Accept only CLooG 0.18.1.
3230	* configure: Regenerate.
3231
32322014-07-17  Roman Gareev  <gareevroman@gmail.com>
3233
3234	* configure.ac: Don't accept isl 0.11.
3235	* configure: Regenerate.
3236
32372014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3238
3239	* MAINTAINERS (Write After Approval): Add myself.
3240
32412014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3242
3243	* configure.ac: Don't accept isl 0.10.
3244	* configure: Regenerate.
3245
32462014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3247
3248	Fix include path for in-tree cloog.
3249	* config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3250	* configure: Regenerate.
3251
32522014-06-18  Richard Henderson  <rth@redhat.com>
3253
3254	* .gitignore: Import gcc_update output.
3255
32562014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3257
3258	* config-ml.in: Robustify ac_configure_args parsing.
3259
3260	* configure.ac (--enable-linker-plugin-configure-flags)
3261	(--enable-linker-plugin-flags): New flags.
3262	(configdirs): Conditionally add libiberty-linker-plugin.
3263	* configure: Regenerate.
3264	* Makefile.def (host_modules): Add libiberty-linker-plugin.
3265	(host_modules) <lto-plugin>: Pay attention to
3266	@extra_linker_plugin_flags@ and
3267	@extra_linker_plugin_configure_flags@.
3268	(all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3269	* Makefile.in: Regenerate.
3270
3271	* Makefile.tpl (configure-[+prefix+][+module+])
3272	(configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3273	"module_srcdir" instead of "module" for locating a module's srcdir.
3274	* Makefile.in: Regenerate.
3275
32762014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3277
3278	* MAINTAINERS (Write After Approval): Add myself.
3279
32802014-06-06  Sebastian Pop  <sebpop@gmail.com>
3281
3282	* MAINTAINERS: Update my email address.
3283
32842014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3285
3286	* MAINTAINERS (Write After Approval): Add myself.
3287
32882014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3289
3290	* MAINTAINERS (Write After Approval): Add myself.
3291
32922014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3293
3294	PR libstdc++/61011
3295	* configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3296	Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3297	* configure: Regenerate.
3298
32992014-05-28  Pedro Alves  <palves@redhat.com>
3300
3301	* MAINTAINERS (Write After Approval): Add myself.
3302
33032014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3304
3305	* MAINTAINERS: Update my affiliation/email.
3306
33072014-05-19  Mike Stump  <mikestump@comcast.net>
3308
3309	* MAINTAINERS: Add wide-int reviewers.
3310
33112014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3312
3313	* configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3314	* configure: Regenerated.
3315
33162014-05-15  Torvald Riegel  <triegel@redhat.com>
3317
3318	* MAINTAINERS (libitm): Add myself as maintainer.
3319
33202014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3321
3322	* MAINTAINERS (Write After Approval): Add myself.
3323
33242014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3325
3326	* config.sub, config.guess: Import from upstream.
3327
33282014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3329
3330	* MAINTAINERS (Write After Approval): Put myself in correct order.
3331
33322014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3333
3334	* MAINTAINERS (Write After Approval): Add myself.
3335
33362014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3337
3338	* MAINTAINERS: Move myself from Reviewers to Write After Approval
3339	section.
3340
33412014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3342
3343	* MAINTAINERS (Write After Approval): Delete myself.
3344
33452014-04-17  Jakub Jelinek  <jakub@redhat.com>
3346
3347	PR sanitizer/56781
3348	* libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3349	and -B* options with -Xcompiler.
3350
33512014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3352
3353	PR bootstrap/60620
3354	* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3355	* Makefile.in: Regenerate.
3356
33572014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3358
3359	* Makefile.def (dependencies): Make all-ld depend on all-binutils
3360	for WINDRES_FOR_TARGET in default-manifest.o rule.
3361	* Makefile.in: Regenerate.
3362
33632014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3364
3365	* MAINTAINERS (Write After Approval): Add myself.
3366
33672014-03-26  Jakub Jelinek  <jakub@redhat.com>
3368
3369	PR sanitizer/56781
3370	* Makefile.def: Set bootstrap=true; for host fixincludes.
3371	* configure.ac: Don't bootstrap host fixincludes unless
3372	--with-build-config=bootstrap-{a,ub}san.
3373	* Makefile.in: Regenerated.
3374	* configure: Regenerated.
3375
33762014-03-21  Jakub Jelinek  <jakub@redhat.com>
3377
3378	* configure.ac: Move BUILD_CONFIG set up earlier.  Add
3379	--enable-vtable-verify option parsing.  Don't add
3380	target-libsanitizer to bootstrap_target_libs unless
3381	--with-build-config=bootstrap-asan or
3382	--with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3383	to bootstrap_target_libs unless --enable-vtable-verify.
3384	* configure: Regenerated.
3385
33862014-03-10  Anatoly Sokolov <aesok@post.ru>
3387
3388	* MAINTAINERS (Write After Approval): Add myself.
3389
33902014-03-07  Denis Chertykov  <chertykov@gmail.com>
3391
3392	* MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3393
33942014-03-07  Jakub Jelinek  <jakub@redhat.com>
3395
3396	PR bootstrap/58572
3397	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3398	-I for libstdc++-v3 includes if $(LEAN).
3399	* Makefile.in: Regenerated.
3400
34012014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3402
3403	* MAINTAINERS: Update my email address.
3404
34052014-02-24  Walter Lee  <walt@tilera.com>
3406
3407	* configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3408	(tilegx-*-*): Change to tilegx*-*-*.
3409	* configure: Regenerate.
3410
34112014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3412
3413	* MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3414
34152014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3416
3417	* MAINTAINERS (Write After Approval): Add myself.
3418
34192014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3420
3421	PR target/59788
3422	* ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3423	*solaris2*.
3424
34252014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3426
3427	* MAINTAINERS: Update my email address.
3428
34292014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3430
3431	* MAINTAINERS: Convert to UTF-8.
3432	Properly sort Xinliang David Li's entry.
3433
34342013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3435	    Sandra Loosemore  <sandra@codesourcery.com>
3436
3437	* MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3438	nios2 port maintainers.
3439
34402013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3441
3442	* MAINTAINERS (Write After Approval): Add myself.
3443
34442013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3445
3446	* configure.ac: Add user-friendly check for native x86_64-linux
3447	multilibs.
3448	* configure: Regenerate.
3449
34502013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3451
3452	* MAINTAINERS: Add myself as sh maintainer.
3453
34542013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3455
3456	* MAINTAINERS: Add self as SLSR maintainer.
3457
34582013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3459
3460	* MAINTAINERS: Update my email address.
3461
34622013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3463
3464	* MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3465
34662013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3467
3468	* Makefile.in: Regenerate.
3469
3470	* Makefile.tpl: Fix typo.
3471	* Makefile.in: Regenerate partially.
3472
34732013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3474
3475	* configure.ac: Added libcilkrts to noconfig list when C++ is not
3476	supported.
3477	* configure: Regenerated.
3478
34792013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3480
3481	* MAINTAINERS (Write After Approval): Add myself.
3482
34832013-10-30  Jason Merrill  <jason@redhat.com>
3484
3485	* Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3486	--disable-build-format-warnings.
3487
34882013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3489
3490	* Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3491	depend on libstdc++ and libgcc.
3492	* configure: Regenerate.
3493	* configure.ac: Added libcilkrts to target binaries.  Also, restrict
3494	libcilkrts for POSIX and i*86, and x86_64 architectures.
3495	* Makefile.in: Added libcilkrts related fields to support building it.
3496
34972013-10-26  Jeff Law  <law@redhat.com>
3498
3499	* Makefile.def (target_modules): Remove libmudflap
3500	(languages): Remove check-target-libmudflap).
3501	* Makefile.in: Rebuilt.
3502	* Makefile.tpl (check-target-libmudflap-c++): Remove.
3503	* configure.ac (target_libraries): Remove target-libmudflap.
3504	Remove checks which disabled libmudflap on some systems.
3505	* configure: Rebuilt.
3506	* libmudflap: Directory removed.
3507
35082013-10-21  Cong Hou  <congh@google.com>
3509
3510	* MAINTAINERS (Write After Approval): Add myself.
3511
35122013-10-16  Mike Stump  <mikestump@comcast.net>
3513
3514	* .dir-locals.el: Add.
3515
35162013-10-15  David Malcolm  <dmalcolm@redhat.com>
3517
3518	* configure.ac: Add --enable-host-shared
3519	* configure: Regenerate.
3520
35212013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3522
3523	Import from savannah.gnu.org:
3524	* config.guess: Update to 2013-06-10 version.
3525	* config.sub: Update to 2013-10-01 version.
3526
35272013-10-01  Simon Cook  <simon.cook@embecosm.com>
3528
3529	Changes to build configuration to allow big endian ARC ELF toolchain
3530	* configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3531	* configure: Regenerate.
3532
35332013-09-20  Alan Modra  <amodra@gmail.com>
3534
3535	* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3536	ppc host match.  Support little-endian powerpc linux hosts.
3537
35382013-09-19  Dodji Seketeli  <dodji@redhat.com>
3539
3540	* MAINTAINERS (diagnostic messages): Add myself as diagnostics
3541	maintainer.
3542
35432013-09-12  DJ Delorie  <dj@redhat.com>
3544
3545	* MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3546	maintainers.
3547
35482013-09-03  Richard Biener  <rguenther@suse.de>
3549
3550	* configure.ac: Also allow ISL 0.12.
3551	* configure: Regenerated.
3552
35532013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3554
3555	* MAINTAINERS (Write After Approval): Add myself.
3556
35572013-08-27  David Malcolm  <dmalcolm@redhat.com>
3558
3559	* MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3560
35612013-08-26  Caroline Tice  <cmtice@google.com>
3562
3563	* MAINTAINERS:  Correct earliers update:  Move myself from libvtv
3564	"Various Reviewers" to libvtv "Various Maintainers".
3565
35662013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
3567
3568	* MAINTAINERS: Add myself as RTL optimizers reviewer.
3569
35702013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
3571
3572	* MAINTAINERS: Update name, email.
3573
35742013-08-13  Adam Butcher  <adam@jessamine.co.uk>
3575
3576	* MAINTAINERS (Write After Approval): Add myself.
3577
35782013-08-12  Caroline Tice  <cmtice@google.com>
3579
3580	* MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3581	address in the Write After Approval section.
3582
35832013-08-09  Carlos O'Donell  <carlos@redhat.com>
3584
3585	* MAINTAINERS (Write After Approval): Update email.
3586
35872013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
3588
3589	* configure.ac: Adjust to check VTV_SUPPORTED.
3590	* configure: Regenerated.
3591
35922013-08-02  Caroline Tice  <cmtice@google.com>
3593
3594	* configure.ac: Add target-libvtv to target_libraries; disable libvtv
3595	on non-linux systems; add target-libvtv to noconfigdirs; add
3596	libsupc++/.libs to C++ library search paths.
3597	* configure: Regenerated.
3598	* Makefile.def: Add libvtv to target_modules; make libvtv depend on
3599	libstdc++ and libgcc.
3600	* Makefile.in: Regenerated.
3601
36022013-07-19  Yvan Roux  <yvan.roux@linaro.org>
3603
3604	* MAINTAINERS (Write After Approval): Add myself.
3605
36062013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
3607	    Shiva Chen  <shiva0217@gmail.com>
3608
3609	* MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3610	nds32 port maintainers.
3611
36122013-07-17  Tim Shen  <timshen91@gmail.com>
3613
3614	* MAINTAINERS (Write After Approval): Add myself.
3615
36162013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3617
3618	* configure.ac: Sync from binutils.
3619	* configure: Regenerate.
3620
36212013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
3622
3623	* MAINTAINERS (Write After Approval): Add myself.
3624
36252013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
3626
3627	* MAINTAINERS (Write After Approval): Add myself.
3628
36292013-05-17  David Malcolm  <dmalcolm@redhat.com>
3630
3631	* MAINTAINERS (Write After Approval): Add myself.
3632
36332013-04-30  Brooks Moses  <bmoses@google.com>
3634
3635	* MAINTAINERS: Update my email; move myself from Fortran
3636	reviewer to Write After Approval.
3637
36382013-04-16  Andreas Schwab  <schwab@suse.de>
3639
3640	* configure.ac (aarch64-*-*): Don't disable java.
3641	* configure: Regenerate.
3642
36432013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
3644
3645	* MAINTAINERS (Write After Approval): Add myself.
3646
36472013-03-30  Matthias Klose  <doko@ubuntu.com>
3648
3649	* Makefile.def (target_modules): Don't install libffi.
3650	* Makefile.in: Regenerate.
3651
36522013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
3653
3654	* MAINTAINERS (Write After Approval): Add myself.
3655
36562013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
3657
3658	* MAINTAINERS (Write After Approval): Add myself.
3659
36602013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
3661
3662	* configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3663	* configure: Regenerated.
3664
36652013-02-05  Ian Lance Taylor  <iant@google.com>
3666
3667	PR go/55969
3668	* configure.ac: Disable libgo on some systems where it does not
3669	work.
3670
36712013-02-04  David Edelsohn  <dje.gcc@gmail.com>
3672
3673	* MAINTAINERS: Explicitly add myself as AIX maintainer.
3674	Remove Geoff Keating as rs6000 port maintainer, at his request.
3675
36762013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
3677
3678	* MAINTAINERS: Update my email.
3679
36802013-01-23  Shenghou Ma  <minux.ma@gmail.com>
3681
3682	* configure: Re-generate.
3683
36842013-01-15  Richard Biener  <rguenther@suse.de>
3685
3686	PR other/55973
3687	* configure: Re-generate.
3688
36892013-01-14  Matthias Klose  <doko@ubuntu.com>
3690
3691	* Makefile.def (install-target-libsanitizer): Depend on
3692	install-target-libstdc++-v3.
3693	* Makefile.in: Regenerate.
3694
36952013-01-14  Richard Biener  <rguenther@suse.de>
3696
3697	* configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3698	* configure: Re-generate
3699
37002013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3701
3702	* config.sub: Update from config repo.
3703
37042013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3705
3706	* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3707	* Makefile.in: Regenerate.
3708
37092013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3710
3711	* MAINTAINERS (arc): Add new port maintainership for myself.
3712
37132013-01-09  Jason Merrill  <jason@redhat.com>
3714
3715	* .gitignore: Import from gdb repository.
3716
37172013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3718
3719	* Makefile.def (configure-gcc): Depend on all-gmp.
3720	(all-gcc): Remove dependency on all-gmp.
3721	* Makefile.in: Regenerated.
3722
37232013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3724
3725	* config.sub: Merge from config repo.
3726	* config.guess: Ditto.
3727
37282013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3729
3730	* Makefile.def: Merge from binutils.
3731	* Makefile.in: Ditto.
3732
37332013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3734
3735	* MAINTAINERS: Update my email.
3736
37372012-12-29  Ben Elliston  <bje@gnu.org>
3738
3739	* config.guess: Update to 2012-12-29 version.
3740	* config.sub: Likewise.
3741
37422012-12-20  Matthias Klose  <doko@ubuntu.com>
3743
3744	* Makefile.def (install-target-libgfortran): Depend on
3745	install-target-libquadmath, install-target-libgcc.
3746	(install-target-libsanitizer): Depend on install-target-libgcc.
3747	(install-target-libjava): Depend on install-target-libgcc.
3748	(install-target-libitm): Depend on install-target-libgcc.
3749	(install-target-libobjc): Depend on install-target-libgcc.
3750	(install-target-libstdc++-v3): Depend on install-target-libgcc.
3751	* Makefile.in: Regenerate.
3752
37532012-12-19  Matthias Klose  <doko@ubuntu.com>
3754
3755	* Makefile.def (install-target-libgo): Depend on
3756	install-target-libatomic.
3757	* Makefile.in: Regenerate.
3758
37592012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3760
3761	PR go/55201
3762	* Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3763	* Makefile.in: Regenerate.
3764
37652012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3766
3767	* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3768	* configure: Regenerate.
3769
37702012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3771
3772	* config.sub: Merge from config repo.
3773
37742012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3775
3776	* Makefile.def (target_modules): Add bootstrap=true and
3777	raw_cxx=true to libsanitizer.
3778	* configure.ac (bootstrap_target_libs): Add libsanitizer.
3779	* Makefile.in: Regenerated.
3780	* configure: Likewise.
3781
37822012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3783
3784	* MAINTAINERS: Remove self as RTL optimization maintainer.
3785
37862012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3787
3788	* MAINTAINERS (Write After Approval): Add myself.
3789
37902012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3791
3792	* Makefile.def (target_modules): Remove bootstrap=true and
3793	raw_cxx=true from libsanitizer.
3794	* configure.ac (bootstrap_target_libs): Remove libsanitizer.
3795	* Makefile.in: Regenerated.
3796	* configure: Likewise.
3797
37982012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3799
3800	* Makefile.def (target_modules): Add bootstrap=true and
3801	raw_cxx=true to libsanitizer.
3802	* configure.ac (bootstrap_target_libs): Add libsanitizer.
3803	* Makefile.in: Regenerated.
3804	* configure: Likewise.
3805
38062012-11-28  Andrew Pinski  <apinski@cavium.com>
3807
3808	PR bootstrap/54279
3809	* configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3810	* configure: Regenerate.
3811	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3812	* Makefile.in: Regenerate.
3813
38142012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3815
3816	* configure.ac: Disable libsanitizer if we're not building C++.
3817	* configure: Regenerate.
3818
38192012-11-15  Roland McGrath  <roland@hack.frob.com>
3820
3821	* MAINTAINERS (Write After Approval): Add myself.
3822
38232012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3824
3825	* MAINTAINERS: (libsanitizer, asan.c): Add myself,
3826	Kostya Serebryany (kcc@google.com) and
3827	Jakub Jelinek (jakub@redhat.com).
3828	Rename area for Dodji Seketeli (dodji@redhat.com).
3829
38302012-11-15  Dodji Seketeli  <dodji@redhat.com>
3831
3832	* MAINTAINERS: (asan.c, related): Add myself.
3833
38342012-11-14  Roland McGrath  <mcgrathr@google.com>
3835
3836	* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3837	* configure: Regenerate.
3838
38392012-11-13  Richard Henderson  <rth@redhat.com>
3840
3841	* configure.ac: Move libsanitizer logic to subdirectory.
3842	* configure: Regenerate.
3843
38442012-11-13  Dodji Seketeli  <dodji@redhat.com>
3845
3846	* configure.ac: Enable libsanitizer just on x86 linux for now.
3847	* configure: Re-generate.
3848
38492012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3850
3851	* configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3852	sections.
3853	* configure: Regenerate.
3854
38552012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3856
3857	* configure.ac: Add section for configdirs for libsanitizer.
3858	Disable for cris-*-* and mmix-*-*.
3859	* configure: Regenerate.
3860
38612012-11-12  Wei Mi <wmi@google.com>
3862
3863	* configure.ac: Add libsanitizer to target_libraries.
3864	* Makefile.def: Ditto.
3865	* configure: Regenerate.
3866	* Makefile.in: Regenerate.
3867	* libsanitizer: New directory for asan runtime.  Contains an empty
3868	tsan directory.
3869
38702012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3871
3872	* configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3873	against Mingw64 w32api.
3874	* configure: Regenerate.
3875
38762012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3877
3878	* configure: Regenerated.
3879
38802012-11-03  Robert Mason  <rbmj@verizon.net>
3881
3882	* configure.ac: add --disable-libstdcxx configure option
3883	and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3884
38852012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3886
3887	* MAINTAINERS (Write After Approval): Add myself.
3888
38892012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3890
3891	* MAINTAINERS (Write After Approval): Add myself.
3892
38932012-10-24  Sharad Singhai  <singhai@google.com>
3894
3895	* MAINTAINERS (Write After Approval): Add myself.
3896
38972012-10-24  Eric Christopher  <echristo@gmail.com>
3898
3899	* MAINTAINERS: Update email address.
3900
39012012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3902
3903	PR bootstrap/54820
3904	* configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3905	* configure: Regenerate.
3906
39072012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3908
3909	* MAINTAINERS (aarch64): Add Marcus and myself.
3910
39112012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3912
3913	PR bootstrap/54820
3914	* Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3915	(all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3916	(all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3917	(clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3918	(host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3919	* Makefile.in: Regenerate.
3920	* configure.ac (have_static_libs): New variable and associated check.
3921	(stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3922	-static-libgcc if stage1_libs is empty and have_static_libs is yes.
3923	* configure: Regenerate.
3924
39252012-10-10  Richard Biener  <rguenther@suse.de>
3926
3927	* MAINTAINERS: Adjust for changed surname.
3928
39292012-10-04  Lawrence Crowl  <crowl@google.com>
3930
3931	* MAINTAINERS (Write After Approval): Add myself.
3932
39332012-10-01  Cary Coutant  <ccoutant@google.com>
3934
3935	* MAINTAINERS: Add myself as dwarf debugging code maintainer.
3936
39372012-09-28  Ian Lance Taylor  <iant@google.com>
3938
3939	* Makefile.def: Make all-target-libgo depend on
3940	all-target-libbacktrace.
3941	* Makefile.in: Rebuild.
3942
39432012-09-26  Ian Lance Taylor  <iant@google.com>
3944
3945	* Makefile.def: Make all-gcc depend on all-libbacktrace.
3946	* Makefile.in: Rebuild.
3947
39482012-09-20  Walter Lee  <walt@tilera.com>
3949
3950	* configure.ac: Add tilegx to list of targets that support gold.
3951	* configure: Regenerate.
3952
39532012-09-20  Marek Polacek  <polacek@redhat.com>
3954
3955	* MAINTAINERS (Write After Approval): Add myself.
3956
39572012-09-19  Steve Ellcey  <sellcey@mips.com>
3958
3959	* configure.ac: Add mips*-mti-elf* target.
3960	* configure: Regenerate.
3961
39622012-09-17  Ian Lance Taylor  <iant@google.com>
3963
3964	* MAINTAINERS (Various Maintainers): Add libbacktrace.
3965	* configure.ac (host_libs): Add libbacktrace.
3966	(target_libraries): Add libbacktrace.
3967	* Makefile.def (host_modules): Add libbacktrace.
3968	(target_modules): Likewise.
3969	* configure, Makefile.in: Rebuild.
3970
39712012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3972
3973	PR target/38607
3974	Merge upstream change.
3975	* libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3976
3977	* configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3978	Add libgomp*.o to compare_exclusions for AIX.
3979	* configure: Regenerate.
3980
39812012-09-06  Diego Novillo  <dnovillo@google.com>
3982
3983	* configure.ac: Bump minimum GMP version to 4.2.3.
3984	* configure: Re-generate.
3985
39862012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3987
3988	PR target/54461
3989	* configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3990	target-libgloss if not configured --with-avrlibc=no.
3991	* configure: Regenerate.
3992
39932012-09-04  Jason Merrill  <jason@redhat.com>
3994
3995	* configure.ac: Fix --enable-languages=all.
3996
39972012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3998
3999	* MAINTAINERS (Write After Approval): Add myself.
4000
40012012-09-03  Richard Guenther  <rguenther@suse.de>
4002
4003	PR bootstrap/54138
4004	* configure.ac: Re-organize ISL / CLOOG checks to allow
4005	disabling with either --without-isl or --without-cloog.
4006	* configure: Regenerated.
4007
40082012-09-03  Georg-Johann Lay  <avr@gjlay.de>
4009
4010	* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4011	* configure: Regenerate.
4012
40132012-08-27  Ulrich Drepper  <drepper@gmail.com>
4014
4015	* MAINTAINERS: Fix my email address.
4016
40172012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
4018
4019	PR binutils/4970
4020	* Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4021	and opcodes.
4022	* Makefile.in: Regenerated.
4023
40242012-08-26  Art Haas <ahaas@impactweather.com>
4025
4026	* configure: Regenerate.
4027
40282012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
4029
4030	* INSTALL/README: Also refer to the online installation
4031	instructions.
4032
40332012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4034
4035	* MAINTAINERS (Write After Approval): Add myself.
4036	(Picochip port): Remove myself.
4037
40382012-08-14   Diego Novillo  <dnovillo@google.com>
4039
4040	Merge from cxx-conversion branch.
4041
4042	* Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4043	POSTSTAGE1_CONFIGURE_FLAGS.
4044	* Makefile.in: Regenerate.
4045	* configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
4046	Force C++ when bootstrapping.
4047	* configure: Regenerate.
4048
40492012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
4050
4051	* MAINTAINERS (Write After Approval): Add myself.
4052
40532012-07-16  Joseph Myers  <joseph@codesourcery.com>
4054
4055	* README: Document use of ranges of years in copyright notices.
4056
40572012-07-06  Richard Guenther  <rguenther@suse.de>
4058
4059	* Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4060	as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4061	--with-gmp=system.
4062	* Makefile.in: Regenerated.
4063	* configure: Likewise.
4064
40652012-07-06  Richard Guenther  <rguenther@suse.de>
4066
4067	* configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4068	* Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4069	supply V=1 as extra_make_flags.
4070	* configure: Regenerated.
4071	* Makefile.in: Likewise.
4072
40732012-07-04  Tristan Gingold  <gingold@adacore.com>
4074
4075	* configure: Regenerate.
4076
40772012-07-03  Richard Guenther  <rguenther@suse.de>
4078
4079	* Makfile.def (isl): Remove not necessary extra_exports and
4080	extra_make_flags.
4081	(cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4082	* Makefile.in: Regenerated.
4083
40842012-07-03  Richard Guenther  <rguenther@suse.de>
4085
4086	* Makefile.def (cloog): Add V=1 to extra_make_flags.
4087	* configure.ac: If either the ISL or the CLooG check failed
4088	do not try to build in-tree versions.
4089	* Makefile.in: Regenerated.
4090	* configure: Regenerated.
4091
40922012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4093
4094	* configure: Regenerate.
4095
40962012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4097
4098	* MAINTAINERS (Various Maintainers): Add myself as testsuite
4099	maintainer.
4100
41012012-07-02  Richard Guenther  <rguenther@suse.de>
4102
4103	* configure: Regenerated.
4104
41052012-07-02  Richard Guenther  <rguenther@suse.de>
4106	Michael Matz  <matz@suse.de>
4107	Tobias Grosser <tobias@grosser.es>
4108	Sebastian Pop <sebpop@gmail.com>
4109
4110	* Makefile.def: Add ISL host module, remove PPL host module.
4111	Adjust ClooG host module to use the proper ISL.
4112	* Makefile.tpl: Pass ISL include flags instead of PPL ones.
4113	* configure.ac: Include config/isl.m4.  Add ISL host library,
4114	remove PPL.  Remove PPL configury, add ISL configury, adjust
4115	ClooG configury.
4116	* Makefile.in: Regenerated.
4117	* configure: Likewise.
4118
41192012-07-02  Richard Guenther  <rguenther@suse.de>
4120
4121	Merge from graphite branch
4122	2011-07-21  Tobias Grosser  <tobias@grosser.es>
4123
4124	* configure: Regenerated.
4125	* config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4126	both cloog.org and legacy versions. The only supported version will
4127	be CLooG with the isl backend.
4128
4129	2011-07-21  Tobias Grosser  <tobias@grosser.es>
4130
4131	* configure: Regenerated.
4132	* configure.ac: Require cloog isl 0.17.0
4133
4134	2011-07-21  Tobias Grosser  <tobias@grosser.es>
4135
4136	* configure: Regenerated.
4137	* config/cloog.m4: Do not define CLOOG_ORG
4138
41392012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4140
4141	* configure.ac: Skip C if explicitly selected.
4142	* configure: Regenerate.
4143
41442012-06-28  Christophe Lyon <christophe.lyon@st.com>
4145
4146	* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4147	they contain -O2.
4148	* configure: Regenerate.
4149
41502012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4151
4152	PR debug/53740
4153	* df.h, df-problems.c, dce.c: Revert last patch.
4154
41552012-06-25  Iain Sandoe  <iain@codesourcery.com>
4156
4157	* MAINTAINERS (Write After Approval): Update my email address.
4158
41592012-06-21  Meador Inge  <meadori@codesourcery.com>
4160
4161	* MAINTAINERS (Write After Approval): Add myself.
4162
41632012-06-20  Jason Merrill  <jason@redhat.com>
4164
4165	* Makefile.tpl (check-target-libgomp-c++): New.
4166	(check-target-libitm-c++): New.
4167	* Makefile.def (c++): Add them.
4168	* Makefile.in: Regenerate.
4169
41702012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4171
4172	* MAINTAINERS (Write After Approval): Add myself.
4173
41742012-05-16  Olivier Hainque  <hainque@adacore.com>
4175
4176	* Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4177	(gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4178	(install-no-fixedincludes): Adjust accordingly.
4179	* Makefile.in: Regenerate.
4180
41812012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4182
4183	Merge upstream change
4184	* libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4185
41862012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4187
4188	* MAINTAINERS (Write After Approval): Add myself.
4189
41902012-05-09  Nick Clifton  <nickc@redhat.com>
4191	    Paul Smith  <psmith@gnu.org>
4192
4193	PR bootstrap/50461
4194	* configure.ac (mpfr-dir): When using in-tree MPFR sources
4195	allow for the fact that from release v3.1.0 of MPFR the source
4196	files were moved into a src sub-directory.
4197	* configure: Regenerate.
4198
41992012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4200
4201	* configure.ac: Bump minimum MPFR version to 2.4.0.
4202	* configure: Regenerated.
4203
42042012-05-01  Richard Henderson  <rth@redhat.com>
4205
4206	* Makefile.def (libatomic): New target_module.
4207	* configure.ac (target_libraries): Add libatomic.
4208	(noconfigdirs): Check if libatomic is supported.
4209	* Makefile.in, configure: Rebuild.
4210
42112012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4212
4213	* MAINTAINERS (Write After Approval): Add myself.
4214
42152012-04-25  Joel Brobecker  <brobecker@adacore.com>
4216
4217	* config.sub: Update to 2012-04-18 version from official repo.
4218
42192012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4220
4221	* MAINTAINERS (Write After Approval): Add myself.
4222
42232012-04-11  Steve Ellcey  <sellcey@mips.com>
4224
4225	* MAINTAINERS: Changed email address.
4226
42272012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4228
4229	PR target/52737
4230	* contrib/gcc_update (files_and_dependencies):
4231	Remove gcc/config/avr/t-multilib from touch data.
4232
42332012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4234
4235	* MAINTAINERS (OS Port Maintainers): Remove irix.
4236	* configure.ac (enable_libgomp): Remove *-*-irix6*.
4237	(unsupported_languages): Remove mips-sgi-irix6.*.
4238	(noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4239	(with_stabs): Remove.
4240	* configure: Regenerate.
4241
42422012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4243
4244	* MAINTAINERS (OS Port Maintainers): Remove osf.
4245	* configure.ac (enable_libgomp): Remove *-*-osf*.
4246	(with_stabs): Remove alpha*-*-osf*.
4247	* configure: Regenerate.
4248
42492012-03-05  Tristan Gingold  <gingold@adacore.com>
4250
4251	* configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4252	* configure: Regenerate.
4253
42542012-02-17  Walter Lee  <walt@tilera.com>
4255
4256	* MAINTAINERS: (Write After Approval): Delete myself.
4257
42582012-02-14  Walter Lee  <walt@tilera.com>
4259
4260	* MAINTAINERS (tilegx port): Add myself.
4261	(tilepro port): Add myself.
4262	(Write After Approval): Add myself.
4263
42642012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4265
4266	* MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4267	and Joseph Myers as docstring relicensing maintainers.
4268
42692012-02-09  Bin Cheng  <bin.cheng@arm.com>
4270
4271	* MAINTAINERS (write-after-approval): Add myself.
4272
42732012-02-08  Ira Rosen <irar@il.ibm.com>
4274
4275	* MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4276	maintainer.
4277
42782012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4279
4280	* MAINTAINERS (Write After Approval): Move myself to
4281	maintain alphabetical order.
4282
42832012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4284
4285	* MAINTAINERS (Write After Approval): Add myself.
4286
42872012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4288
4289	* MAINTAINERS (Write After Approval): Add myself.
4290
42912012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4292	    Jayant R Sonar <jayant.sonar@kpitcummins.com>
4293
4294	* configure.ac (cr16-*-*): Remove nonconfigdirs.
4295	* configure: Regenerate.
4296
42972012-01-23  Harshit Chopra  <harshit@google.com>
4298
4299	* MAINTAINERS (Write After Approval): Add myself.
4300
43012012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4302
4303	* configure.ac: Remove reference to mh-interix.
4304	* configure: Regenerate.
4305
43062012-01-05  Richard Henderson  <rth@redhat.com>
4307
4308	PR bootstrap/51072
4309	* configure.ac: Disable libitm if c++ is not enabled.
4310	* configure: Rebuild.
4311
4312	* configure.ac: Fix regexp for same.
4313	* configure: Rebuild.
4314
43152012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4316
4317	* MAINTAINERS (Write After Approval): Add myself.
4318
43192012-01-02  Richard Guenther  <rguenther@suse.de>
4320
4321	PR bootstrap/51686
4322	* Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4323	* Makefile.in: Regenerate.
4324
43252011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4326
4327	* MAINTAINERS (Write After Approval): Add myself.
4328
43292011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4330
4331	* configure: Regenerate.
4332
43332011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4334
4335	* MAINTAINERS (picochip): Changed email address.
4336
43372011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4338
4339	* MAINTAINERS (write-after-approval): Add self.
4340
43412011-11-29  DJ Delorie  <dj@redhat.com>
4342
4343	* configure.ac (rl78-*-*) New case.
4344	* configure: Regenerate.
4345	* MAINTAINERS: Add myself as RL78 maintainer.
4346
43472011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4348
4349	* MAINTAINERS: Add self as co-maintainer of the Ada front end.
4350
43512011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4352
4353	* libtool.m4: Additional FreeBSD 10 fixes.
4354
43552011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4356
4357	* MAINTAINERS: Move myself from Write After Approval to CPU Port
4358	Maintainers section, as Epiphany maintainer.
4359
43602011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4361
4362	PR target/49992
4363	* configure.ac: Remove ranlib special-casing for Darwin.
4364	* configure: Regenerate.
4365
43662011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4367
4368	* MAINTAINERS (Reviewers): Keep the list sorted.
4369
43702011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4371
4372	* MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4373
43742011-11-09  Roland McGrath  <mcgrathr@google.com>
4375
4376	* configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4377	* configure: Rebuild.
4378	* Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4379	* Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4380	(HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4381	(BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4382	(BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4383	Add READELF.
4384	* Makefile.in: Rebuild.
4385
43862011-11-09  Jason Merrill  <jason@redhat.com>
4387
4388	* Makefile.def (language=c++): Remove check-c++0x.
4389	* Makefile.in (check-gcc-c++): Regenerate.
4390
43912011-11-08  Richard Henderson  <rth@redhat.com>
4392
4393	* configure.ac: Test for libitm directory present first.
4394
4395	* configure.ac: Adjust srcdir for running libitm/configure.tgt.
4396
4397	* configure.ac: Test libitm/configure.tgt to disable libitm.
4398	* configure: Rebuild.
4399
44002011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4401	    Richard Henderson  <rth@redhat.com>
4402
4403	Merged from transactional-memory.
4404
4405	* Makefile.def (lang_env_dependencies): libitm is c++.
4406	Add libitm target module.
4407	* configure.ac: Likewise.
4408	* config/mmap.m4: New file.
4409	* contrib/gcc_update: Add libitm to touch data.
4410	* Makefile.in, configure: Rebuild.
4411
44122011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4413
4414	* Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4415	LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4416	* Makefile.in: Regenerate.
4417
44182011-11-01  DJ Delorie  <dj@redhat.com>
4419
4420	* config.sub: Update to version 2011-10-29 (added rl78)
4421
44222011-10-27  Nick Clifton  <nickc@redhat.com>
4423
4424	* config.sub: Import these changes from the config project:
4425
4426	2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4427	    Ben Elliston  <bje@gnu.org>
4428
4429	* config.sub (epiphany): New.
4430
4431	2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4432	    Ben Elliston  <bje@gnu.org>
4433
4434	* config.sub (hexagon, hexagon-*): New.
4435
4436	2011-08-23  Roland McGrath  <mcgrathr@google.com>
4437
4438	* config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4439	64eb to be64.
4440
4441	2011-08-16  Roland McGrath  <mcgrathr@google.com>
4442
4443	* config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4444	(nacl): Grok as alias for 32el-unknown-nacl.
4445
44462011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4447
4448	* MAINTAINERS (Write After Approval): Add myself.
4449
44502011-10-24  Teresa Johnson  <tejohnson@google.com>
4451
4452	* MAINTAINERS (Write After Approval): Add myself.
4453
44542011-09-21  Jakub Jelinek  <jakub@redhat.com>
4455
4456	* MAINTAINERS (sparc port): Remove myself.
4457
44582011-09-14  Tom de Vries  <tom@codesourcery.com>
4459
4460	* MAINTAINERS (Write After Approval): Add myself.
4461
44622011-08-14  Yao Qi  <yao@codesourcery.com>
4463
4464	* configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4465	* configure: Regenerate.
4466
44672011-07-26  Ian Lance Taylor  <iant@google.com>
4468
4469	* configure.ac: Set have_compiler based on whether gcc directory
4470	exists, rather than on whether gcc is in configdirs.
4471	* configure: Rebuild.
4472
44732011-07-21  Joseph Myers  <joseph@codesourcery.com>
4474
4475	* MAINTAINERS (Global Reviewers): Add self.
4476
44772011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4478
4479	* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4480	link directories.
4481	* Makefile.in: Rebuild.
4482
44832011-07-20  Ian Lance Taylor  <iant@google.com>
4484
4485	PR bootstrap/49787
4486	* configure.ac: Move --enable-bootstrap handling earlier in file.
4487	If --enable-bootstrap and either --enable-build-with-cxx or
4488	--enable-build-poststage1-with-cxx, enable C++ automatically.
4489	* configure: Rebuild.
4490
44912011-07-19  Ian Lance Taylor  <iant@google.com>
4492
4493	* configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4494	make C++ a boot_language.  Set and substitute
4495	POSTSTAGE1_CONFIGURE_FLAGS.
4496	* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4497	(STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4498	* configure, Makefile.in: Rebuild.
4499
45002011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4501
4502	* MAINTAINERS (Register Allocation): Move myself from reviewers to
4503	maintainers.
4504
45052011-07-18  Jakub Jelinek  <jakub@redhat.com>
4506
4507	* MAINTAINERS (Global Reviewers): Add myself.
4508
45092011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4510
4511	* configure: Regenerate.
4512
45132011-07-16  Jason Merrill  <jason@redhat.com>
4514
4515	* Makefile.def (language=c++): Add check-c++0x and
4516	check-target-libmudflap-c++.
4517	* Makefile.tpl (check-target-libmudflap-c++): New.
4518	* Makefile.in: Regenerate.
4519
45202011-07-16  Matthias Klose  <doko@ubuntu.com>
4521
4522	* Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4523	* Makefile.def (target_modules/libjava): Pass
4524	$(EXTRA_CONFIGARGS_LIBJAVA).
4525	* configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4526	if not configured with --enable-static-libjava.
4527	* Makefile.in: Regenerate.
4528	* configure: Likewise.
4529
45302011-07-15  Jason Merrill  <jason@redhat.com>
4531
4532	* Makefile.in (check-c++): Move check-gcc-c++0x after
4533	check-target-libstdc++-v3.
4534
45352011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4536
4537	* MAINTAINERS (c6x port): New entry.
4538
45392011-07-13  Jason Merrill  <jason@redhat.com>
4540
4541	* Makefile.in (check-gcc-c++0x): New.
4542	(check-c++): Depend on it.
4543
45442011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4545
4546	PR target/39150
4547	* configure.ac (i[3456789]86-*-solaris2*): Also accept
4548	x86_64-*-solaris2.1[0-9]*.
4549	* configure: Regenerate.
4550
45512011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
4552
4553	* MAINTAINERS (RTL optimizers): Add self.
4554
45552011-06-27  Gabriel Charette  <gchare@google.com>
4556
4557	* MAINTAINERS (Write After Approval): Add myself.
4558
45592011-06-22  Hans-Peter Nilsson  <hp@axis.com>
4560
4561	PR regression/47836
4562	PR bootstrap/23656
4563	PR other/47733
4564	PR bootstrap/49247
4565	PR c/48825
4566	* configure.ac (target_libraries): Remove target-libiberty.
4567	Remove case-statement setting skipdirs=target-libiberty for
4568	multiple targets.  Remove checking target_configdirs and
4569	removing target-libiberty but keeping target-libgcc if
4570	otherwise empty.
4571	* Makefile.def (target_modules): Don't add libiberty.
4572	(dependencies): Remove all traces of target-libiberty.
4573	* configure, Makefile.in: Regenerate.
4574
45752011-06-13  Walter Lee <walt@tilera.com>
4576
4577	* configure.ac (tilepro-*-*) New case.
4578	(tilegx-*-*): Likewise.
4579	* configure: Regenerate.
4580
45812011-06-06  Jing Yu  <jingyu@google.com>
4582
4583	* configure.ac: Skip target-libiberty for
4584	arm*-*-linux-androideabi.
4585	* configure: Regenerated.
4586
45872011-06-06  Nick Clifton  <nickc@redhat.com>
4588
4589	* config.sub: Sync from upstream.
4590
45912011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
4592
4593	* MAINTAINERS (Write After Approval): Add myself.
4594
45952011-06-01  Daniel Jacobowitz  <drow@false.org>
4596
4597	* MAINTAINERS: Update my email address.
4598
45992011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
4600
4601	* MAINTAINERS (Write After Approval): Update my email address.
4602
46032011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4604
4605	* MAINTAINERS (Write After Approval): Add myself.
4606
46072011-05-08  Doug Kwan  <dougkwan@google.com>
4608
4609	* configure.ac: Propagate LDFLAGS_FOR_TARGET.
4610	* configure: Regenerated.
4611	* Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4612	value from configure.
4613	* Makefile.in: Regenerated.
4614
46152011-05-05  Joseph Myers  <joseph@codesourcery.com>
4616
4617	* configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4618	sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4619	*-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4620	| *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4621	*-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4622	*-*-vxworks*): Disable newlib and libgloss in separate case
4623	statement.
4624	(i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4625	to separate case statement.
4626	(*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4627	*-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4628	alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4629	sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4630	arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4631	bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4632	i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4633	i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4634	i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4635	i[[3456789]]86-*-rdos*, m32r-*-*,
4636	m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4637	| fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4638	powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4639	rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4640	| sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4641	sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4642	sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4643	*-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4644	and libgloss in main case over targets.  Remove most empty cases
4645	in main case over targets.
4646	* configure: Regenerate.
4647
46482011-05-04  Janis Johnson  <janisjo@codesourcery.com>
4649
4650	* MAINTAINERS (Write After Approval): Add myself.
4651
46522011-05-04  Joseph Myers  <joseph@codesourcery.com>
4653
4654	* configure.ac: Remove code setting special library locations for
4655	hppa*64*-*-hpux11*.  Remove code setting compiler for
4656	sparc-sun-solaris2*.
4657	* configure: Regenerate.
4658
46592011-05-04  Joseph Myers  <joseph@codesourcery.com>
4660
4661	* configure.ac: Separate libgloss_dir settings from general case
4662	over targets.
4663	* configure: Regenerate.
4664
46652011-04-28  Joseph Myers  <joseph@codesourcery.com>
4666
4667	* configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4668	alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4669	arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4670	cases in libgcj-disabling case statement.
4671	(hppa*64*-*-linux*): Set unsupported_languages instead of
4672	disabling target-zlib.
4673	(hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4674	to hppa*64*-*-hpux*.
4675	(hppa*-*-*): Restrict case in libgcj-disabling case statement to
4676	hppa*-*-hpux*.
4677	(ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4678	i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4679	i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4680	fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4681	powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4682	sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4683	sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4684	*-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4685	libgcj-disabling case statement.
4686	* configure: Regenerate.
4687
46882011-04-28  Joseph Myers  <joseph@codesourcery.com>
4689
4690	* configure.ac: Disable Java for targets not supporting libffi.
4691	(*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4692	Remove cases in Java-disabling statement.
4693	(*arm-wince-pe): Change to arm-wince-pe.
4694	(arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4695	cases in Java-disabling statement.
4696	(bfin-*-*): Don't disable Java again.
4697	(c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4698	fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4699	hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4700	hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4701	i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4702	i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4703	i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4704	m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4705	Java-disabling statement.
4706	(mmix-*-*): Don't disable Java again.
4707	(mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4708	powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4709	microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4710	sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4711	tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4712	statement.
4713	* configure: Regenerate.
4714
47152011-04-28  Joseph Myers  <joseph@codesourcery.com>
4716
4717	* configure.ac: Separate cases disabling Java and Java libraries
4718	from general case over targets.
4719	* configure: Regenerate.
4720
47212011-04-21  Jie Zhang  <jzhang918@gmail.com>
4722
4723	* MAINTAINERS: Update my email address.
4724
47252011-04-20  Easwaran Raman  <eraman@google.com>
4726
4727	* MAINTAINERS (Write After Approval): Add myself.
4728
47292011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4730
4731	PR lto/48086
4732	* configure.ac: Re-enable LTO on *-apple-darwin9*.
4733	* configure: Regenerate.
4734
47352011-04-16  Jim Meyering  <meyering@redhat.com>
4736
4737	* MAINTAINERS (Write After Approval): Add myself.
4738
47392011-04-15  Dodji Seketeli  <dodji@redhat.com>
4740
4741	* MAINTAINERS: Update my email address.
4742
47432011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4744
4745	* MAINTAINERS (Write After Approval): Add myself.
4746
47472011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4748
4749	* MAINTAINERS (Write After Approval): Add myself.
4750
47512011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4752
4753	* MAINTAINERS (Write After Approval): Add myself.
4754
47552011-04-06  Joseph Myers  <joseph@codesourcery.com>
4756
4757	* configure.ac (build_tools): Remove build-byacc.
4758	(host_libs): Remove mmalloc.
4759	(host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4760	autoconf automake libtool diff rcs fileutils shellutils time
4761	textutils wdiff find uudecode hello tar gzip indent recode release
4762	sed perl gawk findutils gettext zip.
4763	(libgcj): Remove target-qthreads.
4764	(target_tools): Remove target-examples target-gperf.
4765	(YACC): Don't handle building byacc.
4766	* configure: Regenerate.
4767	* Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4768	dosutils, examples, fileutils, find, findutils, gawk, gettext,
4769	gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4770	patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4771	shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4772	handle building components.
4773	* Makefile.in: Regenerate.
4774
47752011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4776
4777	* MAINTAINERS: Update my email address as Xtensa maintainer.
4778
47792011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4780
4781	* config.sub: Sync from upstream.
4782
47832011-04-01  Joseph Myers  <joseph@codesourcery.com>
4784
4785	* configure.ac (avr-*-*): Add comment about why libssp is disabled.
4786	(microblaze*): Don't disable libssp.
4787	* configure: Regenerate.
4788
47892011-04-01  Joseph Myers  <joseph@codesourcery.com>
4790
4791	* configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4792	moveifchange.
4793	* configure: Regenerate.
4794	* Makefile.tpl: Use @SHELL@ not @config_shell@.
4795	* Makefile.in: Regenerate.
4796
47972011-04-01  Joseph Myers  <joseph@codesourcery.com>
4798
4799	* configure.ac (*-*-sysv4*): Don't enable libgomp.
4800	(alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4801	powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4802	powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4803	xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4804	*-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4805	md_exec_prefix cases.
4806	* configure: Regenerate.
4807
48082011-04-01  Joseph Myers  <joseph@codesourcery.com>
4809
4810	* configure.ac: Separate cases disabling target-libssp,
4811	target-libiberty, target-libstdc++-v3 and Fortran from general
4812	case over targets.
4813	* configure: Regenerate.
4814
48152011-04-01  Joseph Myers  <joseph@codesourcery.com>
4816
4817	* configure.ac (*-*-chorusos): Don't disable libgcj.
4818	(*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4819	Remove case.
4820	(*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4821	(arm-*-coff): Don't disable libgcj.
4822	(arm*-*-linux-gnueabi): Remove useless assignment.
4823	(arm-*-riscix*): Don't disable libgcj.
4824	(bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4825	configuration.
4826	(c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4827	(c54x*-*-*): Remove case.
4828	(tic54x-*-*): Don't disable GCC or GCC libraries.
4829	(cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4830	to *.
4831	(d10v-*-*): Don't disable GCC libraries.
4832	(d30v-*-*): Don't disable libgcj.
4833	(h8500-*-*): Don't disable GCC libraries.
4834	(i960-*-*): Don't disable libgcj.
4835	(i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4836	(i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4837	i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4838	libgcj.
4839	(m68k-*-coff*): Remove case.
4840	(mmix-*-*): Don't disable libgloss on host.
4841	(mn10200-*-*, mn10300-*-*): Remove cases.
4842	(powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4843	powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4844	Don't disable libgcj.
4845	(romp-*-*): Remove case.
4846	(sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4847	(sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4848	case.
4849	(v810-*-*): Don't disable GCC libraries.
4850	(v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4851	(ip2k-*-*): Don't disable GCC libraries.
4852	* configure: Regenerate.
4853
48542011-03-28  Joseph Myers  <joseph@codesourcery.com>
4855
4856	* configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4857	libffi on host.
4858	(x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4859	on host.
4860	(c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4861	* configure: Regenerate.
4862
48632011-03-26  John Marino  <binutils@marino.st>
4864
4865	* configure.ac: Add support for *-*-dragonfly*
4866	* configure: Regenerate.
4867
48682011-03-25  Joseph Myers  <joseph@codesourcery.com>
4869
4870	* configure.ac (native_only): Remove.
4871	(i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4872	send-pr uudecode guile gnuserv on host.
4873	(x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4874	send-pr rcs guile perl texinfo libtool on host.
4875	(i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4876	automake send-pr rcs guile perl texinfo libtool on host.
4877	(*-*-cygwin*, *-*-netbsd*): Remove host cases.
4878	(*-*-kaos*): Don't disable target-examples target-gperf on target.
4879	(alpha*-dec-osf*): Don't disable fileutils on target.
4880	(sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4881	texinfo send-pr expect dejagnu on target.
4882	(arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4883	target-qthreads on target.
4884	(hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4885	(ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4886	(i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4887	x86_64-*-mingw*): Don't disable expect on target.
4888	(*-*-cygwin*): Don't disable target-gperf on target.
4889	(powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4890	gnuserv on target.
4891	(powerpcle-*-solaris*): Don't disable make expect gnuserv on
4892	target.
4893	* configure: Regenerate.
4894
48952011-03-25  Joseph Myers  <joseph@codesourcery.com>
4896
4897	* configure.ac (target_tools): Remove target-groff.
4898	(native_only): Remove target-groff.
4899	(hppa*64*-*-*): Don't disable byacc.
4900	(i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4901	setting.
4902	(*-*-kaos*): Don't skip target-librx and target-groff.
4903	(*-*-netware*): Don't skip target-libmudflap.
4904	(*-*-tpf*): Don't skip target-libmudflap.
4905	(sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4906	directories on the host.
4907	(ia64*-*-*vms*): Don't skip tix.
4908	(sh-*-* | sh64-*-*): Don't condition skipped directories on the
4909	host.
4910	* configure: Regenerate.
4911
49122011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4913
4914	* configure.ac: Remove references to mt-mep, mt-netware,
4915	mt-wince.
4916	* Makefile.def: Add all-utils soft dependencies.
4917	* Makefile.tpl: Remove GDB_NLM_DEPS.
4918	* configure: Regenerate.
4919	* Makefile.in: Regenerate.
4920
49212011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4922
4923	* configure.ac: Do not include mh-x86omitfp.
4924	* configure: Regenerate.
4925
49262011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4927
4928	* configure.ac: Remove empty cases.
4929	* configure: Regenerate.
4930
49312011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4932
4933	* Makefile.def: Add dependency from termcap to gdb.
4934	* Makefile.in: Regenerate.
4935
49362011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4937
4938	* configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4939	* configure: Regenerate.
4940	* Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4941	* Makefile.tpl: Likewise.
4942	* Makefile.in: Regenerate.
4943
49442011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4945
4946	* configure.ac: Remove all mentions of tentative_cc.
4947	* configure: Regenerate.
4948
49492011-03-24  Joseph Myers  <joseph@codesourcery.com>
4950
4951	* configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4952	i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4953	m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4954	m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4955	mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4956	i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4957	i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4958	i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4959	i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4960	hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4961	*-*-rhapsody*): Remove host cases.
4962	* configure: Regenerate.
4963
49642011-03-24  Joseph Myers  <joseph@codesourcery.com>
4965
4966	* configure.ac (ppc*-*-pe): Remove host case.
4967	(strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4968	xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4969	| ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4970	cases.
4971	* configure: Regenerate.
4972
49732011-03-24  Joseph Myers  <joseph@codesourcery.com>
4974
4975	* config.sub: Update to version 2011-03-23.
4976
49772011-03-22  Joseph Myers  <joseph@codesourcery.com>
4978
4979	* configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4980	i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4981	| i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4982	* configure: Regenerate.
4983
49842011-03-22  Joseph Myers  <joseph@codesourcery.com>
4985
4986	* MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4987	to Write After Approval.
4988	* config-ml.in: Don't handle arc-*-elf*.
4989	* configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4990	m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4991	handle GCC libraries.
4992	* configure: Regenerate.
4993
49942011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4995
4996	PR bootstrap/48120:
4997	* configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4998	Add -lstdc++ -lm to LIBS.
4999	* configure: Regenerate.
5000
50012011-03-18  David Edelsohn  <dje.gcc@gmail.com>
5002
5003	* config.guess: Update to version 2011-02-02
5004	* config.sub: Update to version 2011-02-24
5005
50062011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
5007
5008	PR lto/48086
5009	* configure.ac: Re-enable LTO on *-apple-darwin9.
5010	* configure: Regenerate.
5011
50122011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
5013
5014	PR lto/48086
5015	* configure.ac: Disable LTO on darwin due to an assembler change in
5016	Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5017	under 256.
5018	* configure: Regenerate.
5019
50202011-03-11  Chen Liqin <liqin.gcc@gmail.com>
5021
5022	* MAINTAINERS: Update myself as score backend maintainer,
5023	update my e-mail address.
5024
50252011-03-09  Xuepeng Guo  <terry.guo@arm.com>
5026
5027	* MAINTAINERS: Update my e-mail address.
5028
50292011-03-06  Joey Ye  <joey.ye@arm.com>
5030
5031	* MAINTAINERS: Update my e-mail address.
5032
50332011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5034
5035	* configure.ac: Adjust test of with_ppl.
5036	* configure: Regenerated.
5037
50382011-03-02  Kai Tietz  <ktietz@redhat.com>
5039
5040	* MAINTAINERS: Adjust my e-mail address.
5041
50422011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5043
5044	* configure.ac: Add -lpwl to ppllibs.
5045	* configure: Regenerated.
5046
50472011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
5048
5049	* config/cloog.m4: Add -lisl to clooglibs.
5050	* configure: Regenerated.
5051
50522011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5053
5054	* MAINTAINERS (CPU Port maintainers): Add self.
5055
50562011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5057
5058	* MAINTAINERS: Add myself as testsuite maintainer.
5059
50602011-02-15  Mike Stump  <mikestump@comcast.net>
5061
5062	* MAINTAINERS: Add myself as testsuite maintainer.
5063
50642011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5065
5066	Import from Libtool and gnulib:
5067
5068	2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
5069
5070	Prepare for supporting FreeBSD 10.
5071	* config.rpath: Remove handling of freebsd1* which soon would
5072	match FreeBSD 10.0.
5073
5074	2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
5075
5076	Remove support for FreeBSD 1.x.
5077	* libtool.m4 (_LT_LINKER_SHLIBS)
5078	(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5079	soon would incorrectly match FreeBSD 10.0.
5080
50812011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5082
5083	PR binutils/12283
5084	* move-if-change: Import version from gnulib.
5085
50862011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5087
5088	PR lto/47225
5089	* Makefile.def (lto-plugin): Double dash for enable-shared.
5090	(configure-gcc): Depend on all-lto-plugin.
5091	* Makefile.in: Rebuilt.
5092
50932011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5094
5095	* configure.ac: Remove extra bracket.
5096	* configure: Regenerate.
5097
50982011-02-08  Tobias Burnus  <burnus@net-b.de>
5099
5100	* MAINTAINERS: Add myself as libquadmath maintainer.
5101
51022011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5103
5104	* MAINTAINERS: Update my email address.
5105
51062011-02-07  Joseph Myers  <joseph@codesourcery.com>
5107
5108	* MAINTAINERS (option handling): Add self.
5109
51102011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5111
5112	PR lto/47225
5113	* Makefile.def: Add dependency for install-gcc
5114	on install-lto-plugin.
5115	* Makfile.in: Regenerated
5116
51172011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5118
5119	* MAINTAINERS (CPU Port Maintainers): Add myself.
5120
51212011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5122
5123	PR libgcj/44341
5124	* configure.ac: Discard --with-* flags for host when configuring
5125	target libraries for cross build.
5126	* configure: Rebuilt.
5127
51282011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5129
5130	* MAINTAINERS (linear loop transforms): Removed.
5131
51322011-01-25  Jakub Jelinek  <jakub@redhat.com>
5133
5134	* configure.ac: If with_ppl is no, move setting with_cloog=no
5135	after CLOOG_REQUESTED check.
5136	* configure: Regenerated.
5137
51382011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5139
5140	* configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5141	CLooG has been requested.
5142	* configure: Regenerated.
5143
51442011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5145
5146	* configure: Regenerated.
5147	* configure.ac: Check for version 0.11 (or later revision) of PPL.
5148
51492011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5150
5151	* configure: Regenerated.
5152	* configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5153
51542011-01-21  Andreas Schwab  <schwab@redhat.com>
5155
5156	* configure.ac: Use AS_HELP_STRING throughout.
5157	* configure: Regenerate.
5158
51592011-01-18  Jie Zhang  <jie.zhang@analog.com>
5160
5161	* configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5162	* configure: Regenerate.
5163
51642011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5165
5166	* ltmain.sh (relink): Use absolute path when hardcoding with -L.
5167
51682011-01-13  Joel Brobecker  <brobecker@adacore.com>
5169
5170	* configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5171	for ia64-hpux.
5172	* configure: Regenerate.
5173
51742011-01-07  Jan Hubicka  <jh@suse.cz>
5175
5176	PR lto/47225
5177	* Makefile.in: Regenerate.
5178	* Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5179	configure.
5180
51812011-01-07  Jan Hubicka  <jh@suse.cz>
5182
5183	* Makefile.in: Regenerate.
5184	* Makefile.def (gcc host module) and soft dependency on lto-plugin
5185	and configure dependency on lto-plugin configure.
5186	(lto-plugin module): Remove dependency on GCC; add dependency on
5187	liniberty.
5188
51892011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5190
5191	* MAINTAINERS (Write After Approval): Add myself.
5192
51932010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5194
5195	* configure: Regenerate.
5196
51972010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5198
5199	* configure.ac: (picochip): Disable libiberty.
5200
52012010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5202
5203	* MAINTAINERS (Write After Approval): Add myself.
5204
52052010-12-10  Ian Lance Taylor  <iant@google.com>
5206
5207	PR bootstrap/46819
5208	* configure.ac: For --disable-libgcj clear libgcj_saved.
5209	* configure: Rebuild.
5210
52112010-12-10  Tobias Burnus  <burnus@net-b.de>
5212
5213	PR fortran/46540
5214	* configure.ac: Add --disable-libquadmath and
5215	--disable-libquadmath-support.
5216	* configure: Regenerate.
5217
52182010-12-03  Ian Lance Taylor  <iant@google.com>
5219
5220	* MAINTAINERS: Add myself as libgo maintainer.
5221
52222010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5223
5224	PR libffi/46792
5225	* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5226	* configure: Regenerate.
5227
52282010-12-02  Ian Lance Taylor  <iant@google.com>
5229
5230	* configure.ac: Always set default for poststage1_ldflags to
5231	-static-libstdc++ -static-libgcc.
5232
52332010-11-29  Andreas Schwab  <schwab@redhat.com>
5234
5235	* configure.ac: Move comment to remove extra space in last argument
5236	of GCC_TARGET_TOOL.
5237
52382010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5239
5240	PR other/46026
5241	* configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5242	* Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5243	* Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5244	(BASE_FLAGS_TO_PASS): Use it.
5245	* configure: Rebuilt.
5246	* Makefile.in: Rebuilt.
5247
52482010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5249
5250	PR binutils/12258
5251	* configure.ac: Correct comments for --enable-gold/--enable-ld.
5252	Properly check default linker.
5253	* configure: Regnerated.
5254
52552010-11-23  Matthias Klose  <doko@ubuntu.com>
5256
5257	* configure.ac: For --enable-gold, handle value `default' instead of
5258	`both*'.  New configure option --{en,dis}able-ld.
5259	* configure: Regenerate.
5260
52612010-11-20  Ian Lance Taylor  <iant@google.com>
5262
5263	* configure.ac: Only disable a language library if no language needs
5264	it.  Don't let --disable-libgcj uncondtionally disable libffi.
5265	* configure: Rebuild.
5266
52672010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5268
5269	* Makefile.in: Regenerate.
5270
5271	PR other/46202
5272	* configure.ac: Fix just-built in-tree STRIP name to be
5273	binutils/strip-new.
5274	* configure: Regenerate.
5275	* Makefile.def (install-strip-gcc, install-strip-binutils)
5276	(install-strip-opcodes, install-strip-ld, install-strip-itcl)
5277	(install-strip-sid): Mirror dependencies on non-strip variants
5278	of these targets on the respective -strip prerequisites.
5279	* Makefile.tpl (install-strip, install-strip-host)
5280	(install-strip-target): New targets.
5281	(install-strip-[+module+], install-strip-target-[+module+]):
5282	New targets.
5283	* Makefile.in: Regenerate.
5284
52852010-11-19  Ian Lance Taylor  <iant@google.com>
5286	    Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5287
5288	* configure.ac: Add target-libgo to target_libraries.  Set
5289	and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5290	* Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5291	(HOST_EXPORTS): Add GOC.
5292	(BASE_TARGET_EXPORTS): Add GOC.
5293	(GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5294	(GOCFLAGS_FOR_TARGET): New variable.
5295	(EXTRA_HOST_FLAGS): Add GOC.
5296	(EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5297	* Makefile.def (target_modules): Add libgo.
5298	(flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5299	(dependencies): Add dependency from configure-target-libgo to
5300	configure-target-libffi and all-target-libstdc++-v3.  Add
5301	dependencies from all-target-libgo to all-target-libffi.
5302	(languages): Add go.
5303	* configure: Rebuild.
5304	* Makefile.in: Rebuild.
5305
53062010-11-19  Ian Lance Taylor  <iant@google.com>
5307
5308	* config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5309	compiler/flag environment variables.
5310
53112010-11-18  Ian Lance Taylor  <iant@google.com>
5312
5313	* configure.ac: Check for lang_requires_boot_languages in
5314	config-lang.in files.
5315	* configure: Rebuild.
5316
53172010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5318	    Tobias Burnus  <burnus@net-b.de>
5319
5320	PR fortran/32049
5321	* Makefile.def: Add libquadmath; build it with language=fortran.
5322	* configure.ac: Add libquadmath.
5323	* Makefile.tpl: Handle multiple libs in check-[+language+].
5324	* Makefile.in: Regenerate.
5325	* configure: Regenerate.
5326
53272010-11-16  Tom Tromey  <tromey@redhat.com>
5328
5329	* MAINTAINERS: Moved myself to reviewers section.
5330
53312010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5332
5333	* MAINTAINERS: Moved myself to reviewers section.
5334
53352010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5336
5337	* MAINTAINERS (Various Maintainers): Add self for build machinery.
5338	(Write After Approval): Remove self.
5339
53402010-11-15  Andreas Schwab  <schwab@redhat.com>
5341
5342	* configure.ac: Fix spelling in option names.
5343	* configure: Regenerated.
5344
53452010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5346
5347	PR bootstrap/39622
5348	* configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5349	* configure: Regenerated.
5350
53512010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5352
5353	* MAINTAINERS: Update my email address.
5354
53552010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5356
5357	* configure: Regenerate.
5358
53592010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5360
5361	* configure: Regenerate.
5362
53632010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5364
5365	* configure: Regenerate.
5366
53672010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5368
5369	* configure: Regenerate.
5370
53712010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5372
5373	* configure.ac: Support official CLooG.org versions.
5374	* configure: Regenerate.
5375	* config/cloog.m4: New.
5376
53772010-11-10  François Dumont  <francois.cppdevs@free.fr>
5378
5379	* MAINTAINERS (Write After Approval): Add myself.
5380
53812010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5382
5383	* MAINTAINERS: Update my email address.
5384
53852010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5386
5387	* configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5388	* configure: Regenerate.
5389
53902010-11-03  Ian Lance Taylor  <iant@google.com>
5391	    Dave Korn  <dave.korn.cygwin@gmail.com>
5392
5393	PR lto/46273
5394	* configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5395	and on other supported platforms whenever LTO is enabled.
5396	* configure: Rebuild.
5397
53982010-11-02  Alan Modra  <amodra@gmail.com>
5399
5400	PR binutils/12110
5401	* configure.ac: Error when source path contains spaces.
5402	* configure: Regenerate.
5403
54042010-10-23  James E. Wilson  <wilson@codesourcery.com>
5405
5406	* MAINTAINERS: Update my email address.
5407
54082010-10-20  Ian Lance Taylor  <iant@google.com>
5409
5410	* Makefile.def (target_modules): Set lib_path to src/.libs for
5411	libstdc++-v3 module.
5412	* Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5413	* Makefile.in: Rebuild.
5414
54152010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5416
5417	* MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5418	(Write After Approval): Remove myself.
5419
54202010-10-15  Tristan Gingold  <gingold@adacore.com>
5421
5422	* MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5423
54242010-10-14  Douglas Rupp  <rupp@gnat.com>
5425
5426	* MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5427
54282010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5429
5430	* configure.ac (build_lto_plugin): New shell variable.
5431	(--enable-lto): Turn on by default for all non-ELF platforms that
5432	have had LTO support added so far.  Set build_lto_plugin appropriately
5433	for both ELF and non-ELF.
5434	(configdirs): Add lto-plugin or not based on build_lto_plugin.
5435	* configure: Regenerate.
5436
54372010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5438
5439	Sync from src:
5440	* configure.ac (v850 support): Remove target-libgloss from
5441	noconfigdirs.
5442	* configure: Regenerate.
5443
54442010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5445
5446	PR bootstrap/45326
5447	PR bootstrap/45174
5448	* configure.ac: Honor initial values of $build_configargs,
5449	$host_configargs, $target_configargs.  Mark the precious, so
5450	environment settings get recorded.
5451	* configure: Regenerate.
5452
54532010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5454
5455	PR bootstrap/45796
5456	* Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5457	Depend on all-build-libiberty.
5458	* Makefile.in: Regenerate.
5459
54602010-09-30  Michael Eager  <eager@eagercon.com>
5461
5462	* configure.ac (microblaze): Add target-libssp to noconfigdirs.
5463	* configure: Regenerate.
5464
54652010-09-28  Michael Eager  <eager@eagercon.com>
5466
5467	* MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5468
54692010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5470
5471	PR bootstrap/44621
5472	* configure.ac: Fix unportable shell quoting.
5473	* configure: Regenerate.
5474
54752010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5476
5477	* configure.ac (enable-lto): Add Darwin to the list of supported lto
5478	targets and amend comment.
5479	* configure: Regenerate.
5480
54812010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5482
5483	* MAINTAINERS (Write After Approval): Add myself.
5484
54852010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5486
5487	* configure.ac: Enable LTO by default on Darwin.
5488	* configure: Regenerate.
5489
54902010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5491
5492	* MAINTAINERS (Write After Approval): Add myself.
5493
54942010-09-01  Ian Bolton  <ian.bolton@arm.com>
5495
5496	* MAINTAINERS (Write After Approval): Add myself.
5497
54982010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5499
5500	* MAINTAINERS (OS Port Maintainers): Remove myself from windows
5501	ports
5502
55032010-07-28  David Yuste  <david.yuste@gmail.com>
5504
5505	* MAINTAINERS (Write After Approval): Add myself.
5506
55072010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5508
5509	* configure.ac: Support all v850 targets.
5510	* configure: Regenerate.
5511
55122010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5513
5514	PR bootstrap/44455
5515	* configure.ac (extra_mpfr_configure_flags): Copy from
5516	extra_mpc_gmp_configure_flags.
5517	* configure: Re-generated.
5518
55192010-07-22  Andi Kleen  <ak@linux.intel.com>
5520
5521	* MAINTAINERS (Write After Approval): Add myself.
5522
55232010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5524
5525	* MAINTAINERS (Write After Approval): Add myself.
5526
55272010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5528
5529	* MAINTAINERS (Write After Approval): Add myself.
5530
55312010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5532
5533	PR target/44862
5534	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5535	Provide -B option to allow for link spec %s substitutions for
5536	libstdc++.a on darwin.
5537	* Makefile.in: Regenerate.
5538
55392010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
5540
5541	* MAINTAINERS (Reviewers): Update my e-mail address
5542
55432010-06-10  Alexandre Oliva  <aoliva@redhat.com>
5544
5545	* Makefile.def (configure-gcc): Depend on all-libelf.
5546	* Makefile.in: Rebuild.
5547
55482010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
5549
5550	* MAINTAINERS (Write After Approval): Add myself in the right place.
5551
55522010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
5553
5554	* MAINTAINERS (Write After Approval): Add myself.
5555
55562010-05-25  Sterling Augustine  <sterling@tensilica.com>
5557
5558	* MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5559
55602010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
5561
5562	* config.sub: Update to version 2010-05-21.
5563	* config.guess: Update to version 2010-04-03.
5564
55652010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
5566
5567	* configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5568	* configure: Regenerate.
5569
55702010-05-12  Sriraman Tallam  <tmsriram@google.com>
5571
5572	* MAINTAINERS (Write After Approval): Add myself.
5573
55742010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
5575
5576	* configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5577	a platform that supports LTO.
5578	* configure: Regenerate.
5579
55802010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
5581
5582	* configure.ac: Allow all the versions greater than 0.10 of PPL.
5583	* configure: Regenerated.
5584
55852010-04-27  Roland McGrath  <roland@redhat.com>
5586	    H.J. Lu  <hongjiu.lu@intel.com>
5587
5588	* configure.ac (--enable-gold): Support both, both/gold and
5589	both/bfd to add gold to configdirs without removing ld.
5590	* configure: Regenerated.
5591
5592	* Makefile.def: Add install-gold dependency to install-ld.
5593	* Makefile.in: Regenerated.
5594
55952010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
5596
5597	PR lto/42776
5598	* configure.ac (--enable-lto): Refactor handling so libelf tests
5599	are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5600	and allow LTO to be explicitly enabled on non-ELF platforms that
5601	are known to support it inside else-clause.
5602	* configure: Regenerate.
5603
56042010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5605
5606	* configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5607	* configure: Regenerate.
5608
56092010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
5610
5611	* configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5612	* configure: Regenerate.
5613
56142010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5615
5616	* configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5617	separately.
5618	* configure: Regenerate.
5619
56202010-04-16  Kevin Williams  <kevin.williams@inria.fr>
5621
5622	* MAINTAINERS (Write After Approval): Add myself.
5623
56242010-04-14  Tristan Gingold  <gingold@adacore.com>
5625
5626	* configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5627	* configure: Regenerate.
5628
56292010-04-13  Steve Ellcey  <sje@cup.hp.com>
5630
5631	* configure: Regenerate after change to elf.m4.
5632
56332010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
5634
5635	* MAINTAINERS (Write After Approval): Add myself.
5636
56372010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5638
5639	* configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5640	* configure: Regenerated.
5641
56422010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5643
5644	* configure.ac: Print "buggy but acceptable" when CLooG
5645	revision is less than 9.
5646	* configure: Regenerated.
5647
56482010-04-01  Diego Novillo  <dnovillo@google.com>
5649
5650	* MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5651
56522010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5653
5654	PR bootstrap/43615
5655	PR bootstrap/43328
5656
5657	Revert:
5658
5659	2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5660
5661	* configure.ac: Do not pass --enable-multilib nor
5662	--disable-multilib in baseargs.  Accept explicitly passed
5663	--enable_multilib.
5664	* configure: Regenerate.
5665
56662010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5667
5668	* MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5669
56702010-03-31  Janis Johnson  <janis187@us.ibm.com>
5671
5672	* MAINTAINERS: Remove myself.
5673
56742010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5675
5676	PR bootstrap/43328
5677	* configure.ac: Do not pass --enable-multilib nor
5678	--disable-multilib in baseargs.  Accept explicitly passed
5679	--enable_multilib.
5680	* configure: Regenerate.
5681
56822010-03-28  Andrew Pinski  <pinskia@gmail.com>
5683
5684	* MAINTAINERS (spu port): Remove me.
5685
56862010-03-23  Joseph Myers  <joseph@codesourcery.com>
5687
5688	* configure.ac (tic6x-*-*): New case.
5689	* configure: Regenerate.
5690
56912010-03-23  Joseph Myers  <joseph@codesourcery.com>
5692
5693	* config.sub: Update to version 2010-03-22.
5694	* config.guess: Update to version 2009-12-30.
5695
56962010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5697
5698	PR ada/42554
5699	* configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5700	* configure: Regenerate.
5701
57022010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5703
5704	* MAINTAINERS: Update my email address.
5705
57062010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5707
5708	* MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5709	(ghassan.shobaki@amd.com): Removed.
5710
57112010-03-17  Alan Modra  <amodra@gmail.com>
5712
5713	* MAINTAINERS: Update my email address.
5714
57152010-03-16  Diego Novillo  <dnovillo@google.com>
5716
5717	* MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5718	Matthews.
5719
57202010-03-16  Joseph Myers  <joseph@codesourcery.com>
5721
5722	* MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5723	Gutson, Jeffrey D. Oldham and Mark Shinwell.
5724
57252010-03-16  Joseph Myers  <joseph@codesourcery.com>
5726
5727	* MAINTAINERS: Update my email address.
5728
57292010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5730
5731	* MAINTAINERS: Update my email address.
5732
57332010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5734
5735	* MAINTAINERS: Update my email address.
5736
57372010-03-09  Jie Zhang  <jie@codesourcery.com>
5738
5739	* MAINTAINERS: Update my email address.
5740
57412010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5742
5743	PR libstdc++/32499
5744	* configure.ac (RANLIB): Default to true.
5745	(STRIP): Likewise.
5746	(RANLIB_FOR_TARGET): Remove superfluous : argument.
5747	* configure: Regenerate.
5748
57492010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5750
5751	* MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5752	(Write After Approval): Update my email address.
5753
57542010-02-17  Nick Clifton  <nickc@redhat.com>
5755
5756	PR 11238
5757	* Makefile.tpl (local-distclean): Also remove config.cache files in
5758	sub-directories as there may not be Makefiles present in the
5759	sub-directories.
5760	* Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5761	the config.cache files found by the find command.
5762
5763	* Makefile.in: Regenerate.
5764	* configure.ac: Revert previous delta.
5765	* configure: Regenerate.
5766
57672010-02-15  Nick Clifton  <nickc@redhat.com>
5768
5769	PR 11238
5770	* configure.ac: Delete config.cache files in sub-directories when
5771	deleting Makefiles.
5772	* configure: Regenerate.
5773
57742010-02-12  Ben Elliston  <bje@gnu.org>
5775
5776	* MAINTAINERS: Update my email address.
5777
57782010-02-08  Andrew Pinski  <pinskia@gmail.com>
5779
5780	* MAINTAINERS (spu port): Update my email address.
5781
57822010-02-08  Jie Zhang  <jie.zhang@analog.com>
5783
5784	* MAINTAINERS: Add myself as a maintainer for the bfin port.
5785
57862010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5787
5788	* configure.ac: Add "recommended" version checks for GMP/MPC.
5789	Update recommended GMP/MPFR/MPC versions.
5790	* configure: Regenerate.
5791
57922010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5793
5794	* MAINTAINERS: Move my Embecosm email address into the
5795	write-after-approval section.
5796
57972010-01-26  Ian Lance Taylor  <iant@google.com>
5798
5799	* MAINTAINERS: Add myself as Go frontend maintainer.
5800
58012010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5802
5803	PR libstdc++/36101, PR libstdc++/42813
5804	* configure.ac (bootstrap_target_libs): Make inclusion of
5805	target-libgomp conditional on libgomb being in target_configdirs.
5806	* configure: Regenerate.
5807
58082010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5809
5810	PR libstdc++/36101, PR libstdc++/42813
5811	* configure.ac (bootstrap_target_libs): Include target-libgomp.
5812	* configure: Regenerate.
5813
58142010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5815
5816	PR libstdc++/36101, PR libstdc++/42813
5817	* configure.ac (target_configdirs): Substitute.
5818	* Makefile.def: Bootstrap target module libgomp.
5819	Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5820	* Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5821	(BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5822	* configure, Makefile.in: Regenerate.
5823
58242010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5825
5826	* MAINTAINERS: Adjust my details.
5827
58282010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5829
5830	* MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5831
58322010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5833
5834	* MAINTAINERS: reindented my entry with tabs instead of spaces.
5835
58362010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5837
5838	* MAINTAINERS (Write After Approval): Add myself.
5839
58402010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5841
5842	* MAINTAINERS (Write After Approval): Add myself.
5843
58442010-01-11  Richard Guenther  <rguenther@suse.de>
5845
5846	PR lto/41569
5847	* Makefile.def (all-lto-plugin): Depend on all-gcc.
5848	* Makefile.in: Regenerated.
5849
58502010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5851
5852	* configure.ac: Enable libjava build on x86_64-*freebsd*.
5853	* configure: Regenerate.
5854
58552010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5856	    Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5857
5858	PR bootstrap/42424
5859	* configure.ac: Include libtool m4 files.
5860	(_LT_CHECK_OBJDIR): Call it.
5861	(extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5862	gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5863
5864	* configure: Regenerate.
5865
58662010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5867
5868	PR bootstrap/41818
5869	* Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5870	to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5871	* Makefile.in: Regenerate.
5872
58732010-01-02  Richard Guenther  <rguenther@suse.de>
5874
5875	PR lto/41529
5876	* configure.ac: Include config/elf.m4.  Disable LTO if not
5877	builting for an elf target.
5878	* configure: Regenerate.
5879
58802009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5881
5882	* MAINTAINERS: Change my email address.
5883
58842009-12-18  Ben Elliston  <bje@au.ibm.com>
5885
5886	* config.sub, config.guess: Update from upstream sources.
5887
58882009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5889
5890	* MAINTAINERS (Write After Approval): Add myself.
5891
58922009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5893
5894	PR middle-end/30447
5895	PR middle-end/30789
5896	PR other/40302
5897
5898	* configure.ac: Require MPC.
5899	* configure: Regenerate.
5900
59012009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5902
5903	PR target/38384
5904	PR bootstrap/40972
5905	* libtool.m4: Sync from git Libtool.
5906	* ltoptions.m4: Likewise.
5907	* ltversion.m4: Likewise.
5908	* lt~obsolete.m4: Likewise.
5909	* ltmain.sh: Likewise.
5910
59112009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5912
5913	* configure.ac: Update minimum MPC version to 0.8.
5914	* configure: Regenerate.
5915
59162009-11-21  Sebastian Pop  <sebpop@gmail.com>
5917
5918	* configure.ac: Check for version 0.15.5 or later revision of CLooG.
5919	* configure: Regenerated.
5920
59212009-11-21  Ian Lance Taylor  <iant@google.com>
5922
5923	* configure.ac: Change default of poststage1_ldflags to be empty if
5924	poststage1_libs is set.  When poststage1_libs is empty, and
5925	ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5926	* configure: Rebuild.
5927
59282009-11-21  Adam Nemet  <adambnmet@gmail.com>
5929
5930	* MAINTAINERS (Write After Approval): Update my email address.
5931
59322009-11-20  Ben Elliston  <bje@au.ibm.com>
5933
5934	* config.guess: Update from upstream sources.
5935
59362009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5937
5938	* Makefile.def: Restore host and target settings for gmp.
5939	* Makefile.in: Rebuild.
5940
59412009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5942
5943	* configure.ac: Add libelf to host_libs.  Enable in-tree configury
5944	of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5945	Fix portability of test of C++ as bootstrap language.  Add
5946	ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5947	* configure: Rebuild.
5948	* Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5949	and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5950	in-tree building.
5951	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5952	(POSTSTAGE1_HOST_EXPORTS): Use it.
5953	(STAGE[+id+]_CXXFLAGS): New.
5954	(BASE_FLAGS_TO_PASS): Pass it down.
5955	(configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5956	extra_exports.
5957	(all-stage[+id+]-[+prefix+][+module+]): Likewise.
5958	(configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5959	extra_exports.
5960	* Makefile.in: Rebuild.
5961
59622009-11-17  Ben Elliston  <bje@au.ibm.com>
5963
5964	* config.sub, config.guess: Update from upstream sources.
5965
59662009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5967
5968	* MAINTAINERS (Write After Approval): Add myself.
5969
59702009-11-09  Jon Beniston  <jon@beniston.com>
5971
5972	* MAINTAINERS (Write After Approval): Add myself.
5973
59742009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5975
5976	* configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5977	paths for *-w64-mingw* and x86_64-*mingw*.
5978	* configure: Regenerated.
5979
59802009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5981
5982	* MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5983
59842009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5985
5986	* MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5987	Phil Edwards to Write-After Approval.
5988
59892009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5990
5991	* configure.ac: Disable target-winsup & co for
5992	x86_64-*-mingw* and *-w64-mingw* targets.
5993	* configure: Regenerated.
5994
59952009-10-16  Nick Clifton  <nickc@redhat.com>
5996
5997	* MAINTAINERS: Add myself as a maintainer for the RX port.
5998
59992009-10-26  Johannes Singler  <singler@kit.edu>
6000
6001	* MAINTAINERS (Write After Approval): Update my e-mail address.
6002
60032009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6004
6005	* configure.ac (CLooG test): Use = with test.
6006	* configure: Regenerate.
6007
60082009-10-22  Richard Guenther  <rguenther@suse.de>
6009
6010	* configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
6011	cloog if the ppl version check failed.  Move flags saving
6012	before setting in libelf check.
6013	* configure: Regenerate.
6014
60152009-10-21  Richard Guenther  <rguenther@suse.de>
6016
6017	* configure.ac: Adjust the ppl and cloog configure to work as
6018	documented.  Disable cloog if ppl was disabled.  Omit the version
6019	checks if they were disabled.
6020	* configure: Re-generate.
6021
60222009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6023
6024	* configure.ac: Add 'lto' to enable_languages, not
6025	new_enable_languages, and only if not already present.
6026	* configure: Regenerate.
6027
60282009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
6029
6030	* README: Refer to the various COPYING* files instead of just
6031	COPYING.
6032	Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6033
60342009-10-07  Rafael Avila de Espindola  <espindola@google.com>
6035
6036	* MAINTAINERS: Change my email address. Change plugi-in to plugin.
6037
60382009-10-07  Richard Guenther  <rguenther@suse.de>
6039
6040	* MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6041	and Richard Guenther as reviewers.
6042	(LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6043	as reviewers.
6044
60452009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
6046
6047	* config.sub: Update from upstream sources.
6048
60492009-10-06  Ian Lance Taylor  <iant@google.com>
6050
6051	* Makefile.def: check-gold depends upon all-gas.
6052	* Makefile.in: Rebuild.
6053
60542009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
6055
6056	* MAINTAINERS (Write After Approval): Add myself.
6057
60582009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
6059
6060	* Makefile.def: all-lto-plugin depends on all-libiberty.
6061	set bootstrap=true for lto-plugin.
6062	Add lto-plugin.
6063	* Makefile.in: Regenerate.
6064	* configure.ac (host_libs): Add lto-plugin.
6065	* configure: Regenerate.
6066
60672009-10-03  Diego Novillo  <dnovillo@google.com>
6068
6069	* Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6070	(HOST_LIBELFLIBS): Define.
6071	(HOST_LIBELFINC): Define.
6072	* Makefile.in: Regenerate.
6073	* configure.ac: Add --enable-lto.
6074	Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6075	If --enable-lto is used, add 'lto' to new_enable_languages.
6076	If --enable-lto is used and gold is enabled, add
6077	lto-plugin to configdirs.
6078	* configure: Regenerate.
6079
60802009-10-03  Simon Baldwin  <simonb@google.com>
6081
6082	* configure.ac: If --with-system-zlib, suppress local zlib and
6083	pass --with-system-zlib to subdir configure scripts.
6084	* configure: Regenerate.
6085
60862009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6087	    Paolo Bonzini  <bonzini@gnu.org>
6088
6089	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6090	$(srcdir).
6091	* Makefile.in: Rebuilt.
6092
60932009-09-26  Gary Funck  <gary@intrepid.com>
6094
6095	* MAINTAINERS (Write After Approval): Add myself.
6096
60972009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6098
6099	* configure.ac: Update minimum MPC version to 0.7.
6100	* configure: Regenerate.
6101
61022009-09-25  Nick Clifton  <nickc@redhat.com>
6103
6104	* configure.ac: Pass any --cache-file=/dev/null option on to
6105	subconfigures.
6106	* configure: Regenerate.
6107
61082009-09-23  Nick Clifton  <nickc@redhat.com>
6109
6110	* config.sub, config.guess: Update from upstream sources.
6111
61122009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6113
6114	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6115	* Makefile.in: Rebuilt.
6116
61172009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6118
6119	PR bootstrap/32272
6120	* configure.ac: Error out if $srcdir isn't '.' but contains
6121	host-${host_noncanonical}.
6122	* configure: Regenerate.
6123
61242009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6125
6126	* MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6127	maintainer.
6128
61292009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6130
6131	* configure.ac: If bootstrapping a combined tree with
6132	--enable-gold, require c++ in stage1_languages.
6133	* configure: Regenerate.
6134
6135	* configure.ac: Also add target_libs of stage1_languages to
6136	bootstrap_target_libs.
6137	* configure: Regenerate.
6138
6139	* configure.ac: Diagnose --enable-build-with-cxx bootstrap
6140	with --enable-languages not containing c++.
6141	* configure: Regenerate.
6142
61432009-09-15  Jie Zhang  <jie.zhang@analog.com>
6144
6145	* configure.ac: Disable java and boehm-gc for bfin-*-*.
6146	* configure: Regenerate.
6147
61482009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6149
6150	* MAINTAINERS (Write After Approval): Update my e-mail address,
6151	and move from from here...
6152	(Waiting for paperwork): To here.
6153
61542009-09-09  Joseph Myers  <joseph@codesourcery.com>
6155
6156	* MAINTAINERS (Reviewers): Add self as driver reviewer.
6157
61582009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6159
6160	* configure.ac: Do not use $extrasub for replacing @if/@endif
6161	parts in Makefile; instead, use additional arguments to
6162	AC_CONFIG_COMMANDS to do the replacement manually, with several
6163	sed invocations, to avoid HP-UX sed command limits.
6164	* configure: Regenerate.
6165
61662009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6167
6168	* libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6169	blank before -L.
6170
61712009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6172
6173	* configure.ac (with-build-config): Document.  Handle without.
6174	Handle missing argument.
6175	* configure: Rebuilt.
6176
61772009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6178
6179	* configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6180	Default to bootstrap-debug only if compare-debug works.
6181	* configure: Rebuilt.
6182	* Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6183	* Makefile.in: Rebuilt.
6184
61852009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6186
6187	* MAINTAINERS (OS Port Maintainers): Update my email address.
6188
61892009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6190
6191	* Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6192	* Makefile.in: Rebuilt.
6193
61942009-09-01  Chris Demetriou  <cgd@google.com>
6195
6196	* MAINTAINERS (Write After Approval): Add myself.
6197
61982009-08-31  Dodji Seketeli  <dodji@redhat.com>
6199
6200	PR debug/30161
6201	* include/dwarf2.h (enum dwarf_tag): Added
6202	DW_TAG_GNU_template_template_param
6203	(enum dwarf_attribute): Added DW_AT_GNU_template_name.
6204
62052009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6206
6207	* Makefile.tpl (AWK): Fix typo.
6208	* Makefile.in: Regenerate.
6209
62102009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6211
6212	* configure.ac: Detect awk and sed.
6213	* Makefile.def (flags_to_pass): Add AWK and SED.
6214	* Makefile.tpl (AWK, SED): New.
6215	(BASE_FLAGS_TO_PASS): Add AWK and SED.
6216	* configure: Regenerate.
6217	* Makefile.in: Regenerate.
6218
62192009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6220
6221	* ltmain.sh (removedotparts): Don't use comma as 's' separator.
6222	(collapseslashes): Likewise.
6223
62242009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6225
6226	* configure.ac (AC_PREREQ): Bump to 2.64.
6227
62282009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6229
6230	* configure.ac: Remove --with-datarootdir, --with-docdir,
6231	--with-pdfdir, --with-htmldir switches.
6232	* configure: Regenerate.
6233
6234	* configure: Regenerate.
6235
6236	* compile: Sync from Automake 1.11.
6237	* depcomp: Likewise.
6238	* install-sh: Likewise.
6239	* missing: Likewise.
6240	* mkinstalldirs: Likewise.
6241	* ylwrap: Likewise.
6242
62432009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6244
6245	* ltmain.sh (func_normal_abspath): New function.
6246	(func_relative_path): Likewise.
6247	(func_mode_help): Document new -bindir option for link mode.
6248	(func_mode_link): Add new -bindir option, and use it to place
6249	output DLL if specified.
6250
62512009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6252
6253	* configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6254	(baseargs): Add --disable-option-checking.
6255	* configure: Regenerate.
6256
6257	* Makefile.def (configure-target-libiberty): Depend on
6258	all-binutils and all-ld.
6259	(configure-target-newlib): Likewise.
6260	* Makefile.in: Regenerate.
6261
62622009-08-17  Ben Elliston  <bje@au.ibm.com>
6263
6264	* config.sub, config.guess: Update from upstream sources.
6265
62662009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6267
6268	Sync from src, merge:
6269
6270	2009-07-02  Tristan Gingold  <gingold@adacore.com>
6271
6272	* configure.ac: Do not exclude gas for i386-*-darwin.
6273	Add a case for x86_64-*-darwin.
6274	* configure: Regenerate.
6275
62762009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6277
6278	* MAINTAINERS: Add my name to Write After Approval list.
6279
62802009-08-06  Michael Eager  <eager@eagercon.com>
6281
6282	* configure.ac: Add Microblaze target.
6283	* configure: Regenerate.
6284
62852009-07-31  Christian Bruel  <christian.bruel@st.com>
6286
6287	* configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6288	* configure: Regenerate.
6289
62902009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6291
6292	* MAINTAINERS (Write After Approval): Update my e-mail address.
6293
62942009-07-06  Ian Lance Taylor  <iant@google.com>
6295
6296	* configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6297	* configure: Rebuild.
6298
62992009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6300
6301	* MAINTAINERS: Move myself to the Graphite Reviewers.
6302
63032009-06-30  Wei Guozhi  <carrot@google.com>
6304
6305	* MAINTAINERS: Add my name to Write After Approval list.
6306
63072009-06-26  Steve Ellcey  <sje@cup.hp.com>
6308
6309	PR bootstrap/40338
6310	* configure.ac (comparestring): Create new variable.
6311	* Makefile.tpl (comparestring): Use to skip some comparisions.
6312	* configure: Regenerate.
6313	* Makefile.in: Regenerate.
6314
63152009-06-26  Doug Evans  <dje@sebabeach.org>
6316
6317	* Makefile.def (host_modules): Add cgen.
6318	* Makefile.in: Regenerate.
6319	* configure.ac (host_tools): Add cgen.
6320	* configure: Regenerate.
6321
63222009-06-23  DJ Delorie  <dj@redhat.com>
6323
6324	* MAINTAINERS: Add myself as mep maintainer.
6325
63262009-06-23  Ian Lance Taylor  <iant@google.com>
6327
6328	* configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6329	boot_languages.  Only bootstrap target libraries listed in
6330	target_libs for some boot language.  Add --with-stage1-ldflags,
6331	--with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6332	with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6333	if not building with C++.
6334	* Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6335	* Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6336	(POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6337	(HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6338	(POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6339	POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6340	(POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6341	* configure, Makefile.in: Rebuild.
6342
63432009-06-23  Li Feng  <nemokingdom@gmail.com>
6344
6345	* MAINTAINERS: Added my name to write-after-approval list.
6346
63472009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6348
6349	* configure.ac: Define is_elf for QNX Neutrino targets.
6350	* configure: Regenerate.
6351
63522009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6353
6354	* MAINTAINERS: Added my name to the write-after-approval list
6355
63562009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6357
6358	* configure.ac: Detect MPC in default directory.
6359	* configure: Regenerate.
6360
63612009-06-03  Jerome Guitton  <guitton@adacore.com>
6362	    Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6363
6364	* Makefile.tpl (all): Avoid a trailing backslash.
6365	* Makefile.in: Regenerate.
6366
63672009-06-03  Ben Elliston  <bje@au.ibm.com>
6368
6369	* config.sub, config.guess: Update from upstream sources.
6370
63712009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6372
6373	* configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6374	to noconfdirs.
6375	* configure: Regenerate.
6376
63772009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6378
6379	* Makefile.tpl ([+compare-target+]): Compare all stage
6380	directories, rather than just gcc.
6381	* Makefile.in: Rebuilt.
6382
63832009-06-01  Doug Kwan  <dougkwan@google.com>
6384
6385	* configure.ac: Support gold for target arm*-*-*.
6386	* configure: Regenerate.
6387
63882009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6389
6390	* Makefile.def: Add MPC support and dependencies.
6391	* configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6392
6393	* Makefile.in, configure: Regenerate.
6394
63952009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6396
6397	* Makefile.tpl (all): Avoid harmless warning in make all when
6398	gcc-bootstrap is enabled but stage_last does not exist.
6399	* Makefile.in: Rebuilt.
6400
64012009-05-24  Nicolas Roche  <roche@adacore.com>
6402
6403	* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6404	* Makefile.in: Regenerate.
6405
64062009-05-21  Denis Chertykov  <chertykov@gmail.com>
6407
6408	* MAINTAINERS: Update my e-mail address.
6409
64102009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6411
6412	* configure.ac (cygwin noconfigdirs):  Remove libgcj.
6413	* configure:  Regenerate.
6414
64152009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6416
6417	PR other/40159
6418	* Makefile.tpl (all): Don't assume gcc-bootstrap and
6419	gcc-no-bootstrap are mutually exclusive.
6420	* Makefile.in: Rebuilt.
6421
64222009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6423
6424	PR other/40159
6425	* Makefile.tpl (all): Don't end with unconditional success.
6426	* Makefile.in: Rebuilt.
6427
64282009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6429
6430	PR target/37137
6431	* Makefile.def (flags_to_pass): Remove redundant and incomplete
6432	STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6433	Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6434	(bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6435	stage_configureflags, stage_cflags and stage_libcflags into
6436	explicit Makefile macros.
6437	* Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6438	GFORTRAN.
6439	(POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6440	CC.  Set CC_FOR_BUILD from CC.
6441	(BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6442	NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6443	DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6444	XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6445	and GFORTRAN.
6446	(TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6447	(_LIBCFLAGS): Renamed to _TFLAGS.
6448	(do-compare-debug, do-compare3-debug): Drop.
6449	(CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6450	GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6451	(FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6452	DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6453	(XGCC_FLAGS_FOR_TARGET): New.
6454	(BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6455	(EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6456	(POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6457	DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6458	LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6459	to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6460	TFLAGS.
6461	(BUILD_CONFIG): Include if requested.
6462	(all): Set TFLAGS on bootstrap.
6463	(configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6464	(all-stageid-prefixmodule): Likewise.
6465	(do-clean, distclean-stageid): Set TFLAGS.
6466	(restrap): Fix whitespace.
6467	* Makefile.in: Rebuilt.
6468
64692009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6470
6471	* config.guess: Sync with src.
6472
64732009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6474
6475	* configure.ac ($with_ppl):  Default to no if not supplied.
6476	($with_cloog):  Likewise.
6477	configure:  Regenerate.
6478
64792009-04-27  James E. Wilson  <wilson@codesourcery.com>
6480
6481	* MAINTAINERS: Update my e-mail address.
6482
64832009-04-27  Nick Clifton  <nickc@redhat.com>
6484
6485	* MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6486
64872009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6488
6489	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6490	(POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6491	* Makefile.in: Regenerate.
6492
64932009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6494
6495	PR bootstrap/39739
6496	* configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6497	* Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6498
6499	* configure, Makefile.in: Regenerate.
6500
65012009-04-21  Taras Glek  <tglek@mozilla.com>
6502
6503	* include/hashtab.h: Update GTY annotations to new syntax
6504	* include/splay-tree.h: Likewise
6505
65062009-04-17  Ben Elliston  <bje@au.ibm.com>
6507
6508	* config.sub, config.guess: Update from upstream sources.
6509
65102009-04-15  Anthony Green  <green@moxielogic.com>
6511
6512	* configure.ac: Add moxie support.
6513	* configure: Rebuilt.
6514
65152009-04-14  Jakub Jelinek  <jakub@redhat.com>
6516
6517	* configure.ac: Change copyright header to refer to version
6518	3 of the GNU General Public License and to point readers at the
6519	COPYING3 file and the FSF's license web page.
6520	* Makefile.def: Likewise.
6521	* Makefile.tpl: Likewise.
6522	* Makefile.in: Regenerate.
6523
65242009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6525
6526	* configure.ac: Restore match for darwin9 or later. Use double
6527	brackets since regeneration eats one pair.
6528	* configure: Regenerate.
6529
65302009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6531
6532	PR gas/10039
6533	* configure.ac: Require texinfo 4.7.
6534	* configure: Regenerated.
6535
65362009-04-09  Nick Clifton  <nickc@redhat.com>
6537
6538	* COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6539	the GCC Runtime Library Exception.
6540
65412009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6542
6543	* configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6544	* configure: Regenerate.
6545
65462009-04-01  Steve Ellcey  <sje@cup.hp.com>
6547
6548	* Makefil.def (languages): New entries.
6549	* Makefile.tpl (check-gcc-*): New generic target.
6550	* Makefile.in: Regenerate.
6551
65522009-03-25  Erven Rohou  <erven.rohou@inria.fr>
6553
6554	* MAINTAINERS:  Update my email address.
6555
65562009-03-18  Tom Tromey  <tromey@redhat.com>
6557
6558	* configure: Rebuild.
6559	* configure.ac (host_libs): Add libiconv.
6560	* Makefile.in: Rebuild.
6561	* Makefile.def (host_modules): Add libiconv.
6562	(configure-gdb, all-gdb): Depend on libiconv.
6563
65642009-03-16  Tristan Gingold  <gingold@adacore.com>
6565
6566	* configure.ac: Treat gdb as supported on x86_64-darwin.
6567	* configure: Regenerate.
6568
65692009-03-16  Joseph Myers  <joseph@codesourcery.com>
6570
6571	* configure.ac (--with-host-libstdcxx): New option.
6572	* configure: Regenerate.
6573
65742009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
6575
6576	* MAINTAINERS:  Move myself into the write after approval list.
6577
65782009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
6579
6580	* MAINTAINERS: Update e-mail address.
6581
65822009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
6583
6584	* MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6585
65862009-03-10  Ira Rosen  <irar@il.ibm.com>
6587
6588	* MAINTAINERS: Add myself as auto-vectorizer maintainer.
6589
65902009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6591
6592	Backport from git Libtool:
6593
6594	2009-01-19  Robert Millan  <rmh@aybabtu.com>
6595	Support GNU/kOpenSolaris.
6596	* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6597	(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6598	(_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6599	GNU/kOpenSolaris.
6600
66012009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6602
6603	* MAINTAINERS: Update e-mail address.
6604
66052009-02-24  Michael Eager  <eager@eagercon.com>
6606
6607	* MAINTAINERS (Write After Approval): Add self.
6608
66092009-02-18  Bingfeng Mei  <bmei@broadcom.com>
6610
6611	* MAINTAINERS (Write After Approval): Add myself.
6612
66132009-02-05  Andreas Schwab  <schwab@suse.de>
6614
6615	* Makefile.tpl (stage_last): Define $r and $s before using
6616	$(RECURSE_FLAGS_TO_PASS).
6617	* Makefile.in: Regenerate
6618
66192009-01-30  Ian Lance Taylor  <iant@google.com>
6620
6621	* MAINTAINERS: Move myself to the Global Reviewers list.
6622
66232009-01-29  Robert Millan  <rmh@aybabtu.com>
6624
6625	* configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6626	* configure: Regenerate.
6627
66282009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
6629
6630	* MAINTAINERS: Make whitespace consistent.
6631	Remove Robert Millan from Write After Approval.
6632
66332009-01-16  Alan Modra  <amodra@bigpond.net.au>
6634
6635	* Makefile.def (configure-opcodes): Depend on configure-libiberty.
6636	(all-opcodes): Depend on all-libiberty.
6637	* Makefile.in: Regenerate.
6638
66392009-01-15  Douglas B Rupp  <rupp@gnat.com>
6640
6641	* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6642	* configure: Regenerate.
6643
66442009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
6645
6646	* MAINTAINERS (Write After Approval): Add myself.
6647
66482009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
6649
6650	* MAINTAINERS: Add myself to reviewers (Fortran).
6651
66522009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6653
6654	PR tree-optimization/38515
6655	* configure.ac (cloog-polylib): Removed.
6656	(with_ppl, with_cloog): Test for "no".
6657	* configure: Regenerated.
6658
66592009-01-11  Daniel Franke  <franke.daniel@gmail.com>
6660
6661	* MAINTAINERS: Moved myself to reviewers (Fortran).
6662
66632009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
6664
6665	* MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6666	(Write After Approval): Remove myself.
6667
66682009-01-03  Diego Novillo  <dnovillo@google.com>
6669
6670	* MAINTAINERS: Remove myself from alias maintainership.
6671
66722009-01-02  David Ayers  <ayers@fsfe.org>
6673
6674	* MAINTAINERS: Update e-mail address.
6675
66762008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
6677
6678	* MAINTAINERS: Make whitespace consistent.
6679
66802008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6681
6682	Backport from upstream Libtool:
6683	* libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6684	Add cache variables to tests that require the linker to work.
6685	For shlibpath_overrides_runpath, this also changes the semantics
6686	to let the result from the C compiler take precedence.
6687
66882008-12-02  Ben Elliston  <bje@au.ibm.com>
6689
6690	* config.sub, config.guess: Update from upstream sources.
6691
66922008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6693
6694	* configure.ac (ppllibs): Add by default the lib flags.
6695	* configure: Regenerate.
6696
66972008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6698
6699	* MAINTAINERS:  Add myself to the write after approval list.
6700
67012008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6702
6703	* configure.ac: Add double brackets on darwin[912].
6704	* configure: Regenerate.
6705
67062008-12-03  Daniel Kraft  <d@domob.eu>
6707
6708	* MAINTAINERS:  Moved myself and Mikael Morin from Write After
6709	Approval to Reviewer section (for Fortran front-end).
6710
67112008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6712
6713	* configure.ac: Expand to darwin10 and later.
6714	* configure: Regenerate.
6715
67162008-12-02  Andreas Schwab  <schwab@suse.de>
6717
6718	* Makefile.def: configure-target-boehm-gc depends on
6719	all-target-libstdc++-v3.
6720	* Makefile.in: Regenerate.
6721
67222008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6723
6724	* MAINTAINERS:  Add myself as mingw maintainer.
6725
67262008-12-02  Ben Elliston  <bje@au.ibm.com>
6727
6728	* config.sub, config.guess: Update from upstream sources.
6729
67302008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6731
6732	* README.SCO: Remove.
6733
67342008-11-29  Fernando Pereira  <pronesto@gmail.com>
6735
6736	* MAINTAINERS:  Add myself to the write after approval list.
6737
67382008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6739
6740	* MAINTAINERS:  Update my email address in WAA section.
6741
67422008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6743
6744	* MAINTAINERS: Update e-mail address.
6745
67462008-11-27  Toon Moene  <toon@moene.org>
6747
6748	* MAINTAINERS: Change e-mail address.
6749
67502008-11-27  Tristan Gingold  <gingold@adacore.com>
6751
6752	* configure.ac: Build gdb for i?86-*-darwin*
6753	* configure: Regenerated.
6754
67552008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6756
6757	* MAINTAINERS: Added my full name.
6758
67592008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6760
6761	PR bootstrap/38014
6762	PR bootstrap/37923
6763
6764	Revert:
6765
6766	2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6767
6768	* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6769	* Makefile.in: Regenerated.
6770
6771	2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6772
6773	PR gdb/921
6774	PR gdb/1646
6775	PR gdb/2175
6776	PR gdb/2176
6777
6778	* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6779	* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6780	(EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6781	(HOST_EXPORTS): Pass CPPFLAGS.
6782	(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6783	(LDFLAGS_FOR_TARGET): Initialize from configure script.
6784	(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6785	* Makefile.in, configure: Regenerated.
6786	* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6787	and CPPFLAGS_FOR_BUILD.
6788
67892008-11-06  Jeff Law  <law@redhat.com>
6790
6791	* MAINTAINERS: Add myself as middle end maintainer.
6792
67932008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6794
6795	* MAINTAINERS (Write after approval): Add myself.
6796
67972008-11-05  Diego Novillo  <dnovillo@google.com>
6798
6799	* MAINTAINERS (Global Reviewers): Add myself.
6800	(Non-Algorithmic Maintainers): Remove myself.
6801
68022008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6803
6804	* MAINTAINERS (Write after approval): Add myself.
6805
68062008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6807
6808	* MAINTAINERS (Write after approval): Add myself.
6809
68102008-10-31  Ben Elliston  <bje@au.ibm.com>
6811
6812	* configure.ac (spu-*-*): Remove special case.
6813	* configure: Regenerate.
6814
68152008-10-30  Catherine Moore  <clm@codesourcery.com>
6816
6817	* MAINTAINERS (Write after approval): Update my email address.
6818
68192008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6820
6821	* configure.ac [spu-*-*]: Do not set skipdirs.
6822	* configure: Re-generate.
6823
68242008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6825
6826	* MAINTAINERS (Various Maintainers): Add myself to reload.
6827
68282008-10-25  Richard Guenther  <rguenther@suse.de>
6829
6830	* MAINTAINERS (Various Maintainers): Add myself as middle-end
6831	maintainer.  Remove myself as libgcc-math maintainer.
6832	(Non-Algorithmic Maintainers): Remove myself.
6833
68342008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6835
6836	* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6837	* Makefile.in: Regenerated.
6838
68392008-10-23  Cary Coutant  <ccoutant@google.com>
6840
6841	* MAINTAINERS (Write after approval): Add myself.
6842
68432008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6844
6845	PR gdb/921
6846	PR gdb/1646
6847	PR gdb/2175
6848	PR gdb/2176
6849
6850	* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6851	* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6852	(EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6853	(HOST_EXPORTS): Pass CPPFLAGS.
6854	(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6855	(LDFLAGS_FOR_TARGET): Initialize from configure script.
6856	(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6857	* Makefile.in, configure: Regenerated.
6858	* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6859	and CPPFLAGS_FOR_BUILD.
6860
68612008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6862
6863	* MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6864	Sebastian Pop.
6865
68662008-10-14  Antoniu Pop	<antoniu.pop@gmail.com>
6867
6868	* MAINTAINERS (Write After Approval): Added myself.
6869
68702008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6871
6872	* configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6873	recommended version to 2.3.2.
6874
6875	* configure: Regenerate.
6876
68772008-10-01  Mark Mitchell  <mark@codesourcery.com>
6878
6879	* MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6880
68812008-09-29  David Daney	<david.daney@caviumnetworks.com>
6882
6883	* MAINTAINERS (Write After Approval): Update e-mail address.
6884
68852008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6886
6887	* libtool.m4: Update to libtool 2.2.6.
6888	* lt~obsolete.m4: Update to libtool 2.2.6.
6889	* ltmain.sh: Update to libtool 2.2.6.
6890	* ltsugar.m4: Update to libtool 2.2.6.
6891	* ltversion.m4: Update to libtool 2.2.6.
6892	* ltoptions.m4: Update to libtool 2.2.6.
6893	* ltgcc.m4: Update to match changes from libtool 2.2.6.
6894
68952008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6896
6897	* MAINTAINERS (Write After Approval): Add myself.
6898
68992008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6900
6901	* MAINTAINERS (Write After Approval): Update my name.
6902
69032008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6904
6905	* MAINTAINERS: Add myself in "Write After Approval".
6906
69072008-09-18  Steve Ellcey  <sje@cup.hp.com>
6908
6909	* MAINTAINERS: Add myself as ia64 maintainer.
6910
69112008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6912
6913	* MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6914	Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6915	Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6916	and Michael Tiemann from Write After Approval since they do not
6917	actually have access.
6918
69192008-09-05  Richard Guenther  <rguenther@suse.de>
6920
6921	* configure.ac: Initialize clooglibs to -lcloog.
6922	* configure: Re-generate.
6923
69242008-09-04  Le-Chun Wu  <lcwu@google.com>
6925
6926	* MAINTAINERS (Write After Approval): Add myself.
6927
69282008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6929
6930	* configure.ac (--with-cloog-polylib): New.
6931	(--disable-cloog-version-check): New.
6932	(--disable-ppl-version-check): New.
6933	* configure: Re-generate.
6934
69352008-09-03  Richard Guenther  <rguenther@suse.de>
6936
6937	* configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6938	cloog test.
6939	* configure: Re-generate.
6940
69412008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6942
6943	Add picoChip port.
6944	* MAINTAINERS: Add picoChip maintainers.
6945
69462008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6947	    Tobias Grosser  <grosser@fim.uni-passau.de>
6948	    Jan Sjodin  <jan.sjodin@amd.com>
6949	    Harsha Jagasia  <harsha.jagasia@amd.com>
6950	    Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6951	    Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6952	    Adrien Eliche  <aeliche@isty.uvsq.fr>
6953
6954	Merge from graphite branch.
6955	* configure: Regenerate.
6956	* Makefile.in: Regenerate.
6957	* configure.ac (host_libs): Add ppl and cloog.
6958	Add checks for PPL and CLooG.
6959	* Makefile.def (ppl, cloog): Added modules and dependences.
6960	* Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6961	(HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6962
69632008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6964
6965	* configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6966	(GCC_SHLIB_SUBDIR): New.
6967	* Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6968	* configure: Regenerate.
6969	* Makefile.in: Regenerate.
6970
69712008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6972
6973	* MAINTAINERS: Consistently use tabs to separate columns.
6974
69752008-08-29  Tristan Gingold  <gingold@adacore.com>
6976
6977	* MAINTAINERS (Write after Approval): Add myself.
6978
69792008-08-28  Tristan Gingold  <gingold@adacore.com>
6980
6981	* configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6982	Enable bfd, binutils and opcodes.
6983	* configure: Regenerate.
6984
69852008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6986
6987	* MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6988
69892008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6990
6991	* MAINTAINERS:  Use correct Umlaut for last name.
6992
69932008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6994
6995	* MAINTAINERS: Move myself from Reviewers to Write after Approval.
6996
69972008-08-16  David Edelsohn  <edelsohn@gnu.org>
6998
6999	* MAINTAINERS: Update my email address.
7000
70012008-08-16  Nicolas Roche  <roche@adacore.com>
7002
7003	* Makefile.tpl: Add BOOT_ADAFLAGS.
7004	* Makefile.in: Regenerate.
7005
70062008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
7007
7008	* configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7009	* configure: Regenerate.
7010
70112008-07-30  Paolo Bonzini  <bonzini@gnu.org>
7012
7013	* configure.ac: Add makefile fragments for hpux.
7014	* Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7015	* Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7016	* configure: Regenerate.
7017	* Makefile.in: Regenerate.
7018
70192008-07-28  Aldy Hernandez  <aldyh@redhat.com>
7020
7021	* MAINTAINERS: Add Jakub and myself as gimple maintainers.
7022
70232008-07-11  Dodji Seketeli  <dseketel@redhat.com>
7024
7025	* MAINTAINERS (Write after Approval): Add myself.
7026
70272008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
7028
7029	* MAINTAINERS (Write After Approval):  Add myself.
7030
70312008-06-29  Andrew Jenner  <andrew@codesourcery.com>
7032
7033	* MAINTAINERS (Write After Approval):  Add myself.
7034
70352008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
7036
7037	* MAINTAINERS: Update my email address.
7038
70392008-06-25  Joey Ye  <joey.ye@intel.com>
7040
7041	* MAINTAINERS (Write After Approval):  Add myself.
7042
70432008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7044
7045	* Makefile.tpl ($(srcdir)/configure): Update dependencies.
7046	* Makefile.in: Regenerate.
7047	* configure: Regenerate.
7048
70492008-06-17  Daniel Kraft  <d@domob.eu>
7050
7051	* MAINTAINERS (Write After Approval):  Add myself.
7052
70532008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7054
7055	* configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7056	"$@" is still intact with both Autoconf 2.59 and 2.62.
7057	* configure: Regenerate.
7058
70592008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7060
7061	* Makefile.tpl: Fix comment errors.
7062	* Makefile.in: Regenerate.
7063
70642008-06-12  David S. Miller  <davem@davemloft.net>
7065	    David Edelsohn  <edelsohn@gnu.org>
7066
7067	* configure.ac: Add powerpc*-*-* to gold supported targets.
7068	* configure: Regenerate.
7069
70702008-06-08  Joseph Myers  <joseph@codesourcery.com>
7071
7072	PR tree-optimization/36218
7073	* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7074	* Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7075	(all prefix="build-"): Pass them to build-system sub-makes.
7076	* Makefile.in: Regenerate.
7077
70782008-06-07  Joseph Myers  <joseph@codesourcery.com>
7079
7080	* MAINTAINERS (mt port): Remove.
7081	(sco5, unixware, sco udk): Remove.
7082	(Kean Johnston): Add to Write After Approval.
7083
70842008-05-30  Julian Brown  <julian@codesourcery.com>
7085
7086	* configure.ac (arm*-*-linux-gnueabi): Don't disable building
7087	of libobjc for ARM EABI Linux.
7088	* configure: Regenerate.
7089
70902008-05-18  Xinliang David Li   <davidxl@google.com>
7091
7092	* ChangeLog: Remove wrong ChangeLog entry.
7093
70942008-05-17  Xinliang David Li   <davidxl@google.com>
7095
7096	* MAINTAINERS (Write After Approval): Add myself.
7097
70982008-05-15  Janus Weil  <janus@gcc.gnu.org>
7099
7100	* MAINTAINERS (Write After Approval): Add myself.
7101
71022008-05-14  Rafael Espíndola  <espindola@google.com>
7103
7104	* config-ml.in: don't handle --enable-shared and --enable-static.
7105
71062008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7107
7108	* MAINTAINERS: Update my email address.
7109
71102008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7111
7112	* MAINTAINERS: Update my email address.
7113
71142008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7115
7116	* MAINTAINERS (Write After Approval): Add myself.
7117
71182008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7119
7120	* MAINTAINERS (Write After Approval): Add myself.
7121
71222008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7123
7124	* MAINTAINERS (crx): Add myself.
7125
71262008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7127
7128	Sync with src:
7129	2008-04-14  David S. Miller  <davem@davemloft.net>
7130
7131	* configure.ac: Add sparc*-*-* to gold supported targets.
7132	* configure: Regenerate.
7133
71342008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7135
7136	PR bootstrap/35457
7137	* configure.ac: Include override.m4.
7138	* configure: Regenerate.
7139
71402008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7141
7142	* Makefile.tpl (restrap): Call `make all' using double-colon rules.
7143	* Makefile.in: Regenerate.
7144
71452008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7146
7147	* configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7148	as nonconfigurable directories list.
7149	* configure: Regenerate.
7150
71512008-04-14  Ben Elliston  <bje@au.ibm.com>
7152
7153	* config.sub, config.guess: Update from upstream sources.
7154
71552008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7156
7157	* Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7158	* Makefile.in: Regenerate.
7159
71602008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7161
7162	* configure.ac: Do not build libssp for the AVR.
7163	* configure: Regenerate.
7164
71652008-04-07  Ian Lance Taylor  <iant@google.com>
7166
7167	* Makefile.def: check-gold depends upon all-binutils.
7168	* Makefile.in: Regenerate.
7169
71702008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7171
7172	* MAINTAINERS (Write After Approval): Add myself.
7173
71742008-04-04  Nick Clifton  <nickc@redhat.com>
7175
7176	PR binutils/4334
7177	* configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7178	builds.
7179	* configure: Regenerate.
7180
71812008-04-04  NightStrike  <NightStrike@gmail.com>
7182
7183	PR other/35151
7184	* configure.ac: Combine rules for mingw32 and mingw64.
7185	* configure: Regenerate.
7186
71872008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7188
7189	* MAINTAINERS (Write After Approval): Add myself.
7190
71912008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7192
7193	* Makefile.tpl (.NOTPARALLEL): Revert previous change.
7194	* Makefile.in (.NOTPARALLEL): Ditto.
7195
71962008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7197
7198	* MAINTAINERS (Write After Approval): Add myself.
7199
72002008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7201
7202	* Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7203	* Makefile.in (.NOTPARALLEL): Regenerate.
7204
72052008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7206
7207	* Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7208	* Makefile.in: Regenerate.
7209
72102008-03-26  Jakub Staszak  <kuba@et.pl>
7211
7212	* MAINTAINERS (Write After Approval): Add myself.
7213
72142008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7215
7216	* MAINTAINERS:  Update e-mail address.
7217
72182008-03-20  Ian Lance Taylor  <iant@google.com>
7219
7220	* configure.ac: Add support for --enable-gold.
7221	* Makefile.def: Add gold as a directory like ld.
7222	* configure, Makefile.in: Regenerate.
7223
72242008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7225
7226	* configure.ac: m4_include config/proginstall.m4.
7227	* configure: Regenerate.
7228
7229	Backport from upstream Libtool:
7230
7231	2007-10-12  Eric Blake  <ebb9@byu.net>
7232
7233	Deal with Autoconf 2.62's semantic change in m4_append.
7234	* ltsugar.m4 (lt_append): Replace broken versions of
7235	m4_append.
7236	(lt_if_append_uniq): Don't require separator to be overquoted,
7237	and avoid broken m4_append.
7238	(lt_dict_add): Fix typo.
7239	* libtool.m4 (_LT_DECL): Don't overquote separator.
7240
72412008-03-13  David Edelsohn  <edelsohn@gnu.org>
7242
7243	* config.rpath: Add AIX 6 support.
7244
72452008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7246
7247	* Makefile.def (stageprofile).  Remove -fprofile-generate
7248	from stage_libcflags.
7249	* Makefile.in: Regenerate.
7250
72512008-03-13  Ben Elliston  <bje@au.ibm.com>
7252
7253	* config.sub, config.guess: Update from upstream sources.
7254
72552008-03-06  Tom Tromey  <tromey@redhat.com>
7256
7257	* MAINTAINERS: Update for treelang deletion.
7258
72592008-03-03  James E. Wilson  <wilson@tuliptree.org>
7260
7261	* MAINTAINERS: Update my email address.
7262
72632008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7264
7265	* MAINTAINERS (darwin port): Add myself as a maintainer.
7266	(objective-c/c++): Add myself as a maintainer.
7267
72682008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7269
7270	* MAINTAINERS (Write After Approval): Update my email address.
7271
72722008-02-25  Tomas Bily  <tbily@suse.cz>
7273
7274	* MAINTAINERS (Write After Approval): Add myself.
7275
72762008-02-23  Jakub Jelinek  <jakub@redhat.com>
7277
7278	* MAINTAINERS (OpenMP): Add myself.
7279
72802008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7281
7282	PR bootstrap/32009
7283	PR bootstrap/32161
7284
7285	* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7286	* configure: Regenerate.
7287
7288	* Makefile.def: Define stage_libcflags for all bootstrap stages.
7289	* Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7290	STAGE4_LIBCFLAGS): New.
7291	(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7292	$(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7293	(BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7294	(EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7295	(configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7296	for target modules.  Don't export LIBCFLAGS.
7297	(all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7298	$(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7299	the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7300	(invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7301	$(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7302	* Makefile.in: Regenerate.
7303
73042008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7305
7306	PR libgcj/33085
7307	* libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7308	Do not use -DDLL_EXPORT.  Backport from upstream.
7309
73102008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7311
7312	* MAINTAINERS (Write After Approval): Add myself.
7313
73142008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7315
7316	* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7317	* configure: Regenerate.
7318
73192008-01-31  Marc Gauthier  <marc@tensilica.com>
7320
7321	* configure.ac (xtensa*-*-*): Recognize processor variants.
7322	* configure: Regenerate.
7323
73242008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7325
7326	PR bootstrap/34922
7327	* configure.ac (PARSE_ARGS): Push suitable setting of
7328	ac_subdirs_all, for `./configure --help=recursive'.
7329	Handle `+' in generic toplevel directory disabling.
7330	* configure: Regenerate.
7331
73322008-01-28  Nick Clifton  <nickc@redhat.com>
7333
7334	* MAINTAINERS (xstormy16): Take over maintainership.
7335
73362008-01-25  Joseph Myers  <joseph@codesourcery.com>
7337
7338	* MAINTAINERS (c4x port): Remove.
7339
73402008-01-24  David Edelsohn  <edelsohn@gnu.org>
7341
7342	* libtool.m4: Backport AIX 6 support from ToT Libtool.
7343
73442008-01-23  Ben Elliston  <bje@au.ibm.com>
7345
7346	* config.sub, config.guess: Update from upstream sources.
7347
73482008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7349
7350	* MAINTAINERS (Write After Approval): Add myself.
7351
73522008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7353
7354	* MAINTAINERS: Update my email address.
7355
73562008-01-09  Raksit Ashok  <raksit@google.com>
7357
7358	* MAINTAINERS (Write After Approval): Add myself.
7359
73602008-01-09  Raksit Ashok  <raksit@google.com>
7361
7362	* MAINTAINERS (Write After Approval): Add myself.
7363
73642008-01-08  Ben Elliston  <bje@au.ibm.com>
7365
7366	* config.sub, config.guess: Update from upstream sources.
7367
73682007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7369
7370	* configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7371	Change recommended MPFR from 2.2.1 -> 2.3.0.
7372	* configure: Regenerate.
7373
73742007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7375
7376	* MAINTAINERS: Update my email address.
7377
73782007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7379
7380	* MAINTAINERS: Update my email address.
7381
73822007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7383
7384	* Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7385	(CXXFLAGS_FOR_TARGET): Add -O2 -g.
7386	* Makefile.in: Regenerate.
7387
73882007-12-10  Mark Heffernan  <meheff@google.com>
7389
7390	* MAINTAINERS (Write After Approval): Add myself and alphabetize two
7391	misplaced entries.
7392
73932007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7394
7395	* configure.ac: Enable libjava for x86_64-*-darwin9.
7396	* configure: Regenerate.
7397
73982007-12-07  Bill Maddox  <maddox@google.com>
7399
7400	* MAINTAINERS (Write After Approval): Add myself.
7401
74022007-12-05  Ben Elliston  <bje@au.ibm.com>
7403
7404	* config.sub, config.guess: Update from upstream sources.
7405
74062007-12-02  Matthias Klose  <doko@ubuntu.com>
7407
7408	* config-ml.in: Remove 64bit configure tests.
7409
74102007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7411
7412	* config-ml.in: Robustify against white space in absolute file
7413	names.
7414
7415	* config-ml.in (multi-clean): Substitute ${Makefile}.
7416	Remove superfluous ${Makefile} in list.
7417
74182007-11-19  Thiemo Seufer  <ths@mips.com>
7419
7420	* config-ml.in: Don't hardcode the Makefile name.
7421
74222007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7423
7424	* MAINTAINERS (Write After Approval): Add myself.
7425
74262007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7427
7428	* MAINTAINERS (Write After Approval): Add myself.
7429
74302007-11-06  Doug Kwan  <dougkwan@google.com>
7431
7432	* MAINTAINERS (Write After Approval): Add myself.
7433
74342007-10-25  Ben Elliston  <bje@au.ibm.com>
7435
7436	* MAINTAINERS (mercury): Remove entry.
7437	(Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7438
74392007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7440
7441	* Makefile.def (dependencies): Make configure-gdb depend on
7442	all-intl.
7443	* Makefile.in: Regenerated.
7444
74452007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7446
7447	* MAINTAINERS (Fortran maintainer): Remove myself.
7448
74492007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7450
7451	* Makefile.def: To avoid problems running with parallel makes,
7452	build newlib before libgloss so that target specific header
7453	files are availble.
7454	* Makefile.in: Regenerate
7455
74562007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7457
7458	* Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7459	* Makefile.in: Regenerate.
7460
74612007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7462
7463	* MAINTAINERS (Register allocation reviewer): Add myself.
7464
74652007-10-08  Mike Frysinger  <vapier@gentoo.org>
7466
7467	* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7468	LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7469	Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7470	LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7471	* configure: Regenerate.
7472
74732006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7474
7475	* MAINTAINERS (Register allocation reviewer): Add myself.
7476
74772007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7478
7479	* Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7480	DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7481	LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7482	WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7483	* configure.ac: Default them to host tools for $host = $build.
7484	Subst them.
7485
7486	* configure: Regenerate.
7487	* Makefile.in: Regenerate.
7488
74892006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7490
7491	* MAINTAINERS (Register allocation reviewer): Add myself.
7492
74932006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7494
7495	* MAINTAINERS (Register allocation reviewer): Add myself.
7496
74972007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7498
7499	* MAINTAINERS (Write After Approval): Fix typo.
7500
75012007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7502
7503	* configure.ac (mipsisa*-*-elfoabi*): New stanza.
7504	* configure: Regenerate.
7505
75062007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7507
7508	PR bootstrap/31906
7509	* libtool-ldflags: Don't prefix arguments with -Xcompiler if
7510	they're already prefixed.
7511
75122007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7513
7514	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7515	libstdc++.
7516	* Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7517	* configure: Regenerate.
7518	* Makefile.in: Regenerate.
7519
75202007-09-17  Andreas Schwab  <schwab@suse.de>
7521
7522	* configure.ac: Raise minimum makeinfo version to 4.6.
7523	* configure: Regenerate.
7524
75252007-09-17  Johannes Singler  <singler@ira.uka.de>
7526
7527	* MAINTAINERS (write-after-approval) add myself
7528
75292007-09-15  Alan Modra  <amodra@bigpond.net.au>
7530
7531	* configure.ac: Correct makeinfo version check.
7532	* configure: Regenerate.
7533
75342007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
7535
7536	* MAINTAINERS: Update my email address.
7537
75382007-09-14  Richard Sandiford  <richard@codesourcery.com>
7539
7540	* configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
7541	to $skipdirs and only disable gprof for newlib.  Use the normal
7542	mips*-elf* handling in other respects.
7543	* configure: Regnerate.
7544
75452007-09-12  David Daney  <ddaney@avtrex.com>
7546
7547	* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7548	enabling libgcj.
7549	* configure: Regenerate.
7550
75512007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7552
7553	PR other/32154
7554	* configure.ac: For libgloss targets, point the linker to the linker
7555	script, startup code and simulator library.
7556	* configure: Regenerate.
7557
75582007-09-07  Andrew Haley  <aph@redhat.com>
7559
7560	* configure.ac (noconfigdirs): Remove target-libffi and
7561	target-libjava.
7562	* configure: Regenerate.
7563
75642007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7565
7566	PR target/33281
7567	* configure.ac: Use config/mh-mingw on mingw.
7568	* configure: Regenerate.
7569
75702007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
7571
7572	* MAINTAINERS (Write After Approval): Add myself.
7573
75742007-09-05  Richard Guenther  <rguenther@suse.de>
7575
7576	* configure.ac (--enable-stage1-checking): If neither --enable-checking
7577	nor --disable-checking is provided also turn on yes and types
7578	checking for stage1.
7579	* configure: Re-generate.
7580
75812007-08-30  Krister Walfridsson  <cato@df.lth.se>
7582
7583	* MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7584	(Write After Approval): Remove myself.
7585
75862007-08-29  Nick Clifton  <nickc@redhat.com>
7587
7588	* config.sub, config.guess: Update from upstream sources.
7589
75902007-08-22  Bud Davis  <jmdavis@link.com>
7591
7592	* MAINTAINERS (Write After Approval): Added myself.
7593	* MAINTAINERS (Reviewers): Removed myself.
7594
75952007-08-18  Paul Brook  <paul@codesourcery.com>
7596	    Joseph Myers  <joseph@codesourcery.com>
7597
7598	* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7599	(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7600	* Makefile.in: Regenerate.
7601	* configure.ac (--with-debug-prefix-map): New.
7602	* configure: Regenerate.
7603
76042007-08-17  Richard Sandiford  <richard@codesourcery.com>
7605	    Nigel Stephens  <nigel@mips.com>
7606
7607	* configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
7608	as target_makefile_frag.
7609	* configure: Regenerate.
7610
76112007-08-16  Alexandre Oliva  <aoliva@redhat.com>
7612
7613	* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7614	Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
7615	(bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7616	* Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7617	(do-compare, do-compare3, do-compare-debug): New.
7618	([+compare-target+]): Use them.
7619
76202007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7621
7622	* MAINTAINERS (Write After Approval): Change my email address.
7623
76242007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7625	    Ben Elliston  <bje@au.ibm.com>
7626
7627	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7628	--silent if $silent.
7629	* configure: Regenerate.
7630
76312003-08-12  Zdenek Dvorak  <ook@ucw.cz>
7632
7633	* MAINTAINERS (Various Maintainers): Add myself as
7634	loop infrastructure maintainer.  Update my e-mail
7635	address.
7636
76372007-07-31  Diego Novillo  <dnovillo@google.com>
7638
7639	* MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7640	Adjust description.
7641
76422007-07-26  Richard Guenther  <rguenther@suse.de>
7643
7644	* configure.ac: Add types checking to stage1 checking flags.
7645	* configure: Regenerate.
7646
76472007-07-17  Nick Clifton  <nickc@redhat.com>
7648
7649	* COPYING3: New file.  Contains version 3 of the GNU General
7650	Public License.
7651	* COPYING3.LIB: New file.  Contains version 3 of the GNU
7652	Lesser General Public License.
7653
76542007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7655
7656	* MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7657
76582007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7659
7660	* MAINTAINERS (S/390 co-maintainer): Add myself.
7661	(Write After Approval): Remove myself.
7662
76632007-07-13  Dan Hipschman  <dsh@google.com>
7664
7665	* MAINTAINERS (Write After Approval): Add myself.
7666
76672007-07-11  Nick Clifton  <nickc@redhat.com>
7668
7669	* Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7670	WINDRES export.
7671	* Makefile.in: Regenerate.
7672
76732007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7674
7675	* MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7676	maintainer.
7677
76782007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
7679
7680	* lt~obsolete.m4: New. Import from 20070318 libtool.
7681
76822007-07-03  Julian Brown  <julian@codesourcery.com>
7683
7684	* MAINTAINERS (Write After Approval): Add myself.
7685
76862007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7687
7688	* configure.ac: Rewrite 'configure --help' strings to look nicer.
7689	* configure: Regenerate.
7690
76912007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7692
7693	* configure.ac: Add some missing m4 quotation.
7694	* configure: Regenerate.
7695
76962007-07-02  Simon Baldwin  <simonb@google.com>
7697
7698	* MAINTAINERS (Write After Approval): Add myself.
7699
77002007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7701
7702	* configure: Regenerate.
7703
77042007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7705
7706	* Makefile.def: Add windmc tool to build.
7707	* Makefile.tpl: Likewise.
7708	* configure.ac: Likewise.
7709	* Makefile.in: Regenerate.
7710	* configure: Regenerate.
7711
77122007-06-28  DJ Delorie  <dj@redhat.com>
7713
7714	* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7715	not building newlib.
7716	* configure: Regenerated.
7717
77182007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7719
7720	* MAINTAINERS (Write After Approval): Add myself.
7721
77222007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7723
7724	* MAINTAINERS (Write After Approval): Add myself.
7725
77262007-06-19  Chris Matthews  <chrismatthews@google.com>
7727
7728	* MAINTAINERS (Write After Approval): Add myself.
7729
77302007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7731
7732	* MAINTAINERS (Write After Approval): Add myself.
7733
77342007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7735
7736	* Makefile.def: Add dependency from configure-gdb to all-bfd.
7737	* Makefile.in: Regenerated.
7738
77392007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7740
7741	* configure.ac: Don't add target-libmudflap to noconfigdirs for
7742	bfin*-*-uclinux* targets.
7743	* configure: Regenerate.
7744
77452007-06-14  Ian Lance Taylor  <iant@google.com>
7746
7747	* MAINTAINERS: Add myself as non-algorithmic global write
7748	maintainer.
7749
77502007-06-14  Diego Novillo  <dnovillo@google.com>
7751
7752	* MAINTAINERS: Add self as middle-end maintainer and
7753	non-algorithmic global write maintainer.
7754
77552007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7756
7757	* MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7758	Move all Fortran maintainers except Paul Brook into the
7759	Non-Autopoiesis section.
7760
77612007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7762
7763	* Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7764	(distclean-stage[+id+]): Possibly delete stage_last.
7765	* Makefile.in: Regenerate.
7766
77672007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7768
7769	* MAINTAINERS (Various Maintainer): Fix typo.
7770
77712007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7772
7773	* MAINTAINERS (Various Maintainer): Add myself as
7774	dataflow maintainer.
7775
77762007-06-07  Ben Elliston  <bje@au.ibm.com>
7777
7778	* config.sub, config.guess: Update from upstream sources.
7779
77802007-06-07  Ben Elliston  <bje@au.ibm.com>
7781
7782	* Makefile.tpl: Fix spelling error.
7783	* Makefile.in: Regenerate.
7784
77852007-06-01  Steve Ellcey  <sje@cup.hp.com>
7786
7787	* libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7788	lt_cv_sys_max_cmd_len.
7789
77902007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7791
7792	* MAINTAINERS (Various Maintainers): Add myself as
7793	auto-vectorizer maintainer.
7794
77952003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7796
7797	PR libjava/32098
7798	* libtool.m4: Revert previous change.
7799	* ltgcc.m4: Put it here.
7800
78012003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7802
7803	* MAINTAINERS (Various Maintainers): Add myself as
7804	auto-vectorizer maintainer.
7805
78062007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7807
7808	PR libjava/32098
7809	* libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7810
78112007-05-30  Richard Guenther  <rguenther@suse.de>
7812
7813	* MAINTAINERS (Various Maintainers): Add myself as
7814	auto-vectorizer maintainer.
7815
78162007-05-30  Jakub Jelinek  <jakub@redhat.com>
7817
7818	PR bootstrap/29382
7819	* configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7820	* configure: Rebuilt.
7821
78222007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7823
7824	* MAINTAINERS (Write After Approval): Removed my name.
7825
78262007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7827
7828	* MAINTAINERS (Write After Approval): Remove myself.
7829
78302007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7831
7832	* ltmain.sh: Fix Darwin verstring, remove ${wl}.
7833
78342007-05-23  Steve Ellcey  <sje@cup.hp.com>
7835
7836	* ltmain.sh: Update from ToT Libtool.
7837	* libtool.m4: Update from ToT Libtool.
7838	* ltsugar.m4: New. Update from ToT Libtool.
7839	* ltversion.m4: New. Update from ToT Libtool.
7840	* ltoptions.m4: New. Update from ToT Libtool.
7841	* ltconfig: Remove.
7842	* ltcf-c.sh: Remove.
7843	* ltcf-cxx.sh: Remove.
7844	* ltcf-gcj.sh: Remove.
7845
78462007-05-22  Ollie Wild  <aaw@google.com>
7847
7848	* MAINTAINERS (Write After Approval): Add myself.
7849
78502007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7851
7852	* Makefile.def (bootstrap_stage): Replace stage_make_flags with
7853	stage_cflags.
7854	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7855	Remove CFLAGS/LIBCFLAGS.
7856	(configure-stage[+id+]-[+prefix+][+module+],
7857	all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7858	* Makefile.in: Regenerate.
7859
78602007-05-15  Diego Novillo  <dnovillo@google.com>
7861
7862	* MAINTAINERS: Update e-mail address.
7863
78642007-05-15  Revital Eres  <eres@il.ibm.com>
7865
7866	* MAINTAINERS (Write After Approval): Add myself.
7867
78682007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7869
7870	* MAINTAINERS (Write After Approval): Updated my address.
7871
78722007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7873
7874	* MAINTAINERS (Write After Approval): Add myself.
7875
78762007-05-11  Silvius Rus  <rus@google.com>
7877
7878	* MAINTAINERS (Write After Approval): Add myself.
7879
78802007-04-23  Tom Tromey  <tromey@redhat.com>
7881
7882	* MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7883
78842007-04-22  Mark Mitchell  <mark@codesourcery.com>
7885
7886	* MAINTAINERS (cpplib): Rename to ...
7887	(libcpp): ... this.  Add C/C++ front end maintainers.
7888
78892007-04-14  Steve Ellcey  <sje@cup.hp.com>
7890
7891	* config-ml.in: Pass ${ml_config_env} to configure calls.
7892
78932007-04-04  Christian Bruel  <christian.bruel@st.com>
7894
7895	* MAINTAINERS (Write After Approval): Add myself.
7896
78972007-04-02  Dave Korn  <dave.korn@artimi.com>
7898
7899	* MAINTAINERS (Write After Approval): Add myself.
7900
79012007-03-31  Tobias Burnus  <burnus@net-b.de>
7902
7903	* MAINTAINERS (fortran 95 front end): Add myself.
7904
79052007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7906
7907	* MAINTAINERS (Write After Approval): Add myself.
7908
79092007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7910
7911	* MAINTAINERS (Modulo Scheduler): Add myself.
7912
79132007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7914
7915	* MAINTAINERS (fortran 95 front end): Add myself.
7916	(c++ front end): whitespace fix.
7917
79182007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7919
7920	* MAINTAINERS (Write After Approval): Add myself.
7921
79222007-03-21  Richard Sandiford  <richard@codesourcery.com>
7923
7924	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7925	of glob.  Quote arguments with single quotes too.
7926	* configure: Regenerate.
7927
79282007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7929
7930	* Makefile.def (fixincludes): Remove unneeded "missing" lines.
7931	* Makefile.in: Regenerate
7932
79332007-03-07  Andreas Schwab  <schwab@suse.de>
7934
7935	* configure: Regenerate.
7936
79372007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7938
7939	* configure.ac: Add "--with-pdfdir" configure option,
7940	which defines pdfdir variable.
7941	* Makefile.def (target=fixincludes): Add install-pdf to
7942	missing targets.
7943	(recursive_targets): Add install-pdf target.
7944	(flags_to_pass): Add pdfdir.
7945	* Makefile.tpl: Add pdfdir handling, add do-install-pdf
7946	target.
7947	* configure: Regenerate
7948	* Makefile.in: Regenerate
7949
79502007-02-28  Eric Christopher  <echristo@apple.com>
7951
7952	Revert:
7953	2006-12-07  Mike Stump  <mrs@apple.com>
7954
7955	* Makefile.def (dependencies): Add dependency for
7956	install-target-libssp and install-target-libgomp on
7957	install-gcc.
7958	* Makefile.in: Regenerate.
7959
79602007-02-27  Matt Kraai  <kraai@ftbfs.org>
7961
7962	* configure: Regenerate.
7963	* configure.ac: Move statements after variable declarations.
7964
79652007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7966
7967	* MAINTAINERS: Add myself as sh maintainer.
7968
79692007-02-19  Joseph Myers  <joseph@codesourcery.com>
7970
7971	* configure.ac: Adjust for loop syntax.
7972	* configure: Regenerate.
7973
79742007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7975
7976	* configure: Rebuilt.
7977
79782007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7979
7980	* configure.ac: Drop multiple occurrences of --enable-languages,
7981	and fix its quoting.
7982	* configure: Rebuilt.
7983
79842007-02-17  Mark Mitchell  <mark@codesourcery.com>
7985	    Nathan Sidwell  <nathan@codesourcery.com>
7986	    Vladimir Prus  <vladimir@codesourcery.com>
7987	    Joseph Myers  <joseph@codesourcery.com>
7988
7989	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7990	* configure: Regenerate.
7991
79922007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7993
7994	* ltconfig (freebsd*): Default to elf.
7995
79962007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7997
7998	* configure.ac (target_libraries): Move libgcc before libiberty.
7999	* configure: Regenerated.
8000
80012007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
8002	    Paolo Bonzini  <bonzini@gnu.org>
8003
8004	PR bootstrap/30753
8005	* configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
8006	unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
8007	* configure: Regenerated.
8008
80092007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
8010
8011	* MAINTAINERS (Language Front End Maintainers): Update my mail
8012	address.
8013
80142007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8015
8016	PR bootstrap/30748
8017	* configure.ac: Correct syntax for Solaris ksh.
8018	* configure: Regenerated.
8019
80202007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8021
8022	* configure.ac: Sync with src.
8023	* configure: Regenerate.
8024
80252007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8026
8027	* Makefile.in: Regenerate.
8028
80292007-02-09  Paolo Bonzini  <bonzini@gnu.org>
8030
8031	* config.sub: Sync with src.
8032
80332007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
8034
8035	* Makefile.tpl (build_alias, host_alias, target_alias): Use
8036	noncanonical equivalents.
8037	* configure.in: Rename to...
8038	* configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
8039	AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
8040	target_noncanonical.  Use them.  Rewrite removal of configure
8041	arguments for autoconf 2.59.  Discard variable settings.  Force
8042	program_transform_name for native tools.
8043
8044	* Makefile.in: Regenerated.
8045	* configure: Regenerated with autoconf 2.59.
8046
80472007-02-07  Roman Zippel  <zippel@linux-m68k.org>
8048
8049	* MAINTAINERS (Write After Approval): Add myself.
8050
80512007-01-31  Andreas Schwab  <schwab@suse.de>
8052
8053	* Makefile.tpl (LDFLAGS): Substitute it.
8054	* Makefile.in: Regenerate.
8055
80562007-01-30  Andrey Belevantsev  <abel@ispras.ru>
8057
8058	* MAINTAINERS (Write After Approval): Add myself.
8059
80602007-01-28  David Edelsohn  <edelsohn@gnu.org>
8061
8062	* MAINTAINERS (spu port): Add myself.
8063
80642007-01-23  Richard Guenther  <rguenther@suse.de>
8065
8066	PR bootstrap/30541
8067	* Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8068	* Makefile.tpl (GNATBIND): Substitute it.
8069	(GNATMAKE): Likewise.
8070	(POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8071	of STAGE_PREFIX.
8072	* Makefile.in: Regenerate.
8073	* configure: Regenerate.
8074
80752007-01-18  Mike Stump  <mrs@apple.com>
8076
8077	* configure.in: Re-enable -Werror for gcc builds.
8078
80792007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8080
8081	* MAINTAINERS (Write After Approval): Add myself.
8082
80832007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8084
8085	* configure.in: Change == to = in test command.
8086	* configure: Regenerate.
8087
80882007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8089	    Nick Clifton  <nickc@redhat.com>
8090	    Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8091
8092	* configure.in (build_configargs, host_configargs, target_configargs):
8093	Remove build/host/target parameters.
8094	(host_libs): Add gmp and mpfr.
8095	(GMP tests): Reorganize to allow in-tree GMP/MPFR.
8096	* Makefile.def (gmp, mpfr): New.
8097	(gcc): Remove target.
8098	* Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8099	target_os, target_vendor): New.
8100	(configure): Add host_alias/target_alias arguments; adjust invocations.
8101	* configure: Regenerate.
8102	* Makefile.in: Regenerate.
8103
81042007-01-11  Matt Fago  <fago@earthlink.net>
8105
8106	* configure.in: Try to link to functions only in mpfr 2.2.x
8107	to improve robustness of configure tests.
8108	* configure: Regenerate.
8109
81102007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8111
8112	* MAINTAINERS: Add myself as i386 maintainer.
8113
81142007-01-08  Jan Hubicka  <jh@suse.cz>
8115
8116	* MAINTAINERS: Add myself as i386 maintainer.
8117
81182007-01-08  Kai Tietz	<kai.tietz@onevision.com>
8119
8120	* configure.in: Add support for an x86_64-mingw* target.
8121	* configure: Regenerate.
8122
81232007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8124
8125	* Makefile.tpl (all-target): Correct @if conditional for target
8126	modules.
8127	* configure.in: Omit libiberty if building only target libgcc.
8128	* configure, Makefile.in: Regenerated.
8129
81302007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8131
8132	* configure.in: Use DEV-PHASE to detect default for --enable-werror.
8133	* configure: Regenerate.
8134
81352007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8136
8137	* Makefile.def (target_modules): Add libgcc.
8138	(lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8139	* Makefile.tpl (clean-target-libgcc): Delete.
8140	(configure-target-[+module+]): Emit --disable-bootstrap dependencies
8141	on gcc even for bootstrapped modules.  Rewrite handling of
8142	lang_env_dependencies to loop over target_modules.
8143	* configure.in (target_libraries): Add target-libgcc.
8144	* Makefile.in, configure: Regenerated.
8145
81462006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8147
8148	* configure.in: Reorganize recognition of languages.  Add
8149	--enable-stage1-languages.  Show supported languages for the chosen
8150	target rather than all recognized languages.
8151	* configure: Regenerate.
8152
81532006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8154
8155	* Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8156	* Makefile.in: Regenerate.
8157
81582006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8159
8160	* configure.in: Warn that MPFR 2.2.0 is buggy.
8161	* configure: Regenerate.
8162
81632006-12-27  Ian Lance Taylor  <iant@google.com>
8164
8165	* configure.in: When removing Makefiles to force a reconfigure, also
8166	remove prev-DIR*/Makefile.
8167	* configure: Regenerate.
8168
81692006-12-22  Andreas Schwab  <schwab@suse.de>
8170
8171	* configure: Regenerate with correct autoconf version.
8172
81732006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8174
8175	* configure.in: add AC_SUBST for *_FOR_TARGET.
8176	* configure: Regenerate.
8177
81782006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8179
8180	* configure.in: Simplify logic for rejecting languages that cannot
8181	be built.  Separate the case when a language is unsupported,
8182	from the case when the user chooses not to build a language.
8183
81842006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8185
8186	* configure.in: Remove "$build" case for powerpc-*-darwin* since
8187	it only affects bootstrap and could be tested on "$host" as well.
8188	* configure: Regenerate.
8189	* config/mh-ppc-darwin: Add to the stage1 cflags here.
8190
81912006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8192
8193	PR bootstrap/29544
8194	* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8195	(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8196	move here comment from Makefile.tpl.
8197	* Makefile.tpl: Move some definitions higher in the file.
8198	(STAGE1_CHECKING): New.
8199	* configure.in: Add --enable-stage1-checking.
8200	* configure: Regenerate.
8201	* Makefile.in: Regenerate.
8202
82032006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8204
8205	* MAINTAINERS: Add myself as build system maintainer.
8206
82072006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8208
8209	* MAINTAINERS (Write After Approval): Add myself.
8210
82112006-12-13  Eric Christopher  <echristo@apple.com>
8212
8213	* MAINTAINERS: Add myself as darwin maintainer.
8214
82152006-12-11  Ian Lance Taylor  <ian@airs.com>
8216
8217	* MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8218
82192006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8220
8221	MAINTAINERS: Update my entry.
8222
82232006-12-11  Alan Modra  <amodra@bigpond.net.au>
8224
8225	* configure.in:  Handle spu makefile frag.
8226	* Makefile.tpl (MAINT): Define
8227	(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8228	* configure: Regenerate.
8229	* Makefile.in: Regenerate.
8230
82312006-12-11  Ben Elliston  <bje@au.ibm.com>
8232
8233	* config.guess: Import latest version.
8234	* config.sub: Likewise.
8235
82362006-12-11  Ben Elliston  <bje@au.ibm.com>
8237
8238	* configure.in (spu-*-*): Don't skip target-libiberty.
8239	* configure: Regenerate.
8240
82412006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8242
8243	PR bootstrap/30134
8244	* configure.in: Correct x86 darwin support for libjava to powerpc
8245	and i?86 only.
8246	* configure: Regenerate.
8247
82482006-12-08  Sandro Tolaini  <tolaini@libero.it>
8249
8250	* configure.in: Add x86 darwin support for libjava.
8251	* configure: Regenerate.
8252
82532006-12-07  Mike Stump  <mrs@apple.com>
8254
8255	* Makefile.def (dependencies): Add dependency for
8256	install-target-libssp and install-target-libgomp on
8257	install-gcc.
8258	* Makefile.in: Regenerate.
8259
82602006-12-04  Richard Guenther  <rguenther@suse.de>
8261
8262	* MAINTAINERS (Non-Algorithmic Maintainers): New section.
8263	(Non-Algorithmic Maintainers): Move over non-algorithmic
8264	loop optimizer maintainers, add myself as a non-algorithmic
8265	middle-end maintainer.
8266
82672006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8268
8269	* MAINTAINERS (Write After Approval): Add myself.
8270
82712006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8272
8273	* configure.in: Update error message for missing GMP/MPFR.
8274
8275	* configure: Regenerate.
8276
82772006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8278
8279	* configure.in: Update MPFR version in error message.
8280
8281	* configure: Regenerate.
8282
82832006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8284
8285	* configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8286	(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8287	--with-gmp-lib): New flags.
8288
8289	* configure: Regenerate.
8290
82912006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8292
8293	* MAINTAINERS (Write After Approval): Change my email address.
8294
82952006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8296
8297	* MAINTAINERS (Write After Approval): Add myself.
8298
82992006-11-22  Philipp Thomas  <pth@suse.de>
8300
8301	* MAINTAINERS (i18n): Update e-mail address.
8302
83032006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8304
8305	* MAINTAINERS (spu port): Add myself as maintainer.
8306	(Write After Approval): Remove myself.
8307
83082006-11-22  Ben Elliston  <bje@au.ibm.com>
8309
8310	* configure.in (skipdirs): Don't build libssp for SPU.
8311	* configure: Regenerate.
8312
83132006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8314
8315	* MAINTAINERS (spu port): Add myself as maintainer.
8316	(libobjc): Update my email address.
8317
83182006-11-21  Andrea Bona  <andrea.bona@st.com>
8319
8320	* MAINTAINERS (Write After Approval): Add myself.
8321
83222006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8323
8324	* configure.in (skipdirs) : Don't build target-libiberty for SPU.
8325	* configure : Rebuilt.
8326
83272006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8328
8329	* MAINTAINERS (Write After Approval): Add myself.
8330
83312006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8332
8333	* MAINTAINERS (Write After Approval): Add myself.
8334
83352006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8336
8337	* configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8338	libmpfr.a.
8339	* configure: Regenerate.
8340
83412006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8342
8343	* Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8344	(unstage): Test for stage_last presence.
8345
8346	PR bootstrap/29802
8347	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8348	STAGE_PREFIX.
8349	* Makefile.in: Regenerate.
8350
83512003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8352
8353	* MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8354	maintainers.
8355
83562006-11-14  Erven Rohou  <erven.rohou@st.com>
8357
8358	* MAINTAINERS (Write After Approval): Add myself.
8359
83602006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8361
8362	* Makefile.tpl (clean-stage*): Test separately for package/Makefile
8363	and stageN-package/Makefile.
8364	* Makefile.in: Regenerated.
8365
83662006-11-14  Jie Zhang  <jie.zhang@analog.com>
8367
8368	* configure.in: Remove target-libgloss from noconfigdirs for
8369	bfin-*-*.
8370	* configure: Regenerated.
8371
83722006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8373
8374	* configure.in (have_gmp): Only error if the gcc directory exists.
8375
8376	* configure: Regenerate.
8377
83782006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8379
8380	* configure.in: Robustify error message for missing GMP/MPFR.
8381
8382	* configure: Regenerate.
8383
83842006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8385
8386	* MAINTAINERS (Write After Approval): Add myself.
8387
83882006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8389
8390	* MAINTAINERS: Change email address.
8391
83922006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8393
8394	* MAINTAINERS (Write After Approval): Add myself.
8395
83962006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8397
8398	* MAINTAINERS (Write After Approval): Add myself.
8399
84002006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8401
8402	* MAINTAINERS (Write After Approval): Move myself to
8403	Write After Approval section.
8404
84052006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8406
8407	* configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8408	need_gmp anymore.
8409	* configure: Regenerate.
8410
84112006-10-16  Tobias Burnus  <burnus@net-b.de>
8412
8413	* MAINTAINERS (Write After Approval): Add myself.
8414
84152006-10-16  Ben Elliston  <bje@au.ibm.com>
8416
8417	* config.guess: Import latest version.
8418	* config.sub: Likewise.
8419
84202006-10-10  Brooks Moses  <bmoses@stanford.edu>
8421
8422	* Makefile.def: Added pdf target handling.
8423	* Makefile.tpl: Added pdf target handling.
8424	* Makefile.in: Regenerated.
8425
84262006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8427
8428	* MAINTAINERS: Add self as score port maintainer.
8429
84302006-10-04  Brooks Moses  <bmoses@stanford.edu>
8431
8432	* MAINTAINERS (Write After Approval): Add myself.
8433
84342006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8435
8436	* configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8437	or newer.
8438	* configure: Regenerated.
8439
84402006-09-27  Dave Brolley  <brolley@redhat.com>
8441
8442	* configure.in (RUNTEST): Look for 'runtest' in the source tree by
8443	using $s instead of $r.
8444	* configure: Regenerated.
8445
84462006-09-26  Thiemo Seufer  <ths@mips.com>
8447
8448	* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8449	for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8450	* configure: Regenerate.
8451
84522006-09-24  Graeme Peterson  <gridly@gmail.com>
8453
8454	* MAINTAINERS (Write After Approval): Remove myself.
8455
84562006-09-22  Chao-ying Fu  <fu@mips.com>
8457
8458	* MAINTAINERS (Write After Approval): Add myself.
8459
84602006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8461
8462	* MAINTAINERS: Add self as soft-fp maintainer.
8463
84642006-09-09  Anatoly Sokolov  <aesok@post.ru>
8465
8466	* MAINTAINERS: Add myself as avr maintainer.
8467	Remove Marek Michalkiewicz as avr maintainer.
8468
84692006-09-07  Roberto Costa  <roberto.costa@st.com>
8470
8471	* MAINTAINERS (Write After Approval): Add myself.
8472
84732006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8474
8475	* configure.in: Never build newlib for a Mingw host.
8476	Never build newlib as Mingw target library.
8477	Test the existence of winsup/cygwin for building a Cygwin newlib,
8478	rather than just winsup.
8479	Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8480	building a Mingw target.
8481	* configure: Regenerate.
8482
84832006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8484
8485	* MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8486
84872006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8488
8489	* config.guess: Import from src (was more updated).
8490	* config.sub: Likewise.
8491
84922006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8493
8494	* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8495	* configure: Regenerated.
8496
84972006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8498
8499	* Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8500	for stages after the first.
8501
85022006-07-17  Jakub Jelinek  <jakub@redhat.com>
8503
8504	* Makefile.def: Add dependencies for configure-opcodes
8505	on configure-intl and all-opcodes on all-intl.
8506	* Makefile.in: Regenerated.
8507
85082006-07-13  Ben Elliston  <bje@au.ibm.com>
8509
8510	* MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8511
85122006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8513
8514	Port to hosts whose 'sort' and 'tail' implementations
8515	treat operands with leading '+' as file names, as POSIX
8516	has required since 2001.  However, make sure the code still
8517	works on pre-POSIX hosts.
8518	* ltmain.sh: Don't assume "sort +2" is equivalent to
8519	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8520
85212006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8522
8523	* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8524
85252006-07-04  Peter O'Gorman  <peter@pogma.com>
8526
8527	* ltconfig: chmod 644 before ranlib during install.
8528
85292006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8530
8531	PR bootstrap/18058
8532	* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8533	if the bootstrap compiler is a GCC version that supports it.
8534	* configure: Regenerate.
8535
85362006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8537
8538	* configure.in: Fix thinkos in previous check-in.
8539	* configure: Regenerate.
8540
85412006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8542
8543	PR other/27063
8544	* configure.in: Test subdir_requires and give an appropriate
8545	error message.
8546	* configure: Regenerate.
8547
85482006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
8549
8550	* MAINTAINERS (Write After Approval): Add myself.
8551
85522006-06-22  John David Anglin  <dave.anglin@nrc.ca>
8553
8554	* MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8555
85562006-06-22  Steve Ellcey  <sje@cup.hp.com>
8557
8558	* MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8559
85602006-06-20  David Ayers  <d.ayers@inode.at>
8561
8562	PR bootstrap/28072
8563	* configure.in:	Add target-boehm-gc to noconfigdirs depending on
8564	whether target-libjava is being configured instead of whether the
8565	java front end is enabled.
8566	* configure: Regenerate.
8567
85682006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8569
8570	PR target/27540
8571	* configure.in: Only enable libgomp on IRIX 6.
8572	* configure: Regenerate.
8573
85742006-06-15  Paolo Bonzini  <bonzini@gnu.org>
8575
8576	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8577	too.
8578	* Makefile.in: Regenerate.
8579
85802006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
8581
8582	* config-ml.in: Alter CCASFLAGS to include special
8583	multilib options the same as is done for CFLAGS.
8584
85852006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8586
8587	* configure.in: Don't enable libgomp on hpux10.
8588	* configure: Rebuilt.
8589
85902006-06-12  David Ayers  <d.ayers@inode.at>
8591
8592	PR bootstrap/27963
8593	PR target/19970
8594	* configure.in:	Remove target-boehm-gc from noconfigdirs where
8595	${libgcj} is specified.
8596	* configure: Regenerate.
8597
85982006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
8599
8600	Sync from src:
8601
8602	* configure.in: Sync.
8603	* configure: Regenerated.
8604
8605	2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
8606
8607	* Makefile.def: Added dependencies from sim and gdb on intl, and
8608	added configure dependencies to everything with an all dependency
8609	on intl.
8610	* Makefile.in: Regenerated.
8611
86122006-06-06  David Ayers  <d.ayers@inode.at>
8613
8614	PR libobjc/13946
8615	* Makefile.def: Add dependencies for libobjc which boehm-gc.
8616	* Makefile.in: Regenerate.
8617	* configure.in: Add --enable-objc-gc at toplevel and have it
8618	enable boehm-gc for Objective-C.
8619	Remove target-boehm-gc from libgcj.
8620	Add target-boehm-gc to target_libraries.
8621	Add target-boehm-gc to noconfigdirs where ${libgcj}
8622	is specified.
8623	Assert that boehm-gc is supported when requested for Objective-C.
8624	Only build boehm-gc if needed either for Java or Objective-C.
8625	* configure: Regenerate.
8626
86272006-06-05  Paolo Bonzini  <bonzini@gnu.org>
8628
8629	PR 27674
8630	* Makefile.tpl (configure-[+prefix+][+module+],
8631	all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8632	Remove rule to unstage bootstrapped modules.
8633	(stage_current): New.
8634	* Makefile.in: Regenerate.
8635
86362006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
8637
8638	* MAINTAINERS (Write After Approval): Update my e-mail address.
8639
86402006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
8641
8642	* include/libiberty.h: Declare pex_run_in_environment.
8643
86442006-05-31  Asher Langton  <langton2@llnl.gov>
8645
8646	* MAINTAINERS (Write After Approval): Add myself.
8647
86482006-05-25  Paolo Bonzini  <bonzini@gnu.org>
8649
8650	* Makefile.def (bfd, opcodes): Fix lib_path.
8651	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8652	(restrap): Move under "@if gcc-bootstrap".  Fix typo.
8653	* Makefile.in: Regenerate.
8654
86552006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8656
8657	* Makefile.in: Regenerate.
8658
86592006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8660
8661	* Makefile.def: Add install-html target. Add datarootdir
8662	docdir and htmldir to flags_to_pass.
8663	* Makefile.tpl: Add install-html target.
8664	* Makefile.in: Regenerate.
8665	* configure.in: Add --with-datarootdir, --with-docdir, and
8666	--with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8667	* configure: Regenerate.
8668
86692006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
8670
8671	* configure.in: Enable gprof for cross builds.
8672	* configure: Regenerate.
8673
86742006-05-22  Richard Guenther  <rguenther@suse.de>
8675
8676	Revert
8677	2006-01-31  Richard Guenther  <rguenther@suse.de>
8678	Paolo Bonzini  <bonzini@gnu.org>
8679
8680	* Makefile.def (target_modules): Add libgcc-math target module.
8681	* configure.in (target_libraries): Add libgcc-math target library.
8682	(--enable-libgcc-math): New configure switch.
8683	* Makefile.in: Re-generate.
8684	* configure: Re-generate.
8685	* libgcc-math: New toplevel directory.
8686
86872006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8688	    Andreas Tobler  <a.tobler@schweiz.ch>
8689
8690	* configure.in:  Enable libgcj for hppa*-hp-hpux11*.
8691	* configure: Rebuilt.
8692
86932006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8694
8695	* MAINTAINERS (Write After Approval): Add myself.
8696
86972006-05-01  DJ Delorie  <dj@redhat.com>
8698
8699	* configure.in: Restore CFLAGS if GMP isn't present.
8700	* configure: Regenerate.
8701
87022006-05-01  Richard Guenther  <rguenther@suse.de>
8703
8704	* MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8705	maintainer.
8706
87072006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8708
8709	* MAINTAINERS (Write After Approval): Add myself.
8710
87112006-04-28  Jan Beulich  <jbeulich@novell.com>
8712
8713	* MAINTAINERS (Write After Approval): Add myself.
8714
87152006-04-18  DJ Delorie  <dj@redhat.com>
8716
8717	* configure.in (m32c): Build libstdc++-v3.  Pass flags to
8718	reference libgloss so that libssp can be built in a combined
8719	tree.
8720	* configure: Regenerate.
8721
87222006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8723
8724	* MAINTAINERS (Write After Approval): Add myself.
8725
87262006-04-05  Ben Elliston  <bje@au.ibm.com>
8727
8728	* configure.in: Require makeinfo 4.4 or higher.
8729	* configure: Regenerate.
8730
87312006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8732
8733	* MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8734	Rearrange the entries of other libraries to have them in one place.
8735
87362006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8737
8738	* MAINTAINERS (Write After Approval): Remove myself.
8739	(Language Front End Maintainers): Add myself as fortran 95 maintainer.
8740
87412006-03-14  Richard Guenther  <rguenther@suse.de>
8742
8743	* configure: Regenerate with autoconf 2.13.
8744
87452006-03-13  Jim Blandy  <jimb@codesourcery.com>
8746
8747	* MAINTAINERS: Use my work address.
8748
8749	* MAINTAINERS: Update my E-mail address.
8750
87512006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8752
8753	* configure.in: Handle --disable-<component> generically.
8754	* configure: Regenerate.
8755
87562006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8757
8758	PR libgcj/17311
8759	* ltmain.sh: Don't use "$finalize_rpath" for compile.
8760
87612006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8762
8763	* MAINTAINERS (Write After Approval):  Remove myself.
8764	(Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8765
87662006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8767
8768	* Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8769	(TARGET_CONFIGDIRS): Remove.
8770	* configure.in: Remove AC_SUBST(target_configdirs).
8771	* Makefile.in, configure: Regenerated.
8772
87732006-02-20  Steven G. Kargl  <kargls@comcast.net>
8774
8775	* MAINTAINERS (Write After Approval):  Remove myself.
8776	(Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8777
87782006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8779
8780	PR bootstrap/25670
8781
8782	* Makefile.tpl ([+compare-target+]): Print explanation messages.
8783
8784	* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8785	* Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8786	(EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8787	BUILD_PREFIX, BUILD_PREFIX_1.
8788	* configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8789
8790	* Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8791	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8792
8793	* Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8794	all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8795	of `cat stage_current`.  Always provide the `r' and `s' variables.
8796	(clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8797	a single shell execution.
8798	(configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8799	bootstrapped modules, make the stage1 module if the build was not
8800	started yet, else build the current stage.
8801	(all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8802	(all-build, all-host, all-target, [+make_target+]-host,
8803	[+make_target+]-target): Do not use \-continued lines.
8804	(target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8805	(current_stage, restrap, stage_last): New.
8806
8807	* Makefile.in: Regenerate.
8808	* configure: Regenerate.
8809
88102006-02-19  Bud Davis  <jmdavis@link.com>
8811
8812	* MAINTAINERS (Write After Approval):  Remove myself.
8813	(Language Front End Maintainers):  Add myself as fortran 95
8814	maintainer and update e-mail address.
8815
88162006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8817
8818	* MAINTAINERS (Write After Approval):  Remove myself.
8819	(Language Front End Maintainers):  Add myself as fortran 95
8820	maintainer.
8821
88222006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8823
8824	* MAINTAINERS (Write After Approval): Add myself.
8825
88262006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8827
8828	* MAINTAINERS (Write After Approval):  Remove myself.
8829	(Language Front End Maintainers):  Add myself as
8830	fortran 95 maintainer.
8831
88322006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8833
8834	Sync from src:
8835
8836	2005-12-27  Leif Ekblad  <leif@rdos.net>
8837
8838	* configure.in: Add support for RDOS target.
8839	* configure: Regenerate.
8840
88412006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8842	    Andreas Schwab  <schwab@suse.de>
8843
8844	* configure: Regenerate.
8845
88462006-02-12  David Edelsohn  <edelsohn@gnu.org>
8847
8848	* configure.in (enable_libgomp): Add AIX.
8849	* configure: Regenerate.
8850
88512006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8852
8853	* MAINTAINERS (Write After Approval): Add myself.
8854
88552006-02-03  Lee Millward  <lee.millward@gmail.com>
8856
8857	* MAINTAINERS (Write After Approval): Add myself.
8858
88592006-01-31  Richard Guenther  <rguenther@suse.de>
8860	Paolo Bonzini  <bonzini@gnu.org>
8861
8862	* Makefile.def (target_modules): Add libgcc-math target module.
8863	* configure.in (target_libraries): Add libgcc-math target library.
8864	(--enable-libgcc-math): New configure switch.
8865	* Makefile.in: Re-generate.
8866	* configure: Re-generate.
8867	* libgcc-math: New toplevel directory.
8868
88692006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8870
8871	* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8872	Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8873	the assembler, linker and binutils.
8874	* configure: Regenerate.
8875
88762006-01-22  Dirk Mueller  <dmueller@suse.de>
8877
8878	* MAINTAINERS (Write After Approval): Add myself.
8879
88802006-01-20  Diego Novillo  <dnovillo@redhat.com>
8881
8882	* configure: Regenerate.
8883
88842006-01-18  Richard Henderson  <rth@redhat.com>
8885	    Jakub Jelinek  <jakub@redhat.com>
8886	    Diego Novillo  <dnovillo@redhat.com>
8887
8888	* libgomp: New directory.
8889	* Makefile.def: Add target_module libgomp.
8890	* Makefile.in: Regenerate.
8891	* configure.in (target_libraries): Add target-libgomp.
8892	* configure: Regenerate.
8893
88942006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8895
8896	* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8897	@ from continuation.
8898	* Makefile.in: Rebuilt.
8899
89002006-01-04  Chris Lattner  <sabre@gnu.org>
8901
8902	* MAINTAINERS (Write After Approval): Add myself.
8903
89042006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8905
8906	PR bootstrap/24252
8907
8908	* Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8909	* Makefile.tpl (OBJDUMP): New.
8910	(EXTRA_HOST_FLAGS): Add it.
8911	(EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8912
8913	* Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8914	to use symbolic links between directories.  Avoid race conditions
8915	or make them harmless.
8916	* configure.in: Do not try to use symbolic links between directories.
8917
8918	* Makefile.def (LEAN): Pass.
8919	* Makefile.tpl (LEAN): Define.
8920	(stage[+id+]-start): Accept that the previous directory does not
8921	exist, if the bootstrap is lean.
8922	(stage[+id+]-bubble): Invoke lean bootstrap commands after
8923	stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8924	configure substitution.
8925	([+compare-target+]): Likewise.
8926	([+bootstrap-target+]-lean): New.
8927	* configure.in: Remove lean bootstrap support from here.
8928
8929	* Makefile.in: Regenerate.
8930	* configure: Regenerate.
8931
89322006-01-04  Ben Elliston  <bje@au.ibm.com>
8933
8934	* MAINTAINERS (libdecnumber): Add myself.
8935
89362006-01-02  Mark Mitchell  <mark@codesourcery.com>
8937
8938	* libtool-ldflags: New script.
8939
89402006-01-02  Andreas Schwab  <schwab@suse.de>
8941
8942	* configure.in: When reconfiguring remove Makefile in
8943	all stage directories.
8944	* configure: Regenerate.
8945
89462005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8947
8948	* MAINTAINERS: Update my email address.
8949
89502005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8951
8952	Revert Ada-related part of the previous change.
8953
8954	* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8955	Do not pass.
8956	* Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8957	* Makefile.in: Regenerate.
8958	* configure.in: Do not include mt-ppc-aix target fragment.
8959	* configure: Regenerate.
8960
89612005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8962
8963	* configure.in: Select appropriate fragments for PowerPC/AIX.
8964	* configure: Regenerate.
8965
8966	* Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8967	BOOT_CFLAGS, BOOT_LDFLAGS.
8968	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8969	BOOT_CFLAGS, BOOT_LDFLAGS.
8970	(TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8971	(stage[+id+]-bubble): Pass flags recursively to the comparison target.
8972	(stage): Fail if we cannot complete the work.
8973	* Makefile.in: Regenerate.
8974
89752005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8976
8977	* configure.in: Replace ms1 with mt.
8978	* configure: Rebuilt.
8979
89802005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8981
8982	* MAINTAINERS: Update my email address.
8983
89842005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8985
8986	* Makefile.tpl (all, do-[+make_target+], do-check, install,
8987	install-host-nogcc): Don't invoke $(stage) at the end.
8988	* Makefile.in: Regenerate.
8989
89902005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8991
8992	* configure.in: Flip the top-level bootstrap switch.
8993	* configure: Regenerate.
8994
89952005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8996
8997	* Makefile.tpl: Throughout the file, use : $(MAKE) along with
8998	$(stage) and $(unstage).
8999	(EXTRA_TARGET_FLAGS): Correct double-quoting.
9000	(all): Remove stray semicolon.
9001	(local-distclean): Don't handle multilib.tmp and multilib.out.
9002	(install.all): Set $s for consistency.
9003	(configure-[+prefix+][+module+]): Instead of [+deps+], handle
9004	check_multilibs setting.  Always make the install directory.
9005	(configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9006	Correct @if/@endif.
9007	(all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9008	($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9009	(stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9010	(multilib.out): Remove.
9011	* Makefile.in: Regenerated.
9012
90132005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
9014
9015	* MAINTAINERS (Write After Approval): Add myself.
9016
90172005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9018
9019	* MAINTAINERS: Add myself as mt maintainer.
9020
9021	* config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
9022
90232005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
9024
9025	* MAINTAINERS: Change email address.
9026
90272005-12-05  Paolo Bonzini  <bonzini@gnu.org>
9028
9029	* configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9030	CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9031	"CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
9032	Find in-tree tools if available.
9033	(EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9034	(CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9035	(*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9036	(COMPILER_*_FOR_TARGET): New.
9037	* Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9038	(BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9039	(CONFIGURED_*, USUAL_*): Remove.
9040	(BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9041	STRIP): Use autoconf substitutions.
9042	(COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9043	COMPILER_NM_FOR_TARGET): New.
9044	(EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9045
9046	(all): Make all-host and all-target in parallel.
9047	(do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9048	that $$r and $$s are set before invoking a recursive make.
9049	(stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9050	([+bootstrap-target+]): Inline most of the `all' target.
9051
90522005-11-29  Ben Elliston  <bje@au.ibm.com>
9053
9054	* Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9055	from the gcc build directory.
9056	* Makefile.in: Regenerate.
9057
90582005-11-29  Ben Elliston  <bje@au.ibm.com>
9059
9060	* Makefile.def: Add new libdecnumber host_module.  Make all-gcc
9061	depend on all-libdecnumber.
9062	* configure.in (host_libs): Include libdecnumber.
9063	* Makefile.in: Regenerate.
9064	* configure: Likewise.
9065
90662005-11-29  Ben Elliston  <bje@au.ibm.com>
9067
9068	* libdecnumber: Import decNumber sources from the dfp-branch.
9069
90702005-11-21  Kean Johnston  <jkj@sco.com>
9071
9072	* config.sub, config.guess: Sync from upstream sources.
9073
90742005-11-21  Ben Elliston  <bje@au.ibm.com>
9075
9076	Import from Autoconf sources:
9077
9078	2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9079	* config/move-if-change: Don't output "$2 is unchanged";
9080	suggested by Ben Elliston.  Handle weird characters correctly.
9081
90822005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9083
9084	* ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9085	to match upstream libtool for darwin.
9086
90872005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9088
9089	* Makefile.def: Remove gdb dependencies for gdbtk.
9090	* Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9091	(configure-gdb, install-gdb): New rules.
9092	* configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9093	* Makefile.in, configure: Regenerated.
9094
90952005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9096
9097	* MAINTAINERS (Write After Approval): Add myself.
9098
90992005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9100
9101	* MAINTAINERS (Write After Approval): Add myself.
9102
91032005-10-24  Diego Novillo  <dnovillo@redhat.com>
9104
9105	* MAINTAINERS (alias analysis): Add Daniel Berlin and
9106	Diego Novillo.
9107
91082005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9109
9110	PR bootstrap/24297
9111	* Makefile.tpl (do-[+make-target+], do-check, install,
9112	stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9113	are set before recursing.
9114	* Makefile.in: Regenerate.
9115
91162005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9117
9118	PR bootstrap/18939
9119	* Makefile.def (gcc) <target>: Fix thinko.
9120	* Makefile.in: Regenerate.
9121
91222005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9123
9124	* configure.in (bfin-*-*): Use test, not brackets, in if statement.
9125	* configure: Regenerate.
9126
91272005-10-15  Jie Zhang  <jie.zhang@analog.com>
9128
9129	* MAINTAINERS (Write After Approval): Add self.
9130
91312005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9132
9133	* configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9134	target-libffi, target-qthreads, target-libjava, and
9135	targetlibobjc.
9136	* configure: Regenerate.
9137
91382005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9139
9140	* Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9141	* Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9142	(OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9143	(USUAL_OBJDUMP_FOR_TARGET): New.
9144	(EXTRA_TARGET_FLAGS): Add OBJDUMP.
9145	* configure.in: Check for $OBJDUMP_FOR_TARGET.
9146	* configure, Makefile.in: Regenerated.
9147
91482005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9149
9150	* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9151	before other host packages.
9152
91532005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9154
9155	* MAINTAINERS: Add self as sh libraries/configury maintainer.
9156
91572005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9158
9159	PR bootstrap/22340
9160
9161	* configure.in (default_target): Remove.
9162	* Makefile.tpl (all): Do not use prerequisites as subroutines
9163	(all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9164	(do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9165	use prerequisites as subroutines.
9166	(check-host, check-target): New.
9167	(bootstrap configure & all targets): Do not use stage*-start
9168	if the directory layout is already ok.
9169	(non-bootstrap configure & all targets): Prepend a $(unstage).
9170	(stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9171	(NOTPARALLEL): Remove.
9172	(unstage, stage variables): New variables.
9173	(unstage, stage targets): Simply expand to those variables.
9174
9175	* configure: Regenerate.
9176	* Makefile.in: Regenerate.
9177
91782005-10-04  James E Wilson  <wilson@specifix.com>
9179
9180	* Makefile.def (lang_env_dependencies): Add libmudflap.
9181	* Makefile.in: Regenerate.
9182
91832005-10-03  Andreas Schwab  <schwab@suse.de>
9184
9185	Backport from libtool CVS:
9186	2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9187
9188	* ltmain.sh: add support for installing into temporary
9189	staging area (e.g. 'make install DESTDIR=...')
9190
91912005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9192
9193	* configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9194	* configure: Regenerated.
9195
91962005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9197
9198	* configure: Regenerate with the correct
9199	autoconf version.
9200
92012005-09-30  Catherine Moore  <clm@cm00re.com>
9202
9203	* configure.in (bfin-*-*): New.
9204	* configure: Regenerated.
9205
92062005-09-28  Geoffrey Keating  <geoffk@apple.com>
9207
9208	* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9209	(LIPO_FOR_TARGET): New.
9210	(CONFIGURED_LIPO_FOR_TARGET): New.
9211	(USUAL_LIPO_FOR_TARGET): New.
9212	(STRIP_FOR_TARGET): New.
9213	(CONFIGURED_STRIP_FOR_TARGET): New.
9214	(USUAL_STRIP_FOR_TARGET): New.
9215	* Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9216	STRIP_FOR_TARGET.
9217	* configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9218	CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9219	* Makefile.in: Regenerate.
9220	* configure: Regenerate.
9221
92222005-09-19  David Edelsohn  <edelsohn@gnu.org>
9223
9224	* configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9225	(rs6000-*-aix*): Same.
9226	* configure: Regenerate.
9227
92282005-09-16  Tom Tromey  <tromey@redhat.com>
9229
9230	* MAINTAINERS: Add self as java maintainer.
9231
92322005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9233
9234	* configure.in: Recognize f95 in the --enable-languages option,
9235	and substitute it for fortran, issuing a warning.
9236	* configure: Regenerate.
9237
92382005-08-30  Phil Edwards  <phil@codesourcery.com>
9239
9240	* configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9241	* configure:  Regenerated.
9242
92432005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9244
9245	* MAINTAINERS: Add self as ms1 maintainer.
9246
92472005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9248
9249	* Makefile.def (libssp): Add to lang_env_dependencies.
9250	* Makefile.in: Regenerate.
9251
92522005-08-18  Ian Lance Taylor  <ian@airs.com>
9253
9254	* MAINTAINERS: Add myself as middle-end maintainer.
9255
92562005-08-17  Christian Groessler  <chris@groessler.org>
9257
9258	* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9259	* Makefile.in: Regenerate.
9260
92612005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9262
9263	* MAINTAINERS (write after approval): Added myself.
9264
92652005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9266
9267	* MAINTAINERS (Write After Approval): Add myself.
9268
92692005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9270
9271	* configure.in: Replace NCN_STRICT_CHECK_TOOL with
9272	NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9273	Look for alternate names of the target cc and c++
9274	* configure: Regenerate.
9275
92762005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9277
9278	* configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9279	GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9280	them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9281	tools; remove code to manually set them.
9282	(Target tools): Look in the environment for them.
9283	* Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9284	GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9285	(AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9286	build directory.
9287	(CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9288	CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9289	CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9290	USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9291	USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9292	(CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9293	RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9294	* configure: Regenerate.
9295	* Makefile.in: Regenerate.
9296
92972005-07-28  Ben Elliston  <bje@au.ibm.com>
9298
9299	* MAINTAINERS: Update for removed CPU targets.
9300
93012005-07-27  Mark Mitchell  <mark@codesourcery.com>
9302
9303	* Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9304	* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9305	* Makefile.in: Regenerated.
9306
93072005-07-26  Mark Mitchell  <mark@codesourcery.com>
9308
9309	* Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9310	(CFLAGS_FOR_TARGET): Use it.
9311	(CXXFLAGS_FOR_TARGET): Likewise.
9312	* Makefile.in: Regenerated.
9313	* configure.in (--with-build-sysroot): New option.
9314	* configure: Regenerated.
9315
93162005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9317
9318	* Makefile.tpl: Wrap install between unstage and stage
9319	* Makefile.in: Regenerate.
9320
93212005-07-21  Eric Christopher  <echristo@apple.com>
9322
9323	* MAINTAINERS: Update affiliation.
9324
93252005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9326
9327	* MAINTAINERS: Add self as crx port maintainer.
9328
93292005-07-20  DJ Delorie  <dj@redhat.com>
9330
9331	* MAINTAINERS: Add self as m32c maintainer.
9332
93332005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9334
9335	* all files: Update FSF address.
9336
93372005-07-15  Eric Christopher  <echristo@redhat.com>
9338
9339	* MAINTAINERS: Change affiliation.
9340
93412005-07-14  Jim Blandy  <jimb@redhat.com>
9342
9343	* configure.in: Add cases for Renesas m32c.
9344	* configure: Regenerated.
9345
93462005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9347
9348	* COPYING.LIB: Update from fsf.org.
9349
93502005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9351
9352	* COPYING, compile, config.guess,
9353	config.sub, install-sh, missing, mkinstalldirs,
9354	symlink-tree, ylwrap: Sync from upstream sources.
9355	* config-ml.in: Update FSF address.
9356
93572005-07-13  Eric Christopher  <echristo@redhat.com>
9358
9359	* configure.in: Add toplevel noconfigdir support for tpf.
9360	* configure: Regenerate.
9361
93622005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9363
9364	PR ada/22340
9365
9366	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9367	* Makefile.in: Regenerate.
9368
93692005-07-07  Mark Mitchell  <mark@codesourcery.com>
9370
9371	* MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9372	Brolley to write-after-approval.
9373
93742005-07-07  Andreas Schwab  <schwab@suse.de>
9375
9376	* Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9377	* Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9378	* Makefile.in: Regenerated.
9379
93802005-07-06  Geoffrey Keating  <geoffk@apple.com>
9381
9382	* configure.in: Don't build sim or rda when targetting darwin.
9383	* configure: Regenerate.
9384
93852005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9386
9387	* configure.in: Add --enable-libssp and --disable-libssp.
9388	* configure: Regenerate with autoconf-2.13.
9389
93902005-07-02  Jakub Jelinek  <jakub@redhat.com>
9391
9392	* Makefile.def (target_modules): Add libssp.
9393	* configure.in (target_libraries): Add target-libssp.
9394	* configure: Rebuilt.
9395	* Makefile.in: Rebuilt.
9396
93972005-07-01  Zack Weinberg  <zackw@panix.com>
9398
9399	* MAINTAINERS: Change email address.  Resign from maintainership.
9400
94012005-07-01  Richard Guenther  <rguenther@suse.de>
9402
9403	* MAINTAINERS: Change my e-mail address and affiliation.
9404
94052005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9406
9407	* Makefile.def (stagefeedback): Come after profile.
9408	Define profiledbootstrap target.
9409	* Makefile.tpl (profiledbootstrap): Remove.
9410	(stageprofile-end): Zap stagefeedback.
9411	(stagefeedback-start): Copy all .gcda files, not only GCC's.
9412	* Makefile.in: Regenerate.
9413
94142005-06-13  Richard Sandiford  <richard@codesourcery.com>
9415
9416	* MAINTAINERS: Update my email address.
9417
94182005-06-13  Zack Weinberg  <zack@codesourcery.com>
9419
9420	* depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9421	In 'cpp' stanza, support '#line' as well as '# '.
9422
94232005-06-08  Andreas Schwab  <schwab@suse.de>
9424
9425	* MAINTAINERS: Move myself from 'Write After Approval' to
9426	'CPU Port Maintainers' section as m68k maintainer.
9427
94282005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9429
9430	* configure.in (unsupported_languages): New macro.
9431	<mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9432	non-ported target libraries in noconfigdirs.
9433	<cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9434	non-linux-gnu.  Remove libgcj_ex_libffi.
9435	<lang_frag loop>: Set add_this_lang=no if the language is in
9436	unsupported_languages.
9437	* configure: Regenerate.
9438
94392005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9440
9441	* configure.in: Fix typo in handling of --with-mpfr-dir.
9442	* configure: Regenerate.
9443
94442005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9445
9446	* MAINTAINERS: Update my email address.
9447
94482005-06-02  Jim Blandy  <jimb@redhat.com>
9449
9450	* config.sub: Add cases for the Renesas m32c.  (This patch has been
9451	accepted into the master sources.)
9452
94532005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9454	    Michael Snyder  <msnyder@redhat.com>
9455	    Stan Cox  <scox@redhat.com>
9456
9457	* configure.in: Set noconfigdirs for ms1.
9458
9459	* configure: Regenerate.
9460
94612005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9462
9463	* MAINTAINERS (Write After Approval): Add self.
9464
94652005-06-01  Josh Conner  <jconner@apple.com>
9466
9467	* MAINTAINERS (Write After Approval): Add self.
9468
94692005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9470
9471	* MAINTAINERS: Update my email address.
9472
94732005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9474
9475	* MAINTAINERS (Write After Approval): Add self.
9476
94772005-05-26  Chris Demetriou  <cgd@broadcom.com>
9478
9479	* MAINTAINERS (Write After Approval): Remove self.
9480
94812005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9482
9483	* Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9484	(Dependencies): Consider target modules for bootstrap dependencies.
9485	Make target bootstrap modules depend on each stage's gcc.
9486	* Makefile.in: Regenerate.
9487
94882005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9489
9490	* Makefile.def (configure-gcc): Depend on binutils having been built.
9491	(all-gcc): No need to do it here.
9492	* Makefile.in: Regenerate.
9493
94942005-05-19  Paul Brook  <paul@codesourcery.com>
9495
9496	* configure.in: Rewrite misleading error message when requested
9497	language cannot be built.
9498	* configure: Regenerate.
9499
95002005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9501
9502	* ylwrap: Import from Automake 1.9.5.
9503
95042005-05-13  David Ung  <davidu@mips.com>
9505
9506	* MAINTAINERS (Write After Approval): Add self.
9507
95082005-05-09  Mike Stump  <mrs@apple.com>
9509
9510	* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9511	lt_cv_sys_max_cmd_len for now.
9512
95132005-05-09  Stan Cox  <scox@redhat.com>
9514
9515	* MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9516
95172005-05-08  Matt Kraai  <kraai@ftbfs.org>
9518
9519	* README.SCO: Update the URL.
9520
95212005-05-05  David Edelsohn  <edelsohn@gnu.org>
9522
9523	* ltconfig: Define file_list_spec.  Pass file_list_spec and
9524	with_gnu_ld to libtool.
9525	* ltcf-c.sh (aix[45]): Define file_list_spec.
9526	* ltcf-cxx.sh (aix[45]): Same.
9527	* ltcf-gcj.sh (aix[45]): Same.
9528	* ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9529	exists, write list of input files to temporary file.
9530
95312005-05-04  Mike Stump  <mrs@apple.com>
9532
9533	* configure.in: Always pass --target to target configures as
9534	otherwise rebuilds that do --recheck will fail.
9535	* confiugure: Rebuilt.
9536
95372005-05-04  Paolo Bonzini  <bonzini@gnu.org>
9538
9539	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9540	STAGE_HOST_EXPORTS.
9541	(configure, all): Add bootstrap support.
9542	(Host modules, target modules): Pass post-stage1 flags and exports.
9543	(Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9544	* Makefile.in: Regenerate.
9545
95462005-04-29  Paolo Bonzini  <bonzini@gnu.org>
9547
9548	* configure: Regenerate.
9549
95502005-04-27  Mike Stump  <mrs@apple.com>
9551
9552	* MAINTAINERS: Add self as darwin maintainer.
9553
95542005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
9555
9556	* config.sub: Update from master copy.
9557
95582005-04-21  Mike Stump  <mrs@apple.com>
9559
9560	* MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9561	* MAINTAINERS: Add Zem as Objective-C++ maintainer.
9562
95632005-04-19  Hans-Peter Nilsson  <hp@axis.com>
9564
9565	* configure.in <crisv32-*-*, cris-*-*>: New local variable
9566	libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
9567	matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
9568	"*-*-elf" and "*-*-linux*".
9569	* configure: Regenerate.
9570
95712005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
9572
9573	* MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9574
95752005-04-12  Mike Stump  <mrs@apple.com>
9576
9577	* libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9578
95792005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
9580
9581	* MAINTAINERS (Write After Approval): Add myself.
9582
95832005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
9584
9585	* MAINTAINERS (Port Maintainers): Add self for Blackfin.
9586
95872005-04-06  Paolo Bonzini  <bonzini@gnu.org>
9588
9589	* Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9590	(TARGET_CONFIGARGS): Include --with-target-subdir.
9591	(configure, all): New macros.  Use them throughout.
9592	* Makefile.in: Regenerate.
9593
95942005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
9595
9596	* MAINTAINERS (Write After Approval): Add myself.
9597
95982005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9599
9600	* MAINTAINERS: Remove 'loop unrolling' maintainer.
9601
96022005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
9603
9604	* MAINTAINERS: Move John Carr to Write After Approval.
9605
96062005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
9607
9608	* config/mh-mingw32: Delete.
9609	* configure.in: Don't use it.
9610	* configure: Regenerate.
9611
96122005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9613
9614	* Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9615	* Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9616	(HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9617	(HOST_LIB_PATH): Generate from Makefile.def.
9618	(TARGET_LIB_PATH): Likewise.
9619	(Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9620	* Makefile.in: Regenerate.
9621	* configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9622	(RPATH_ENVVAR): Include Darwin case.
9623	* configure: Regenerate.
9624
96252005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
9626
9627	* MAINTAINERS (Various Maintainers): Remove self.
9628	(Write After Approval): Add self.
9629
96302005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
9631
9632	* MAINTAINERS (Various Maintainers): Add self.
9633
96342005-03-25  Paolo Bonzini  <bonzini@gnu.org>
9635
9636	* configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9637	* configure: Regenerate.
9638
96392005-03-21  Zack Weinberg  <zack@codesourcery.com>
9640
9641	* Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9642	gcc_version, and gcc_version_trigger from set of flags to pass.
9643	* Makefile.tpl: Remove definitions of above variables.
9644	(config.status): Remove dependency on $(gcc_version_trigger).
9645	* Makefile.in: Regenerate.
9646	* configure.in: Do not reference config/gcc-version.m4 nor
9647	config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
9648	TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
9649	* configure: Regenerate.
9650
96512005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
9652	    Andrew Pinski  <pinskia@physics.uc.edu>
9653
9654	* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9655	* Makefile.in: Regenerate.
9656
96572005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
9658
9659	* MAINTAINERS (Write After Approval): Add myself.
9660
96612005-03-03  David Ayers  <d.ayers@inode.at>
9662
9663	* MAINTAINERS (Write After Approval): Add myself.
9664
96652005-03-01  Alexandre Oliva  <aoliva@redhat.com>
9666
9667	PR libgcj/20160
9668	* ltmain.sh: Avoid creating archives with components that have
9669	duplicate basenames.
9670
96712005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
9672
9673	PR bootstrap/20250
9674	* Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9675	instead of check.
9676	* Makefile.in: Regenerate.
9677
96782005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9679
9680	* Makefile.in: Regenerate to fix conflict between the previous two
9681	patches.
9682
96832005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9684
9685	PR bootstrap/17383
9686	* Makefile.def (target_modules): Remove "stage", now unnecessary.
9687	* Makefile.tpl (HOST_SUBDIR): New substitution.
9688	(STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9689	USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9690	USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9691	USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9692	(Host modules, Bootstrapped modules): Use it.
9693	(Build modules, Target modules): Do not create symlink trees,
9694	always configure out-of-srcdir.
9695	(distclean): Try removing $(host_subdir) with rm before using rm -rf.
9696	* configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9697	GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9698	$(HOST_SUBDIR).  Create a symlink for host_subdir.
9699
9700	* Makefile.in: Regenerate.
9701	* configure: Regenerate.
9702
97032005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9704
9705	Merged from libada-gnattools-branch:
9706	2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9707
9708	* gnattools: New directory.
9709	* Makefile.def: Add gnattools as a module, depending on target-libada.
9710	* Makefile.in: Regenerate.
9711	* configure.in: Include gnattools in host_tools; disable it if ada
9712	is disabled.
9713	* configure: Regenerate.
9714
97152005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9716
9717	* MAINTAINERS (Language Front Ends Maintainers): Add myself as
9718	treelang maintainer.
9719	(Write After Approval): Remove myself.
9720
97212005-02-23  Paul Schlie  <schlie@comcast.net>
9722
9723	* configure.in: Allow darwin targeted ports to build tk, itcl and
9724	libgui.
9725	* configure: Regenerate.
9726
97272005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9728
9729	PR libgcj/10353
9730	* configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9731	* configure: Regenerate.
9732
97332005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9734
9735	* MAINTAINERS (Write After Approval): Add myself.
9736
97372005-02-10  Ian Lance Taylor  <ian@airs.com>
9738
9739	* MAINTAINERS: Update my e-mail address.
9740
97412005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9742
9743	* MAINTAINERS (Write After Approval): Add myself.
9744
97452005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9746
9747	* configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9748	<crisv32-*-*, cris-*-*>: Only disable target-newlib and
9749	target-libgloss when not *-*-elf and *-*-aout.
9750	* configure: Regenerate.
9751
97522005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9753
9754	* MAINTAINERS: Remove obsolete entries.
9755
9756	* MAINTAINERS (Write After Approval): Add Michael Matz.
9757
97582005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9759
9760	* MAINTAINERS: Remove self as cpplib maintainer.
9761
97622005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9763
9764	* install-sh, config.sub: Import from upstream.
9765
97662005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9767
9768	PR bootstrap/18222
9769	* Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9770	* Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9771	* Makefile.in: Regenerate.
9772
97732005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9774
9775	* MAINTAINERS: Update my email address.
9776
97772005-01-12  David Edelsohn  <edelsohn@gnu.org>
9778	    Andreas Schwab  <schwab@suse.de>
9779
9780	PR bootstrap/18033
9781	* config-ml.in: Eval option if surrounded by single quotes.
9782
97832005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9784
9785	Revert 2004-12-28 Makefile changes, a better fix will be
9786	applied to mainline and src after GCC 4.0 branches.
9787
97882004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9789
9790	PR bootstrap/17383
9791
9792	* Makefile.def (target_modules): Remove stage parameter,
9793	it is always true now.
9794	* Makefile.tpl (configure-build-[+module+],
9795	configure-target-[+module+]): Always build symlink tree
9796	for the directory and for include.  BUILD_SUBDIR and
9797	TARGET_SUBDIR cannot be . anymore.
9798	* Makefile.in: Regenerate.
9799
98002004-12-25  David Edelsohn  <edelsohn@gnu.org>
9801
9802	Revert 2004-12-08 Makefile changes.
9803
98042004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9805
9806	* MAINTAINERS: Move myself to OS Port Maintainers for windows,
9807	cygwin, mingw.
9808
98092004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9810
9811	* configure.in (sh64-*-*): Reenable gprof.
9812	* configure: Regenerate.
9813
98142004-12-08  David Edelsohn  <edelsohn@gnu.org>
9815
9816	* Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9817	* Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9818	(EXTRA_TARGET_FLAGS): Add PICFLAG.
9819	* Makefile.in: Regenerate.
9820
98212004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9822
9823	* MAINTAINERS: Update my email address.
9824
98252004-12-07  Matt Kraai  <kraai@ftbfs.org>
9826
9827	* Makefile.tpl: Generate normal dependencies if the LHS module is
9828	not bootstrapped.
9829	* Makefile.in: Regenerate.
9830
98312004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9832
9833	* configure.in: Include config/gxx-include-dir.m4.  Use
9834	TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9835	* configure: Regenerate.
9836
98372004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9838
9839	* config.if: Delete.
9840	* configure.in: Set libstdcxx_incdir directly.
9841	* configure: Regenerate.
9842
98432004-12-02  Eric Christopher  <echristo@redhat.com>
9844
9845	* Makefile.tpl (clean-target-libgcc): Make change in correct place.
9846	* Makefile.in: Regenerate.
9847
98482004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9849
9850	* configure.in: Clear gcc_version_trigger if the file doesn't exist.
9851	* configure: Regenerate.
9852
98532004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9854
9855	* configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9856	to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9857	* configure: Regenerate.
9858
98592004-12-01  Eric Christopher  <echristo@redhat.com>
9860
9861	* Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9862	of things to remove.
9863
98642004-11-29  Matt Kraai  <kraai@ftbfs.org>
9865
9866	* MAINTAINERS (Write After Approval): Update my e-mail address.
9867
98682004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9869
9870	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9871	from CVS libtool to always pass_all.
9872
98732004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9874
9875	* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9876	(hppa*64*-*-*): Delete incorrect comment.
9877	* configure: Rebuilt.
9878
98792004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9880
9881	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9882
98832004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9884
9885	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9886	from CVS libtool to always pass_all.
9887
98882004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9889
9890	* install-sh, compile: Import from automake.
9891
98922004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9893
9894	* config.guess, config.sub:  Import from savannnah.
9895
98962004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9897
9898	* MAINTAINERS (Write After Approval): Add myself
9899
99002004-11-12  Mike Stump  <mrs@apple.com>
9901
9902	* Makefile.def: Add html support.
9903	* Makefile.tpl: Likewise.
9904	* Makefile.in: Regenerate.
9905
99062004-11-11  Geoffrey Keating  <geoffk@apple.com>
9907
9908	PR 18423
9909	* configure.in: Remove all instances of build-fixincludes from
9910	noconfigdirs.
9911	(build_configargs): Supply --target to subdirectories.
9912	* configure: Regenerate.
9913
9914	* Makefile.def: Make gcc install depend on fixincludes install.
9915	* Makefile.in: Regenerate.
9916
99172004-11-10  Janis Johnson  <janis187@us.ibm.com>
9918
9919	* MAINTAINERS: Add myself as gcc testsuite maintainer.
9920
99212004-11-11  Paul Brook  <paul@codesourcery.com>
9922
9923	* MAINTAINERS: Add self as arm maintainer.  Update email address.
9924
99252004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9926
9927	* configure.in (noconfigdirs) [mmix-*-*]: Disable
9928	target-libgfortran.
9929	* configure: Regenerate.
9930
99312004-11-07  David Edelsohn  <edelsohn@gnu.org>
9932
9933	* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9934	like CC.
9935
99362004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9937
9938	* Makefile.def (host fixincludes): Specify missing targets.
9939	* Makefile.in: Regenerate.
9940
99412004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9942
9943	* MAINTAINERS: Add myself
9944
99452004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9946
9947	* MAINTAINERS (Write After Approval): Add myself.
9948
99492004-11-04  Geoffrey Keating  <geoffk@apple.com>
9950
9951	* Makefile.def: Build fixincludes for the host, too.
9952	* Makefile.in: Regenerate.
9953	* configure.in (host_tools): Add fixincludes.
9954	* configure: Regenerate.
9955
99562004-11-04  Daniel Jacobowitz  <dan@debian.org>
9957
9958	* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9959	* configure: Regenerated.
9960
99612004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9962
9963	PR other/17783
9964	* configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9965	* configure: Regenerated.
9966
99672004-10-31  Mark Mitchell  <mark@codesourcery.com>
9968
9969	* README.SCO: Update per FSF instructions.
9970
99712004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9972
9973	PR target/18151
9974	* configure.in (case ${target}): Do not build fixincludes for avr.
9975	* configure: Regenerated.
9976
99772004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9978
9979	* configure.in (case ${target}): Do not build fixincludes
9980	on platforms where it is not used.
9981	* configure: Regenerated.
9982
99832004-10-23  Daniel Jacobowitz  <dan@debian.org>
9984
9985	* configure.in: Use an absolute path to install-sh.
9986	* configure: Regenerated.
9987
99882004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9989
9990	* MAINTAINERS (Write After Approval): Add myself.
9991
99922004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9993
9994	* MAINTAINERS: Remove from Write After Approval those that are
9995	already maintainers.
9996
99972004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9998
9999	* MAINTAINERS:  Update my email address.
10000
100012004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10002
10003	* configure.in (*-*-cygwin*): Supress warning if newlib not present.
10004	* configure: Regenerate.
10005
100062004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
10007
10008	* MAINTAINERS:  Update my email address.
10009
100102004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
10011
10012	* MAINTAINERS (Language Front Ends Maintainers): New.  Move
10013	entries belonging to this category.
10014
100152004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
10016
10017	* MAINTAINERS: Update my e-mail address.
10018
100192004-10-06  Paolo Bonzini  <bonzini@gnu.org>
10020
10021	Fix wrong conflict resolution in:
10022
10023	2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10024
10025	* Makefile.in: Regenerate.
10026	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10027	in the recursive `make', instead of hardwiring `all'.
10028	(Autogenerated TARGET-* variables): New.
10029
100302004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
10031
10032	* configure.in: Enable target-libgloss for crx-*-*.
10033	* configure: Regenerate.
10034
100352004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10036
10037	* MAINTAINERS (Various Maintainers): Move the "windows,
10038	cygwin, mingw" maintainer to ...
10039	(OS Port Maintainers): ... here.
10040
100412004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
10042
10043	* MAINTAINERS (Write After Approval): Remove those that are
10044	maintainers of some subsystem.
10045
100462004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
10047
10048	* ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10049	* ltcf-cxx.sh (tpf*): Likewise.
10050	* ltconfig (tpf*): Add TPF OS configuration support.
10051
100522004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
10053
10054	* MAINTAINERS: Change my email address to my new work account.
10055
100562004-09-24  Michael Roth  <mroth@nessie.de>
10057
10058	* configure.in (--without-headers): Add missing double quotes.
10059	* configure: Regenerate.
10060
100612004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
10062
10063	* ylwrap: Revert to previous version.
10064
100652004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
10066
10067	PR bootstrap/17369
10068	* Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10069	(HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10070	SET_GCC_LIB_PATH_CMD.
10071	(BASE_TARGET_EXPORTS): Likewise.
10072	* Makefile.in: Regenerated.
10073
10074	* configure.in (SET_GCC_LIB_PATH): Set and substitute.
10075	* configure: Regenerated.
10076
100772004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10078
10079	* config.guess: New upstream version
10080	* compile, depcomp, install-sh, ylwrap: Likewise.
10081
100822004-09-19  Roger Sayle  <roger@eyesopen.com>
10083
10084	* config/mh-x86omitfp: New host makefile fragment.  Add
10085	-fomit-frame-pointer to the default BOOT_CFLAGS.
10086	* configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10087	* configure: Regenerate.
10088
100892004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10090
10091	PR target/11572
10092	* configure.in (*-*-darwin*): Renable libobjc.
10093	* configure: Regenerate.
10094
100952004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10096
10097	* MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10098
100992004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10100
10101	* Makefile.def: Remove libbanshee.
10102	* Makefile.tpl: Ditto.
10103	* configure.in: Ditto.
10104	* Makefile.in: Regen.
10105	* configure: Ditto.
10106
101072004-09-08  David Edelsohn  <edelsohn@gnu.org>
10108
10109	* ltmain.sh: Use $pic_object as $non_pic_object if
10110	$non_pic_object=none.
10111
101122004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10113
10114	* missing: Import latest version from master repository.
10115
101162004-09-06  Nick Clifton  <nickc@redhat.com>
10117
10118	* config.sub: Import latest version from master repository.
10119	* config.guess: Likewise.
10120	This includes these changes:
10121
10122	2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10123
10124	* config.sub: Handle crisv32, alias etraxfs.
10125	* config.guess (crisv32:Linux:*:*): Handle.
10126
10127	2004-08-13  Brad Smith  <brad@comstyle.com>
10128
10129	* config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10130	(sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10131
10132	2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10133
10134	* config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10135	assume the processor is a powerpc.  This is because coreutils
10136	uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10137	in this case, due to a MacOS X bug that causes
10138	sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10139	to return a negative number.
10140	Problem reported by Petter Reinholdtsen in:
10141	http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10142
10143	2004-07-19  Ben Elliston  <bje@gnu.org>
10144
10145	* config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10146
10147	2004-06-24  Ben Elliston  <bje@gnu.org>
10148
10149	* config.guess: Update copyright years.
10150	* config.sub: Likewise.
10151
10152	2004-06-22  Robert Millan  <robertmh@gnu.org>
10153
10154	* config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10155	since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10156
10157	2004-06-22  Stanley F. Quayle <stan@stanq.com>
10158
10159	* config.guess (*:*VMS:*:*): New entry. Replaces
10160	Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10161	manufacturer.
10162
10163	2004-06-22  Ben Elliston  <bje@gnu.org>
10164
10165	* config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10166	* config.sub: Likewise.
10167
10168	2004-06-22  Ben Elliston  <bje@gnu.org>
10169
10170	Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10171	* config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10172
10173	2004-06-11  Ben Elliston  <bje@gnu.org>
10174
10175	* config.guess (pegasos:OpenBSD:*:*): Remove.
10176
10177	2004-06-11  Ben Elliston  <bje@gnu.org>
10178
10179	From Wouter Verhelst <wouter@grep.be>:
10180	* config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10181
10182	2004-06-11  Ben Elliston  <bje@gnu.org>
10183
10184	* config.guess (luna88k:OpenBSD:*:*): New.
10185
10186	2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10187
10188	* config.guess (m32r*:Linux:*:*): New case.
10189	* config.sub: Handle m32rle.
10190
10191	2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10192
10193	From Jens Petersen  <petersen@redhat.com>:
10194	* config.sub: Handle sparcv8.
10195
10196	2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10197
10198	From Tom Smith <smith@cag.lkg.hp.com>:
10199	* config.guess: Version suffixes are equally significant on Tru64
10200	V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10201	prefix of "P" (patched kernel).
10202
10203	2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10204
10205	* config.sub: Add support for National Semiconductor CRX target.
10206
102072004-09-03  Janis Johnson  <janis187@us.ibm.com>
10208
10209	* MAINTAINERS (Various Maintainers): Remove myself as web page
10210	maintainer, add myself as maintainer of build status lists.
10211
102122004-09-03  Jan Beulich  <jbeulich@novell.com>
10213
10214	* configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10215	*-*-netware, but add target-libmudflap.
10216	Consolidate *-*-netware targets (of which really only i?86 exists)
10217	into a single entry.
10218	* configure: Likewise.
10219
102202004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10221
10222	* Makefile.tpl (sorry): Remove.
10223	(clean-stage[+id+], clean-stage[+id+]-module): New targets.
10224	(cleanstrap targets): Depend on distclean, not distclean-stage1.
10225	(do-clean): Clean per-stage directories too.
10226	(do-distclean): Run distclean-stage1 too.
10227	(.NOTPARALLEL): Enable during toplevel bootstrap.
10228	(stage[+id+]-bubble): Enable parallel execution during
10229	the recursive invocation.
10230	* Makefile.in: Regenerate.
10231
10232	Fix previous checkin:
10233
10234	* Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10235	include.
10236	* configure.in: Fix indentation.
10237	* configure: Regenerate.
10238
102392004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10240
10241	* Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10242	* configure.in: add test for powerpc-*-darwin* to specify makefile frag
10243	* configure: regenerate
10244	* config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10245	-mdynamic-no-pic
10246
102472004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10248
10249	* Makefile.def (build_modules): Add fixincludes.
10250	(dependencies): Make gcc depend on fixincludes.
10251	* configure.in (build_tools): Add fixincludes.
10252	(build_configdirs): Always include build_libs.
10253	* Makefile.in: Regenerate.
10254	* configure: Regenerate.
10255
102562004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10257
10258	* Makefile.def (bootstrap stages): Add 'lean' parameter.
10259	* Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10260	phony targets; do not generate timestamp files.
10261	(distclean-stageN): Remove references to their timestamp files.
10262	(restageN, touch-stageN): Remove.
10263	(stageN-bubble): Rewritten.
10264	(compare): Support lean bootstraps.
10265	* Makefile.in: Regenerate.
10266
10267	* configure.in: Only warn when bootstrapping but
10268	build != host or build != target.  Support lean bootstraps.
10269	* configure: Regenerate.
10270
102712004-08-26  Phil Edwards  <phil@codesourcery.com>
10272
10273	* configure.in:  Give a better error message if GMP/MPFR are missing
10274	and a language needing them has been requested.
10275	* configure:  Regenerated.
10276
102772004-08-25  Phil Edwards  <phil@codesourcery.com>
10278
10279	* configure.in:  Print a list of available language front-ends if
10280	a requested one is missing.  Tidy stray tab characters.
10281	* configure:  Regenerated.
10282
102832004-08-19  Michael Koch  <konqueror@gmx.de>
10284
10285	* gcc/doc/install.texi: Update entry about automake for libjava.
10286
102872004-08-17  Robert Millan  <robertmh@gnu.org>
10288
10289	* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10290	(instead of FreeBSD).
10291	* configure: Regenerate.
10292
102932004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10294
10295	* Makefile.in: Regenerate.
10296	* configure: Regenerate.
10297
10298	* Makefile.def (bootstrap-stage): Rename extra_*_flags to
10299	stage_*_flags.
10300	* Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10301	for bootstrapped modules if toplevel bootstrap is going.
10302	(GCC bootstrap): Generate per-stage targets for all bootstrapped
10303	modules.  Adjust for changes in Makefile.def.  Enable several
10304	rules even in non-bootstrap mode, just to avoid peppering the
10305	template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10306	(stage-[+prev+]-bubble): Remove.
10307
10308	* Makefile.def (Dependencies): Depend on all-build-bison,
10309	all-build-flex, all-build-byacc, all-build-texinfo, rather
10310	than the host variations.
10311	* Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10312	with BUILD_SUBDIR.
10313	(BISON): Update for recent Bisons.
10314	(YACC): Fix typo.
10315	(cross): Depend on all-build.
10316	(all): Do not depend on all-build.
10317	(prebootstrap): Remove.
10318	(dep-kind): Accept separate prefixes for MODULE and ON variables.
10319	(Prebootstrap dependencies): Add them to the per-stage targets
10320	and to all-prebootstrap.
10321	* configure.in (build_configdirs): Always enable build_tools.
10322	(BUILD_DIR_PREFIX): Remove.
10323
10324	* Makefile.def (gcc): Add target variable.
10325	(gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10326	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10327	in the recursive `make', instead of hardwiring `all'.
10328	(Autogenerated TARGET-* variables): New.
10329
103302004-08-13  Brian Booth  <bbooth@redhat.com>
10331
10332	* MAINTAINERS: Remove myself from write-after-approval.
10333
103342004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10335
10336	* src-release: Stop distributing mmalloc with gdb (which doesn't
10337	use it).
10338	* Makefile.def: GDB doesn't depend on mmalloc anymore.
10339	* Makefile.in: Regenerate.
10340
103412004-08-09  Mark Mitchell  <mark@codesourcery.com>
10342
10343	* configure.in (arm*-*-eabi*): New target.
10344	* configure: Regenerate.
10345
103462004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10347
10348	* Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10349	(bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10350	(Dependencies): New section.
10351	* Makefile.tpl (Dependencies): Generate from Makefile.def.
10352	(configure-target-[+module+]): Depend on maybe-all-gcc
10353	(all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10354	(toplevel profiledbootstrap): Fix dependencies.
10355	* Makefile.in: Regenerate.
10356
103572004-08-03  Mark Mitchell  <mark@codesourcery.com>
10358
10359	* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10360	target-libiberty to noconfigdirs.
10361	* configure: Regenerate.
10362
103632004-08-03  Paul Brook  <paul@codesourcery.com>
10364
10365	* configure.in: Check for MPFR as well as GMP.
10366	* configure: Regenerate.
10367
103682004-08-01  Robert Millan  <robertmh@gnu.org>
10369
10370	* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10371	libmudflap for all GNU-based systems (with Glibc).
10372	* configure: Regenerate.
10373
103742004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10375
10376	* Makefile.def (host-modules): Add gcc.
10377	* Makefile.in: Regenerate.
10378	* Makefile.tpl (sorry): New rule.
10379	(configure-host, all-host, [+make_target+]-host, do-check,
10380	install-host): Do not add gcc as a special case.
10381	(host modules): Add a small special-casing for gcc.  Export
10382	extra_make_flags through the environment.
10383	(maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10384	maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10385	other recursive targets for gcc): Remove.
10386
10387	(all, do-[+make_target+], do-check): Wrap between unstage and stage.
10388	(stage, unstage): New rules.
10389	(stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10390	distclean-stage[+id+]): Use stage_current.
10391	([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10392	the stage*-start rules.
10393
103942004-08-02  Geoffrey Keating  <geoffk@apple.com>
10395
10396	* ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10397	use -all_load flag.
10398
103992004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10400
10401	* configure.in: Sync from src, add noconfigdirs for crx-*-*.
10402	* configure: Regenerate.
10403
104042004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10405
10406	* maintainer-scripts/gcc_release: Revert yesterday's change.
10407
104082004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10409
10410	* MAINTAINERS: Add myself to write-after-approval.
10411
104122004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10413
10414	* libf2c: Removed.
10415	* gcc/gccbug.in: Updated because of libf2c removal.
10416	* maintainer-scripts/gcc_release: Ditto.
10417
104182004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10419
10420	* configure.in: Build libmudflap by default on FreeBSD.
10421	* configure: Regenerated.
10422
104232004-07-09  Mark Mitchell  <mark@codesourcery.com>
10424
10425	* configure.in: Do not build libmudflap by default on non-GNU/Linux
10426	systems.
10427	* configure: Regenerated.
10428
104292004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10430
10431	PR target/16344
10432	* Makefile.tpl (profiledbootstrap): Build runtime libraries with
10433	feedback based compiler.
10434	* Makefile.in: Rebuilt.
10435
104362004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10437
10438	* Makefile.def (host_modules): Set bootstrap=true for flex.
10439	* Makefile.tpl (all-gcc): Depend on texinfo and flex.
10440	* Makefile.in: Rebuilt.
10441
104422004-07-07  Jan Hubicka  <jh@suse.cz>
10443
10444	* MAINTAINERS: Add self as a profile feedback maintainer.
10445
104462004-07-05  Phil Edwards  <phil@codesourcery.com>
10447
10448	* configure.in:  Do not prepend $srcdir to /dev/null in
10449	makefile fragments.
10450	* configure:  Regenerate.
10451
104522004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10453
10454	* Makefile.def (build_modules): Add bison, byacc, flex,
10455	m4, texinfo.
10456	(flags_to_pass): Add FLEX.
10457	* Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10458	(BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10459	(DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10460	DEFAULT_MAKEINFO): Remove.
10461	(CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10462	CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10463	(YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10464	objdir or else use configured tool.
10465	(all-build): New.
10466	(all): Depend on it.
10467	(Build module dependencies): Add.
10468	* Makefile.in: Regenerate.
10469	* configure.in: Better support for multiple build modules,
10470	matching what is done for host/target modules.  Do not look
10471	for "plausible" locations of build tools if Canadian cross.
10472	Use autoconf's AC_PROG_CC to find a C compiler.  Define
10473	BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10474	* configure: Regenerate.
10475
104762004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10477
10478	* Makefile.tpl (HOST_EXPORTS): Fix pasto.
10479	* Makefile.in: Regenerate.
10480
104812004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10482
10483	* Makefile.tpl (configure-build-[+module+],
10484	configure-[+module+], configure-target-[+module+]): Pass
10485	[+extra_configure_args+].
10486	(all-build-[+module+], all-[+module+], check-[+module+],
10487	install-[+module+], [+make_target+]-[+module+],
10488	all-target-[+module+], check-target-[+module+],
10489	install-target-[+module+], [+make_target+]-target-[+module+]):
10490	Pass [+extra_make_args+].
10491	(HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10492	(GCC_HOST_EXPORTS): Remove.
10493	(configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10494	cross, check-gcc, check-gcc-c++, install-gcc,
10495	gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10496	Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10497	* Makefile.in: Regenerate.
10498
104992004-06-21  Matthew Sachs  <msachs@apple.com>
10500
10501	* MAINTAINERS: Added self to write-after-approval.
10502
105032004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10504
10505	* configure.in: Check for srcdir/winsup rather than build directory
10506	winsup.
10507	* configure: Regenerate.
10508
105092004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10510
10511	* configure.in: Don't build Cygwin native newlib if winsup
10512	directory is missing.  Emit warning instead.
10513	* configure: Regenerate.
10514
105152004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10516
10517	* Makefile.tpl (touch-stage[+id+]): New.
10518	(restage[+prev+]): Depend on touch-stage[+id+].
10519
10520	* Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10521	Use it throughout.
10522
10523	* Makefile.def: Add profile and feedback bootstrap stages.
10524	Remove next field from bootstrap stages.
10525	* Makefile.tpl (LN, LN_S): Substitute.
10526	(stageN-start, stageN-end): Use double-colon rules, to
10527	provide a hook for additional setup commands.
10528	(distclean-stageN-gcc, restageN): Create dependencies from
10529	[+prev+], not from [+next+].
10530	(stageN-bubble): Add commands for successive stages from
10531	[+prev+], using double-colon rules.
10532	(all-stageN-gcc): Fix typo.
10533	(stagefeedback-start, profiledbootstrap): New.
10534	* Makefile.in: Regenerate.
10535	* configure.in: Call ACX_PROG_LN.
10536	* configure: Regenerate.
10537
105382004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
10539
10540	* MAINTAINERS (Write After Approval): Add myself.
10541
105422004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
10543
10544	* MAINTAINERS (Write After Approval): Add myself.
10545
105462004-06-03  Paolo Bonzini  <bonzini@gnu.org>
10547
10548	* configure.in: Fix --enable-bootstrap breakage introduced in trees
10549	without gcc.
10550	* configure: Regenerate.
10551
105522004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10553
10554	* Makefile.tpl: Fix typo.
10555	* Makefile.in: Regenerate.
10556
105572004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10558
10559	* configure.in: Remove new- prefix from toplevel
10560	bootstrap targets.
10561	* configure: Regenerate.
10562
105632004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10564
10565	* Makefile.tpl (all.normal): Rename to all.
10566	(all): Replace with a rule to pick the default
10567	target from configure.
10568	(all-gcc, configure-gcc): Use conditionals to
10569	do nothing when toplevel bootstrap is going on.
10570	(GCC directory bootstrap) [gcc-bootstrap]: Disable.
10571	(Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10572	* configure.in: Support --enable-bootstrap.
10573
10574	* Makefile.def: Remove new- prefix from toplevel
10575	bootstrap targets.
10576	* Makefile.tpl: Likewise.
10577
10578	* Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
10579	target.
10580
10581	* Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10582	$(RECURSE_FLAGS) to recursive invocation of make.
10583
10584	* Makefile.in: Regenerate.
10585	* configure: Regenerate.
10586
105872004-05-30  Andreas Jaeger  <aj@suse.de>
10588	    Jim Wilson  <wilson@specifixinc.com>
10589
10590	* config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10591	like CC.
10592
105932004-05-27  Daniel Jacobowitz  <dan@debian.org>
10594
10595	* configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10596	* configure: Regenerate.
10597
105982004-05-25  Daniel Jacobowitz  <drow@false.org>
10599
10600	* Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10601	(STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10602	(NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
10603	targets.
10604	* Makefile.in: Regenerate.
10605
106062004-05-24  Paolo Bonzini  <bonzini@gnu.org>
10607
10608	* configure.in: Test the ability to symlink directories.
10609	* configure: Regenerate.
10610
10611	* Makefile.def (bootstrap-stage): New definitions.
10612	* Makefile.tpl (configure-stage1-gcc,
10613	configure-stage2-gcc, configure-stage3-gcc,
10614	all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10615	new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10616	new-restage3, compare): Autogenerate, see Makefile.in
10617	entry for behavioral changes.
10618	(distclean-stage1, new-stage1-start, new-stage1-end,
10619	new-stage1-bubble, distclean-stage2, new-stage2-start,
10620	new-stage2-end, new-stage2-bubble, distclean-stage3,
10621	new-stage3-start, new-stage3-end): New autogenerated targets.
10622	(objext, prebootstrap, BOOT_CFLAGS,
10623	POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10624	targets.
10625
10626	* Makefile.in: Regenerate.
10627	(distclean-stage1, new-stage1-start, new-stage1-end,
10628	new-stage1-bubble, distclean-stage2, new-stage2-start,
10629	new-stage2-end, new-stage2-bubble, distclean-stage3,
10630	new-stage3-start, new-stage3-end): New targets.
10631	(all-stage1-gcc): Move prebootstrap dependency from here...
10632	(configure-stage1-gcc): ...to here.
10633	(new-bootstrap): Use bubble targets.
10634	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
10635	Use per-stage distclean targets.
10636	(configure-stage1-gcc, configure-stage2-gcc,
10637	configure-stage3-gcc, all-stage1-gcc,
10638	all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10639	Use new-stageN-start to prepare the tree.
10640
106412004-05-23  Paolo Bonzini  <bonzini@gnu.org>
10642
10643	* Makefile.def (host_modules): add libcpp.
10644	* Makefile.tpl: Add dependencies on and for libcpp.
10645	* Makefile.in: Regenerate.
10646	* configure.in: Add libcpp host module.
10647	* configure: Regenerate.
10648
106492004-05-21  Paolo Bonzini  <bonzini@gnu.org>
10650
10651	* Makefile.tpl: Whenever a recursive target is defined, wrap
10652	it in a special @if/@endif block, and prepare its maybe
10653	dependency in the @if/@endif block
10654	* configure.in: Instead of writing maybe dependencies, remove
10655	the @if/@endif statements, and remove the @if/@endif blocks
10656	that remain.
10657	* configure: Regenerate.
10658	* Makefile.in: Regenerate.
10659
106602004-05-20  Janis Johnson  <janis187@us.ibm.com>
10661
10662	* MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10663
106642004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
10665
10666	PR bootstrap/15120
10667	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10668	* */configure: Rebuilt.
10669
106702004-05-17  Zack Weinberg  <zack@codesourcery.com>
10671
10672	* Makefile.def, Makefile.tpl, configure.in: Remove all mention
10673	of libf2c.
10674	* configure, Makefile.in: Regenerate.
10675
106762004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
10677
10678	* MAINTAINERS (Write After Approval): Add myself.
10679
106802004-05-13  Diego Novillo  <dnovillo@redhat.com>
10681
10682	Merge from tree-ssa-20020619-branch.
10683
10684	* Makefile.def: Add libbanshee, libmudflap and libgfortran.
10685	* Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10686	(HOST_GMPLIBS): Define.
10687	(HOST_GMPINC): Define.
10688	(TARGET_LIB_PATH): Add libmudflap.
10689	(GFORTRAN_FOR_TARGET): Define.
10690	(configure-build*): Export GFORTRAN.
10691	(configure-gcc): Export GMPLIBS and GMPINC.
10692	(all-gcc): Add maybe-all-libbanshee.
10693	(configure-target-libgfortran): Define.
10694	* Makefile.in: Regenerate.
10695	* configure.in (host_libs): Add libbanshee.
10696	(target_libraries): Add target-libmudflap and target-libgfortran.
10697	Add --with-libbanshee.
10698	Handle --disable-libmudflap.
10699	(*-*-freebsd*): Use with_gmp.
10700	Add $(libgcj) to noconfigdirs.
10701	* configure: Regenerate.
10702	* depcomp: New file.
10703	* MAINTAINERS: Add tree-ssa maintainers.
10704
107052004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10706
10707	* MAINTAINERS (Various Maintainers): Add myself.
10708
107092004-04-30  Brian Ford  <ford@vss.fsi.com>
10710
10711	* MAINTAINERS (Write After Approval): Add myself.
10712
107132004-04-29  Uros Bizjak  <uros@kss-loka.si>
10714
10715	* MAINTAINERS (Write After Approval): Add myself.
10716
107172004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10718
10719	* config/acx.m4: Fix fastcompare support for new-bootstrap.
10720	* configure: Regenerate.
10721
107222004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10723
10724	Revert:
10725	2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10726
10727	* Makefile.def (flags_to_pass): Remove *dir variables that
10728	are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10729	as well as prefix and exec_prefix.
10730	* Makefile.in: Regenerate.
10731
107322004-04-26  Robert Millan  <robertmh@gnu.org>
10733
10734	Add patches from libtool CVS.
10735	* libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10736	* ltconfig: Likewise.
10737	* ltcf-c.sh: Likewise.
10738	* ltcf-cxx.sh: Likewise.
10739	* ltcf-gcj.sh: Likewise.
10740
107412004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10742
10743	* Makefile.def (host_modules): Mark with the bootstrap
10744	flag packages on which gcc depends.
10745	* Makefile.tpl (all-bootstrap): Use it.
10746	* Makefile.in: Regenerate.
10747
107482004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10749
10750	* Makefile.def (flags_to_pass): Remove *dir variables that
10751	are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10752	as well as prefix and exec_prefix.
10753	* Makefile.in: Regenerate.
10754
107552004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10756
10757	* configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10758	* configure: Regenerate.
10759	* config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10760	* gcc/Makefile.tpl (compare): Use the result of the test.
10761	* gcc/Makefile.in: Regenerate.
10762
107632004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10764
10765	* Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10766	Always relocate gcc and prev-gcc to the original names, even
10767	if the build fails.
10768	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
10769	New targets.
10770
107712004-04-23  Laurent GUERBY <laurent@guerby.net>
10772
10773	* MAINTAINERS: Update my email address.
10774
107752004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10776
10777	* configure.in (mips*-*-irix5*): Enable ld.
10778	* configure: Regenerate.
10779
107802004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10781
10782	* configure: Regenerate.
10783
107842004-04-15  James E Wilson  <wilson@specifixinc.com>
10785
10786	* Makefile.tpl (configure-[+module+], configure-gcc,
10787	configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10788	Set and export LDFLAGS.
10789	* Makefile.in: Regenerate.
10790
107912004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10792
10793	* MAINTAINERS: Add myself to write-after-approval.
10794
107952004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10796
10797	PR bootstrap/14871
10798	* Makefile.tpl: If we don't have built-in-tree target tools,
10799	use the ones found by configure rather than hacking around with
10800	program_transform_name.
10801	* configure.in: Give Makefile.tpl the information necessary
10802	to do that.
10803	* Makefile.in: Regenerate.
10804	* configure: Regenerate.
10805
108062004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10807
10808	PR bootstrap/14760
10809	* configure.in: When computing baseargs, strip *all* copies of
10810	offending options.  Also, don't match/substitute the trailing space,
10811	so that this actually works when two similar options are separated by
10812	only one space.
10813	* configure: Regenerate.
10814
108152004-04-06  David Edelsohn  <edelsohn@gnu.org>
10816
10817	* configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10818	(rs6000-*-aix*): Same.
10819	* configure: Regenerate.
10820
108212004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10822
10823	* MAINTAINERS: Add myself to write-after-approval.
10824
108252004-04-03  Bud Davis  <bdavis9659@comcast.net>
10826
10827	* MAINTAINERS: Add myself to write-after-approval.
10828
108292004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10830
10831	* Makefile.tpl (top level bootstrap support): Remove now-unneeded
10832	STRICT_WARN, WARN_CFLAGS flags passed down to make.
10833	* Makefile.in: Regenerate.
10834
10835	* configure.in (top level bootstrap support): Rework --enable-werror
10836	to set @stage2_werror_flag@.
10837	* configure: Regenerate.
10838	* Makefile.tpl (top level bootstrap support): Pass
10839	@stage2_werror_flag@ down to configure in stages 2 and 3.
10840	* Makefile.in: Regenerate.
10841
108422004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10843
10844	* Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10845	for stages 2 and 3 as well as in make.  As a consequence, remove
10846	OUTPUT_OPTION (now detected by configure) from the flags passed down
10847	to make.
10848	* Makefile.in: Regenerate.
10849
10850	* Makefile.tpl (new-bootstrap): Fix typo.
10851	* Makefile.in: Regenerate.
10852
108532004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10854
10855	* Makefile.tpl: Rearrange by moving recursive_targets rules
10856	into their proper sections.
10857	* Makefile.tpl (top level bootstrap support): Move disabling
10858	of coverage flags from 'make' to 'configure'; improve comments.
10859	* Makefile.in: Regenerate.
10860
10861	* Makefile.tpl (experimental top level bootstrap) Move stage1
10862	language setting from all- target to configure- target; disable
10863	intermodule optimization in stage 1; prevent gratuitous rebuilds
10864	of stage 1.
10865	* Makefile.in: Regenerate.
10866	* configure.in: Comma-separate stage 1 language list for top
10867	level bootstrap.
10868	* configure: Regenerate.
10869
10870	* Makefile.tpl: Clean up experimental top level bootstrap support:
10871	note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10872	prev-gcc in configure- targets as well as all- targets.
10873	* Makefile.in: Regenerate.
10874
108752004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10876
10877	* compile: New file imported from automake.
10878
108792004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10880
10881	* configure.in: Remove symbolic link section.
10882	* configure: Regenerate.
10883	* Makefile.tpl (links): Remove.
10884	* Makefile.in: Regenerate.
10885
108862004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10887	    Nathanael Nerode  <neroden@gcc.gnu.org>
10888
10889	* configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10890	Set with AC_CHECK_PROGS.
10891	* configure.in: Fix comment typo from last patch.
10892	* configure: Regenerate.
10893
108942004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10895
10896	* Makefile.tpl: Introduce experimental top level bootstrap support.
10897	* Makefile.in: Regenerate.
10898	* configure.in: Introduce support for top level bootstrap.
10899	* configure: Regenerate.
10900
109012004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10902	    Paolo Bonzini  <bonzini@gnu.org>
10903
10904	PR bootstrap/14522
10905	* configure.in: Cope with shells that do not support unquoted ^
10906	* configure: Regenerate.
10907
109082004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10909	    Paolo Bonzini  <bonzini@gnu.org>
10910
10911	PR bootstrap/14522
10912	* configure.in: Cope with shells that do not support nesting
10913	quotes inside quoted backquote substitutions.
10914	* configure: Regenerate.
10915
109162004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10917
10918	PR bootstrap/14522
10919	* configure.in: Fix escaping of $.
10920	* configure: Regenerate.
10921
109222004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10923
10924	* configure: Regenerate, since I forgot to while committing Paolo's
10925	changes.
10926
109272004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10928
10929	PR ada/14131
10930	Move language detection to the top level.
10931	* configure.in: Find default values for the tools as
10932	soon as possible.  Disable ada if GNAT is not found.
10933	Emit error message about missing languages.  Expand
10934	--enable-languages=all for the gcc subdirectory.
10935
109362004-03-10  Ben Elliston  <bje@gnu.org>
10937
10938	* MAINTAINERS: Update my email address.
10939
109402004-03-05  David Edelsohn  <edelsohn@gnu.org>
10941
10942	* ltconfig: Disable building static libraries if building shared
10943	libraries on AIX 5L.
10944
109452004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10946
10947	* configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10948	and disable libgcj.
10949	* configure: Regenerated.
10950
109512004-03-01  Brian Booth  <bbooth@redhat.com>
10952
10953	* MAINTAINERS: Add myself to write-after-approval.
10954
109552004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10956
10957	* MAINTAINERS: Add myself to write-after-approval.
10958
109592004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10960
10961	PR bootstrap/7087
10962	* Makefile.tpl: Guard XFOO sed statements better.
10963	* Makefile.tpl: Add dependency for configure-target-libada.
10964	* Makefile.in: Regenerate (incidentally fixes broken
10965	commit when libada-branch was merged).
10966
109672004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10968
10969	* MAINTAINERS: Add myself to write-after-approval.
10970
109712004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10972
10973	* MAINTAINERS: Add Nicola Pero and myself as libobjc
10974	maintainers.
10975
109762004-02-20  Andrew Cagney  <cagney@redhat.com>
10977
10978	* config.guess: Update from version 2003-10-16 to 2004-02-16.
10979	* config.sub: Update from version 2003-11-03 to 2004-02-16.
10980
109812004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10982
10983	PR bootstrap/11932
10984	* mkinstalldirs, install-sh: Import from automake CVS HEAD.
10985
109862004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10987
10988	* MAINTAINERS: Added myself to write-after-approval.
10989
109902004-02-14  Michael Koch  <konqueror@gmx.de>
10991
10992	* MAINTAINERS: Added myself to write-after-approval.
10993
109942004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10995
10996	* MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10997	some OS port maintainers to OS port maintainers section.
10998
109992004-02-13  Frank Ch. Eigler  <fche@redhat.com>
11000
11001	* MAINTAINERS: Add self.
11002
110032004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
11004
11005	* MAINTAINERS: Alphabetize.
11006
110072004-02-12  Paolo Bonzini  <bonzini@gnu.org>
11008
11009	* MAINTAINERS: Remove myself.
11010
110112004-02-11  David Edelsohn  <edelsohn@gnu.org>
11012
11013	* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11014	(rs6000-*-aix*): Same.
11015	* configure: Regenerate.
11016
110172004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
11018
11019	* configure.in (host): Add in missing $noconfigdirs to defines.
11020	* configure: Regenerate.
11021
110222004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
11023	    Nathanael Nerode  <neroden@gcc.gnu.org>
11024
11025	PR ada/6637, PR ada/5911
11026	Merge with libada-branch:
11027	* configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11028	with appropriate dependencies. Add --enable-libada configure switch.
11029	* configure, Makefile.in: Regenerate.
11030
110312004-02-09  Paolo Bonzini  <bonzini@gnu.org>
11032
11033	* MAINTAINERS: Add myself to write-after-approval.
11034
110352004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11036
11037	* configure.in: Don't pass --with-stabs on IRIX 5 either.
11038	* configure: Regenerate.
11039
110402004-02-04  Geoffrey Keating  <geoffk@apple.com>
11041
11042	Merge from upstream:
11043
11044	* ltmain.in: When setting IFS to '~', be careful about user
11045	arguments that contain '~'.
11046
11047	2004-02-04  Peter O'Gorman  <peter@pogma.com>
11048
11049	* ltmain.in (infer_tag): Move tag inferrence to a shell function.
11050	Also test $base_compile against $CC with escaped arguments. Bug
11051	reported by Geoff Keating <geoffk@apple.com>.
11052
110532004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
11054
11055	* MAINTAINERS: Remove i960 port.
11056
110572004-01-23  DJ Delorie  <dj@redhat.com>
11058
11059	* Makefile.def (target_modules) [libiberty]: Don't stage.
11060	* Makefile.in: Rebuilt.
11061
110622004-01-20  Caroline Tice  <ctice@apple.com>
11063
11064	* MAINTAINERS: Add myself to write-after-approval.
11065
110662004-01-19  Paolo Carlini  <pcarlini@suse.de>
11067
11068	* MAINTAINERS: Update my email address.
11069
110702004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
11071
11072	* MAINTAINERS: Add myself to write-after-approval.
11073
110742004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11075
11076	* MAINTAINERS: Remove entries without email address.
11077
110782004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11079
11080	* MAINTAINERS: Add myself to write-after-approval.
11081
110822004-01-15  Steven Bosscher  <stevenb@suse.de>
11083
11084	* MAINTAINERS: Update my email address.
11085
110862004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11087
11088	* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11089	* Makefile.tpl (configure-target-[+module+]): Support stage.
11090	* Makefile.in: Rebuilt.
11091
110922004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11093
11094	* MAINTAINERS: Add myself as a libiberty MAINTAINER.
11095
110962004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11097
11098	* MAINTAINERS: Add myself as a MIPS maintainer.
11099
111002004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11101
11102	* configure.in: Use ./config.cache, not config.cache.
11103	* configure: Regenerate.
11104	* Makefile.tpl: Special-casing not needed for GCC any more.
11105	* Makefile.in: Regenerate.
11106
11107	* configure.in: Don't share a cache file for host dirs.
11108	* configure: Regenerate.
11109
11110	* config-ml.in: Don't mess with the cache file.
11111
111122004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11113
11114	* MAINTAINERS: Move myself from 'Write After Approval' to
11115	'CPU Port Maintainers' section as SPARC maintainer.
11116
111172004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11118
11119	* Makefile.tpl: Make GCC use a separate config.cache.
11120	* Makefile.in: Regenerate.
11121
11122	PR bootstrap/11932, PR bootstrap/11933
11123	(I don't know if it will fix either of them, but it relates
11124	to them.)
11125	* configure.in: Don't use shared config.cache for target
11126	directories.
11127	* configure: Regenerate.
11128
111292004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11130
11131	* MAINTAINERS: Add myself to 'Write After Approval' section.
11132
111332003-12-31  Roger Sayle  <roger@eyesopen.com>
11134
11135	* configure.in (ia64*-*-hpux*): Disable building java libraries.
11136	* configure: Regenerated.
11137
111382003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11139
11140	* MAINTAINERS: Remove the mn10200 maintainer.
11141
111422003-12-21  Bernardo Innocenti  <bernie@develer.com>
11143
11144	* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11145	* configure: Regenerated.
11146
111472003-12-16  Jan Hubicka  <jh@suse.cz>
11148
11149	* MAINTAINERS: Add myself as callgraph maintainer.
11150
111512003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11152
11153	* configure.in (raw_libstdcxx_flags): Remove the leading space.
11154	* configure: Regenerate.
11155
111562003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11157
11158	* MAINTAINERS: Move myself from 'Bug database only accounts' to
11159	'Write After Approval' section. Update email.
11160
111612003-12-01  James Lemke  <jim@wasabisystems.com>
11162
11163	* MAINTAINERS (Write After Approval): Add myself.
11164
111652003-11-20  Matt Thomas  <matt@3am-software.com>
11166
11167	* MAINTAINERS: Add myself as a vax port maintainer.
11168
111692003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11170
11171	* Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11172	(configure-build-[+module+], configure-[+module+]): Likewise.
11173	(configure-target-[+module+], configure-gcc, config.status): Likewise.
11174	* Makefile.in: Regenerate.
11175
111762003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11177
11178	* libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11179	shared/dylibed libraries.
11180	* ltmain.sh: Likewise.
11181	* ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11182	* ltcf-cxx.sh: Likewise.
11183	* ltcf-gcj.sh: Likewise.
11184	* ltconfig: Likewise.
11185
111862003-11-17  Stan Cox  <scox@redhat.com>
11187
11188	* MAINTAINERS: Add myself as iq2000 port maintainer.
11189
111902003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11191
11192	* Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11193	* Makefile.in: Regenerate.
11194
111952003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11196
11197	* config.sub: Update to 2003-11-03 version.
11198
111992003-10-20  Phil Edwards  <phil@codesourcery.com>
11200
11201	* configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11202	* configure:  Regenerate.
11203
112042003-10-20  Nicolas Pitre  <nico@cam.org>
11205
11206	* MAINTAINERS: Add myself to 'Write After Approval' section.
11207
112082003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11209
11210	* MAINTAINERS (Various maintainers: Ada front end): Added myself.
11211
112122003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11213
11214	* MAINTAINERS: Update my email address.
11215
112162003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11217
11218	* config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11219
112202003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11221
11222	* MAINTAINERS: Add myself to 'Write After Approval' section.
11223
112242003-10-16  Bernardo Innocenti  <bernie@develer.com>
11225
11226	* config.guess: Update to 2003-10-16 version.
11227	* config.sub: Update to 2003-10-16 version.
11228
112292003-10-15  David Daney  <ddaney@avtrex.com>
11230
11231	* MAINTAINERS: Added myself to 'Write After Approval' section.
11232
112332003-10-15  Falk Hueffner  <falk@debian.org>
11234
11235	* MAINTAINERS: Move myself from 'Bug database only accounts' to
11236	'Write After Approval' section. Update email.
11237
112382003-10-14  Roger Sayle  <roger@eyesopen.com>
11239
11240	* MAINTAINERS: Move myself from 'Write After Approval' to
11241	'Various Maintainers' section as middle-end maintainer.
11242
112432003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11244
11245	* Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11246	HOST_FLAGS_TO_PASS.
11247	* Makefile.in: Regenerate.
11248
112492003-10-11  Bernardo Innocenti  <bernie@develer.com>
11250
11251	* config.guess: Update to 2003-10-07 version.
11252	* config.sub: Update to 2003-10-07 version.
11253
112542003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11255
11256	* ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11257	* ltconfig (irix5*, irix6*): Don't override version_type.
11258
112592003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11260
11261	* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11262	* configure: Rebuilt
11263	* Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11264	* Makefile.in: Rebuilt
11265
112662003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11267
11268	* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11269
112702003-09-30  Carlo Wood  <carlo@alinoe.com>
11271
11272	* MAINTAINERS (Write After Approval): Add myself.
11273
112742003-09-29  Paul Koning  <ni1d@arrl.net>
11275
11276	* MAINTAINERS: Move myself from "Write After Approval"
11277	to CPU platform maintainers for pdp11 platform.
11278
112792003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11280
11281	* MAINTAINERS: Move myself from 'Write After Approval' to
11282	'Various Maintainers' section as libffi testsuite maintainer.
11283
112842003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11285
11286	* configure.in: Pass a computed --program-transform-name
11287	to subconfigures.
11288	* configure: Regenerated.
11289
112902003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11291
11292	* Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11293	* Makefile.in: Regenerate.
11294
11295	* Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11296	* Makefile.in: Regenerate.
11297
112982003-09-19  Ziemowit Laski  <zlaski@apple.com>
11299
11300	* MAINTAINERS: Move myself from 'Write After Approval'
11301	to 'Various Maintainers' (objective-c) section.
11302
113032003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11304
11305	* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11306	quoting.
11307	* configure: Regenerated.
11308
113092003-09-16  Joel Brobecker  <brobecker@gnat.com>
11310
11311	* MAINTAINERS (Write After Approval): Add myself to write after
11312	approval list.
11313
113142003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11315
11316	* MAINTAINERS (Write After Approval): Add myself.
11317
113182003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11319
11320	* MAINTAINERS: Update my e-mail address.
11321
113222003-09-09  Alan Modra  <amodra@bigpond.net.au>
11323
11324	* libtool.m4 (LD): Correct powerpc64 host match.
11325
113262003-09-06  James E Wilson  <wilson@tuliptree.org>
11327
11328	* MAINTAINTERS: Update my affiliation and email address.
11329
113302003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11331
11332	* MAINTAINERS (Write After Approval): Add myself.
11333
113342003-09-04  DJ Delorie  <dj@redhat.com>
11335
11336	* configure: Regenerate.
11337
113382003-09-04  Robert Millan  <robertmh@gnu.org>
11339
11340	* configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11341
113422003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11343
11344	* configure.in: Ensure arguments to sed are properly spaced.
11345	* configure: Regenerate.
11346
113472003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11348
11349	* MAINTAINERS: Update my e-mail address.
11350
113512003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11352
11353	* MAINTAINERS (Write After Approval): Add myself.
11354
113552003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11356
11357	* configure.in: Set RAW_CXX_FOR_TARGET if unset.
11358	* configure: Regenerated.
11359
113602003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11361
11362	* MAINTAINERS: Update my email address.
11363
113642003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11365
11366	* configure.in:  Use newline instead of semicolon when assuming
11367	shell arguments in a for loop.
11368	* configure:  Regenerated.
11369
113702003-08-22  Jason Eckhardt  <jle@rice.edu>
11371
11372	* MAINTAINERS: Resurrect the i860 maintainer.
11373
113742003-08-20  Geoffrey Keating  <geoffk@apple.com>
11375
11376	PR 8180
11377	* configure.in: When testing with_libs and with_headers, treat
11378	'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11379	* configure: Regenerate.
11380
11381	* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11382	make, shell, etc.
11383	(baseargs): Likewise.
11384	* configure: Regenerate.
11385
113862003-08-20  Bernardo Innocenti  <bernie@develer.com>
11387
11388	* MAINTAINERS (Write After Approval): Add myself.
11389
113902003-08-19  Geoffrey Keating  <geoffk@apple.com>
11391
11392	* configure.in: Disable libgcj for darwin not on powerpc.
11393	* configure: Rebuild.
11394
113952003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11396
11397	* config-ml.in, symlink-tree: Add license.
11398
113992003-08-03  Richard Stallman  <rms@gnu.org>
11400	    Eben Moglen  <moglen@columbia.edu>
11401
11402	* README.SCO: New file.
11403
114042003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11405
11406	* Makefile.tpl (check, check-c++): Express dependencies using
11407	dependencies rather than commands.
11408	* Makefile.in: Regenerate.
11409
114102003-08-01  Andrew Cagney  <cagney@redhat.com>
11411
11412	* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11413	* configure: Ditto.
11414
114152003-07-31  Geoffrey Keating  <geoffk@apple.com>
11416
11417	* Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11418	* Makefile.in: Update.
11419
114202003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11421
11422	* configure.in: Enable libgcj for darwin.
11423	* configure: Rebuild.
11424
114252003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11426
11427	* config-ml.in:  Use ac_configure_args directly instead of
11428	ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11429	actually seen.
11430
114312003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11432
11433	* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11434	creating target and build subdirs to build all parent dirs as needed.
11435	* Makefile.in: Rebuild.
11436	* configure.in: Don't build dirs explicitly here.
11437	* configure: Rebuild.
11438
114392003-07-26  Paul Brook  <paul@nowt.org>
11440
11441	* MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11442
114432003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11444
11445	* Makefile.tpl (all-make): Depend on intl.
11446	* Makefile.in: Rebuilt.
11447
114482003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11449
11450	* install-sh:  Update to newer upstream versions (associated with
11451	aclocal 1.7).
11452	* mkinstalldirs:  Likewise.
11453	* missing:  Likewise, plus $1Help2man -> $1 typo fix.
11454
114552003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11456
11457	* MAINTAINERS: Move self from Bug database only accounts
11458	to write-after-approval.
11459
114602003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11461
11462	* config.if: Remove unused libc_interface determination.
11463
114642003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11465
11466	* MAINTAINERS: Move self from write-after-approval to
11467	build machinery (*.in).
11468
114692003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11470
11471	PR bootstrap/11273
11472	PR bootstrap/11408
11473	* Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11474	unused INSTALL_PROGRAM_ARGS.
11475	* configure.in: Use AC_PROG_INSTALL.
11476	* Makefile.in: Regenerate.
11477	* configure: Regenerate.
11478
114792003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11480
11481	* MAINTAINERS: Alphabetize.
11482
114832003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11484
11485	* configure: Rebuilt.
11486	2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11487	* configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11488	newlib nor libgloss.
11489	Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11490	* configure.in (am33_2.0-*-linux*): Added.
11491
114922003-07-09  Bob Wilson  <bob.wilson@acm.org>
11493
11494	* configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11495	* configure: Regenerate.
11496
114972003-07-07  Zack Weinberg  <zack@codesourcery.com>
11498
11499	* Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11500	* Makefile.in: Regenerate.
11501
115022003-07-04  Zack Weinberg  <zack@codesourcery.com>
11503
11504	* Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11505	* Makefile.in: Regenerate.
11506
115072003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11508
11509	* Makefile.tpl: Replace PWD with PWD_COMMAND.
11510	* Makefile.in: Regenerated.
11511
11512	* config-ml.in: Replace PWD with PWD_COMMAND.
11513
115142003-07-04  Zack Weinberg  <zack@codesourcery.com>
11515
11516	* intl: New directory; see intl/ChangeLog for details.
11517	* ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11518	* Makefile.tpl: all-gcc depends on maybe-all-intl.
11519	* Makefile.in: Regenerate.
11520
115212003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11522
11523	* configure.in: Clean up config-lang.in handling.  Delete
11524	useless assignment to "subdirs".
11525	* configure: Regenerate.
11526
115272003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11528
11529	* configure.in: Rename 'target_libs' to 'target_libraries'.
11530	Remove useless reference to 'target_libs'.
11531	* configure: Regenerate.
11532
115332003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
11534
11535	* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11536	* Makefile.in: Regenerate.
11537
115382003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11539
11540	* Makefile.def: Introduce flags_to_pass.
11541	* Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11542	* Makefile.in: Regenerate.
11543
115442003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
11545
11546	* configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11547	and target-libgloss.
11548	<d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11549	<h8300*-*-*>: Disable libf2c and ${libgcj}.
11550	* configure: Regenerate.
11551
115522003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11553
11554	* configure.in: Update testsuite_flags to new location.
11555	* configure. Regenerate.
11556
115572003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11558
11559	* Makefile.tpl: Remove BUILD_CC stuff.
11560	* Makefile.in: Regenerate.
11561
115622003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11563
11564	* MAINTAINERS (Write After Approval): Remove Andrew Haley.
11565
115662003-06-16  Graeme Peterson  <gp@qnx.com>
11567
11568	* MAINTAINERS (Write After Approval): Add myself.
11569
115702003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11571
11572	* config.guess: Update to 2003-06-12 version.
11573	* config.sub: Update to 2003-06-13 version.
11574
115752003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11576
11577	* config.guess: Update to 2003-06-06 version.
11578	* config.sub: Update to 2003-06-06 version.
11579
115802003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11581
11582	* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11583	* configure. Regenerate.
11584
115852003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11586
11587	* configure.in: Disable serial configure by default.
11588	* configure: Regenerate.
11589	* Makefile.tpl: Abolish .NOTPARALLEL.
11590	* Makefile.in: Regenerate.
11591
11592	* Makefile.tpl: Replace {build,host,target}_canonical by
11593	{build,host,target}.
11594	* Makefile.in: Regenerate.
11595
11596	* Makefile.tpl: Fix stupid pasto.
11597	* Makefile.in: Regenerate.
11598
115992003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11600
11601	* Makefile.tpl: Remove bogus conditional.
11602	* Makefile.in: Regenerate.
11603
116042003-06-05  Jan Hubicka  <jh@suse.cz>
11605
11606	* Makefile.tpl (profiledbootstrap): New target.
11607	* Makefile.in (profiledbootstrap): New target.
11608
116092003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
11610
11611	* MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11612	Pinski. Remove user names from other bugzilla-only maintainers.
11613
116142003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11615
11616	* Makefile.tpl: Make 'recursive targets' using autogen rather
11617	than shell loop.  Remove duplicate 'clean' targets and false
11618	comments.
11619	* Makefile.def: Add systematic dependencies to 'recursive' targets.
11620	Add systematic method of specifying missing targets in subdirs.
11621	Add copyright boilerplate.
11622	* Makefile.in: Regenerate.
11623	* configure.in: Add 'recursive targets' to maybe list.
11624	* configure: Regenerate.
11625
11626	* MAINTAINERS: "GNATS only" -> "Bug database only".
11627
11628	* Makefile.tpl: Rename [+target+] to [+make_target+].
11629	* Makefile.def: Rename 'target' to 'make_target'.
11630
116312003-05-31  Neil Booth  <neil@daikokuya.co.uk>
11632
11633	* MAINTAINERS: Add self as options handling maintainer.
11634
116352003-05-28  Michael Meissner  <gnu@the-meissners.org>
11636
11637	* MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11638	been too long since I touched those ports.
11639
116402003-05-28  DJ Delorie  <dj@redhat.com>
11641
11642	* Makefile.tpl: Make maybe-check-gcc .PHONY.
11643	* Makefile.in: Regenerate.
11644
116452003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11646
11647	* configure.in: Use curly braces in the definition of tooldir.
11648	* configure: Regenerate.
11649
116502003-05-21  DJ Delorie  <dj@redhat.com>
11651
11652	* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11653	newlib or libgloss.
11654	* Makefile.in: Regenerate.
11655
116562003-05-21  DJ Delorie  <dj@redhat.com>
11657
11658	* Makefile.tpl: Add missing empty maybe-check-gcc target.
11659	* Makefile.in: Regenerate.
11660
116612003-05-20  Ian Lance Taylor  <ian@airs.com>
11662
11663	* MAINTAINERS: Update my e-mail address.
11664
116652003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11666
11667	* configure.in: Switch more things to use maybe dependencies.
11668	* Makefile.tpl: Switch more things to use maybe dependencies.
11669	Factor out common code from autogen IF statements.
11670	* configure: Regenerate.
11671	* Makefile.in: Regenerate.
11672
116732003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
11674
11675	* configure.in: Accept i[3456789]86 for machine type.
11676	* configure: Regenerate.
11677
116782003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11679
11680	* configure.in: Switch more things to use maybe dependencies.
11681	Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
11682	* configure: Regenerate.
11683	* Makefile.tpl: Switch more things to use maybe dependencies.
11684	* Makefile.in: Regenerate.
11685
116862003-05-16  Andreas Schwab  <schwab@suse.de>
11687
11688	* Makefile.tpl (install-opcodes): Define.
11689	* Makefile.in: Rebuild.
11690
116912003-05-13  Andreas Jaeger  <aj@suse.de>
11692
11693	* config.guess: Update to 2003-05-09 version.
11694	* config.sub: Update to 2003-05-09 version.
11695
116962003-05-13  Michael Eager  <eager@mvista.com>
11697
11698	* configure.in: Correct sed script so that options in quotes are not
11699	deleted.
11700	* configure: Rebuild.
11701
117022003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11703
11704	* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11705	and $$s/newlib/libc/sys/cygwin32 include paths.
11706	* configure: Ditto.
11707
117082003-05-12  Michael Meissner  <gnu@the-meissners.org>
11709
11710	* MAINTAINERS: Update my email addresses.
11711
117122003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11713
11714	* config-ml.in: Propagate INSTALL variables.
11715
117162003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11717
11718	* MAINTAINERS: Remove duplicate entries in Write After Approval.
11719
117202003-05-02  Chris Demetriou  <cgd@broadcom.com>
11721
11722	* Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11723	* Makefile.in: Regenerate.
11724
117252003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11726
11727	* MAINTAINERS (GNATS only): Add Falk Hueffner.
11728
117292003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11730
11731	* MAINTAINERS (GNATS only): Add Giovanni Bajo.
11732
117332003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11734
11735	* Makefile.tpl: Clean $(BUILD_SUBDIR).
11736	* Makefile.in: Regenerated.
11737
117382003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11739
11740	* MAINTAINERS (Write After Approval): Upgrade myself from
11741	GNATS only to write-after-approval. Update my mail address.
11742
117432003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11744
11745	(OS Port Maintainers: freebsd): Add myself.
11746
117472003-04-22  Mark Mitchell  <mark@codesourcery.com>
11748
11749	* MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11750
117512003-04-22  Kean Johnston  <jkj@sco.com>
11752
11753	* MAINTAINERS (SCO ports): Added myself.
11754
117552003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11756
11757	* MAINTAINERS (gcov): Add myself and Jan Hubicka.
11758
117592003-04-19  Kean Johnston  <jkj@sco.com>
11760
11761	* MAINTAINERS (Write After Approval): Add myself.
11762
117632003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11764
11765	* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11766	* Makefile.in: Regenerate.
11767
117682003-04-18  Jakub Jelinek  <jakub@redhat.com>
11769
11770	* configure.in (powerpc64*-*-linux*): Remove.
11771	* configure: Rebuilt.
11772
117732003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11774
11775	* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11776	previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11777	and restrap.
11778	* Makefile.in:  Regenerate.
11779
117802003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11781
11782	* configure.in (arm-*-netbsdelf*): Enable building java libraries.
11783	* configure: Regenerated.
11784
117852003-04-15  DJ Delorie  <dj@redhat.com>
11786
11787	* MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11788
117892003-04-13  Nick Clifton  <nickc@redhat.com>
11790
11791	* config-ml.in: Remove support for --disable-aix removing
11792	call-aix multilibs.
11793
117942003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11795
11796	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11797	* */configure: Rebuilt.
11798
117992003-04-08  Joel Sherrill  <joel@oarcorp.com>
11800
11801	* MAINTAINERS: Add my email address.
11802
118032003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11804
11805	* MAINTAINERS (Write After Approval): Add myself.
11806
118072003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11808
11809	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11810	* Makefile.in: Regenerate.
11811
118122003-03-14  Michael Chastain  <mec@shout.net>
11813
11814	* Makefile.in: Regenerate with correct Makefile.def.
11815
118162003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11817
11818	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11819	Make macro.
11820	* Makefile.in: Regenerate.
11821	* configure.in: Clean up gxx_include_dir logic.
11822	* configure: Regenerate.
11823
118242003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11825
11826	* MAINTAINERS (Write After Approval): Add myself.
11827
118282003-03-10  Ben Elliston  <bje@wasabisystems.com>
11829
11830	* MAINTAINERS: Update my mail address.
11831
118322003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11833
11834	* configure.in (gxx_include_dir): Fix typo.
11835	* configure: Regenerated.
11836
118372003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11838
11839	* Makefile.tpl: Reindent.
11840	* Makefile.in: Regenerate.
11841	* configure.in: Reindent.  Don't set unused variables.
11842	* configure: Regenerate.
11843
118442003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11845
11846	* configure.in: Include $(build_tooldir)/sys-include in
11847	FLAGS_FOR_TARGET.
11848	* configure: Regenerated.
11849
118502003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11851
11852	* Makefile.tpl: Always pass down RANLIB.
11853	* Makefile.in: Regenerate.
11854
11855	* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11856	* Makefile.in: Regenerate.
11857	* configure.in: Remove unused logic relating to --enable-shared
11858	and --enable-threads.  Remove bogus comments.  Remove redundant
11859	noconfigdirs.
11860	* configure: Regenerate.
11861
11862	* configure.in: Replace ${libstdcxx_version} by its value.
11863	Remove reference to mh-dgux.
11864	* configure: Regenerate.
11865
118662003-03-03  Kevin Buettner  <kevinb@redhat.com>
11867
11868	* MAINTAINERS (Write After Approval): Add myself.
11869
118702003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11871
11872	* Makefile.tpl: Rearrange.
11873	* Makefile.in: Regenerate.
11874
118752003-02-25  Uwe Stieber  <uwe@wwws.de>
11876
11877	* configure.in: Add support for kaOS as cross build target system.
11878	* configure: Regenerated.
11879
118802003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11881
11882	* MAINTAINERS (Write after approval): Add myself.
11883
118842003-02-21  James E Wilson  <wilson@tuliptree.org>
11885
11886	* MAINTAINERS: Update my email address.
11887
118882003-02-21  Zack Weinberg  <zack@codesourcery.com>
11889
11890	* MAINTAINERS: Add self to blanket write privs. section.
11891
118922003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11893
11894	* Makefile.tpl: Add definition of CPPFLAGS to pass into
11895	configure-target-* as some target builds may require additional
11896	flags for preprocessor tests.
11897	* Makefile.in: Regenerated.
11898
118992003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11900
11901	* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11902	* ltconfig: Handle it.
11903	* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11904	auto-detecting it.
11905
11906	* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11907	it is used as argument to $CC.
11908	* ltcf-gcj.sh: Likewise.
11909
11910	* configure.in: Introduce --enable-maintainer-mode.
11911	* configure: Rebuilt.
11912	* Makefile.tpl (Makefile.in, configure): Enable dependencies only
11913	for maintainer mode.
11914	* Makefile.in: Rebuilt.
11915
119162003-02-18  Jason Merrill  <jason@redhat.com>
11917
11918	* Makefile.tpl (check-c++): Allow parallelism.
11919
119202003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11921
11922	* MAINTAINERS: Remove John Carr (who never actually had access to
11923	gcc.gnu.org).
11924
119252003-02-15  Geoffrey Keating  <geoffk@apple.com>
11926
11927	* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11928	don't configure target-libobjc.
11929	* configure: Regenerate.
11930
119312003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11932
11933	* Makefile.tpl (RANLIB): Define.
11934	* Makefile.in: Regenerate.
11935
119362003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11937
11938	* MAINTAINERS: Update my email.
11939
119402003-02-06  Keith R Seitz  <keiths@redhat.com>
11941
11942	* Makefile.def: Remove "snavigator", "grep", and "db" modules.
11943	* Makefile.tpl: Remove "all-snavigator" and "all-grep".
11944	* Makefile.in: Regenerated.
11945	* configure.in: Remove all traces of snavigator, db, and grep.
11946	* configure: Regenerated.
11947
119482003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11949
11950	* MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11951	After Approval.
11952
119532003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11954
11955	* MAINTAINERS (Write after approval): Add myself.
11956
119572003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11958
11959	* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11960	* Makefile.in: Regenerated.
11961
119622003-01-30  Roger Sayle  <roger@eyesopen.com>
11963
11964	* config.guess: Updated to 2003-01-30's version.
11965	* config.sub: Updated to 2003-01-28's version.
11966
119672003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11968
11969	* config.if: If gcc_version is already set, just use it.  Don't set
11970	gcc_version_trigger if it's already set, otherwise set it to
11971	gcc/version.c, but only if the file exists.  If it is not set and
11972	gcc/version.c does not exist, try to extract the version number from
11973	$CC.
11974
119752003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11976
11977	* MAINTAINERS: Add myself to write-after-approval list.
11978
119792003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11980
11981	* configure.in:  Revert 24Jan change.
11982	* configure:  Regenerate.
11983
119842003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11985
11986	* MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11987	entry of HJ Lu.
11988
119892003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11990
11991	* configure.in: Revert previous change.
11992	* configure: Regenerate.
11993
119942003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11995
11996	* configure.in: Make rda native-only.
11997	* configure: Regenerate.
11998
119992003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
12000
12001	* MAINTAINERS: Move myself from GNATS-only-accounts to
12002	write-after-approval.
12003
120042003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12005
12006	* configure.in: Add missing \.
12007	* configure: Rebuilt.
12008
120092003-01-17  Jakub Jelinek  <jakub@redhat.com>
12010
12011	* configure.in (baseargs): Avoid using \| in sed regular
12012	expressions.
12013	* configure: Rebuilt.
12014
120152003-01-16  Jakub Jelinek  <jakub@redhat.com>
12016
12017	* configure.in (baseargs): Remove all supported forms of
12018	--cache-file, --srcdir, --host, --build and --target options
12019	from argument lists.
12020	* configure: Rebuilt.
12021
120222003-01-15  Josef Zlomek  <zlomekj@suse.cz>
12023
12024	* MAINTAINERS: Add myself to write-after-approval list.
12025
120262003-01-15  Alexandre Oliva  <aoliva@redhat.com>
12027
12028	* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12029	* configure: Rebuilt.
12030
120312003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12032
12033	* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12034	* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12035	* Makefile.in: Regenerate.
12036	* configure: Regenerate.
12037
120382003-01-09  Alexandre Oliva  <aoliva@redhat.com>
12039
12040	* configure.in: Remove Makefile in build, host and target modules
12041	unless configure was run with --no-recursion.
12042	* configure: Rebuilt.
12043
120442003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
12045
12046	* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12047	(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12048	* Makefile.in: Regenerate.
12049
120502003-01-08  Chris Demetriou  <cgd@broadcom.com>
12051
12052	* config.guess: Update to 2003-01-03 version.
12053	* config.sub: Update to 2003-01-03 version.
12054
120552003-01-07  Christopher Faylor  <cgf@redhat.com>
12056
12057	* configure: Regenerate with proper autoconf 2.13.
12058
120592003-01-07  Christopher Faylor  <cgf@redhat.com>
12060
12061	* configure.in: Add AC_PREREQ for consistency.
12062	* configure: Regenerate.
12063
120642003-01-06  Andrew Cagney  <ac131313@redhat.com>
12065
12066	* configure.in (GDB_TK): Add tcl directories conditional on
12067	gdb/gdbtk directory being present.
12068	* configure: Regenerate.
12069
120702003-01-04  John David Anglin  <dave.anglin@nrc.ca>
12071
12072	* configure.in (LD): Improve test for gcc.  Try to set LD to the ld
12073	used by gcc if LD is not defined and we are not doing a Canadian Cross.
12074	* configure: Rebuilt.
12075
120762002-12-31  Tom Tromey  <tromey@redhat.com>
12077
12078	* Makefile.in: Rebuilt.
12079	* Makefile.def (target_modules) [libffi]: Allow installation.
12080
120812002-12-31  Andreas Schwab  <schwab@suse.de>
12082
12083	* configure.in: Fix use of $program_transform_name.
12084	* configure: Regenerated.
12085
120862002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12087
12088	* configure.in (baseargs): Don't remove first configure argument.
12089	* configure: Regenerated.
12090
120912002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12092
12093	* Makefile.tpl (local-distclean): Don't remove...
12094	(multilib.ts): ... this.  Moved into...
12095	(multilib.out): ... this.  Don't use sub-make.
12096	($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12097	$(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12098	(configure-build-[+module+], configure-[+module+],
12099	configure-target-[+module+], configure-gcc): ... these.  Test
12100	for Makefile existence.  Drop config.status from dependencies.
12101	* Makefile.in: Rebuilt.
12102	* configure.in: Move gcc-version-trigger to the end of
12103	ac_configure_args.  Add comments to maybedep.tmp and
12104	serdep.tmp.  Introduce --disable-serial-configure.  Remove
12105	nonopt from baseargs, matching and removing corresponding
12106	whitespace while at it.
12107	* configure: Rebuilt.
12108
121092002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12110
12111	* configure.in (host_configargs): Replace reference to
12112	no-longer-defined buildopts with --build=${build_alias}.
12113	* configure: Rebuilt.
12114
12115	* Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12116	program_transform_name to standard idiom.
12117	(AUTOGEN, AUTOCONF): Define.
12118	(Makefile.in): Use $(AUTOGEN).
12119	(Makefile): Depend on config.status, and use autoconf-style rule to
12120	build it.  Move original commands to...
12121	(config.status): ... this new target.
12122	(configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12123	$(AUTOCONF).
12124	* Makefile.in: Rebuilt.
12125
121262002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12127
12128	* Makefile.tpl: Fix dramatic bustage due to change in
12129	program_transform_name.
12130	* Makefile.in: Regenerate.
12131
12132	* configure.in: Remove unnecessary PATH setting.
12133	* configure: Regnerate.
12134
12135	* configure.in: Don't default to unprefixed tools unless
12136	the native tools will work.
12137	* configure: Regenerate.
12138
12139	* configure.in: Convert to autoconf script.  Blow away lots
12140	of now-redundant Makefile fragments.
12141	* configure: Generate using Autoconf.
12142	* Makefile.tpl: Rewrite to reflect autoconfiscation.
12143	* Makefile.in: Regenerate.
12144
121452002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12146
12147	* configure: Fix stupid bug where RANLIB was mistakenly included.
12148
12149	* configure.in: Rename (buildargs, hostargs, targargs) to
12150	(build_configargs, host_configargs, target_configargs).
12151
12152	* configure.in: Move logic out of sed statement.
12153
12154	* configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12155	CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12156
121572002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12158
12159	* config.sub: Import from master repository
12160	* config.guess: Ditto
12161
121622002-12-24  Andreas Schwab  <schwab@suse.de>
12163
12164	* Makefile.tpl (multilib.out): Fix missing space.
12165	* Makefile.in: Regenerate.
12166
121672002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12168
12169	* Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12170	Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12171	* Makefile.in: Regenerate.
12172	* configure.in: Remove unnecessary leftovers.
12173
121742002-12-21  Geoffrey Keating  <geoffk@apple.com>
12175
12176	* configure.in (extra_ranlibflags_for_target): New variable.
12177	(*-*-darwin): Add -c to ranlib commands.
12178	* configure (tooldir): Handle extra_ranlibflags_for_target.
12179
121802002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12181
12182	* Makefile.tpl: Revert HJL's change.
12183	* Makefile.in: Regenerated.
12184	* configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12185	always.
12186
121872002-12-19  Andreas Schwab  <schwab@suse.de>
12188
12189	* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12190	* Makefile.in: Regenerate.
12191
121922002-12-18  H.J. Lu  <hjl@gnu.org>
12193
12194	* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12195	* Makefile.in: Regenerated.
12196
12197	* configure.in (build_prefix): New. Substitute.
12198
121992002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12200
12201	* Makefile.tpl: Don't let real targets depend on phony targets.
12202	* Makefile.in: Regenerate.
12203
12204	* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12205	* Makefile.in: Regenerate.
12206
122072002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12208
12209	* config.sub: Import from master repository
12210	* config.guess: Ditto
12211
122122002-12-16  Jason Merrill  <jason@redhat.com>
12213
12214	* Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12215	previous 'make bootstrap'.
12216	* Makefile.in: Regenerate.
12217
122182002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12219
12220	* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12221
122222002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12223
12224	* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12225	* Makefile.in: Regenerate.
12226
122272002-12-13  Jason Merrill  <jason@redhat.com>
12228
12229	* Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12230	library tests.
12231	(check-c++): Just depend on it and check-target-libstdc++-v3.
12232	* Makefile.in: Regenerate.
12233
122342002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12235
12236	* Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12237	* Makefile.in: Rebuilt.
12238
122392002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12240
12241	* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12242
122432002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12244
12245	* configure: Fix bug put in by gremlins.
12246
12247	* Makefile.tpl: Substitute more autoconfily.
12248	* configure: Substitute more autoconfily.
12249	* Makefile.in: Regenerate.
12250
122512002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12252
12253	* config.sub: Import from master repository
12254	* config.guess: Ditto
12255	* MAINTAINERS: Added Svein Seldal under write after approval
12256
122572002-12-08  Andrew Cagney  <ac131313@redhat.com>
12258
12259	* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12260	* Makefile.in (all-sim): Ditto.
12261
122622002-12-06  DJ Delorie  <dj@redhat.com>
12263
12264	* Makefile.tpl: Change configure dependencies to not have real
12265	targets depend on phony targets.
12266
122672002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12268
12269	* configure.in: Revert unintentional change.
12270
12271	* Makefile.tpl: Change dependency for */multilib.out so that
12272	it works when gcc isn't in the tree.
12273
12274	* configure.in: Substitute more.
12275	* configure: Run subconfigures from the Makefile.
12276	* Makefile.tpl: Run subconfigures from the Makefile; add a few
12277	convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12278
122792002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12280
12281	* MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12282
122832002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12284
12285	* Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12286	and corresponding dependencies.
12287	* Makefile.in: Regenerate.
12288
12289	* configure.in (host_tools): Order binutils, gas and ld for
12290	convenience in running the testsuites.
12291
12292	* Makefile.tpl: Introduce rules to serialize subconfigure runs.
12293	* Makefile.in: Regenerate.
12294	* configure.in: Introduce rules to serialize subconfigure runs.
12295
12296	* configure.in: Introduce BASE_CC_FOR_TARGET.
12297	* Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12298	Realize configure-build-* targets.  Realize configure-target-* targets.
12299	* Makefile.in: Regenerate.
12300
123012002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12302
12303	* configure: Move gcc_version_trigger stuff from here...
12304	* configure.in: ...to here.
12305
12306	* configure.in: Separate subconfigure options added by this file from
12307	options given by the user.  Add machinery to put args for host
12308	subconfigures into the Makefile.
12309
12310	* Makefile.tpl: Remove 'vault' targets.
12311	* Makefile.tpl: Reorder and comment dependencies.
12312	* Makefile.in: Regenerate.
12313
123142002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12315	* configure.in: Fix my broken commit of previous patch. (sigh)
12316
123172002-11-28  Geoffrey Keating  <geoffk@apple.com>
12318
12319	* configure.in: Move host-specific darwin noconfigdirs into
12320	the host-specific section.
12321
123222002-11-28  Geoffrey Keating  <geoffk@apple.com>
12323
12324	* configure.in: Move host-specific darwin noconfigdirs into
12325	the host-specific section.
12326
123272002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12328
12329	* configure: Remove skip-this-dir support.
12330	* Makefile.tpl: Remove skip-this-dir support.
12331
12332	* Makefile.tpl: Remove leftover support for non-autoconfiscated
12333	subdirectories.
12334	* Makefile.in: Regenerate.
12335
12336	* Makefile.tpl: Strip out useless setting of 'dir'.
12337	* Makefile.in: Regenerate.
12338
123392002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12340
12341	* configure.in: Fix deeply stupid bug.
12342
12343	* configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12344	shell code in CXX_FOR_TARGET
12345	* Makefile.def: Introduce raw_cxx.
12346	* Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12347	RAW_CXX_FOR_TARGET.
12348	* Makefile.in: Regenerate.
12349
123502002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12351
12352	* Makefile.tpl: Remove unnecessary ifs.
12353	* Makefile.in: Regenerate.
12354
12355	* Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12356	dependencies.  Maybe-ize build-libiberty.  Create dummy install
12357	targets for 'no_install' modules.
12358	* configure: Move GDB_TK substitution to configure.in.  Move
12359	build_modules stuff to configure.in.
12360	* configure.in: Implement soft dependency machinery.  Maybe-ize
12361	GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12362	* Makefile.in: Regenerate.
12363
123642002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12365
12366	* Makefile.tpl: Make all-target, install-target behave similarly
12367	to all, install (only hitting configured targets).  Eliminate
12368	unused macro defintions.
12369
12370	* Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12371	build != host.
12372
12373	* Makefile.tpl: Add all-gcc: all-libiberty dependency.
12374
12375	* ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12376
12377	* configure.in: Produce lists of subdir targets we're actually
12378	configuring.  Remove references to "dosrel".
12379	* Makefile.tpl: Let configure set which subdir targets are hit.
12380	Remove install-cross; clean up install; remove ALL.  Remove
12381	references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12382	Autogenerate host module targets.  Remove empty dependency lines
12383	and redundant dependency; rearrange slightly.
12384	* Makefile.def: Add host-side libtermcap, utils.
12385
12386	* Makefile.in: Regenerate.
12387
123882002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12389
12390	* ltconfig (osf[345]): Append $major to soname_spec.
12391	Reflect this in library_names_spec.
12392	* ltmain.sh (osf): Prefix $major with . for use as extension.
12393
123942002-11-19  Andreas Jaeger  <aj@suse.de>
12395
12396	* libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12397	linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12398	and sparc64 GNU/Linux systems.
12399
124002002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12401
12402	* MAINTAINERS: Update email.
12403
124042002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12405
12406	* MAINTAINERS: Complete James Dennett's entry.
12407
124082002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12409
12410	* MAINTAINERS (Write After Approval): Add myself.
12411
124122002-11-13  Bruce Korb  <bkorb@gnu.org>
12413
12414	* Makefile.tpl: syntactic cleanup
12415
124162002-11-13  Stuart Hastings  <stuart@apple.com>
12417
12418	* MAINTAINERS: Add myself to write-after-approval list.
12419
124202002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12421
12422	* Makefile.def: Add list of recursive targets to autogenerate.
12423	Add build_modules.
12424	* Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12425	targets.  Autogenerate *-build-* targets.
12426	* Makefile.in: Regenerate.
12427
124282002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12429
12430	* configure: More autoconf-style substitutions.
12431	* Makefile.tpl: More autoconf-style substitutions.
12432	* Makefile.in: Regenerate.
12433
124342002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12435
12436	* configure: Substitute more variables in a more autoconf-friendly
12437	way.  Simplify slightly.
12438	* Makefile.tpl: Make more variables substitutable in an
12439	autoconf-friendly way.
12440	* Makefile.in: Regenerate.
12441
124422002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12443
12444	* MAINTAINERS (Write After Approval): Add myself.
12445
124462002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12447
12448	* configure.in (v810*): Remove special setting of tools.
12449
12450	* configure: Add support for extra required flags for ar or nm.
12451	* configure.in (aix4.3+): Use above support for target-specific
12452	issues, rather than using config/mt-aix43.
12453
124542002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12455
12456	* configure: Remove 'removing', which doesn't work.  Replace $subdir
12457	with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12458	with $srcdir.  Reformat indentation.  Substitute some variables
12459	formerly hard-coded in the Makefile for build=host.
12460	* Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12461	* Makefile.def: Autogenerate more.
12462	* Makefile.in: Regenerate.
12463
124642002-11-04  Adam Nemet  <anemet@lnxw.com>
12465
12466	* MAINTAINERS (Write After Approval): Add myself.
12467
124682002-11-04  Kevin Buettner  <kevinb@redhat.com>
12469
12470	* Makefile.def (host_modules): Add rda.
12471	* Makefile.in: Regenerate.
12472	* configure.in (target_tool): Add target-rda to list.
12473
124742002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12475
12476	* MAINTAINERS: Remove "co-maintainer" note for web pages.
12477
124782002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12479
12480	* Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12481	and restrap targets to this rule.
12482	* Makefile.in:  Regenerate.
12483
124842002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12485
12486	* MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12487	GNATS only accounts.
12488
124892002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12490
12491	* configure.in (i[3456]86-*-linux*): Add check to disable
12492	${libgcj} for glibc1.
12493
124942002-10-24  Denis Chertykov  <denisc@overta.ru>
12495
12496	* MAINTAINERS: Add myself as ip2k port maintainer.
12497
124982002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12499
12500	* configure.in: Add tic4x target.
12501
125022002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12503
12504	* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12505	* configure.in: Make SET_LIB_PATH substitution more autoconfy.
12506	* Makefile.in: Regenerate.
12507
12508	* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12509	* configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12510	* Makefile.in: Regenerate.
12511
125122002-10-02  Janis Johnson  <janis187@us.ibm.com>
12513
12514	* MAINTAINERS: Add myself as web pages co-maintainer.
12515
125162002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12517
12518	* Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12519	* Makefile.in: Regenerate.
12520
125212002-10-02  Zack Weinberg  <zack@codesourcery.com>
12522
12523	* MAINTAINERS: Add myself and Nathan Sidwell
12524	<nathan@codesourcery.com> as VxWorks maintainers.
12525
125262002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12527
12528	* Makefile.def: Remove order dependency comments.
12529	* Makefile.tpl: Add explicit install-install dependencies.
12530	* Makefile.in: Regenerate.
12531
12532	* Makefile.tpl: Remove material now in src-release.  (Finally!)
12533	* Makefile.in: Regenerate.
12534
12535	* Makefile.tpl: Add configure-target (for src-release in src)
12536	* Makefile.in: Regenerate.
12537
125382002-09-30  Nick Clifton  <nickc@redhat.com>
12539
12540	* Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12541
125422002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
12543
12544	* configure.in (s390*-*-linux*): Enable libgcj.
12545
125462002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
12547
12548	* configure: Revert accidentally applied changes.
12549
12550	* Makefile.tpl: Make more autoconf-friendly.
12551	* Makefile.in: Regenerate.
12552	* configure: Make substitution more autoconf-like.
12553
125542002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12555
12556	* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12557	single entry to handle all these.
12558	(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
12559	libjava on arm-*-elf.
12560
125612002-09-27  Geoffrey Keating  <geoffk@apple.com>
12562
12563	* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12564	things that depend on them.
12565
125662002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12567
12568	* Makefile.tpl: Make subsituted variables more autoconfy.
12569	* Makefile.in: Regenerate.
12570	* configure: Make seds more autoconfy.
12571
125722002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12573
12574	* Makefile.tpl: Rewrite substituted lines to look autoconfy.
12575	* Makefile.in: Regenerate.
12576	* configure.in: Rewrite sed statements to look autoconfy.
12577
12578	* Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12579	all-target-foo on configure-target-foo.
12580	* Makefile.def: Ditto.
12581	* Makefile.in: Rebuild.
12582
125832002-09-25  Andrew Haley  <aph@redhat.com>
12584
12585	* MAINTAINERS: Add aph@redhat.com as Java maintainer.
12586
125872002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12588
12589	* Makefile.def: New file.
12590	* Makefile.tpl: New file.
12591	* Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12592	* contrib/gcc_update: Note that Makefile.in is a generated file.
12593
12594	* configure.in: Minor rearrangement.  Simplify tests.
12595
125962002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12597
12598	* configure.in (with_headers): Skip copy if value is "yes".
12599	(with_libs): Likewise.
12600
126012002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12602
12603	* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12604	* configure.in (sh*-*-pe*): Ditto.
12605	* configure.in (mips*-*-pe*): Ditto.
12606	* configure.in (*arm-wince-pe): Ditto.
12607
12608	* configure.in: Rearrange.
12609
126102002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
12611
12612	* MAINTAINERS: Update my email address.
12613
126142002-08-30  Paul Koning  <pkoning@equallogic.com>
12615
12616	* MAINTAINERS: (Write After Approval): Add myself.
12617
126182002-08-29  Geoffrey Keating  <geoffk@redhat.com>
12619
12620	* MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12621
126222002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12623
12624	* MAINTAINERS: Change my mailing address.
12625
126262002-08-21  Paolo Carlini  <pcarlini@unitus.it>
12627
12628	* MAINTAINERS (Write After Approval): Remove myself.
12629	(Various Maintainers: c++ runtime libs): Add myself.
12630
126312002-08-20  Loren J. Rittle  <ljrittle@acm.org>
12632
12633	* MAINTAINERS (Write After Approval): Remove myself.
12634	(Various Maintainers: c++ runtime libs): Add myself.
12635
126362002-08-15  Eric Christopher  <echristo@redhat.com>
12637
12638	* config.sub: Import from master repository.
12639	* config.guess: Ditto.
12640
126412002-08-19  Alexandre Oliva  <aoliva@redhat.com>
12642
12643	* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12644	* configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12645	CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12646
126472002-08-16  Aldy Hernandez  <aldyh@redhat.com>
12648
12649	* MAINTAINERS: Add self to rs6000 vector extensions.
12650
126512002-08-15  Alexandre Oliva  <aoliva@redhat.com>
12652
12653	* libiberty/configure: Reverted unintended yesterday's check in.
12654
126552002-08-14  Alexandre Oliva  <aoliva@redhat.com>
12656
12657	* boehm-gc/configure, libf2c/configure: Rebuilt.
12658	* libffi/configure, libiberty/configure: Ditto.
12659	* libjava/configure, libobjc/configure: Ditto.
12660	* libstdc++-v3/configure, zlib/configure: Ditto.
12661	Merged from binutils:
12662	2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
12663	From Steve Ellcey <sje@cup.hp.com>:
12664	* libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12665	(lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12666	lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12667	IA64.
12668	* ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12669	* ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12670	soname_spec, sys_lib_search_path_spec): Ditto.
12671
126722002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
12673
12674	* configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12675
126762002-08-04  H.J. Lu  (hjl@gnu.org)
12677
12678	* configure.in (mips*-*-linux*): Don't skip target-libffi.
12679
126802002-08-02  Krister Walfridsson  <cato@df.lth.se>
12681
12682	* MAINTAINERS (Write After Approval): Add myself.
12683
126842002-07-31  Alan Modra  <amodra@bigpond.net.au>
12685
12686	* configure.in: Move generic linux case to end.	 Copy generic
12687	linux noconfigdirs to mips*-*-linux* entry and new
12688	powerpc64*-*-linux* entry.  Add target-libffi for the latter.
12689
126902002-07-19  Michael Matz  <matz@suse.de>
12691
12692	* MAINTAINERS: Add myself as ra* maintainer.
12693
126942002-07-16  Chris Demetriou  <cgd@broadcom.com>
12695
12696	* config.guess: Update to 2002-07-09 version.
12697	* config.sub: Update to 2002-07-03 version.
12698
126992002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12700
12701	* MAINTAINERS: Fix typo in a maintainer email address.
12702
127032002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12704
12705	* configure.in: Remove two redundant tests.
12706
127072002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12708
12709	* configure.in (mips*-*-irix6*o32): Enable stabs.
12710
127112002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12712
12713	* configure.in: Don't build grez.
12714	* Makefile.in: Ditto.
12715
12716	* Makefile.in: Remove references to bsp, cygmon, libstub.
12717	* configure.in: Ditto.
12718
12719	* configure.in: Remove leftover reference to gdbtest.
12720
127212002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12722
12723	* configure.in (gxx_include_dir):  Change to match versioned
12724	C++ headers if --enable-version-specific-runtime-libs is used.
12725
127262002-07-04  Steve Ellcey  <sje@cup.hp.com>
12727
12728	* ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12729
127302002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12731
12732	* configure.in: Make --without-x work.
12733
127342002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12735
12736	* configure.in: Rearrange target Makefile fragment collection.
12737
12738	* Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12739	cvs[src].
12740	* configure.in: Ditto.
12741
127422002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12743
12744	* MAINTAINERS (Write After Approval): Update my e-mail address.
12745
127462002-06-24  Ben Elliston  <bje@redhat.com>
12747
12748	* configure.in (host_tools): Remove cgen.
12749
12750	* Makefile.in (all-cgen): Remove; runs from its source directory.
12751	(check-cgen, install-cgen, clean-cgen): Likewise.
12752	(all-opcodes): Do not depend on all-cgen.
12753	(all-sim): Likewise.
12754
127552002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12756
12757	* Makefile.in: Eliminate 'apache' targets.
12758	* configure.in: Eliminate 'apache' targets.
12759
12760	* configure.in: Eliminate redundant tests.  Reorganize.
12761
12762	* Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12763
12764	* config-ml.in: Eliminate references to Cygnus configure.
12765
12766	* Makefile.in: Eliminate references to building emacs.
12767
127682002-06-28  Graham Stott  <graham.stott@btinternet.com>
12769
12770	* MAINTAINERS: Update my email address.
12771
127722002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12773
12774	* config.if (libstdcxx_incdir): Version C++ headers.
12775	(cxx_incdir): Remove.
12776
127772002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12778
12779	* MAINTAINERS (Write After Approval): Add self.
12780
12781Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12782
12783	* configure.in: Add support for ip2k.
12784
127852002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12786
12787	* configure.in: Fix AIX configury bug.
12788
127892002-06-20  Steve Ellcey  <sje@cup.hp.com>
12790
12791	* MAINTAINERS (Write After Approval): Add self.
12792
127932002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12794
12795	* configure.in: replace ${topsrcdir} with ${srcdir}
12796
12797	* configure.in: Move definition of libstdcxx_flags
12798	right above usage, rather than waaay earlier.
12799
12800	* configure.in: Pull definition of is_cross_compiler earlier.
12801
12802	* configure.in: Rearrange a little.
12803
12804	* configure.in: Remove references to librx.
12805	* Makefile.in: Remove references to librx.
12806
12807Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12808
12809	* config.sub: Add support for avr target.
12810	Import from master sources, rev 1.255
12811
128122002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12813
12814	* configure, .cvsignore:  Revert previous change...
12815	* Makefile:  ...delete.
12816
128172002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12818
12819	* configure.in: Eliminate ${gasdir} variable.
12820
128212002-06-18  Dave Brolley  <brolley@redhat.com>
12822
12823	* configure.in: Add support for frv.
12824	* config.sub: Add support for frv.
12825
128262002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12827
12828	* configure:  Remove garbage from previous commit.
12829
128302002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12831
12832	* configure:  For in-source builds, make a subdir and re-exec there.
12833	* Makefile:  New file.  Pass targets through to build directory.
12834	* .cvsignore:  No longer ignore "Makefile".
12835
128362002-06-16  Douglas Rupp  <rupp@gnat.com>
12837
12838	* MAINTAINERS (Write After Approval): Add self.
12839
128402002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12841
12842	* Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12843
128442002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12845
12846	* configure.in (vax-*-netbsd*): Re-enable gas.
12847
128482002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12849
12850	* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12851	BUILD_PREFIX_1, to correct nomenclature.
12852	* configure: Likewise.
12853
12854	* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12855	* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12856
128572002-05-31  Olaf Hering  <olh@suse.de>
12858
12859	* config-ml.in: Propogate DESTDIR also.
12860
128612002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12862
12863	* configure.in (vax-*-netbsd*): Don't build gas for this
12864	platform.
12865
128662002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12867
12868	* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12869	and libgcj for AVR.
12870
128712002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12872
12873	* MAINTAINERS (Write After Approval): Add myself.
12874
128752002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12876
12877	* config.guess: Update to 2002-05-22 version.
12878	* config.sub: Likewise.
12879
128802002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12881
12882	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12883	* config-ml.in: Likewise.
12884	* configure: Likewise.
12885	* configure.in: Likewise.
12886
128872002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12888
12889	* MAINTAINERS: Update my email address.
12890
128912002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12892
12893	* configure.in: Simplify makefile fragment collection.
12894
12895	* configure.in: Remove code to build emacs.
12896
12897	* configure.in : Remove --srcdir argument from targargs and buildargs
12898	(it's always overridden in the Makefile anyway).  Rearrange a bit.
12899
12900	* configure: Move some logic to configure.in.
12901	* configure.in: Move some logic from configure.
12902
129032002-05-11  Tom Tromey  <tromey@redhat.com>
12904
12905	* MAINTAINERS: Reflect libgcj reality.
12906
129072002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12908
12909	* Makefile.in: Honour DESTDIR.
12910
129112002-05-08  Mark Mitchell  <mark@codesourcery.com>
12912
12913	* config.guess: Import 2002-03-20 version.
12914	* config.sub: Import 2002-04-26 version.
12915
129162002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12917
12918	* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12919
129202002-05-07  Tim Josling  <tej@melbpc.org.au>
12921
12922	* MAINTAINERS: Add self.
12923
129242002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12925
12926	* ltmain.sh: Detect and handle object name conflicts
12927	while piecewise linking a static library.
12928
129292002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12930
12931	* configure.in (noconfigdirs): Don't disable libgcj on
12932	sparc64-*-solaris* and sparcv9-*-solaris*.
12933
129342002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12935
12936	* configure.in: Revert 2002-04-18's patch; fixed in libjava.
12937
129382002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12939
12940	* configure.in (FLAGS_FOR_TARGET): Do not add
12941	-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12942	on i[3456]86-*-linux*.
12943
129442002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12945
12946	* configure.in (noconfigdirs): Replace [ ] with test.
12947
12948	* configure.in (noconfigdirs): Do not add target-newlib if
12949	target == i[3456]86-*-linux*, and host == target.
12950
129512002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12952
12953	* configure.in: delete reference to absent file
12954
12955	* configure.in: replace '[' with 'test'
12956
12957	* configure.in: Eliminate references to gash.
12958	* Makefile.in: Eliminate references to gash.
12959
12960	* configure.in: remove useless references to 'pic' makefile fragments.
12961
12962	* configure.in: (*-*-windows*) Finish removing.
12963
12964	* configure.in: Eliminate redundant test for libgui.
12965
129662002-04-29  Roger Sayle  <roger@eyesopen.com>
12967
12968	* MAINTAINERS: Add self and realphabetize.  Update entries
12969	for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12970	entry for a29k port maintainer.
12971
129722002-04-26  Joel Sherrill  <joel@OARcorp.com>
12973
12974	* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12975	(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12976
129772002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12978
12979	* configure.in: remove references to dead files
12980
129812002-04-19  Mark Mitchell  <mark@codesourcery.com>
12982
12983	* MAINTAINERS: Add information about purpose of this file.
12984
129852002-04-18  Tom Tromey  <tromey@redhat.com>
12986
12987	* configure.in: Disallow configuring libgcj when it is already
12988	installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12989	Solaris 2.8 by default.  For PR libgcj/6158.
12990
129912002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12992
12993	* configure.in:  Move default CC setting out of config/mh-* fragments
12994	directly into here.
12995
129962002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12997
12998	* configure.in: don't even try to configure or make a subdirectory
12999	if there's no configure script for it.
13000
130012002-04-15  Mark Mitchell  <mark@codesourcery.com>
13002
13003	* MAINTAINERS: Remove chill maintainers.
13004	* Makefile.in (CHILLFLAGS): Remove.
13005	(CHILL_LIB): Remove.
13006	(TARGET_CONFIGDIRS): Remove libchill.
13007	(CHILL_FOR_TARGET): Remove.
13008	(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13009	CHILL_LIB.
13010	(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13011	(CHECK_TARGET_MODULES): Likewise.
13012	(INSTALL_TARGET_MODULES): Likewise.
13013	(CLEAN_TARGET_MODULES): Likewise.
13014	(configure-target-libchill): Remove.
13015	(all-target-libchill): Remove.
13016	* configure.in (target_libs): Remove target-libchill.
13017	Do not compute CHILL_FOR_TARGET.
13018	* libchill: Remove directory.
13019
130202002-04-11  DJ Delorie  <dj@redhat.com>
13021
13022	* Makefile.in, configure.in: Sync with binutils, entries
13023	follow...
13024
130252002-04-07  Andrew Cagney  <ac131313@redhat.com>
13026
13027	* Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
13028	(do-tar, do-bz2): New rules.
13029	(taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
13030	(gdb-tar): New rule.
13031	(gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
13032	(insight_dejagnu.tar): New rule.
13033	(insight.tar): New rule.
13034	(gdb+dejagnu.tar): New rule.
13035	(gdb.tar): New rule.
13036
130372002-02-01  Mo DeJong  <supermo@bayarea.net>
13038
13039	* Makefile.in: Add all-tix to deps for all-snavigator
13040	so that tix is built when building snavigator.
13041
130422002-01-11  Steve Ellcey  <sje@cup.hp.com>
13043
13044	* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13045	ld and gdb are not supported.
13046
130472002-01-07  Mark Salter  <msalter@redhat.com>
13048
13049	* configure.in: Remove target-bsp and target-cygmon from arm builds.
13050	Allow target-libgloss to be built for arm, strongarm, and xscale.
13051
130522001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
13053
13054	* configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13055	options for i[3456]86-pc-linux* native builds.
13056
130572001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
13058
13059	* Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13060	files from .po files for a distribution.
13061
130622001-09-03  Jeff Holcomb  <jeffh@redhat.com>
13063
13064	* configure.in: Enable libstdc++-v3 for h8300 targets.
13065
130662001-06-19  Alan Modra  <amodra@bigpond.net.au>
13067
13068	* Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13069	version from bfd/.
13070
13071Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
13072
13073	* Makefile.in (VER): When present, extract the version number from
13074	the file version.in.
13075
130762001-05-24  Tom Rix  <trix@redhat.com>
13077
13078	* configure.in : enable ld for aix
13079
130802001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13081
13082	* config.guess: Add linux target for S/390.
13083
130842000-11-07  Philip Blundell  <pb@futuretv.com>
13085
13086	* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13087
130882000-11-03  Philip Blundell  <pb@futuretv.com>
13089
13090	* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13091	files.
13092
130932001-01-15  Ben Elliston  <bje@redhat.com>
13094
13095	* configure.in (host_tools): Add sid.
13096	Always configure cgen.
13097
130982000-11-24  Nick Clifton  <nickc@redhat.com>
13099
13100	* configure.in (c4x, c5x, tic54x): Move after ARM targets.
13101
131022000-08-20  Doug Evans  <dje@casey.transmeta.com>
13103
13104	* Makefile.in (ALL_MODULES): Add all-cgen.
13105	(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13106	(all-cgen): New target.
13107	(all-opcodes,all-sim): Depend on all-cgen.
13108	* configure.in (host_tools): Add cgen.
13109	Only configure cgen if --enable-cgen-maint.
13110
131112002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13112
13113	* configure.in: Add *-*-freebsd* configurations.
13114
131152002-04-08  Tom Tromey  <tromey@redhat.com>
13116
13117	* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13118	Fixes PR libgcj/6068.
13119
131202002-03-30  Krister Walfridsson  <cato@df.lth.se>
13121
13122	* configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13123
131242002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13125
13126	* configure.in (alpha*-dec-osf*): Enable libgcj.
13127
131282003-03-27  Matthew Gingell  <gingell@gnat.com>
13129
13130	* MAINTAINERS (Write After Approval): Add myself.
13131
131322002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13133
13134	Fix for: PR bootstrap/3591, target/5676
13135	* configure.in (mcore-pe): Disable the configuration of
13136	libstdc++-v3 since exceptions are not supported.
13137
131382002-03-20  Anthony Green  <green@redhat.com>
13139
13140	* configure.in: Enable libgcj for xscale-elf target.
13141
13142Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13143
13144	* MAINTAINERS:  Update my email address.
13145
131462002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13147
13148	* ltmain.sh (relink_command): Fix typo in previous change.
13149
131502002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13151
13152	* ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13153	(relink_command): Added --tag flags.
13154	(mode=install): If relinking fails; error out.
13155
131562002-03-12  Richard Henderson  <rth@redhat.com>
13157
13158	* Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13159	.NOTPARALLEL tag.
13160	(do-check): Rename from check.
13161	(check): Allow parallel check.
13162
131632002-03-12  Bob Wilson  <bob.wilson@acm.org>
13164
13165	* MAINTAINERS: Add myself as maintainer for xtensa port.
13166	Fix alphabetical order in CPU port maintainer list.
13167	Remove myself from Write After Approval list.
13168
131692002-03-11  Richard Henderson  <rth@redhat.com>
13170
13171	* Makefile.in (.NOTPARALLEL): Add fake tag.
13172
131732002-03-07  H.J. Lu  (hjl@gnu.org)
13174
13175	* configure.in: Enable gprof for mips*-*-linux*.
13176
131772002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13178
13179	* MAINTAINERS (Write After Approval): Add myself.
13180
131812002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13182
13183	* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13184	libjava.
13185	(CXX_FOR_TARGET): Explain why -shared-libgcc here.
13186
131872002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13188
13189	* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13190	because its Makefile is there; test for the executable instead.
13191
131922002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13193
13194	* configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13195	libstdc++-v3 and libjava.
13196
131972002-02-11  Adam Megacz  <adam@xwt.org>
13198
13199	* gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13200	boehm-gc
13201
132022002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13203
13204	* config.guess: Updated to 2002-01-30's version.
13205	* config.sub: Updated to 2002-02-01's version.
13206	Contribute sh64-elf.
13207	2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13208	* configure.in: Added sh64-*-*.
13209
132102002-02-08  Chris Demetriou  <cgd@broadcom.com>
13211
13212	* MAINTAINERS: Belatedly add myself to write after approval list.
13213
13214Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13215
13216	* MAINTAINERS: Put self in as maintainer for x86-64 port.
13217	Remove self as Write After Approval.
13218
132192002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13220
13221	* MAINTAINERS: Put self in as maintainer for contrib/regression
13222	directory.
13223
132242002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13225
13226	* MAINTAINERS:  Update my email address.
13227
132282002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13229
13230	* configure.in (*-*-netbsd*): New.  Skip target-newlib,
13231	target-libiberty, and target-libgloss.  Skip Java-related
13232	libraries if not supported for NetBSD on target CPU.
13233
132342002-01-25  Douglas B Rupp  <rupp@gnat.com>
13235
13236	* install-sh: Use _inst.$$_ for temp file name.
13237
132382002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13239
13240	* MAINTAINERS (Write After Approval): Move my contact info
13241	from here...
13242	(OS Port Maintainers): ...to here (netbsd).
13243
132442002-01-22  Bob Wilson  <bob.wilson@acm.org>
13245
13246	* MAINTAINERS (Write After Approval): Add myself.
13247
132482002-01-17  H.J. Lu  <hjl@gnu.org>
13249
13250	* Makefile.in (all-fastjar): Also depend on all-libiberty.
13251	(all-target-fastjar): Also depend on all-target-libiberty.
13252
132532002-01-16  H.J. Lu  (hjl@gnu.org)
13254
13255	* config.guess: Import from master sources, rev 1.225.
13256	* config.sub: Import from master sources, rev 1.238.
13257
132582002-01-16  Kazu Hirata  <kazu@hxi.com>
13259
13260	* MAINTAINERS (Write After Approval): Remove myself.
13261
132622001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13263
13264	* MAINTAINERS (Write After Approval): Add myself.
13265
132662001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13267
13268	* MAINTAINERS: Add self as docs co-maintainer.
13269
132702001-12-11  Matthias Klose  <doko@debian.org>
13271
13272	* MAINTAINERS (Write After Approval): Add myself.
13273
132742001-12-09  Zack Weinberg  <zack@codesourcery.com>
13275
13276	* MAINTAINERS: Update my email address.
13277
132782001-12-07  Turly O'Connor  <turly@apple.com>
13279	* MAINTAINERS (Write After Approval): Add myself.
13280	* rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13281	(rs6000_initialize_trampoline): Call __trampoline_setup for
13282	ABI_DARWIN too.
13283	* darwin-tramp.asm: New file, implements __trampoline_setup.
13284	* t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13285
132862001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13287
13288	* MAINTAINERS (Write After Approval): Add myself.
13289
13290Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13291
13292	* configure, configure.in: Use temp file for long sed commands.
13293
132942001-12-03  Laurent Guerby  <guerby@acm.org>
13295
13296	* config.sub: Update to version 1.232 on subversion.
13297
132982001-12-03  Ben Elliston  <bje@redhat.com>
13299
13300	* MAINTAINERS: Update mail address for config.* patches.
13301
133022001-11-27  DJ Delorie  <dj@redhat.com>
13303	    Zack Weinberg  <zack@codesourcery.com>
13304
13305	When build != host, create libiberty for the build machine.
13306
13307	* Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13308	CONFIG_ARGUMENTS.
13309	(ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13310	New variables.
13311	(ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13312	and rules.
13313	(all.normal): Depend on ALL_BUILD_MODULES.
13314	(CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13315	(all-build-libiberty): Depend on configure-build-libiberty.
13316
13317	* configure: Calculate and substitute proper value for
13318	ALL_BUILD_MODULES.
13319	* configure.in: Create the build subdirectory.
13320	Calculate and substitute TARGET_CONFIGARGS (formerly
13321	CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13322
133232001-11-26  Ziemowit Laski  <zlaski@apple.com>
13324
13325	* MAINTAINERS (write-after-approval): Add self.
13326
133272001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13328
13329	* MAINTAINERS (GNATS only accounts): Remove self.
13330
133312001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13332
13333	* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13334	libf2c.
13335
133362001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13337
13338	* MAINTAINERS (Write After Approval): Add self.
13339
133402001-11-12  David O'Brien  <obrien@FreeBSD.org>
13341
13342	* MAINTAINERS: mips and s390 are also CPU ports.
13343
133442001-11-12  David O'Brien  <obrien@FreeBSD.org>
13345
13346	* MAINTAINERS: mcore, cris and mmix are also CPU ports.
13347
133482001-11-11  David O'Brien  <obrien@FreeBSD.org>
13349
13350	* MAINTAINERS: Alphabetize.
13351
133522001-11-09  Kazu Hirata  <kazu@hxi.com>
13353
13354	* MAINTAINERS (Various maintainers: h8 port): Add myself.
13355
133562001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13357
13358	* MAINTAINERS (Various maintainers: hppa port): Added myself.
13359
133602001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13361
13362	* configure.in (--enable-languages): Be more permissive about
13363	syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13364
133652001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13366
13367	* config.sub: Import from master sources, rev. 1.230.
13368	* MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13369
133702001-11-07  Laurent Guerby  <guerby@acm.org>
13371
13372	* MAINTAINERS (Write After Approval): Add self.
13373
133742001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13375
13376	* Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13377
133782001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13379
13380	* config.sub: Import from master sources, rev 1.226.
13381	* config.guess: Import from master sources, rev 1.216.
13382
133832001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13384
13385	* configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13386	* MAINTAINERS: Add self as maintainer of MMIX port.
13387	Remove old after-approval entry.
13388
133892001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13390
13391	* ChangeLog, configure: Fix spelling errors.
13392
133932001-10-20  Brendan Kehoe  <brendan@zen.org>
13394
13395	* MAINTAINERS: Tweak my address.
13396
13397Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13398
13399	* MAINTAINERS: Update my email address.
13400
134012001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13402
13403	* configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13404	* MAINTAINERS: Add self as maintainer of CRIS port.
13405
134062001-10-10  Geert Bosch  <bosch@gnat.com>
13407
13408	* MAINTAINERS (Various maintainers: Ada front end):
13409	Added Robert Dewar.
13410
134112001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13412
13413	* MAINTAINERS (Write After Approval): Added self
13414
134152001-10-02  Geert Bosch  <bosch@gnat.com>
13416
13417	* MAINTAINERS (Various maintainers: Ada front end): Added myself.
13418
134192001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13420
13421	* configure: Handle temporary files securely using mkdir.
13422
134232001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13424
13425	* Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13426
134272001-09-26  Will Cohen  <wcohen@redhat.com>
13428
13429	* configure.in (*-*-linux*): Disable configuration of target-newlib
13430	and target-libgloss.
13431
134322001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13433
13434	* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13435	RANLIB.
13436
134372001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13438
13439	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13440	DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13441	RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13442	avoid quotes nesting problems.
13443	(NATIVE_CHECK_MODULES): Ditto, just for consistency.
13444	(DO_X): Export only variables that are set.
13445
134462001-09-19  Ben Elliston  <bje@redhat.com>
13447
13448	* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13449	Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13450	semantics.  Use the shell built-in "type" command instead.
13451
134522001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13453
13454	Merged from gcc-3_0-branch:
13455	2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13456	* ltcf-c.sh: Use $objext, not $ac_objext.
13457	2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13458	* ltcf-cxx.sh: Add support for GNU.
13459	2001-07-22  Timothy Wall  <twall@redhat.com>
13460	* ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13461	default settings if using GNU tools with that configuration.
13462	* ltcf-cxx.sh: Ditto.
13463	* ltcf-gcj.sh: Ditto.
13464	2001-07-21  Michael Chastain  <chastain@redhat.com>
13465	* ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13466	HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13467	* ltmain.sh: Mark as gcc-local.
13468
134692001-08-30  Eric Christopher  <echristo@redhat.com>
13470	    Jason Eckhardt  <jle@redhat.com>
13471
13472	* config.guess: Merge from master sources.
13473	* config.sub: Merge from master sources, add support for mipsisa32.
13474
134752001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13476	* config.sub: Merge from master sources, rev 1.219.
13477	* MAINTAINERS: Add self as contact for stormy16 port.
13478
134792001-08-14  Zack Weinberg  <zackw@panix.com>
13480
13481	* config.sub: Merge from master sources, rev 1.218.
13482	* config.guess: Merge from master sources, rev 1.209.
13483
134842001-08-11  Graham Stott  <grahams@redhat.com>
13485
13486	* Makefile.in (check-c++): Add missing semicolon.
13487
13488Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13489
13490	* MAINTAINERS (Various maitainers: predict.def): Added myself.
13491
134922001-07-30  Eric Christopher  <echristo@redhat.com>
13493
13494	* MAINTAINERS (Various maintainers: mips port): Added myself.
13495
134962001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13497
13498	* configure.in (sh-*-linux*): New.
13499
135002001-07-27  Richard Henderson  <rth@redhat.com>
13501
13502	* .cvsignore: Add LAST_UPDATED.
13503
135042001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13505
13506	* MAINTAINERS (Various maintainers: s390 port): Added myself.
13507
135082001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13509
13510	* config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13511
13512Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13513
13514	* MAINTAINERS (Write After Approval): Added myself.
13515
135162001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13517
13518	* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13519	and libgcj on m68hc11/m68hc12.
13520
135212001-06-27  H.J. Lu  (hjl@gnu.org)
13522
13523	* Makefile (CFLAGS_FOR_BUILD): New.
13524	(EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13525
135262001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13527
13528	* README: Remove version number.
13529
135302001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13531
13532	* INSTALL/README: Update wrt. to the installation instructions now
13533	residing in gcc/doc/install.texi.
13534
135352001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13536
13537	* README: Replace with a cut-down and updated version of gcc/README.
13538
135392001-06-12  David Edelsohn  <edelsohn@gnu.org>
13540
13541	* config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13542	multilibs to be disabled.
13543
135442001-06-11  Daniel Berlin  <dan@cgsoftware.com>
13545
13546	* MAINTAINERS (Write After Approval): Add myself.
13547
135482001-06-09  Alexandre Oliva  <aoliva@redhat.com>
13549
13550	* config.guess: Import CVS version 1.195.
13551	* config.sub: Import CVS version 1.212.
13552
135532001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
13554
13555	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13556	gcc/xgcc is built, use -print-prog-name to find out the program
13557	name to use.
13558
135592001-06-04  Phil Edwards  <pme@sources.redhat.com>
13560
13561	* config.guess:  Import CVS version 1.194.  All gcc-local changes
13562	appear to also be in the master copy.
13563	* config.sub:  Import CVS version 1.211.
13564
13565Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
13566
13567	* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13568	with_gcc]: Use `gcc -shared' to build a shared library.
13569
13570Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13571
13572	* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13573	archives.
13574
13575Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13576
13577	* MAINTAINERS (Write After Approval): Add myself.
13578
135792001-06-01  Hans-Peter Nilsson  <hp@axis.com>
13580
13581	* configure.in (libstdcxx_flags): Do not try to execute
13582	libstdc++-v3/testsuite_flags until it exists.
13583
135842001-06-01  Alan Modra  <amodra@bigpond.net.au>
13585
13586	* MAINTAINERS: Update my email address.
13587
135882001-05-31  Graham Stott  <grahams@redhat.com>
13589
13590	* MAINTAINERS (Write After Approval): Add myself.
13591
135922001-05-28  Simon Patarin  <simon.patarin@inria.fr>
13593
13594	* ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
13595	libraries when using g++ with native linker.
13596
135972001-05-28  Alexandre Oliva  <aoliva@redhat.com>
13598
13599	* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13600
136012001-05-22  Alexandre Oliva  <aoliva@redhat.com>
13602
13603	* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13604	[aix4*|aix5*]: Prepend blank.
13605
136062001-05-20  Alexandre Oliva  <aoliva@redhat.com>
13607
13608	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13609	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
13610	of subdir/configure scripts to use the new libtool.m4.
13611
136122001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13613
13614	* MAINTAINERS (Write After Approval): Add myself.
13615
136162001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
13617
13618	* configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13619
136202001-05-11  Ben Elliston  <bje@redhat.com>
13621
13622	* Makefile.in (all-sid): New target.
13623	(check-sid, clean-sid, install-sid): Likewise.
13624
136252001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
13626
13627	* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13628
136292001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13630
13631	* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13632	libgcj.
13633
136342001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13635
13636	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13637	gcc/xgcc is built, use -print-prog-name to find out the program
13638	name to use.
13639
136402001-04-26  Alexandre Oliva  <aoliva@redhat.com>
13641
13642	* configure.in (noconfigdirs): Don't reset it from scratch in the
13643	target case; only append to it.
13644
13645	* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13646	sparc-*-solaris2.8]: Disable ${libgcj}.
13647
136482001-04-25  Alexandre Oliva  <aoliva@redhat.com>
13649
13650	* configure.in (libgcj_saved): Copy from $libgcj.
13651	(libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13652	--disable-libgcj.
13653
136542001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
13655
13656	* MAINTAINERS: Remove self as MIPS maintainer and
13657	C front end maintainer.
13658
13659Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
13660
13661	* configure.in: Move *-chorusos target case to the proper switch.
13662	Disable libgcj.
13663
136642001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13665
13666	* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13667	1.641.2.228.
13668
136692001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13670
13671	* Makefile.in (STAGE1_CFLAGS): Pass down.
13672
136732001-04-13  Alan Modra  <amodra@one.net.au>
13674
13675	* config.guess: Add hppa64-linux support.  Note for next import that
13676	this is already in the master file.
13677	* configure.in: Likewise.  Accept `parisc' alias for `hppa'.
13678
136792001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13680
13681	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13682	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13683
136842001-04-11  Stan Shebs  <shebs@apple.com>
13685
13686	* MAINTAINERS: Add self as Darwin port maintainer.
13687
136882001-04-11  Alan Modra  <amodra@one.net.au>
13689
13690	* MAINTAINERS: Update my email address.
13691
136922001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13693
13694	* ltcf-cxx.sh: Support creation of C++ shared libraries on
13695	recent versions of FreeBSD (release 3 or later).
13696	* ltconfig: On FreeBSD, -lc must not be provided when building
13697	a shared library or else the standard -pthread gcc option is
13698	rendered worthless to later users of the built library.
13699
137002001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13701
13702	* MAINTAINERS: Add self and RTH as C front end maintainers.
13703
137042001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13705
13706	* config.sub: Make sure to match an already-canonicalized
13707	machine name (eg. mn10300-unknown-elf).
13708
137092001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13710
13711	* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13712	New macros.
13713	(bootstrap, cross): Use RECURSE_FLAGS.
13714	* configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13715
137162001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13717
13718	* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13719
137202001-03-22  Colin Howell  <chowell@redhat.com>
13721
13722	* Makefile.in (DO_X): Do not backslash single-quotes in
13723	backquotes (two places).
13724
137252001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13726
13727	Re-installed:
13728	2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13729	* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13730	'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13731	* ltcf-cxx.sh: Likewise.
13732	* ltcf-gcj.sh: Likewise.
13733
137342001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13735
13736	* MAINTAINERS: Add myself as "documentation co-maintainer".
13737
137382001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13739
13740	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13741	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13742
137432001-03-19  Tom Tromey  <tromey@redhat.com>
13744
13745	* config-ml.in: Handle GCJ and GCJFLAGS.
13746
137472001-03-21  Michael Chastain  <chastain@redhat.com>
13748
13749	* Makefile.in: all-m4 depends on all-texinfo.
13750
137512001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13752
13753	* MAINTAINERS: Add myself to write after approval list.
13754
137552001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13756
13757	* Makefile.in (DO_X): Quote nested quotes.
13758
137592001-03-18  Alan Modra  <alan@linuxcare.com.au>
13760
13761	* MAINTAINERS: Add myself to write after approval list.
13762
137632001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13764
13765	* Makefile.in (DO_X): Use double quotes for quoting
13766	"RANLIB=$${RANLIB}".
13767
137682001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13769
13770	* MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13771
137722001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13773
13774	* configure.in: Only use `lang_requires' for languages athat are
13775	actually enabled.
13776
137772001-03-08  Phil Edwards  <pme@sources.redhat.com>
13778
13779	* MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13780
137812001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13782
13783	* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13784
137852001-03-07  Tom Tromey  <tromey@redhat.com>
13786
13787	* configure.in: Allow config-lang.in to set `lang_requires' to list
13788	of other required languages.
13789
137902001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13791
13792	* Makefile.in: Remove RANLIB definition. Use RANLIB
13793	in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13794	EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13795
137962001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13797	    Alexandre Oliva  <aoliva@redhat.com>
13798
13799	* Makefile.in (check-c++): Use tabs, not spaces.
13800
138012001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13802
13803	* MAINTAINERS: add myself to Write After Approval list.
13804
138052001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13806
13807	* Makefile.in (check-c++): New rule.
13808
13809	* configure.in (target_libs): Remove libg++.
13810	(noconfigdirs): Remove libg++.
13811	(noconfigdirs): Same.
13812	(noconfigdirs): Same.
13813	(noconfigdirs): Same.
13814
13815	* config-ml.in: Remove libg++ references.
13816
13817	* Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13818	(ALL_TARGET_MODULES): Same.
13819	(configure-target-libg++): Remove.
13820	(all-target-libg++): Remove.
13821	(configure-target-libio): Remove.
13822	(all-target-libio): Remove.
13823	(check-target-libio): Remove.
13824	(.PHONY): Remove.
13825	(libg++.tar.bz2): Remove.
13826	(all-target-cygmon): Remove libio.
13827	(all-target-libstdc++): Remove.
13828	(configure-target-libstdc++): Remove.
13829	(TARGET_LIB_PATH): Remove libstdc++.
13830	(ALL_GCC_CXX): Remove libstdc++.
13831	(all-target-gperf): Correct.
13832
138332001-02-16  Nick Clifton  <nickc@redhat.com>
13834
13835	* configure.in (noconfigdirs): Allow configuration of texinfo
13836	for Cygwin hosts.
13837
138382001-02-15  Anthony Green  <green@redhat.com>
13839
13840	* configure: Introduce GCJ_FOR_TARGET.
13841	* configure.in: Ditto.
13842	* Makefile.in: Ditto.
13843
138442001-02-13  Andreas Schwab  <schwab@suse.de>
13845
13846	* MAINTAINERS: Update mail address.
13847
138482001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13849
13850	* config.guess: Add linux target for S/390.
13851	* config.sub: Likewise.
13852
138532001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13854
13855	* configure.in: for *-chorusos, don't config target-newlib and
13856	target-libgloss.
13857
138582001-02-06  Ben Elliston  <bje@redhat.com>
13859
13860	* configure: Output host type to stdout, not stderr.
13861
138622001-02-05  Mark Mitchell  <mark@codesourcery.com>
13863
13864	* ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13865	* ltcf-cxx.sh: Likewise.
13866
13867	* config.if: Assume enable_libstdcxx_v3 is defined.
13868
138692001-02-04  Mark Mitchell  <mark@codesourcery.com>
13870
13871	Remove V2 C++ library.
13872	* configure.in: Remove --enable-libstdcxx_v3 support.
13873
138742001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13875
13876	* include/demangle.h: Add prototype for java_demangle_v3.
13877
138782001-01-29  Phil Edwards  <pme@sources.redhat.com>
13879
13880	* COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13881
138822001-01-27  Richard Henderson  <rth@redhat.com>
13883
13884	* configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13885
138862001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13887
13888	* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13889	Don't unset, it's non-portable and no longer necessary, set to empty
13890	instead.
13891
138922001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13893
13894	* ltconfig: Shell portability fix for the tagname validity check.
13895
138962001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13897
13898	* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13899	* ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13900
139012001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13902
13903	* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13904
139052001-01-26  Tom Tromey  <tromey@redhat.com>
13906
13907	* configure.in: Allow libgcj to be built on Sparc Solaris.
13908
139092001-01-25  David Edelsohn  <edelsohn@gnu.org>
13910
13911	* ltcf-c.sh: Add aix5 case.
13912	* ltcf-cxx.sh: Likewise.
13913	* ltconfig: Likewise.
13914
139152001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13916
13917	* ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13918	keep at least one of build_libtool_libs or build_old_libs set to
13919	yes.
13920
13921	* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13922	* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13923
139242001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13925
13926	* configure.in: Enable libgcj on several additional platforms.
13927
139282001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13929
13930	* configure.in: Enable libgcj for linux targets.
13931
139322001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13933
13934	* MAINTAINERS (Write After Approval): Add myself.
13935
139362001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13937
13938	* MAINTAINERS: Add myself as vax port maintainer.
13939
139402001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13941
13942	* MAINTAINERS: Add myself as Mercury front-end maintainer.
13943
139442001-01-09  Mike Stump  <mrs@wrs.com>
13945
13946	* Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13947	failures of subdirectories.
13948
139492001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13950
13951	* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13952	'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13953	* ltcf-cxx.sh: Likewise.
13954	* ltcf-gcj.sh: Likewise.
13955	* ltconfig.sh: Fix typo.
13956
139572001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13958
13959	* configure: handle DOS-style absolute paths.
13960
139612001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13962
13963	* configure.in: remove supported directories from $noconfigdirs for DJGPP.
13964
139652000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13966
13967	* MAINTAINERS: Add myself as avr port co-maintainer.
13968
139692000-12-28  Ben Elliston  <bje@redhat.com>
13970
13971	* MAINTAINERS: Add myself under ``Write After Approval''.
13972
139732000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13974
13975	* texinfo: Remove directory from GCC.
13976
139772000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13978
13979	* COPYING: Update to current
13980	ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13981	to 19yy as example year in copyright notice).
13982
139832000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13984
13985	* Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13986	(libstdcxx_incdir): Pass down.
13987	* config.if: Remove expired bits for cxx_interface, add stub.
13988	(libstdcxx_incdir): Add variable for g++ include directory.
13989	* configure.in (gxx_include_dir): Use it.
13990
139912000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13992
13993	* MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13994	with old-email address from ``Write After Approval''.
13995
139962000-12-15  Andreas Jaeger  <aj@suse.de>
13997
13998	* configure.in: Handle lang_dirs.
13999
140002000-12-14  Tom Tromey	<tromey@redhat.com>
14001
14002	* MAINTAINERS: Removed brads.
14003
14004	* MAINTAINERS: Added gcj developers.
14005
140062000-12-13  Anthony Green  <green@redhat.com>
14007
14008	* configure.in: Disable libgcj for any target not specifically
14009	listed.  Disable libgcj for x86 and Alpha Linux until compatible
14010	with g++ abi.
14011
140122000-12-13  Mike Stump  <mrs@wrs.com>
14013
14014	* Makefile.in (local-distclean): Also remove fastjar.
14015
140162000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
14017
14018	* contrib/gcc_update: Add fastjar --touch entries.
14019
140202000-12-12  Alexandre Oliva  <aoliva@redhat.com>
14021
14022	* configure.in: Disable language-specific target libraries for
14023	languages that aren't enabled.
14024
140252000-12-10  Anthony Green  <green@redhat.com>
14026
14027	* configure.in: Define libgcj.  Disable libgcj target libraries for
14028	most targets.
14029
140302000-12-10  Neil Booth  <neilb@earthling.net>
14031
14032	* MAINTAINERS: Update mail address, remove from WAA list.
14033
140342000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14035
14036	* libjava: Imported from /cvs/java.
14037	* libffi: Likewise.
14038	* Boehm-gc: Likewise.
14039
140402000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14041
14042	* configure.in (target_libs): Revert 2000-12-08 patch.
14043	(noconfigdirs): Added target-libjava.
14044
140452000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14046
14047	* djunpack.bat: removed.
14048
140492000-12-09  Laurynas Biveinis  <lauras@softhome.net>
14050
14051	* Makefile.in: handle DOS-style absolute paths.
14052	* config-ml.in: likewise.
14053	* symlink-tree: likewise.
14054
140552000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14056
14057	* fastjar: Imported.
14058
140592000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14060
14061	* Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14062	libjava.
14063	* configure.in (target_libs): Removed `target-libjava'.
14064
140652000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14066
14067	* Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14068	(ALL_MODULES): Added fastjar.
14069	(NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14070	(all-target-libjava): all-fastjar replaces all-zip.
14071	(all-fastjar): Added.
14072	(configure-target-fastjar, all-target-fastjar): Likewise.
14073	* configure.in (host_tools): Added fastjar.
14074
140752000-12-07  Mike Stump  <mrs@wrs.com>
14076
14077	* Makefile.in (local-distclean): Remove leftover built files.
14078
140792000-11-24  Nick Clifton  <nickc@redhat.com>
14080
14081	* configure.in (xscale-elf): Add target.
14082	(xscale-coff): Add target.
14083
140842000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14085
14086	* ltcf-cxx.sh: Support creation of C++ shared libraries on
14087	recent versions of FreeBSD (release 3 or later).
14088	* ltconfig: On FreeBSD, -lc must not be provided when building
14089	a shared library or else the standard -pthread gcc option is
14090	rendered worthless to later users of the built library.
14091
140922000-11-16  Fred Fish  <fnf@be.com>
14093
14094	* configure.in (enable_libstdcxx_v3): Fix typo,
14095	libstd++ -> libstdc++.
14096
140972000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14098
14099	* MAINTAINERS: Add self to Write After Approval list.
14100
141012000-11-21  Bernd Schmidt  <bernds@redhat.com>
14102
14103	* MAINTAINERS: Update my email address.  Add myself to global write
14104	privs list.
14105
141062000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14107
14108	* Makefile.in: Merge with src and libgcj.
14109	(ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14110	configure-target-<library> when their configure scripts need the C
14111	or C++ library to have already been built to work properly.
14112	(do_proto_toplev): Set them to an empty string.
14113
14114	* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14115	(REALLY_SET_LIB_PATH): Use them.
14116
141172000-11-17  Stan Shebs  <shebs@apple.com>
14118
14119	* MAINTAINERS: Add self to Write After Approval list.
14120
141212000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14122
14123	* configure: Provide the original toplevel configure arguments
14124	(including $0) to subprocesses in the environment rather than
14125	through gcc/configargs.h.
14126
141272000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14128
14129	* MAINTAINERS: Remove references to cccp. Change C9X reference to
14130	C99.  Alphabetise "Write After Approval" list.
14131
141322000-11-12  Mark Mitchell  <mark@codesourcery.com>
14133
14134	* configure: Turn on libstdc++ V3 by default.
14135
14136	* ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14137	if we've got GCC.
14138
141392000-11-11  Philip Blundell  <philb@gnu.org>
14140
14141	* MAINTAINERS: Add self to Write After Approval list.
14142
141432000-11-09  David Edelsohn  <edelsohn@gnu.org>
14144
14145	* ltcf-c.sh (aix4): Improve shared library configuration; require
14146	exporting symbols.
14147	* ltcf-cxx.sh (aix4): Define.
14148	* ltconfig (aix4): Define library and soname specs appropriate for
14149	AIX.  Define command to create export symbols list.
14150
14151Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14152
14153	* config.sub: Add support for Sun Chorus
14154
141552000-10-31  Nick Clifton  <nickc@redhat.com>
14156
14157	* MAINTAINERS: Rename <name>@cygnus.com addresses to
14158	<name>@redhat.com.  Also installed new email address for Clint
14159	Popetz.
14160
141612000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14162
14163	* etc: Remove directory from GCC.
14164
141652000-10-16  Michael Meissner  <meissner@redhat.com>
14166
14167	* configure (gcc/configargs.h): Only create if there is a build GCC
14168	directory created.
14169
141702000-10-16  Matthias Klose  <doko@debian.org>
14171
14172	* config.if: Search libstdc++-v3/configure.in for INTERFACE,
14173	when configured for libstdc++-v3.
14174
141752000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14176
14177	* configure: Save configure arguments to gcc/configargs.h.
14178
141792000-10-04  Philipp Thomas  <pthomas@suse.de>
14180
14181	* config.guess: Import CVS version 1.157.
14182	* config.sub: Import CVS version 1.181.
14183
141842000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14185
14186	* Makefile.in (bootstrap): avoid recursion if subdir missing
14187	(cross): ditto
14188	(do-proto-toplev): ditto
14189
141902000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14191
14192	* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14193	ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14194
14195	* ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14196	multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14197	all affected `configure' scripts.
14198
14199Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14200
14201	* MAINTAINERS: Add self as cpplib co-maintainer.
14202
142032000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14204
14205	* MAINTAINERS: Add self to Write After Approval list.
14206
142072000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14208
14209	* INSTALL/README: egcs -> GCC update.
14210
14211Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14212
14213	* MAINTAINERS: Add myself to Write After Approval list.
14214
142152000-09-15  Kazu Hirata  <kazu@hxi.com>
14216
14217	* MAINTAINERS: Add myself to Write After Approval list.
14218
14219Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14220
14221	* configure.in: Do not build byacc for hppa64.  Provide paths to the
14222	X11 libraries for hppa64.
14223
142242000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14225
14226	* MAINTAINERS: Add myself as 68hc11 port maintainer.
14227
142282000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14229
14230	* Makefile.in (all-zlib): Added dummy target.
14231
14232	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14233	ltcf-gcj.sh: Updated from libtool multi-language branch.
14234
142352000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14236
14237	* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14238	(bootstrap*): Depend on all-bootstrap.
14239
142402000-09-05  Philipp Thomas  <pthomas@suse.de>
14241
14242	* config.guess: Import CVS version 1.156.
14243	* config.sub: Import CVS version 1.179.
14244
142452000-09-02  Anthony Green  <green@cygnus.com>
14246
14247	* Makefile.in (all-gcc): Depend on all-zlib.
14248	(CLEAN_MODULES): Add clean-zlib.
14249	(ALL_MODULES): Add all-zlib.
14250	* configure.in (host_libs): Add zlib.
14251
142522000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14253
14254	* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14255	crosses, but add gcc/include to the header search path for them.
14256
142572000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14258
14259	* MAINTAINERS: Add self to Write After Approval list.
14260
142612000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14262
14263	* config.guess: Import CVS version 1.152.
14264	* config.sub: Import CVS version 1.177.
14265
142662000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14267
14268	* configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14269	$targargs to tell whether newlib is going to be built.
14270
14271	* configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14272	$$r/TARGET_SUBDIR/libio for _G_config.h.
14273
142742000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14275
14276	* MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14277
142782000-08-22  DJ Delorie  <dj@redhat.com>
14279
14280	* MAINTAINERS: Add self as a build machinery (*.in) maintainer
14281
142822000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14283
14284	* config-ml.in (CC, CXX): Avoid trailing whitespace.
14285	(LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14286	sub-configures.
14287
142882000-08-21  DJ Delorie  <dj@redhat.com>
14289
14290	* MAINTAINERS: Add self as a libiberty maintainer
14291
142922000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14293
14294	* configure.in (libstdcxx_flags): Use
14295	libstdc++-v3/src/libstdc++.INC.
14296
142972000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14298
14299	* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14300
143012000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14302
14303	* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14304
14305	* configure: Make enable_threads and enable_shared defaults
14306	explicit.  Substitute enable_threads into generated Makefiles.
14307	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14308	* libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14309
143102000-08-13  Geoff Keating  <geoffk@cygnus.com>
14311
14312	* Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14313
143142000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14315
14316	* config-ml.in (CC): Remove bogus duplicate quotation mark from
14317	previous delta.
14318
143192000-08-11  Jason Merrill  <jason@redhat.com>
14320
14321	* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14322	CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14323	(FLAGS_FOR_TARGET): Not here.
14324	(CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14325
143262000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14327
14328	* config-ml.in (CC, CXX): Don't introduce a leading space.
14329
143302000-08-07  DJ Delorie  <dj@delorie.com>
14331
14332	* MAINTAINERS: Add self as a DJGPP maintainer
14333
143342000-08-07  DJ Delorie  <dj@redhat.com>
14335
14336	* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14337	"if we're also building gcc, and it's a gcc that will run on the
14338	build machine, we want to use its includes instead of the system's
14339	default includes".
14340
143412000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14342
14343	* MAINTAINERS: Add self to Write After Approval list.
14344
143452000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14346
14347	* configure.in (libstdcxx_flags): Don't use `"'.
14348
14349	* config-ml.in: Adjust multilib search paths to the
14350	appropriate multilib tree.
14351
143522000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14353
14354	* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14355	commas in $LANGUAGES.
14356
143572000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14358
14359	* configure.in: Re-enable all references to libg++ and librx.
14360
143612000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14362
14363	* ltconfig, ltmain.sh: Update from libtool multi-language branch.
14364	* ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14365	(ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14366	* ltcf-cxx.sh (need_lc): Set based on postdeps.
14367
14368	* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14369
143702000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14371
14372	* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14373	CXX_FOR_TARGET for sed.
14374
143752000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14376
14377	* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14378	Do not override if already set in the environment or in configure.
14379	Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14380	(FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14381
143822000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14383
14384	* libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14385	the libtool CVS tree multi-language branch.
14386	* ltconfig, ltmain.sh: Updated.
14387
143882000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14389
14390	* Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14391	(clean-target): Depend on it.
14392
14393	* Makefile.in (FLAGS_FOR_TARGET): New macro.
14394	(GCC_FOR_TARGET): Use it.
14395	(CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14396	* configure.in: ... here.
14397	(FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14398	(libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14399
144002000-07-24  Eric Christopher  <echristo@cygnus.com>
14401
14402	* MAINTAINERS: Add self to Write After Approval list.
14403
144042000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14405
14406	* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14407	(configure-target-libchill, configure-target-libobjc): Likewise.
14408
14409	* configure.in: Use the same cache file for all target libs.
14410	* config-ml.in: But different cache files per multilib variant.
14411
144122000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14413
14414	* configure (topsrcdir): Don't use dirname.
14415
144162000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14417
14418	* MAINTAINERS: Add self to Write After Approval list.
14419
144202000-07-20  Jason Merrill  <jason@redhat.com>
14421
14422	* configure.in: Remove all references to libg++ and librx.
14423
14424	* configure, configure.in, Makefile.in: Unify gcc and binutils.
14425
144262000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14427
14428	* config.sub: Update to subversions version 2000-07-06.
14429
144302000-07-12  Andrew Haley  <aph@cygnus.com>
14431
14432	* configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14433	(target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14434
144352000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14436
14437	* symlink-tree:  Check number of arguments.
14438
144392000-07-05  Jim Wilson  <wilson@cygnus.com>
14440
14441	* Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14442	search path for a g++ extracted from the build tree.  This
14443	will allow link tests run by configure scripts in
14444	subdirectories to succeed.
14445
144462000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14447
14448	* ltconfig: Add support for mips-dde-sysv4.2MP
14449
144502000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14451
14452	* MAINTAINERS: Add myself as loop discovery maintainer.
14453
144542000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14455
14456	* ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14457	`os2'. Force ac_cv_exeext to be ".exe" in that case.
14458
144592000-06-19  Timothy Wall  <twall@cygnus.com>
14460
14461	* configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14462	* config.sub: Add tic54x target.
14463
14464Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14465
14466	* MAINTAINERS: Add self as Fortran maintainer,
14467	remove Craig Burley.
14468
14469Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14470
14471	* config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14472	* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14473
14474Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14475
14476	* MAINTAINERS: Add self as i18n maintainer
14477
1447820000-05-21  H.J. Lu  (hjl@gnu.org)
14479
14480	* Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14481	directory are used if they exist. Make sure
14482	$(build_tooldir)/include is searched for header files,
14483	$(build_tooldir)/lib/ for library files.
14484	(GCC_FOR_TARGET): Likewise.
14485	(CXX_FOR_TARGET): Likewise.
14486
14487Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14488
14489	* configure.in (hppa*64*-*-*): Do build ld for this configuration.
14490
14491Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14492
14493	* Makefile.in (configure-target-libiberty): Depend on
14494	configure-target-newlib.
14495
144962000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14497
14498	* configure.in, Makefile.in: Merge all libffi-related
14499	configury stuff from the libgcj tree.
14500
14501Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14502
14503	Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14504	* Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14505
14506Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14507
14508	Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14509	* Makefile.in (do-djunpack): New target. Update djunpack.bat with
14510	current version information.  Add to proto-toplev directory.
14511	(gdb-taz): Build do-djunpack.
14512
145132000-05-15  David Edelsohn  <edelsohn@gnu.org>
14514
14515	* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14516
14517Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14518
14519	* MAINTAINERS: Add self to Write After Approval list.
14520
145212000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14522
14523	* ltmain.sh: Preserve in relink_command any environment
14524	variables that may affect the linker behavior.
14525
14526Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14527
14528	* config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14529
14530Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
14531
14532	* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14533
145342000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14535
14536	* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14537	with the version name.
14538
14539Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
14540
14541	* MAINTAINERS: Add self as bb-reorder maintainer.
14542
145432000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
14544
14545	* config.if: Tweak.
14546
145472000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
14548
14549	* djunpack.bat: New file.
14550
14551Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14552
14553	* Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14554	gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14555	dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14556	insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14557
145582000-04-16  Dave Pitts  <dpitts@cozx.com>
14559
14560	* config.sub (case $basic_machine): Change default for "ibm-*"
14561	to "openedition".
14562
145632000-04-13  Andreas Jaeger  <aj@suse.de>
14564
14565	* MAINTAINERS: Added myself.
14566
14567Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14568
14569	* Makefile.in (gdb-taz): New target.  GDB specific archive.
14570	(do-md5sum): New target.
14571	(MD5PROG): Define.
14572	(PACKAGE): Default to TOOL.
14573	(VER): Default to a shell script.
14574	(taz): Rewrite target.  Move real work to do-proto-toplev.  Include
14575	md5 checksum generation.
14576	(do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14577	(do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14578	(gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14579	insight.tar.bz2): Use gdb-taz to create archive.
14580
14581Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14582
14583	* configure (warn_cflags): Delete.
14584
14585Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
14586
14587	* MAINTAINERS: Added myself.
14588
145892000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
14590	    Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
14591
14592	* configure.in (enable_libstdcxx_v3): Add.
14593	(target_libs): Add bits here to switch between libstdc++-v2 and
14594	libstdc++-v3.
14595	* config.if: And this file too.
14596	* Makefile.in: Add libstdc++-v3 targets.
14597
145982000-04-05  Michael Meissner  <meissner@redhat.com>
14599
14600	* config.sub (d30v): Add d30v as a basic machine type.
14601
146022000-03-29  Jason Merrill  <jason@casey.cygnus.com>
14603
14604	* configure.in: -linux-gnu*, not -linux-gnu.
14605
14606Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14607
14608	* MAINTAINERS: Add self in write-after-approval section.
14609
14610Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
14611
14612	* MAINTAINERS: Add self as ia64 port maintainer.
14613
146142000-03-08  Neil Booth  <NeilB@earthling.net>
14615
14616	* MAINTAINERS: Add self in write-after-approval section.
14617
14618Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14619
14620	* Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14621	(do-tar-bz2): Replace TOOL with PACKAGE.
14622	(gdb.tar.bz2): Remove GDBTK from GDB package.
14623	(gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14624	dejagnu.tar.bz2): New packages.
14625
146262000-02-27  Andreas Jaeger  <aj@suse.de>
14627
14628	* configure.in: Add entry for mips*-*-linux*, move catch all
14629	*-*-*linux* entry below this one.
14630
146312000-02-27  Ian Lance Taylor  <ian@zembu.com>
14632
14633	* ltconfig, ltmain.sh: Update to libtool 1.3.4.
14634
146352000-02-24  Nick Clifton  <nickc@cygnus.com>
14636
14637	* config.sub: Support an OS of "wince".
14638
14639Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14640
14641	* config.guess, config.sub: Updated to match config's 2000-02-15
14642	version.
14643
146442000-02-23  Linas Vepstas  <linas@linas.org>
14645
14646	* config.sub: Add support for Linux/IBM 370.
14647	* configure.in: Likewise.
14648
146492000-02-22  Nick Clifton  <nickc@cygnus.com>
14650
14651	* configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14652
146532000-02-20  Christopher Faylor  <cgf@cygnus.com>
14654
14655	* config.guess: Guess "cygwin" rather than "cygwin32".
14656
146572000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14658
14659	* configure (gcc_version): When setting, narrow search to
14660	lines containing `version_string'.
14661
146622000-02-15  Denis Chertykov  <denisc@overta.ru>
14663
14664	* config.sub: Add support for avr target.
14665
146662000-02-14  Nick Clifton  <nickc@cygnus.com>
14667
14668	* MAINTAINERS: Add maintainers for MCore port.
14669
14670Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14671
14672	* config.sub: Add mmix-knuth-mmixware.
14673
146742000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14675
14676	* MAINTAINERS: Pair cccp with cpplib maintainership.
14677
146782000-01-27  Christopher Faylor  <cgf@redhat.com>
14679
14680	* Makefile.in (CC_FOR_TARGET): Add new winsup directory
14681	structure stuff to -L library search.
14682	(CXX_FOR_TARGET): Ditto.
14683	(CROSS_CHECK_MODULES): Fix spelling mistake.
14684
146852000-01-24  Mark Mitchell  <mark@codesourcery.com>
14686
14687	* Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14688	the C++ compiler.
14689
146902000-01-12  Richard Henderson  <rth@cygnus.com>
14691
14692	* configure.in: Don't build some bits for beos.
14693
146942000-01-12  Joel Sherrill (joel@OARcorp.com)
14695
14696	* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14697	as include files.
14698
146992000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14700
14701	* Add self as cpplib maintainer, as requested by Jason
14702	Merrill.  Correct my e-mail address.
14703
147042000-01-06  Geoff Keating  <geoffk@cygnus.com>
14705
14706	* configure.in: Use mt-aix43 to handle *_TARGET defs,
14707	not mh-aix43.
14708
14709Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14710
14711	* MAINTAINERS: Add myself to "write after approval" list.
14712
147131999-12-14  Richard Henderson  <rth@cygnus.com>
14714
14715	* config.guess (alpha-osf, alpha-linux): Detect ev67.
14716	* config.sub: Accept alphaev[78], alphaev8.
14717
147181999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14719
14720	* config.guess, config.sub: Update from autoconf.
14721
147221999-11-29  Bruce Korb  <autogen@linuxbox.com>
14723
14724	* MAINTAINERS:  update my playtime e-address.
14725
14726Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14727
14728	* config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14729	necessary libraries are missing.
14730
14731Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14732
14733	* MAINTAINERS: Add new 'write after approval' maintainer.
14734
14735Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14736
14737	* MAINTAINERS: Add new Java maintainer.
14738
147391999-10-25  Andreas Schwab  <schwab@suse.de>
14740
14741	* configure: Fix quoting inside arguments of eval.
14742
147431999-10-21  Nick Clifton  <nickc@cygnus.com>
14744
14745	* config-ml.in: Allow suppression of some ARM multilibs.
14746
14747Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14748
14749	* config.guess: Add OS/390 match pattern.
14750	* config.sub: Add mvs, openedition targets.
14751	* configure.in (i370-ibm-opened*): New.
14752
147531999-09-04  Steve Chamberlain  <sac@pobox.com>
14754
14755	* config.sub: Add support for configuring for pj.
14756
147571999-08-31  Nick Clifton  <nickc@cygnus.com>
14758
14759	* config.sub (maybe_os): Add support for configuring for fr30.
14760
147611999-08-25  Nick Clifton  <nickc@cygnus.com>
14762
14763	* configure.in: Do not configure or build ld for AIX
14764	platforms.  ld is known to be broken on these platforms.
14765
14766Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14767
14768	* config-ml.in: Pass compiler flag corresponding to multidirs to
14769	subdir configures.
14770
147711999-08-09  Ian Lance Taylor  <ian@zembu.com>
14772
14773	* Makefile.in (LDFLAGS): Define.
14774
147751999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14776
14777	* configure.in (i[3456]-*-mingw32*): Don't put gprof in
14778	noconfigdirs.
14779	(*-*-cygwin*): Likewise.
14780
147811999-08-08  Ian Lance Taylor  <ian@zembu.com>
14782
14783	* mkdep: New file.
14784	* Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14785	(BINUTILS_SUPPORT_DIRS): Add mkdep.
14786
14787	From Eli Zaretskii <eliz@is.elta.co.il>:
14788	* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14789	long file name when using DJGPP on MS-DOS.
14790
14791Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14792
14793	* config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14794
147951999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14796
14797	* Makefile.in (check-target-libio): Remove all-target-libstdc++
14798	dependency as this causes "make check" to globally "make all"
14799
14800Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14801
14802	* configure.in (target_libs): Added target-zlib.
14803	* Makefile.in (ALL_TARGET_MODULES): Added zlib.
14804	(CONFIGURE_TARGET_MODULES): Likewise.
14805	(CHECK_TARGET_MODULES): Likewise.
14806	(INSTALL_TARGET_MODULES): Likewise.
14807	(CLEAN_TARGET_MODULES): Likewise.
14808	(configure-target-zlib): New target.
14809	(all-target-zlib): Likewise.
14810	(all-target-libjava): Depend on all-target-zlib.
14811	(configure-target-libjava): Depend on configure-target-zlib.
14812
14813	* Makefile.in (configure-target-libjava): Depend on
14814	configure-target-newlib.
14815	(configure-target-boehm-gc): New target.
14816	(configure-target-qthreads): New target.
14817
14818	* configure.in (target_libs): Added target-qthreads.
14819	* Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14820	(CONFIGURE_TARGET_MODULES): Likewise.
14821	(CHECK_TARGET_MODULES): Likewise.
14822	(INSTALL_TARGET_MODULES): Likewise.
14823	(CLEAN_TARGET_MODULES): Likewise.
14824	(all-target-qthreads): New target.
14825	(configure-target-libjava): Depend on configure-target-qthreads.
14826	(all-target-libjava): Depend on all-target-qthreads.
14827
14828	* Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14829	(CONFIGURE_TARGET_MODULES): Likewise.
14830	(CHECK_TARGET_MODULES): Likewise.
14831	(INSTALL_TARGET_MODULES): Likewise.
14832	(CLEAN_TARGET_MODULES): Likewise.
14833	(all-target-libjava): New target.
14834	(all-target-boehm-gc): Likewise.
14835	* configure.in (target_libs): Added libjava, boehm-gc.
14836
148371999-07-22  Ian Lance Taylor  <ian@zembu.com>
14838
14839	* Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14840	configure.bat in SUPPORT_FILES.
14841	(gas+binutils.tar.bz2): Likewise.
14842
14843	* makeall.bat: Remove; obsolete.
14844
148451999-07-21  Ian Lance Taylor  <ian@zembu.com>
14846
14847	From Mark Elbrecht:
14848	* configure.bat: Remove; obsolete.
14849
148501999-07-11  Ian Lance Taylor  <ian@zembu.com>
14851
14852	* configure: Add -W -Wall to the default CFLAGS when compiling with
14853	gcc.
14854
14855Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14856
14857	* configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14858
148591999-06-30  Mark Mitchell  <mark@codesourcery.com>
14860
14861	* configure.in: Build ld on IRIX6.
14862
148631999-06-12  Ian Lance Taylor  <ian@zembu.com>
14864
14865	* Makefile.in: Change distribution targets to use bzip2 instead of
14866	gzip.
14867	(TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14868	(taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14869
148701999-06-04  Nick Clifton  <nickc@cygnus.com>
14871
14872	* config.sub: Add mcore target.
14873
14874Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14875
14876	* config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14877
14878Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14879
14880	* config.guess (dummy): Changed to $dummy.
14881
148821999-05-24  Nick Clifton  <nickc@cygnus.com>
14883
14884	* config.sub: Tidied up case statements.
14885
148861999-05-22  Ben Elliston  <bje@cygnus.com>
14887
14888	* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14889	<jiro@din.or.jp>.
14890
14891	* config.guess: Merge with FSF version. Future changes will be
14892	more accurately recorded in this ChangeLog.
14893	* config.sub: Likewise.
14894
14895Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14896
14897	 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14898
148991999-04-30  Tom Tromey  <tromey@cygnus.com>
14900
14901	* ltmain.sh: [mode link] Always use CC given by ltconfig.
14902
149031999-04-23  Tom Tromey  <tromey@cygnus.com>
14904
14905	* ltconfig, ltmain.sh: Update to libtool 1.2f.
14906
149071999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14908
14909	* configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14910	(noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14911	Bad merge removed these two changes.
14912
14913Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14914			  Martin Heller (Ing.-Buero_Heller@t-online.de)
14915
14916	* config.guess (interix Alpha): Add.
14917
149181999-04-11  Richard Henderson  <rth@cygnus.com>
14919
14920	* configure.in (i?86-*-beos*): Do config gperf; don't config
14921	gdb, newlib, or libgloss.
14922
14923Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14924
14925	* config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14926	link a trivial program with -mabi=64.  If it fails, remove mabi=64
14927	from multidirs.
14928
14929Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14930
14931	* config.sub: Set basic_machine to i586 when target_alias = k6-*.
14932
149331999-04-08  Nick Clifton  <nickc@cygnus.com>
14934
14935	* config.sub: Add support for mcore targets.
14936
149371999-04-07  Michael Meissner  <meissner@cygnus.com>
14938
14939	* configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14940	not mt-ospace, in order to shut up assembler warning about using
14941	symbols that are named the same as registers.
14942
149431999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14944
14945	* Makefile.in (all-target-cygmon): Added all-target-bsp to the
14946	dependency list for all-target-cygmon.
14947
149481999-04-05  Doug Evans  <devans@casey.cygnus.com>
14949
14950	* config-ml.in: Check $host, not $target, for selective multilibs.
14951	(arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14952	thumb interworking, and underscore prefix multilibs.
14953
149541999-04-04  Ian Lance Taylor  <ian@zembu.com>
14955
14956	* missing: Update to version from current automake.
14957
14958Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14959
14960	* configure (gxx_include_dir): Removed.
14961
14962	* configure.in (gxx_include_dir): Handle it.
14963	* Makefile.in: Likewise.
14964
149651999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14966
14967	* config.sub (mips64vr4111,mips64vr4111el) Add.
14968
149691999-03-21  Ben Elliston  <bje@cygnus.com>
14970
14971	* config.guess: Correct typo for detecting ELF on FreeBSD.
14972
14973Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14974
14975	* configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14976	config/mh-djgpp.
14977
14978Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14979
14980	* Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14981	all-target-newlib to dependency list for all-target-bsp.
14982
14983Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14984
14985	* config.sub: Add i386-uwin support.
14986	* config.guess: Likewise.
14987
14988Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14989
14990	* configure.in: cleanup, add mh-*pic handling for arm, special
14991	case powerpc*-*-aix*
14992
14993Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14994
14995	* configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14996	can be built.
14997
14998Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14999
15000	* configure.in: Added bsp support to arm-*-coff and arm-*-elf
15001	targets.
15002
150031999-03-02  Nick Clifton  <nickc@cygnus.com>
15004
15005	* config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15006
15007Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
15008
15009	* config.sub: Check for "cygwin*" rather than "cygwin32*"
15010
150111999-02-24  Nick Clifton  <nickc@cygnus.com>
15012
15013	* config.sub: Fix typo in arm recognition.
15014
15015Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
15016
15017	* configure.in (noconfigdirs): Changed target_configdirs to
15018	include target-bsp only for m68k-*-elf* and m68k-*-coff*
15019	rather than m68k-*-* since it is not known to work on
15020	m68k-aout. Ditto for arm-*-*oabi.
15021
15022Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
15023
15024	* configure.in (*-*-windows*): Remove, no longer used.
15025
150261999-02-19  Ben Elliston <bje@cygnus.com>
15027
15028	* config.guess: Automatically recognise ELF on FreeBSD. From Niall
15029	Smart and improved by Andrew Cagney.
15030
15031Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
15032
15033	* config.guess: Recognize openbsd-*-hppa.
15034
15035Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
15036
15037	* Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15038	only if it is not empty.
15039
150401999-02-17  Nick Clifton  <nickc@cygnus.com>
15041
15042	Patch from: Scott Bambrough <scottb@corelcomputer.com>
15043
15044	* config.guess: Modified to recognize uname's armv* syntax.
15045
15046	* config.sub: Modified to recognize uname's armv* syntax.
15047
150481999-02-17  Mark Salter  <msalter@cygnus.com>
15049
15050	* configure.in: Added target-bsp for sparclite.
15051
15052Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
15053
15054	* config.sub: Recognize alphapca5[67] and up to alphaev8.
15055
150561999-02-08  Nick Clifton  <nickc@cygnus.com>
15057
15058	* configure.in: Add support for strongarm port.
15059	* config.sub: Add support for strongarm target.
15060
15061Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15062
15063	* configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15064	the old name config/mh-cygwin32.
15065	Enable texinfo.
15066
15067Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
15068
15069	* configure.in: Do build ld for ix86 Solaris.
15070
15071Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
15072
15073	* Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
15074	$AR_FOR_TARGET.  Likewise for RANLIB.
15075
15076Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15077
15078	* config.sub (oabi):  Recognize.
15079	* configure.in (arm-*-oabi):  Handle.
15080
15081Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15082
15083	* config.guess: Improve detection of i686 on UnixWare 7.
15084
15085Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15086
15087	* config.guess: Add support for i386-pc-interix.
15088	* config.sub: Likewise.
15089	* configure.in: Likewise.
15090
15091Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15092
15093	* Makefile.in: Remove unneeded all-target-libio from
15094	from all-target-winsup target since it is now unneeded.
15095	Add all-target-libtermcap in its place since it is now
15096	needed.
15097
15098Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15099
15100	* configure.in: makefile stub for cygwin target is probably
15101	unnecessary.  Remove it for now.
15102
15103Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15104
15105	* configure.in: libtermcap.a should be built when cygwin is the
15106	target as well as the host.
15107	* config.guess: Allow mixed case in cygwin uname output.
15108	* Makefile.in: Add libtermcap target.
15109
15110Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15111
15112	* config.sub: Clean up handling of hppa2.0.
15113
15114Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15115
15116	* config.guess: Use C code to identify more HP machines.
15117
15118Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15119
15120	* config.sub: Handle hppa2.0.
15121
15122Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15123
15124	* configure.in: Add cygmon for x86-coff and x86-elf. Configure
15125	cygmon for all sparclite targets, regardless of object format.
15126
151271998-12-15  Mark Salter  <msalter@cygnus.com>
15128
15129	* configure.in: Added target-bsp for several target architectures.
15130
15131	* Makefile.in: Added rules for bsp.
15132
15133Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15134
15135	* config.guess: Improve detection of hppa2.0 processors.
15136
15137Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15138
15139	* config.guess: Recognize FreeBSD using ELF automatically.
15140
151411998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15142
15143	* configure (skip-this-dir): Add handling for new shell script, which
15144	might be created by a sub-directory's configure to indicate, this particular
15145	directory is "unwanted".
15146	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15147
15148Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15149
15150	* ltconfig: import from libtool, after changing libtool to
15151	account for the cygwin name change.
15152
15153Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15154
15155	* Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15156	include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15157
15158Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15159
15160	* configure.in: Add libtermcap to list of cygwin dependencies.
15161
15162Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15163
15164	* Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15165	they include winsup/include when it's a cygwin target.
15166
151671998-11-12  Tom Tromey  <tromey@cygnus.com>
15168
15169	* configure.in (host_tools): Added zip.
15170	* Makefile.in (all-target-libjava): Depend on all-zip.
15171	(all-zip): New target.
15172	(ALL_MODULES): Added all-zip.
15173	(NATIVE_CHECK_MODULES): Added check-zip.
15174	(INSTALL_MODULES): Added install-zip.
15175	(CLEAN_MODULES): Added clean-zip.
15176
15177Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15178
15179	* Makefile.in: lose "32" from comment about cygwin.
15180
15181Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15182
15183	* configure.in: Use -Os to build target libraries for the fr30.
15184
15185Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15186
15187	* config.sub: Add fr30.
15188
15189Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15190
15191	* configure.in: drop "32" from config/mh-cygwin32.  Check
15192	cygwin* instead of cygwin32*.
15193	* config.sub: Check cygwin* instead of cygwin32*.
15194
15195Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15196
15197	* config.guess: Match any version of Unixware7.
15198
151991998-10-20  Syd Polk  <spolk@cygnus.com>
15200
15201	* Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15202	if desired.
15203
15204Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15205
15206	* config.if (cxx_interface, libstdcxx_interface): Do not try to set
15207	these if the appropriate directories and files to not exist.
15208
15209Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15210
15211	* Makefile.in (DEVO_SUPPORT): Add config.if.
15212
15213Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15214
15215	* configure: Add pattern to replace "build_tooldir"'s
15216	definition in the generated Makefile with "tooldir"'s
15217	actual value.
15218
15219Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15220
15221	* config.sub: Bring back lost sparcv9.
15222
15223	* Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15224
15225Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15226
15227	* Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15228	CC_FOR_TARGET and friends.
15229
15230Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15231
15232	* Makefile.in (build_tooldir): New variable, same as tooldir.
15233	(CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15234	-B$(build_tooldir)/bin/.
15235	(BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15236
15237Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15238
15239	* README: Remove installation instructions and refer to the
15240	INSTALL directory instead.
15241
15242Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15243
15244	* config.sub: Add support for i[34567]86-pc-udk.
15245	* configure.in: Likewise.
15246
15247Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15248
15249	* Makefile.in: add bzip2 package building bits for user
15250	tools module
15251	* configure.in: ditto
15252
15253Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15254
15255	* Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15256	(ALL_TARGET_MODULES): Add all-target-libobjc.
15257	(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15258	(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15259	(all-target-libchill): Add dependencies.
15260	* configure.in (target_libs): Add libchill.
15261
152621998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15263
15264	* configure.in (target_subdir): Remove duplicate line.
15265
15266Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15267
15268	* Makefile.in (all-automake): fix dependencies.
15269
15270Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15271
15272	* configure.in: Minor cleanups for building in the $(target_alias)
15273	subdir.
15274
152751998-09-22  Jim Wilson  <wilson@cygnus.com>
15276
15277	* Makefile.in (bootstrap): Set r and s before make all.  Use
15278	BASE_FLAGS_TO_PASS in make all.
15279	(cross): Likewise.
15280
152811998-09-20  Mark Mitchell  <mark@markmitchell.com>
15282
15283	* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15284
15285Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15286
15287	* config.sub: Fix typo in last change.
15288
152891998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15290
15291	* config.sub: Add support for C4x target.
15292	* configure.in: Likewise.
15293
152941998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15295
15296	* config.sub: Recognize sparcv9 just like sparc64.
15297
15298Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15299
15300	* config.guess: Match "Pent II" or "PentII" for OpenServer.
15301
15302Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15303
15304	* config.guess: Correctly identify Pentium II sco boxes.
15305
15306	* config.guess: Fix "tr" code.  From Weiwen Liu.
15307
15308Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15309
15310	* configure.in: Do not assume x86-svr4 or x86-unixware can handle
15311	stabs.
15312
15313Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15314
15315	* Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15316	(ALL_TARGET_MODULES): Add all-target-libchill.
15317	(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15318	(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15319	(all-target-libchill): Add dependencies.
15320	* configure.in (target_libs): Add libchill.
15321
15322Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15323
15324	* config.guess: Avoid assumptions about "tr" behaves when
15325	LANG is set to something other than English.
15326
15327Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15328
15329	* configure (gxx_include_dir): Changed to
15330	'${prefix}/include/g++'-${libstdcxx_interface}.
15331
15332	* config.if: New to determine the interfaces.
15333
15334Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15335
15336	* config.guess: Detect and handle MPE/IX.
15337	* config.sub: Deal with MPE/IX.
15338
15339Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15340
15341	* configure.in: Use mh-aix43.
15342
153431998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15344
15345	* configure: Fix --without/--disable cases for gxx-include-dir.
15346
15347Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15348
15349	* mdata-sh:  Imported.  Needed for automake support.
15350
15351Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15352
15353	* Makefile.in (taz): Try "chmod -R og=u ." before
15354	"chmod og=u `find . -print`".
15355
15356Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15357
15358	* configure.in: Add arm-elf and thumb-elf support.
15359
15360Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15361
15362	* Makefile.in: Undo previous patch.
15363
15364Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15365
15366	* Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15367	to here ...
15368	(install-no-fixedincludes): and here
15369	(INSTALL_MODULES): ... from here.
15370
15371Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15372
15373	* config.sub: Merge with FSF.
15374
15375	* config.guess: Merge with FSF.
15376
15377Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15378
15379	* configure (extraconfigdirs): New variable.
15380	(SUBDIRS): Add extraconfigdirs and recurse on them too.
15381	* Makefile.in (all): Move higher in file.
15382	(EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15383	(EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15384	(ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15385	(CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15386	(INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15387
153881998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15389
15390	* Makefile.in (all-target-libjava): Depend on all-gcc and
15391	all-target-newlib.
15392	(configure-target-libjava): Depend on $(ALL_GCC).
15393
15394Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15395
15396	* config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15397	(*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15398
15399Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15400
15401	* INSTALL/README: Fix typo.
15402
15403Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15404
15405	* ylwrap: Change absolute path checks to check for DOS style path
15406	names.
15407
15408	* ylwrap: Don't use a full path name if the source file is in the
15409	same directory.  From hjl@lucon.org (H.J. Lu).
15410
15411	* config-ml.in: Default to being verbose, to match Feb 18 change to
15412	configure.
15413
15414Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15415
15416	Brought over from egcs:
15417
15418	Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15419
15420	* configure.in (target_subdir): Set to ${target_alias} instead
15421	of "libraries".
15422
15423	Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15424
15425	* configure.in (target_subdir): Set to libraries if enable_multilib.
15426
15427Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15428
15429	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15430	multilibs, force reconfiguration the first time we create
15431	multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15432
15433Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15434
15435	* configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15436	avoid confusion with --no-recursion.
15437
15438Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15439
15440	* configure.in: Win32 hosts shouldn't use install -x
15441	* install-sh: remove -x option, and special .exe-handling
15442	hack.
15443
15444Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15445
15446	* config.guess: Recognize i586-pc-beos.
15447	* configure.in: Don't build some bits for beos.
15448
15449Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15450
15451	* configure: If CC is set but CFLAGS is not, and CC is gcc, make
15452	CFLAGS default to -O2.
15453
15454	* ltmain.sh: Add some hacks to make SunOS --enable-shared work
15455	when using GNU ld.
15456
15457Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15458
15459	* ltmain.sh: Correct install when using a different shell.
15460
15461Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15462
15463	* ltconfig, ltmain.sh: Update to libtool 1.2b.
15464
15465Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15466
15467	* makefile.vms: Update to build binutils/makefile.vms.  Add install
15468	target.
15469
15470Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15471
15472	* ltconfig: Update to correct AIX handling.
15473
15474Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15475
15476	* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15477
15478	* configure.in (target_subdir): Set to ${target_alias} instead
15479	of "libraries".
15480
154811998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15482
15483	* Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15484	(Makefile): Depend on $(gcc_version_trigger).
15485
15486	* configure (gcc_version): Change default initializer to empty
15487	string.
15488	(gcc_version_trigger): New variable; pass this variable down
15489	to subdir configures to enable them checking gcc's version
15490	themselves. Emit make macros for both gcc_version vars.
15491	(topsrcdir): Initialize reliably.
15492	(recursion line): Remove --with-gcc-version=${gcc_version}.
15493
154941998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15495
15496	* configure (enable_version_specific_runtime_libs): Implement new flag
15497	--enable-version-specific-runtime-libs which installs C++ runtime stuff
15498	in $(libsubdir); emit definition in each generated Makefile.
15499	(gxx_include_dir): Initialize depending on
15500	$enable_version_specific_runtime_libs.
15501
155021998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15503
15504	* configure (gcc_version): Initialize properly depending on
15505	how and where configure is started.
15506	(recursion line): Pass a --with-gcc-version=${gcc_version}
15507	to configures in subdirs.
15508
15509Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15510
15511	* configure.in (noconfigdirs): Add configure pattern for mips tx39
15512	cygmon
15513
15514Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15515
15516	* configure.in: Add cygmon and libstub support for mn10200.
15517
155181998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15519
15520	* configure (gcc_version): Add new variable describing the
15521	particular gcc version we're building.
15522	* Makefile.in (libsubdir): Add new macro for the directory
15523	in which the compiler finds executables, libraries, etc.
15524	(BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15525	and libsubdir.
15526
15527Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15528
15529	* Makefile.in (local-clean): Remove *.log.
15530	(warning.log): Built with warn_summary from build.log.
15531	(mail-report.log): Run test_summary.
15532	(mail-report-with-warnings.log): Run test_summary including
15533	warning.log in the report.
15534
15535Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
15536
15537	* config.guess: Detection of Pentium II for *-sco-3.2v5*.
15538
15539Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
15540
15541	* Makefile.in (grep): Grep no longer depends on libiberty.
15542
15543Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
15544
15545	* Makefile.in: all-snavigator needs all-libgui.
15546
15547Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
15548
15549	* configure.in: Add cygmon and libstub support for mn10300.
15550
15551Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
15552
15553	* missing: Update to version from automake 1.3.
15554
15555	* ltmain.sh: On installation, don't get confused if the same name
15556	appears more than once in the list of library names.
15557
15558Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15559
15560	* config.sub: Accept m68060 and m5200 as CPU names.
15561
15562Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
15563
15564	* configure: Use && rather than using -a in test, because odd
15565	strings can confuse test.
15566	* configure.in: Likewise.
15567
15568Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15569
15570	* ltconfig, ltmain.sh: Bring in Visual C++ support.
15571
15572Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15573
15574	* Makefile.in (boostrap2-lean, bootstrap3-lean,
15575	bootstrap4-lean): New targets.
15576
15577Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
15578
15579	* mpw-* Delete.  Not used.
15580
15581Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
15582
15583	* COPYING.LIB: Update FSF address.
15584
15585Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
15586
15587	* ltconfig, ltmain.sh: Update to libtool 1.2a.
15588
15589	* Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15590	GAS_SUPPORT_DIRS.
15591
15592Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
15593
15594	* ltconfig, ltmain.sh: Avoid producing a version number if
15595	-version-info was not used.
15596
15597Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15598
15599	* configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15600	building with newlib.
15601
156021998-04-30  Paul Eggert  <eggert@twinsun.com>
15603
15604	* Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15605	Solaris `make' causes it to continue to next definition.
15606
15607Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15608
15609	* Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15610	the right GUI libraries and files are installed along with GDB.
15611
15612Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15613
15614	* configure.in: Change alpha to alpha* in several places.
15615
15616Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
15617
15618	* config.sub: Recognize sparc86x.
15619
15620Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
15621
15622	* configure.in (--enable-target-optspace): Remove debug echo.
15623
15624Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
15625
15626	* configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15627
15628Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15629
15630	* ltconfig: Update cygwin32 support.
15631
15632	* Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15633	(BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15634	(GDB_SUPPORT_DIRS): Likewise.
15635
15636Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
15637
15638	* configure.in (target_makefile_frag): If --enable-target-optspace,
15639	use -Os to compile target libraries rather than -O2.  Default to
15640	using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15641	not used.
15642	* configure.in (target_cflags): Ditto for d30v.
15643
15644Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
15645
15646	* Makefile.in (all-bfd): Depend on all-intl.
15647	(all-binutils): Likewise.
15648	(all-gas): Likewise.
15649	(all-gprof): Likewise.
15650	(all-ld): Likewise.
15651
156521998-04-19  Brendan Kehoe  <brendan@cygnus.com>
15653
15654	* configure.in (host_tools): Fix typo, lbtool -> libtool.
15655
15656Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15657
15658	* Makefile.in (all-bfd): Depend upon all-libiberty.
15659
15660	* ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15661
15662Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
15663
15664	* Makefile.in: Add libstub.
15665
15666	* configure.in: Ditto. Build libstub for targets that have cygmon
15667	support.
15668
15669Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
15670
15671	* configure.in: Don't set PICFLAG on ix86-cygwin32.
15672
15673Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
15674
15675	* configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15676	use mh-sysv5 if specified.  Support gprof on SCO Open Server.
15677
15678Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
15679
15680	* configure: Define DEFAULT_M4 by searching PATH.
15681	* Makfile.in: Use DEFAULT_M4.
15682
15683Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15684
15685	* ltconfig: Add cygwin32 support.
15686
15687	* Makefile.in, configure.in: Add libtool as a native only directory
15688	to configure and build.
15689
15690Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
15691
15692	* Makefile.in (INSTALL_MODULES): Remove texinfo.
15693
15694Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15695
15696	* Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15697
15698Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15699
15700	* Makefile.in: add ash make rules
15701	* configure.in: add ash to native_only and host_tools lists
15702
15703Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15704
15705	* Makefile.in (all-gettext, all-intl): New targets.
15706	(ALL_MODULES): Added all-gettext, all-intl.
15707	(CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15708	(INSTALL_MODULES): Added install-gettext, install-intl.
15709	(CLEAN_MODULES): Added clean-gettext, clean-intl.
15710
15711	* configure.in (host_tools): Added gettext.
15712	(native_only): Likewise.
15713	(noconfigdirs) [various cases]: Likewise.
15714	(host_libs): Added intl.
15715
15716Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15717
15718	* configure: Do not disable building gdbtk for cygwin32 hosts.
15719
15720Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15721
15722	* configure.in: Add thumb-coff target.
15723	* config.sub: Add thumb-coff target.
15724
15725Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15726
15727	* Makefile.in: Revert yesterday's change.
15728	(all-target-winsup):  all-target-librx stays out of here.
15729
15730Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15731
15732	* Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15733	CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15734	INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15735	Remove references to librx and libg++.
15736
15737Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15738
15739	* Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15740	recursive makes
15741
15742Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15743
15744	* Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15745	for newlib directory.
15746	(CXX_FOR_TARGET): Likewise.
15747
15748Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15749
15750	* ltconfig: Update after libtool/ltconfig.in change for
15751	hpux11.
15752
15753Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15754
15755	* ltconfig, ltmain.sh: Update to libtool 1.2.
15756
15757Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15758
15759	* Makefile.in (install-gcc): Don't specify LANGUAGES here.
15760	(install-gcc-cross): Instead, override LANGUAGES here.
15761
157621998-03-18  Dave Love  <d.love@dl.ac.uk>
15763
15764	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15765	non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15766
15767Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15768
15769	* configure.in: Add Thumb-pe target.
15770
15771Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15772
15773	* Makefile.in - changed sn targets to snavigator
15774	* configure.in - changed sn targets to snavigator
15775
15776Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15777
15778	* config-ml.in: After building symlink tree call make distclean
15779	if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15780	to be the case for libiberty.
15781
15782Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15783
15784	* configure: When making link, also check the current
15785	directory. The configure scripts may create one.
15786
15787Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15788
15789	* config.sub: Accept alphapca56 and alphaev6 properly.
15790
15791Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15792
15793	* configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15794
15795Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15796
15797	* config.sub (sco5): Fix typo.
15798
15799Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15800
15801	* Makefile.in (INSTALL_MODULES): Move install-tcl before
15802	install-itcl.
15803	(install-itcl): Remove dependency on install-tcl.
15804
15805Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15806
15807	* configure.in: Remove libgloss from noconfigdirs for MN10300.
15808
15809Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15810
15811	* configure.in: Don't build libgui for a cygwin32 target when not on
15812	a cygwin32 host.
15813
15814Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15815
15816	* configure (redirect): Set to null, so default behavior of
15817	configure is now --verbose.
15818
158191998-02-16  Dave Love  <d.love@dl.ac.uk>
15820
15821	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15822	CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15823
15824Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15825
15826	* Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15827	this change to sync Makefile.in with its ChangeLog entries.
15828
15829Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15830
15831	* ltmain.sh (mkdir): Check that the directory doesn't exist
15832	before we exit with error, so that we don't get races during
15833	parallel builds.
15834
15835Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15836
15837	* ltconfig, ltmain.sh: Update from libtool 1.0i.
15838
15839Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15840
15841	* Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15842	PICFLAG_FOR_TARGET.
15843	(EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15844
15845	* configure: Emit a definition for the new macro enable_shared
15846	into each Makefile.
15847
15848Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15849
15850	* configure.in (host_tools, native_only): Add libtool.
15851
15852Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15853
15854	* configure.in: add target-gperf to noconfigdirs for Cygwin32.
15855	Fix typo in ming config comment.
15856
15857Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15858
15859	* ltconfig, ltmain.sh: Update from libtool 1.0h.
15860
15861Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15862
15863	* config.sub: Add tic30 cases, and map c30 to tic30.
15864
15865Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15866
15867	* Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15868	(ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15869	(CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15870	(CLEAN_TARGET_MODULES): Similarly
15871	(all-target-libf2c): Add dependences.
15872	* configure.in (target_libs): Add libf2c.
15873
15874Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15875
15876	* configure.in: Remove expect from noconfigdirs when target
15877	is cygwin32.  OK to build expect and dejagnu with Canadian
15878	Cross.
15879
15880Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15881
15882	* configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15883	host.
15884
15885	* config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15886	and mingw32.
15887
15888Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15889
15890	* Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15891	here as it is not defined in the toplevel Makefile.
15892
15893Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15894
15895	* configure (package_makefile_rules_frag): New variable, which names
15896	a file with generic rules, ...
15897	Change comment to mention we now have FIVE parts.
15898	* configure: Undo last change.
15899
15900Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15901
15902	* config.guess: More accurate determination of HP processor types.
15903	* config.sub: More accurate determination of HP processor types.
15904
15905Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15906
15907	* configure (package_makefile_frag): Move inserting the
15908	${package_makefile_frag} to where it should be according
15909	to the comment.
15910
15911Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15912
15913	* config.guess: Add support for Linux/ARM.
15914
15915Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15916
15917	* .cvsignore: Remove *-info and *-install since they match
15918	release-info and mpw-install, which we don't want to just ignore.
15919
15920Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15921
15922	* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15923
15924Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15925
15926	* Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15927	local_prefix to sub-make invocations.
15928
15929Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15930
15931	* configure.in: Check makefile fragments in the source
15932	directory.
15933
15934Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15935
15936	* configure.in: Check whether host and target makefile
15937	fragments exist before adding them to *_makefile_frag.
15938
15939Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15940
15941	* configure.in (target_configdirs): Add cygmon for sparc64-elf.
15942
15943Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15944
15945	* configure.in: Make sure we only replace RPATH_ENVVAR on
15946	lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15947	regexp to sed.
15948
15949	* Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15950	to sub-makes.
15951
159521998-01-13  Lee Iverson   (leei@ai.sri.com)
15953
15954	* config-ml.in (multi-do): LDFLAGS must include multilib
15955	designator.
15956
15957Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15958
15959	* config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15960
15961Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15962
15963	* config.sub: Add mingw32 support.
15964	* configure.in: Likewise.
15965
15966Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15967
15968	* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15969
15970Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15971
15972	* Makefile.in (INSTALL_TARGET): Do install-gcc first.
15973	* configure (gxx_include_dir): Provide a definition for subdirs
15974	which do not use autoconf.
15975
15976Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15977
15978	* config.guess: Sync with egcs.  Picks up new alpha support,
15979	BeOS & some additional linux support.
15980
15981Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15982
15983	* config.guess: HP 9000/803 is a PA1.1 machine.
15984
15985Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15986
15987	* configure.in: It's alpha*-...
15988
15989Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15990
15991	* configure.in (host_makefile_frag, target_makefile_frag):
15992	Handle multiple config files.
15993	(alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15994	alpha-*-*.
15995
15996Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15997
15998	* mkdep: New file.
15999
16000Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
16001
16002	* configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16003
16004Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16005
16006	* Makefile.in: Add libgui directory.
16007	(GDB_TK): Add all-libgui.
16008	* configure.in: Add libgui directory.
16009	* configure: Add all-libgui to GDB_TK.
16010
16011Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
16012
16013	* config-ml.in (multidirs): Add m32r to multilib list.
16014
16015Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
16016
16017	* Makefile.in (all-target-gperf): Change dependency to
16018	all-target-libstdc++.
16019
16020Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
16021
16022	* config.guess: Add BeOS support.
16023
16024Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16025
16026	Source directory cvs renamed to cvssrc:
16027	* configure.in (host_tools): Change cvs to cvssrc.
16028	(native_only): Likewise.
16029	(noconfigdirs) [various cases]: Likewise.
16030	* Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16031	(CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16032	(INSTALL_MODULES): Change install-cvs to install-cvssrc.
16033	(CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16034	(all-cvssrc): Rename target from all-cvs.
16035
16036Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
16037
16038	* configure (gxx_include_dir): Fix thinko.
16039
16040Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
16041
16042	* Makefile.in (INSTALL_TARGET_CROSS): Define.
16043	(install-cross, install-gcc-cross): New targets.
16044
16045Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
16046
16047	* configure.in (noconfigdirs): Add support for Thumb target.
16048
16049	* config.sub (maybe_os): Add support for Thumb target.
16050
16051Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
16052
16053	* Makefile.in: Add rules for cygmon.
16054
16055	* configure.in: Build cygmon for sparc-elf and sparclite-aout.
16056
16057Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
16058
16059	* Makefile.in (INSTALL_TARGET): Do install-gcc first.
16060	* configure (gxx_include_dir): Provide a definition for subdirs
16061	which do not use autoconf.
16062
16063Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
16064
16065	* Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16066	11/18/97 build
16067
16068Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
16069
16070	* From Franz Sirl.
16071	* config.guess (powerpc*-*-linux): Handle glibc2 beta release
16072	found on RedHat Linux systems.
16073
16074Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
16075
16076	* config.guess (alpha stuff): Merge with FSF to avoid incorrect
16077	guesses.
16078
16079Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16080
16081	* configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16082
16083Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16084
16085	* ltmain.sh: If mkdir fails, check whether the directory was created
16086	anyhow by some other process.
16087
16088Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16089
16090	* configure.in (d30v-*-*): Configure all directories.
16091
16092Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16093
16094	* configure.in (d30v-*-*): Configure newlib, libiberty directories
16095	for the D30V.
16096
16097Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16098
16099	* configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16100
16101Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16102
16103	* include/libiberty.h: Add extern "C" { so it can be used with C++
16104	progrms.
16105	* include/remote-sim.h:  Add extern "C" { so it can be used with C++
16106	programs.
16107
16108Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16109
16110	* configure.in (d30v-*-*): Configure GCC now.
16111
16112Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16113
16114	* configure.in: Remove a "second pass" of tweaking noconfigdirs,
16115	is no longer needed.
16116
16117Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16118
16119	* Makefile.in: check-target-libio depends on all-target-libstdc++.
16120
16121Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16122
16123	* Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16124	targets using "$@" to provide support for similar but not identical
16125	targets without having to duplicate code.
16126
16127Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16128
16129	* makefile.vms: Fix to work with DEC C.
16130
16131Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16132
16133	* config.sub: Add mips-tx39-elf to marketing names.
16134
16135Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16136
16137	* ltmain.sh: Handle symlinks in generated script.
16138
16139Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16140
16141	* configure: Handle autoconf style directory options: --bindir,
16142	--datadir, --includedir, --infodir, --libdir, --libexecdir,
16143	--mandir, --oldincludedir, --sbindir, --sharedstatedir,
16144	--sysconfdir.
16145	* Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16146	(sharedstatedir, localstatedir, oldincludedir): New variables.
16147	(BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16148	infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16149	sbindir, sharedstatedir, and sysconfdir.
16150
16151Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16152
16153	* Makefile.in (bootstrap-lean): New target.
16154
16155Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16156
16157	* configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16158	sn, and gnuserv from noconfigdirs.
16159
16160Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16161
16162	* ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16163
16164Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16165
16166	* Makefile.in (cross): New target.
16167
16168Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16169			  Jeff Law	   <law@cygnus.com>
16170
16171	* Makefile.in (bootstrap2, bootstrap3): New targets.
16172	(all-bootstrap): Remove outdated and confusing target.
16173	(bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16174
16175Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16176
16177	* configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16178	windows.  Consistent with gdb/configure.
16179
161801997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16181
16182	* configure.in: Name Linux target fragment.
16183
16184	* configure: Rewrite so that project Makefile fragment is inserted
16185	first and appears last in the resulting Makefile.
16186
16187Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16188
16189	* Makefile.in (install-itcl): Install tcl first.
16190
16191Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16192
16193	* configure.in: remove bison from noconfigdirs for Cygwin32 host
16194
16195Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16196
16197	* Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16198
16199	* configure.in (skipdirs): Add target-librx for Linux.
16200	(alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16201
16202Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16203
16204	* Makefile.in (bootstrap): New target.
16205
16206Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16207
16208	* config.sub: Accept 'amigados' for backward compatibility.
16209
16210Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16211
16212	* config.guess: Merge with FSF.
16213
16214Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16215
16216	* config.sub: Change 'amigados' to 'amigaos' to match current usage.
16217
16218Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16219
16220	* config.sub: Add "marketing-names" patch.
16221
16222Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16223
16224	* configure.in (*-*-rtems*): Do not build libgloss for rtems.
16225
16226Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16227
16228	* config.sub: Handle v850-elf.
16229
16230Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16231
16232	* .cvsignore (*-install): Remove.
16233
16234Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16235
16236	* ltconfig: Set CONFIG_SHELL in libtool.
16237	* ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16238
16239Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16240
16241	* configure.in (target_subdir): Set to libraries if enable_multilib.
16242
16243Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16244
16245	* config.guess: Update from gcc directory.
16246
16247Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16248
16249	* Makefile.in (all-sim): Depends on all-readline.
16250
16251Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16252
16253	* Makefile.in (BISON, YACC): Use $$s.
16254	(all-bison): Depend on all-texinfo.
16255
16256Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16257
16258	* Makefile.in (BISON): Add -L flag.
16259	(YACC): Likewise.
16260
16261Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16262
16263	* configure.in (noconfigdirs): Add support for v850e target.
16264
16265	* config.sub (maybe_os): Add support for v850e target.
16266
16267Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16268
16269	* configure.in (noconfigdirs): Add support for v850ea target.
16270
16271	* config.sub (maybe_os): Add support for v850ea target.
16272
16273Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16274
16275	* config.sub: Add mipstx39.  Delete r3900.
16276
16277Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16278
16279	* Makefile.in (all-autoconf): Depends on all-texinfo.
16280
16281Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16282
16283	* config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16284	eabi targets.
16285
16286Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16287
16288	* configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16289
16290	* configure: When handling a Canadian Cross, handle YACC as well as
16291	BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16292	* Makefile.in (all-bison): Depend upon all-texinfo.
16293
16294Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16295
16296	* Makefile.in (BISON): bison, not byacc or bison -y.
16297	(YACC): bison -y or byacc or yacc.
16298	(various): Add *-bison as appropriate.
16299	(taz): No need to mess with BISON anymore.
16300
16301Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16302
16303	* configure: If OSTYPE matches *win32*, try to find a good value for
16304	CONFIG_SHELL.
16305
16306Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16307
16308	* Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16309	configure.in if it is present.
16310
16311Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16312
16313	* Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16314
16315Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16316
16317	* config.sub: Recognize `arc' cpu.
16318	* configure.in: Likewise.
16319	* config-ml.in: Likewise.
16320
16321Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16322
16323	* Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16324
16325Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16326
16327	* configure: Changed sed delimiter from ':' to '|' when
16328	attempting to substitute ${config_shell} for SHELL. On
16329	NT ${config_shell} may contain a ':' in it.
16330
16331Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16332
16333	* Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16334
16335Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16336
16337	* Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16338
16339Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16340
16341	* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16342
16343	* ylwrap: If the program is a relative path, force it to be
16344	absolute.
16345
16346Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16347
16348	* configure (tooldir): Set BISON to `bison -y' and not just bison.
16349
16350Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16351
16352	* Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16353	correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16354	for libraries.
16355
16356Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16357
16358	* Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16359	separated by spaces.
16360
16361Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16362
16363	* ylwrap: New file.
16364	* Makefile.in (DEVO_SUPPORT): Add ylwrap.
16365
16366	* ltmain.sh: Handle /bin/sh at start of install program.
16367
16368	* Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16369
16370	* ltconfig, ltmain.sh: New files, from libtool 1.0.
16371	* missing: New file, from automake 1.2.
16372
16373Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16374
16375	* Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16376	check-tk to CHECK_X11_MODULES.
16377
16378Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16379
16380	* config.sub: Merge with FSF.
16381
16382Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16383
16384	* config.guess: Merge with FSF.
16385
16386Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16387
16388	* configure: Treat msdosdjgpp like go32.
16389	* configure.in: Likewise.  Don't remove gprof for go32.
16390
16391	* configure: Change Makefile.tem2 to Makefile.tm2.
16392
16393Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16394
16395	* configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16396
16397Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16398
16399	* install-sh (chmodcmd): Set to null if the DST directory already
16400	exists.  Same as Nov 11th change.
16401
16402Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16403
16404	* configure (GDB_TK): Needs itcl and tix.
16405
16406Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16407
16408	* config.guess: Update from FSF.
16409
16410Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16411
16412	* Makefile.in (GDB_TK): Depend on itcl and tix.
16413
16414Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16415
16416	* Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16417	(INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16418	(INSTALL_SCRIPT): New variable.
16419	(BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16420	* configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16421	to -x.
16422	* install-sh: Add support for -x option.
16423
16424Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16425
16426	* configure.in, Makefile.in: Treat tix like itcl.
16427
16428Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16429
16430	* Makefile.in (WINDRES): New variable.
16431	(WINDRES_FOR_TARGET): New variable.
16432	(BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16433	(EXTRA_HOST_FLAGS): Add WINDRES.
16434	(EXTRA_TARGET_FLAGS): Add WINDRES.
16435	(EXTRA_GCC_FLAGS): Add WINDRES.
16436	($(DO_X)): Pass down WINDRES.
16437	($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16438	* configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16439	DLLTOOL_FOR_TARGET.
16440
16441Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16442
16443	* configure.in: configure sim before gdb for win32-x-ppc
16444
16445Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16446
16447	Move gperf into the toplevel, from libg++.
16448	* configure.in (target_tools): Add target-gperf.
16449	(native_only): Add target-gperf.
16450	* Makefile.in (all-target-gperf): New target, depend on
16451	all-target-libg++.
16452	(configure-target-gperf): Empty rule.
16453	(ALL_TARGET_MODULES): Add all-target-gperf.
16454	(CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16455	(CHECK_TARGET_MODULES): Add check-target-gperf.
16456	(INSTALL_TARGET_MODULES): Add install-target-gperf.
16457	(CLEAN_TARGET_MODULES): Add clean-target-gperf.
16458
16459Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16460
16461	* config.sub (mn10200): Recognize new basic machine.
16462
16463Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16464
16465	* configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16466	--enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16467
16468Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16469
16470	* configure.in: If we're building mips-sgi-irix6* native, turn on
16471	ENABLE_MULTILIB and set TARGET_SUBDIR.
16472
16473Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16474
16475	* Makefile.in (all-sn): Depend on all-grep.
16476
16477Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16478
16479	* configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16480
16481	* configure: Set CFLAGS and CXXFLAGS, and substitute them into
16482	Makefile.  From Jeff Makey <jeff@cts.com>.
16483	* Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16484
16485	* Makefile.in (DISTBISONFILES): Remove.
16486	(taz): Don't futz with DISTBISONFILES.  Change BISON to use
16487	$(DEFAULT_YACC).
16488
16489	* configure.in: Build itl, db, sn, etc., when building for native
16490	cygwin32.
16491
16492	* Makefile.in (LD): New variable.
16493	(EXTRA_HOST_FLAGS): Pass down LD.
16494	($(DO_X)): Likewise.
16495
16496Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16497
16498	* Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16499
16500Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16501
16502	* configure.in (targargs): Strip out any supplied --build argument
16503	before adding our own. Always add --build.
16504
16505Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16506
16507	* configure.in (targargs): Pass --build if we're doing
16508	a cross-compile.
16509
16510Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16511
16512	* configure: Use '|' instead of ":" as the separator in
16513	sed. Otherwise sed chokes on NT path names with drive
16514	designators. Also look for "?:*" as the leading characters in an
16515	absolute pathname.
16516
16517Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16518
16519	* config.sub: Support for r3900.
16520
16521Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16522
16523	* configure.in: Use install-sh, not install.sh.
16524
16525Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16526
16527	* Makefile.in (taz): Improve check for BISON so it doesn't try to
16528	apply it twice.
16529
16530Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16531
16532	* Makefile.in (INSTALL_MODULES): Put install-opcodes before
16533	install-binutils.
16534
16535Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
16536
16537	* Makefile.in: Add automake targets.
16538	* configure.in (host_tools): Add automake.
16539
16540Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16541
16542	* configure: Default CXX to c++, not gcc.
16543	* Makefile.in (CXX): Set to c++, not gcc.
16544	(CXX_FOR_TARGET): When cross, transform c++, not gcc.
16545
16546Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
16547
16548	* install-sh: try appending a .exe if source file doesn't
16549	exist
16550
16551Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
16552
16553	* configure.in: Turn on multilib by default.
16554	(cross_only): Remove target-libiberty.
16555
16556	* Makefile.in (all-gcc): Don't depend on libiberty.
16557
16558Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
16559
16560	* config.guess: improve algorithm for recognizing Gnu Hurd x86.
16561
16562Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16563
16564	* Makefile.in (DEVO_SUPPORT): Add mpw-install.
16565	(DISTBISONFILES): Add ld/Makefile.in
16566
16567Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
16568
16569	* configure.in: if target is cygwin32 but host isn't cygwin32,
16570	don't configure gdb tcl tk expect, not just gdb.
16571
16572Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
16573
16574	* configure.in: Added gnuserv everywhere sn appears.
16575
16576	* Makefile.in (ALL_MODULES): Added all-gnuserv.
16577	(CROSS_CHECK_MODULES): Added check-gnuserv.
16578	(INSTALL_MODULES): Added install-gnuserv.
16579	(CLEAN_MODULES): Added clean-gnuserv.
16580	(all-gnuserv): New target.
16581
16582Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
16583
16584	* config.guess: Fixes for MIPS OpenBSD systems.
16585
16586Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16587
16588	* Makefile.in (INSTALL_XFORM): Remove.
16589	(BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16590
16591	* mkinstalldirs: New file, copied from automake.
16592	* Makefile.in (installdirs): Rename from install-dirs.  Use
16593	mkinstalldirs.  Change all users.
16594	(DEVO_SUPPORT): Add mkinstalldirs.
16595
16596Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16597
16598	* install-sh: Rename from install.sh.
16599	* Makefile.in (INSTALL): Change install.sh to install-sh.
16600	(DEVO_SUPPORT): Likewise.
16601
16602	* configure: Use ${config_shell} with ${moveifchange}.  From Thomas
16603	Graichen <graichen@rzpd.de>.
16604
16605Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
16606
16607	* config.guess: Recognize OpenBSD systems correctly.
16608
16609Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16610
16611	* README, Makefile.in (ETC_SUPPORT): Remove references to
16612	cfg-paper*, configure.{texi,man,info*}._
16613
16614Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
16615
16616	* Makefile.in (all.normal): Ensure that gcc is built after all
16617	the x11 - ie gdb - targets.
16618
16619Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
16620
16621	* makefile.vms: Don't run conf-a-gas.
16622
16623Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
16624
16625	* configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16626
16627Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
16628
16629	* configure.in: Remove noconfigdirs case since gdb also
16630	configures and builds for tic80-coff.
16631
16632Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16633
16634	* configure: Set cache_file to config.cache.
16635	* Makefile.in (local-distclean): Remove config.cache.
16636
16637Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16638
16639	* COPYING: Update FSF address.
16640
16641Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
16642
16643	* configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16644	noconfigdirs.
16645
16646Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16647
16648	* Makefile.in (install-dirs): Don't crash if prefix, and hence
16649	MAKEDIRS, is empty.
16650
16651Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
16652
16653	* config.sub: Tweak mn10300 entry.
16654
16655Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
16656
16657	* configure.in (host_tools): Put sim before gdb, so gdb's
16658	configure.tgt can determine if the simulator was configured.
16659
16660Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
16661
16662	* config.sub: Move BeOS $os case to be with other Cygnus
16663	local cases.
16664
16665Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
16666
16667	* config.sub: Remove misplaced comment that broke Linux.
16668
16669Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
16670
16671	* config.sub: Add BeOS support.
16672
16673Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
16674
16675	* Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16676
16677Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
16678
16679	* configure.in (noconfigdirs): Remove tcl and tk from
16680	noconfigdirs for cygwin32 builds.
16681
16682Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
16683
16684	* configure.in (tic80-*-*): Remove ld from noconfigdirs.
16685
16686Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
16687
16688	* Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16689	make-all.com, use makefile.vms instead.
16690
16691Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
16692
16693	* config.sub: Accept -lnews*.
16694
16695Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16696
16697	* configure.in (noconfigdirs): Disable target-newlib,
16698	target-examples and target-libiberty for d30v.
16699
16700Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16701
16702	* configure.in (noconfigdirs): Enable ld for d30v.
16703
16704Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16705
16706	* configure.in (tic80-*-*): Build compiler.
16707
16708Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16709
16710	* configure.in (d30v-*): Remove sim directory from list of
16711	unsupported d30v directories
16712
16713Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16714
16715	* config.sub, configure.in: Add d30v target cpu.
16716
16717Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16718
16719	* makefile.vms: New file.
16720	* make-all.com: Remove.
16721
16722Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16723
16724	* Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16725
16726Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16727
16728	* Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16729
16730Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16731
16732	* Makefile.in (ALL_MODULES): Added all-db.
16733	(CROSS_CHECK_MODULES): Addec check-db.
16734	(INSTALL_MODULES): Added install-db.
16735	(CLEAN_MODULES): Added clean-db.
16736
16737Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16738
16739	* config.guess: Merge with latest FSF sources.
16740
16741Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16742
16743	* Makefile.in (ALL_MODULES): Added all-itcl.
16744	(CROSS_CHECK_MODULES): Added check-itcl.
16745	(INSTALL_MODULES): Added install-itcl.
16746	(CLEAN_MODULES): Added clean-itcl.
16747
16748Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16749
16750	* configure.in: build gdb for mn10200
16751
16752Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16753
16754	* Makefile.in (all-target-winsup): Depend on all-target-libio.
16755
16756Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16757
16758	* configure.in (tic80-*-*): Turn off most targets right now.
16759
16760Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16761
16762	* Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16763	rather than the makeinfo program.
16764	(do-info): Depend upon all-texinfo.
16765
16766Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16767
16768	* configure.in: Remove uses of config/mh-linux.
16769
16770	* config.sub, config.guess: Merge with latest FSF sources.
16771
16772Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16773
16774	* config.sub (case $basic_machine): Add tic80 entries.
16775
16776Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16777
16778	* config.sub, config.guess: Merge with latest FSF sources.
16779
16780Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16781
16782	* mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16783	* mpw-config.in: Test for NewFolderRecursive.
16784	* mpw-install: Use symbolic name for startup filename.
16785	* mpw-README: Add various additional details.
16786
16787Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16788
16789	* configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16790
16791Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16792
16793	* configure.in: Do build gcc and the target libraries for
16794	the mn10200.
16795
16796Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16797
16798	* configure.in: don't avoid building gdb for mn10300 any more
16799	* Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16800	instead of single-quoting it.
16801
16802Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16803
16804	* configure.in: Don't use --with-stabs on IRIX 6.
16805
16806Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16807
16808	* configure.in (m32r): Build gdb, libg++ now.
16809
16810Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16811
16812	* configure.in (mips*-sgi-irix6*):  Remove gdb and related
16813	directories from noconfigdirs.
16814
16815Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16816
16817	* config.sub (basic_machine): added mips16 configuration
16818
16819Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16820
16821	* config.sub: Handle d10v-unknown.
16822
16823Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16824
16825	* config.sub: Handle v850-unknown.
16826
16827Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16828
16829	* Makefile.in: add findutils
16830	* configure.in: add findutils to list of host_tools
16831
16832Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16833
16834	* config.sub: Handle mn10200 and mn10300.
16835
16836Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16837
16838	* configure.in (d10v-*): Do not build librx.
16839
16840Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16841
16842	* configure.in (mn10300): Build everything except gdb & libgloss.
16843
16844Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16845
16846	* config.guess:  Patch for Dansk Data Elektronik servers,
16847	from Niels Skou Olsen <nso@dde.dk>.
16848
16849	For ncr, use /bin/uname rather than uname, since GNU uname does not
16850	support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16851
16852	Patch for MIPS R4000 running System V,
16853	from Eric S. Raymond <esr@snark.thyrsus.com>.
16854
16855	Fix thinko for nextstep.
16856
16857	Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16858
16859	Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16860	* config.guess: Guess mips-dec-mach_bsd4.3.
16861
16862	Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16863	* config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16864	release numbers.
16865	* config.guess (mips-mips-riscos*):  Emit just enough of the
16866	release number.
16867
16868	Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16869	* config.guess (sparc-auspex-sunos*):  Added.
16870	(f300-fujitsu-*): Added.
16871
16872	Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16873	* config.guess:  Recognize a Tadpole as a sparc.
16874
16875Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16876
16877	* config.guess: Don't assume that NextStep version is either 2 or
16878	3.  NextStep 4 (aka OpenStep 4) has come out now.
16879
16880Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16881
16882	* config.guess: Support Cray T90 that reports itself as "CRAY TS".
16883	From Rik Faith <faith@cs.unc.edu>.
16884
16885Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16886
16887	* config.sub: Contributions from bug-gnu-utils to:
16888	Support plain "hppa" (no version given) architecture, reported by
16889	OpenStep.
16890	OpenBSD like NetBSD.
16891	LynxOs is not a hardware supplier.
16892
16893	* config.guess: Contributions from bug-gnu-utils to add support for:
16894	OpenBSD like NetBSD.
16895	Stratus systems.
16896	More Pyramid systems.
16897	i[n>4]86 Intel chips.
16898	M680[n>4]0 Motorola chips.
16899	Use unknown instead of lynx for hardware manufacturer.
16900
16901Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16902
16903	* install.sh (chmodcmd): Set to null if the DST directory already
16904	exists.
16905
16906Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16907
16908	* configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16909	not use mt-ppc target Makefile fragment any more.
16910
16911Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16912
16913	* configure.in (*-*-windows):  Exclude everything but those dirs
16914	needed to build windows.
16915
16916Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16917
16918	* Makefile.in (all-target-winsup): Depend on all-target-librx.
16919
16920Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16921
16922	* configure.in:  Exclude mmalloc from i386-windows.
16923
16924Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16925
16926	* Undo my previous change.
16927
16928Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16929
16930	* Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16931	unconditionally.
16932	(MAKEOVERRIDES): Define (revert this part of October 18 change).
16933
16934Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16935
16936	* Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16937	host to add it's own flags.
16938
16939Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16940
16941	* configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16942
16943Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16944
16945	* Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16946	(CXX_FOR_TARGET): Likewise.
16947	(GCC_FOR_TARGET): Define.
16948	(BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16949	(EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16950	CC_FOR_TARGET was specified on the command line.
16951	(MAKEOVERRIDES): Don't define.
16952
16953Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16954
16955	* configure.in (m32r): Fix spelling of libg++ libs.
16956
16957Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16958
16959	* config.sub (-apple*): Remove, now redundant.
16960
16961Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16962
16963	* configure: Don't get confused by CPU-VENDOR-linux-gnu.
16964
16965	* configure: Rework yesterday's sed script patch.
16966
16967	* config.sub: Merge with FSF.
16968
16969Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16970
16971	* config.guess:  Merge from FSF.
16972
16973	1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16974	* config.guess: Use pc instead of unknown, for pc clone systems.
16975	Change linux to linux-gnu.
16976
16977	Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16978	* config.guess: Avoid non-portable tr syntax.
16979
16980Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16981
16982	* test-build.mk (HOLES): Add "xargs" for gdb.
16983
16984	* configure: Avoid hpux10.20 sed bug.
16985
16986Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16987
16988	* configure.in:  Add support for windows host
16989	(that is a build done under the Microsoft build environment).
16990
16991Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16992
16993	* Makefile.in: Replace all uses of srcroot with s, to shrink
16994	command line lengths.
16995
16996	Patches from Geoffrey Noer <noer@cygnus.com>:
16997	* configure.in: If configuring for newlib, pass --with-newlib to
16998	subdirectories.
16999	* Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17000	-Bnewlib/ and -Lwinsup to gcc.
17001	(CXX_FOR_TARGET): Likewise.
17002
17003Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17004
17005	* Makefile.in (ETC_SUPPORT): Add configure.
17006
17007Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
17008
17009	* configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17010	host configuration file.
17011
17012Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
17013
17014	* configure.in: Break mn10x00 support into separate
17015	mn10200 and mn10300 configurations.
17016	* config.sub: Likewise.
17017
17018Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
17019
17020	* configure.in: Add lots of stuff to noconfigdirs for
17021	the mn10x00 targets.
17022
17023	* config.sub, configure.in: Add mn10x00 support.
17024
17025Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
17026
17027	* make-all.com: Call conf-a-gas, not config-a-gas.
17028
17029Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
17030
17031	* configure.in (noconfigdirs): Don't build libgloss for arm-coff
17032	targets.
17033
17034Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
17035
17036	* mpw-README: Add much more detail for native PowerMac.
17037	* mpw-install: New file.
17038	* mpw-configure: Add --norecursion and --help options.
17039	* mpw-config.in: Translate readme and install files when
17040	copying to objdir.
17041	* mpw-build.in: Don't always depend on byacc and flex.
17042	(install-only-top): New action.
17043
17044Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
17045
17046	* configure.in:  You can now configure GDB for the v850.
17047
17048Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
17049
17050	* configure.in (noconfigdirs): Don't configure any C++ dirs
17051	if targeting D10V.
17052
17053Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
17054
17055	* config.sub: Recognize mips64vr5000.
17056
17057Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
17058
17059	* configure.in: Use a single line for host_tools and native_only.
17060
17061Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
17062
17063	* config.sub, configure.in: Add entries for m32r.
17064
17065Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
17066
17067	* Makefile.in (inet-install): Don't run install-gzip.
17068
17069Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
17070
17071	* configure.in:  Don't config lots of things for *-*-windows*.
17072
17073Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
17074
17075	* mpw-config.in: Test for mpw-true, true, and null-command scripts.
17076	(host_libs, host_tools): Copy from configure.in.
17077	* mpw-configure: Don't complain about directories not found.
17078
17079Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17080
17081	* configure.in (i[345]86): Recognize i686 for pentium pro.
17082	(i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17083	file.
17084
17085	* config.guess (i[345]86): Ditto.
17086
17087Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17088
17089	* configure.in (noconfigdirs): Removed gdb for D10V.
17090
17091Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17092
17093	* configure.in: Remove ld, target-libio, target-libg++, and
17094	target-libstdc++ from noconfigdirs.
17095
17096Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17097
17098	* configure: Fix three locations where shell scripts were
17099	being run directly rather than with config_shell.
17100
17101Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17102
17103	* configure.in (v850-*-*): Set up initial $noconfigdirs.
17104	* config.sub (basic_machine): Recognize v850.
17105
17106Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17107
17108	* mpw-configure: Handle multiple enable/disable options and
17109	pass them down recursively, handle -c and -s flags appropriately
17110	depending on choice of compiler, add escape mechanism for
17111	quoted arguments to gC.
17112
17113Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17114
17115	* configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17116	solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17117	so that -mrelocatable-lib and -mno-eabi are used.
17118
17119	* Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17120	not support --print-multi-lib, don't abort.
17121
17122Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17123
17124	* make-all.com: Run config-a-gas.
17125	* setup.com: Don't copy subdirectory files around.
17126
17127Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17128
17129	* configure.in (*-*-ose): Remove exclusion of libgloss for this
17130	target, it now compiles correctly.
17131
17132Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17133
17134	* mpw-config.in: Generate Mac include for elf/dwarf2.h.
17135
17136Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17137
17138	* configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17139
17140Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17141
17142	* configure.in (native_only): Add prms.
17143
17144Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17145
17146	* Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17147	(BINUTILS_SUPPORT_DIRS): Likewise.
17148
17149Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17150
17151	* configure.in (d10v-*-*): Don't configure ld or gdb until the
17152	d10v support is added.
17153
17154Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17155
17156	* configure.in (d10v-*-*): New target.
17157
17158Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17159
17160	* config.guess (HP 9000/811): Recognize this as a PA1.1
17161	machine.
17162
17163Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17164
17165	* Makefile.in (do-tar-gz): New target, split out from tail end of
17166	taz target.  Run each command separately, don't use pipes.
17167	(taz): Use it.
17168
17169Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17170
17171	* mpw-configure: Look for g-mpw-make.sed in config/mpw.
17172	* mpw-build.in: No builds should depend on building byacc or flex,
17173	they are assumed to be installed already.
17174
17175Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17176
17177	* Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17178	variable that CC_FOR_TARGET needs.
17179
17180Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17181
17182	* Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17183	options have changed since the last time the subdirectory was
17184	configured, and if it has, reconfigure.
17185	(CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17186	CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17187
17188Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17189
17190	* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17191	CLEAN_MODULES): Add bash.
17192	(all-bash): New target.
17193
17194Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17195
17196	* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17197
17198Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17199
17200	* config.sub (basic_machine): Recognize d10v as a valid processor.
17201
17202Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17203
17204	* mpw-configure: Add support for --bindir.
17205	* mpw-build.in: Use a GCC-specific build script for GCC actions.
17206
17207Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17208
17209	* configure.in: add bash, time, gawk to list of hosttools and things
17210	to only build for native toolchains
17211
17212Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17213
17214	* Makefile.in (docdir): Remove.
17215
17216Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17217
17218	* Makefile.in (datadir): Set to $(prefix)/share.
17219
17220Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17221
17222	* configure.in: build diff and patch for cygwin32-hosted
17223	toolchains.
17224
17225Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17226
17227	* config.sub: Accept -rtems*.
17228
17229Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17230
17231	* configure.in: enable dosrel for cygwin32-hosted builds,
17232		remove diff from the list of things not buildable
17233		via Canadian Cross
17234
17235Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17236
17237	* Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17238	don't get ". ".
17239
17240Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17241
17242	* configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17243
17244Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17245
17246	* Makefile.in (taz): Handle case where tex3patch didn't even get
17247	checked out.  Also, if it was found, put the symlink in a new util
17248	subdirectory.
17249
17250Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17251
17252	* config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17253
17254Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17255
17256	* config.sub: Recognize -openvms.
17257	* configure.in (alpha*-*-*vms*): Set noconfigdirs.
17258	* make-all.com, setup.com: New files.
17259
17260Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17261
17262	* Makefile.in (taz): tex3patch moved to texinfo/util.
17263
17264Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17265
17266	* configure: enable_gdbtk=no for cygwin32-hosted toolchains
17267	* configure.in: remove make from disable-if-Can-Cross list
17268		enable gdb if ${host} and ${target} are cygwin32
17269
17270Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17271
17272	* config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17273	Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17274
17275Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17276
17277	* config.guess:  Combine mips-mips-riscos cases, and use cpp to
17278	distinguish sysv/svr4/bsd variants.
17279	Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17280
17281Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17282
17283	* configure.in: Added copyright notice.
17284	* move-if-change: Added copyright notice.
17285
17286Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17287
17288	* configure.in (powerpcle-*-solaris*): Until we get shared
17289	libraries working, don't build gdb, sim, make, tcl, tk, or
17290	expect.
17291
17292Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17293
17294	* config.guess:  Merge with FSF:
17295
17296	Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17297	* config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17298
17299	Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17300	* config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17301
17302	Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17303	* config.guess:  Combine two OSF1 rules.
17304	Also recognize field test versions.  From mjr@zk3.dec.com.
17305	* config.guess (dgux):  Use /usr/bin/uname rather than uname,
17306	because GNU uname does not support -p.  From pmr@pajato.com.
17307
17308Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17309
17310	* Makefile.in (MAKEDIRS): Removed $(tooldir).
17311
17312Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17313
17314	* mpw-README: Document GCCIncludes.
17315
17316Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17317
17318	* configure.in (alpha-*-linux*): Set enable_shared to yes.
17319
17320Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17321
17322	* mpw-configure: Handle --enable-FOO and --disable-FOO.
17323
17324Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17325
17326	* configure.in (*-*-cygwin32): Configure make.
17327
17328Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17329
17330	* Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17331
17332Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17333
17334	* Makefile.in (all-inet): Depend on all-perl.
17335
17336	* Makefile.in (inet-install): New target.
17337
17338	* Makefile.in (all-inet): Depend on all-tcl.
17339	(all-inet): Depend on all-send-pr.
17340
17341Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17342
17343	* configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17344	temporarily.
17345
17346Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17347
17348	* configure.in: Don't configure --with-gnu-ld on AIX.
17349
17350Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17351
17352	* configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17353
17354Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17355
17356	* Makefile.in (ALL_MODULES): Added all-inet.
17357	(CROSS_CHECK_MODULES): Added check-inet.
17358	(INSTALL_MODULES): Added install-inet.
17359	(CLEAN_MODULES): Added clean-inet.
17360	(all-indent): New target.
17361
17362	* configure.in (host_tools): Added inet.
17363	(native_only): Added inet.
17364	(noconfigdirs): Added inet.
17365
17366Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17367
17368	* configure.in: Don't configure libgloss if we are not configuring
17369	newlib.
17370
17371Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17372
17373	* configure.in: Don't configure libgloss for unsupported
17374	architectures.
17375
17376Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17377
17378	* Makefile.in (CLEAN_MODULES): Add clean-apache.
17379
17380Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17381
17382	* Makefile.in (ALL_MODULES): Include all-apache.
17383	(CROSS_CHECK_MODULES): Include check-apache.
17384	(INSTALL_MODULES): Include install-apache.
17385	(all-apache): New target.
17386
17387	* configure.in: Added apache everywhere perl is seen.
17388
17389Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17390
17391	* Makefile.in: Add support for clean-{module} and
17392	clean-target-{module} rules.
17393
17394Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17395
17396	* configure.in (*-*-ose) do not build libgloss.
17397
17398Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17399
17400	* config.guess (prep*:SunOS:5.*:*): Turn into
17401	powerpele-unknown-solaris2.
17402
17403Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17404
17405	* configure.in: Permit --enable-shared to specify a list of
17406	directories.
17407
17408Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17409
17410	* configure.in (host==solaris): Pass only the first word of $CC
17411	to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17412
17413Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17414
17415	* Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17416
17417Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17418
17419	* Makefile.in (ALL_MODULES): Include all-perl.
17420	(CROSS_CHECK_MODULES): Include check-perl.
17421	(INSTALL_MODULES): Include install-perl.
17422	(ALL_X11_MODULES): Include all-guile.
17423	(CHECK_X11_MODULES): Include check-guile.
17424	(INSTALL_X11_MODULES): Include install-guile.
17425	(all-perl): New target.
17426	(all-guile): New target.
17427
17428	* configure.in (host_tools): Include perl and guile.
17429	(native_only): Include perl and guile.
17430	(noconfigdirs): Don't build guile and perl; no ports have been
17431	done.
17432
17433Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17434
17435	* configure (--enable-*): Handle quoted option lists such as
17436	--enable-sim-cflags='-g0 -O' better.
17437
17438Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17439
17440	* Makefile.in ({,inst}all-target): New rule so we can make and
17441	install all of the target directories easily.
17442
17443Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17444
17445	* configure.in: Add missing global flag in sed substitution when
17446	deleting `target-' from ${configdirs}.
17447
17448Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17449
17450	* Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17451	option.
17452
17453	* configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17454	config/mh-necv4.
17455
17456	* install.sh: Correct misspelling of transformbasename.
17457
17458	* config.guess: Recognize mips-*-sysv*.
17459
17460Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17461
17462	* config.sub: Recognize mon960.
17463
17464Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17465
17466	* configure: Restore Canadian Cross handling of BISON and LEX,
17467	removed in Feb 20 change.
17468
17469Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17470
17471	* README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17472	Mention make install.  Remove the old copyright date as well the
17473	clumsy and rather pointless copyright on the README file.
17474
17475Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17476
17477	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17478	Makefile after running symlink-tree, then run `make distclean' to
17479	avoid clobbering any generated files in srcdir.
17480
17481Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17482
17483	* configure.in (m68k-*-netbsd*): Build everything now.
17484
17485Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17486
17487	* Makefile.in (taz): Fix quoting.
17488
17489Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17490
17491	* configure.in (sparclet-*-*): Build everything now.
17492
17493Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17494
17495	* configure.in (m68k-*-linux*): New host.
17496
17497Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17498
17499	* configure: Check for bison before byacc.
17500
17501Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17502
17503	* Makefile.in configure:  Change the way LEX and BISON/YACC are
17504	set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17505	searching PATH.  These are used as fallbacks by Makefile.in if
17506	flex/bison/byacc aren't in objdir.
17507
17508Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17509
17510	* Makefile.in: Make everything which depends upon all-bfd also
17511	depend upon all-opcodes, in case --with-commonbfdlib is used.
17512
17513Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17514
17515	* configure.in (host *-*-cygwin32): Don't build gdb if we are
17516	building NT native compilers on Unix.
17517
17518Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17519
17520	* configure.in: Don't get CC from the host Makefile fragment if we
17521	can find gcc in PATH, or if this is a Canadian Cross.  Move the
17522	Solaris test for /usr/ucb/cc to the post target script, just after
17523	the compiler sanity test.
17524
17525Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17526
17527	* config.sub: Merge with FSF.
17528
17529Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17530
17531	* Makefile.in (RPATH_ENVVAR): New variable.
17532	(REALLY_SET_LIB_PATH): Use it.
17533	* configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17534
17535Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
17536
17537	* config.sub, configure.in: Recognize sparclet cpu.
17538
17539Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17540
17541	* config.guess:  Support m68k-cbm-sysv4.
17542
17543Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17544
17545	* config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17546	m68k-unknown-linuxaout from linker help string.  Put quotes around
17547	$ld_help_string.
17548
17549Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
17550
17551	* config.guess (powerpc-harris-powerunix): Add guess for port
17552	to new target.
17553
17554Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17555
17556	* config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17557
17558Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
17559
17560	* configure.in: If --enable-shared was used, set SET_LIB_PATH to
17561	$(REALLY_SET_LIB_PATH) in Makefile.
17562	* Makefile.in (SET_LIB_PATH): New variable.
17563	(REALLY_SET_LIB_PATH): New variable.
17564	($(DO_X)): Use $(SET_LIB_PATH).
17565	(install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17566	($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17567	($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17568	($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17569	($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17570	($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17571	(all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17572	(install-dosrel): Likewise.
17573	(all-opcodes): Depend upon all-libiberty.
17574
17575Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17576
17577	* config.guess (*:CYGWIN*): New
17578
17579Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17580
17581	* Makefile.in (all-target-winsup): All all-target-libiberty.
17582
17583Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17584
17585	* configure.in (noconfigdirs): Add missing # in front of comment.
17586
17587Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
17588
17589	* configure.in: add second pass to things added to noconfigdirs
17590	so *-gm-magic can exclude libgloss properly.
17591
17592Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
17593
17594	* mpw-configure (extralibs_name, rez_name): Set correctly
17595	for MWC68K compiler.
17596
17597	* mpw-README: Add more info on the necessary build tools.
17598
17599Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17600
17601	* configure.in, config.sub: Recognize cygwin32.
17602
17603Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
17604
17605	* config.guess, config.sub: Recognize A/UX.
17606
17607Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
17608
17609	* config.sub: Merge with gcc/config.sub.
17610
17611Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
17612
17613	* mpw-build.in (do-binutils): Add build of stamps.
17614
17615Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
17616
17617	* config.sub: Add recognition for mips64vr4100*-* targets.
17618
17619Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17620
17621	* test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17622	Add creation of gconfigargs with `--enable-shared' turned on.
17623	($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17624	($(host)-stamp-stage3-configured): Likewise.
17625	(HOLES): Add chatr and ldd.
17626	(i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17627
17628Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
17629
17630	* configure: Pass --nfp to recursive configures.
17631
17632Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17633
17634	* Makefile.in (DLLTOOL): New.
17635	(DLLTOOL_FOR_TARGET): New.
17636	(EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17637	(EXTRA_TARGET_FLAGS): Ditto.
17638	(EXTRA_GCC_FLAGS): Ditto.
17639	(CONFIGURE_TARGET_MODULES): Ditto.
17640	(DO_X): Ditto.
17641	* configure: Add DLLTOOL.
17642
17643Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
17644
17645	SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17646	* configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17647	mh-sco, since old workarounds no longer needed, and don't
17648	build ld, since libraries have weak symbols in COFF.
17649
17650Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
17651
17652	* Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17653
17654Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17655
17656	* configure.in: Make sure that ${CC} can be used to compile an
17657	executable.
17658
17659Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17660
17661	* Makefile.in (all-gdb): Depend on $(GDB_TK).
17662	* configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17663	nothing depending on whether gdbtk is being built.
17664
17665Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
17666
17667	* Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17668
17669Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
17670
17671	* configure.in (noconfigdirs): Put ld or gas in this early, if the
17672	user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17673
17674Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
17675
17676	* config-ml.in: Add support for
17677	--disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17678	Simplify setting of multidirs from --disable-foo.
17679
17680Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17681
17682	* Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17683	LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17684	LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17685	non-empty, pass them on to the	GCC make.
17686	(all-bootstrap): New rule that is like all-gcc, except it executes
17687	the GCC bootstrap rule instead of the GCC all rule.
17688
17689Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
17690
17691	* config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17692
17693Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17694
17695	* config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17696	DG/UX support.
17697
17698Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17699
17700	* config.sub (i*86*) Change [345] to [3456]
17701
17702Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17703
17704	* configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17705	--with-gnu-ld=no.
17706
17707Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17708
17709	* config-ml.in (rs6000*, powerpc*): Add switches to control which
17710	AIX multilibs get built.
17711
17712Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17713
17714	* configure.in (i386-win32): Don't build expect if we're not
17715	building the tcl subdir.
17716
17717Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17718
17719	* Makefile.in: (configure-target-examples, all-target-examples):
17720	New targets, configure and build example programs.
17721
17722Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17723
17724	* mpw-configure: If an mpw-config.in generated a file mk.sed,
17725	use it as input to sedit the generated MPW makefile.
17726	* mpw-README: Add a suggestion about Gestalt.h.
17727
17728Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17729
17730	* config.sub: Accept *-*-ieee*.
17731
17732Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17733
17734	* Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17735	Ronald F. Guilmette <rfg@monkeys.com>.
17736
17737Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17738
17739	* configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17740	for powerpc-pe native.
17741	(target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17742	(target==powerpc-pe): duplicate i386-win32 entry.
17743
17744Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17745
17746	* configure.in (noconfigdirs): Exclude target-newlib for all versions
17747	of vxworks, not just vxworks5.1.
17748
17749Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17750
17751	* mpw-configure: Add support for exec-prefix.
17752
17753Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17754
17755	* config.guess: Recognize HP model 816 machines as having
17756	a PA1.1 processor.
17757
17758Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17759
17760	* configure: Ignore new autoconf configure options.
17761
17762Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17763
17764	* config.guess:  Recognize Pentium under SCO.
17765	From Robert Lipe <robertl@arnet.com>.
17766
17767Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17768
17769	* configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17770
17771Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17772
17773	* configure.in: Don't configure gas for alpha-dec-osf*.
17774
17775Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17776
17777	* configure.in: Default to --with-stabs for some targets for which
17778	it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17779	i[345]86*-*-unixware*.
17780
17781Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17782
17783	* config-ml.in: Get list of multidirs using gcc --print-multi-lib
17784	rather than basing it on the target.  Simplify handling of options
17785	controlling which directories to configure.  Remove extraneous
17786	slash in multi-clean target.
17787
17788Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17789
17790	* config-ml.in: Prefix more variables with ml_ so they don't collide
17791	with configure's.
17792
17793Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17794
17795	* configure: Don't turn -v into --v.
17796
17797Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17798
17799	* configure.in (targargs): Fix typo.
17800
17801	* Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17802
17803Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17804
17805	* configure.in: Strip --host and --target options from
17806	CONFIG_ARGUMENTS, and always configure for --host only.  Add
17807	--with-cross-host option when building with a cross-compiler.
17808	* configure: Canonicalize the arguments put into config.status by
17809	always using `=' for an option with an argument.  Pass a presumed
17810	--host or --target explicitly.
17811
17812Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17813
17814	* config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17815	into general OS recognition case.
17816
17817Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17818
17819	* configure.in (target_configdirs): add target-winsup only
17820	for win32 target systems.
17821
17822Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17823
17824	* Makefile.in (all-target-libgloss): Depend upon
17825	configure-target-newlib, since when libgloss is built it looks to
17826	see if the newlib directory exists.
17827
17828Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17829
17830	* Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17831	cfg-ml-*.in.
17832
17833Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17834
17835	* configure: Handle LD and LD_FOR_TARGET when configuring a
17836	Canadian Cross.
17837
17838Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17839
17840	* configure.in (target_libs): add target-winsup.
17841	(target==i386-win32): add patch diff flex make to $noconfigdirs.
17842	(target==ppcle-pe): remove ld from $noconfigdirs.
17843
17844Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17845
17846	* Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17847	Preserve relative path names in $srcdir.  Build symlink tree if
17848	configuring cross target dir and srcdir=. (= no VPATH support).
17849	(configure-target-libg++): Depend on configure-target-librx.
17850	* cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17851	* config-ml.in: New file.
17852	* symlink-tree: New file.
17853	* configure: Ensure srcdir="." if that's what it is.
17854
17855Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17856
17857	* mpw-README: Clarify some phrasing, add notes about CodeWarrior
17858	includes and FLEX_SKELETON setting.
17859	* mpw-configure (--with-gnu-ld): New option, controls whether
17860	to use PPCLink or ld with PowerMac GCC.
17861	* mpw-build.in (all-grez, do-grez, install-grez): New targets.
17862	* mpw-config.in: Configure grez if targeting Mac.
17863
17864	* config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17865	accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17866	just macos.
17867	* configure.in: Configure grez resource compiler if targeting Mac.
17868	* Makefile.in (all-grez, install-grez): New targets.
17869
17870Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17871
17872	* configure: CXX defaults to gcc, not g++.  If we find
17873	gcc in the path, set CC to gcc -O2.
17874
17875Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17876
17877	* configure: Default ${build} correctly.  Avoid picking up extra
17878	spaces when reading CC and CXX from Makefile.  When doing a
17879	Canadian Cross, use plausible default values for numerous
17880	variables.
17881	* configure.in: When doing a Canadian Cross, don't try to
17882	configure tools whose configure script can't handle it.
17883
17884Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17885
17886	* cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17887
17888Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17889
17890	* configure:  Remove dubious bug reporting address.
17891
17892Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17893
17894	* Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17895	configure script, run that instead of this directory's configure.
17896	In either case, print a message that we're configuring the sub-dir.
17897
17898Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17899
17900	* configure.in: Before checking for the existence of various files,
17901	use sed to filter out "target-".
17902
17903Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17904
17905	* Makefile.in (DO_X): Split rule to decrease command line length
17906	for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17907	(Philippe De Muyter).
17908
17909Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17910
17911	* Makefile.in (all-patch): depend on all-libiberty.
17912
17913Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17914
17915	* configure.in: If the only directory in target_configdirs which
17916	actually exists is libiberty, then set target_configdirs to empty,
17917	to avoid trying to build a target libiberty in a gas or gdb
17918	distribution.
17919
17920Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17921
17922	* configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17923	of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17924	systems.
17925
17926Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17927
17928	* configure.in (copy_dirs): Use sys-include instead of include
17929	for --with-headers option.
17930
17931Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17932
17933	* Makefile.in, configure.in: Make winsup builds work with
17934	new scheme.
17935
17936Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17937
17938	* configure.in: Build the linker on AIX.
17939
17940Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17941
17942	* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17943	where needed.
17944
17945Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17946
17947	* Makefile.in (all-gcc): Fix typo.
17948
17949Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17950
17951	* Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17952
17953Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17954
17955	* configure.in:  Rename libFOO to target-libFOO, and xiberty
17956	to target-xiberty, to provide more flexibility.
17957	(target_subdir):  Define.  Create if cross.
17958	Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17959	* Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17960	-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17961	check-libFOO -> check-target-libFOO, etc.
17962	($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17963	($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17964	$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17965	(configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17966	allow ALL_GCC="" to only configure.
17967	(DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17968	(ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17969	(LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17970
17971Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17972
17973	* Makefile.in (taz): Build "info" in etc explicitly.
17974
17975Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17976
17977	* configure.in:  Make sure that CC is undefined (as opposed to
17978	null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17979	problem with autoconf trying to configure on a host without GCC.
17980
17981Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17982
17983	* mpw-configure: Set host alias from choice of host compiler,
17984	only use generic MPW Makefile sed if present, edit a file
17985	named "hacked_Makefile.in" instead of "Makefile.in" if present.
17986	* mpw-README: Add problem notes about CW6 and CW7.
17987
17988Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17989
17990	* Makefile.in (taz): Use ";" instead of ";;".
17991
17992Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17993
17994	* Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17995	sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17996	DISTDOCDIRS.
17997	(DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17998	(newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17999
18000Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18001
18002	* Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
18003	and gnats, because they are now subsumed by DISTSTUFFDIRS.
18004	Move bfd to DISTSTUFFDIRS.
18005
18006Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18007
18008	* Makefile.in (X11_LIB): Removed.
18009	(X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18010
18011	* configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18012
18013Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18014
18015	* cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18016	names.
18017
18018Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18019
18020	* cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18021
18022Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
18023
18024	* configure.in (i[345]86-*-win32): Always build newlib.
18025	Don't configure cvs, autoconf or texinfo.
18026	* Makefile.in (LD_FOR_TARGET): New.
18027	(BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18028	Pass down LD_FOR_TARGET.
18029
18030Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18031
18032	* winsup: New directory.
18033	* Makefile.in: Build winsup.
18034	* configure.in: Winsup is configured when target is win32.
18035	Can only build win32 target GDB when native.
18036
18037Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
18038
18039	* config.guess: Recognize HP model 819 machines as having
18040	a PA 1.1 processor.
18041
18042Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18043
18044	* configure: Fix sed loop which substitutes for CC and CXX to
18045	avoid bug found in various sed implementations.
18046
18047Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18048
18049	* cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18050	simulator.  Use standard powerpc-*-eabi*.
18051
18052Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
18053
18054	* configure.in: Stop putting gas and binutils in noconfigdirs for
18055	powerpc-*-aix* and rs6000-*-*.
18056
18057Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
18058
18059	* cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18060	-mcall-aixdesc libraries.
18061
18062Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
18063
18064	Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
18065
18066	* config.sub (arm | armel | armeb): Fix shell syntax.
18067
18068Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18069
18070	* cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18071	-msoft-float and -mcpu=common support.
18072	(powerpc*-*-eabisim*): Add support for building -mcall-aix
18073	libraries.
18074
18075Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18076
18077	* configure.in: Allow configuration and build of emacs19 for the alpha.
18078
18079Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18080
18081	* configure.in (CC): Get ^CC, not just any old CC, from
18082	${host_makefile_frag}.
18083
18084Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18085
18086	* configure.in (CC): Try to get CC from
18087	${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18088
18089Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18090
18091	* Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18092	only if it exists in $(srcdir).
18093
18094Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18095
18096	* configure: If CC and CXX are not set in the environment, set
18097	them, based on either an existing Makefile or on searching for gcc
18098	in PATH.  Substitute for CC and CXX in Makefile.
18099	* configure.in: Remove libm from target_libs.  Separate
18100	target_configdirs from configdirs.  If CC is not set in
18101	environment, try to get it from a host Makefile fragment.  Rewrite
18102	changes of configdirs to use skipdirs instead.  A few minor
18103	tweaks.  Take directories out of target_configdirs as they are
18104	taken out of configdirs.  Remove existing Makefile files from
18105	subdirectories.  Substitute for TARGET_CONFIGDIRS and
18106	CONFIG_ARGUMENTS in Makefile.
18107	* Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18108	by configure.in.
18109	(CONFIG_ARGUMENTS): Likewise.
18110	(CONFIGURE_TARGET_MODULES): New variable.
18111	($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18112	($(CONFIGURE_TARGET_MODULES)): New target.
18113	(configure-libg++, configure-libio): New targets.
18114	(all-libg++): Depend upon configure-libg++.
18115	(all-libio): Depend upon configure-libio.
18116	(configure-libgloss, all-libgloss): New targets.
18117	(configure-libstdc++): New target.
18118	(all-libstdc++): Depend upon configure-libstdc++.
18119	(configure-librx, all-librx): New targets.
18120	(configure-newlib): New target.
18121	(all-newlib): Depend upon configure-newlib
18122	(configure-xiberty): New target.
18123	(all-xiberty): Depend upon configure-xiberty.
18124
18125Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18126
18127	* configure.in (host i[345]86-*-win32):  Expand the
18128	noconfigdirs again.
18129
18130Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18131
18132	* mpw-configure: Fix sed command file name.
18133
18134Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18135
18136	* configure.in (host i[345]86-*-win32): Reduce the
18137	noconfigdirs again.
18138
18139Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18140
18141	* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18142	or powerpc*-*-pe*, since they are not yet supported.
18143
18144Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18145
18146	Add PowerMac support and many other enhancements.
18147	* mpw-configure: New option --cc to select compiler to use,
18148	paste options set according to --cc into the generated
18149	Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18150	if mpw-make.sed is present.
18151	* mpw-config.in: Don't test for gC1, test for mpw-touch,
18152	add forward includes for PowerPC include files.
18153	* mpw-build.in: Build using Makefile.PPC if present.
18154	(do-byacc, etc): Remove separate version resource builds.
18155	(do-gas): Build "stamps" before "all".
18156	(do-gcc): Build "stamps-h" and "stamps-c" before "all".
18157	* mpw-README: Update to reflect --cc option, PowerMac support,
18158	and recently-reported compatibility problems.
18159
18160Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18161
18162	* cfg-ml-com.in (m68*-*-*): Only build multilibs for
18163	embedded m68k systems (-aout, -coff, -elf, -vxworks).
18164	(--with-multilib-top): Pass to recursive invocations.
18165
18166Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18167
18168	* configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18169	v810-*-*.
18170
18171Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18172
18173	* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18174	gdb, ld and opcodes on v810-*-*.
18175
18176Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18177
18178	* Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18179	(local-maintainer-clean): New target.
18180	(maintainer-clean): New target.
18181	(realclean): Just depend upon maintainer-clean.
18182
18183Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18184
18185	* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18186
18187Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18188
18189	* configure.in: Build ld in mips*-*-bsd* case.
18190
18191Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18192
18193	* config.sub: Accept -lites* OS.  From Ian Dall.
18194
18195Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18196
18197	* config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18198	targets.
18199
18200Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18201
18202	* configure.in: treat i386-win32 canadian cross the same as
18203	i386-go32 canadian cross.
18204
18205Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18206
18207	* cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18208	running under the simulator to build a reduced set of libraries.
18209	(powerpc-*-eabiaix): Add fine grained multilib support added to
18210	other powerpc targets yesterday.
18211
18212Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18213
18214	* cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18215	-disable-softfloat, -disable-relocatable, -disable-aix, and
18216	-disable-sysv to control which multilib libraries get built.
18217
18218Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18219
18220	* configure: Add Makefile.tem to list of files to remove in trap
18221	handler.
18222
18223Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18224
18225	* config.guess (*Linux*):  Add missing "exit"s.
18226	Also, need specific check for alpha-unknown-linux (uses COFF).
18227
18228Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18229
18230	* config.guess:  Merge with FSF:
18231
18232	Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18233	* config.guess (AIX4): More robust release numbering discovery.
18234
18235	Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18236	* config.guess (i386-sequent-ptx): Properly get version number.
18237
18238	Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18239	* config.guess (mips:*:4*:UMIPS): New case.
18240
18241Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18242
18243	* configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18244	(i386-win32 host): Likewise.  Don't build readline.
18245
18246Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18247
18248	* Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18249	SUPPORT_FILES to submakes.
18250
18251Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18252
18253	* Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18254	(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18255	mpw-configure.
18256
18257Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18258
18259	* configure.in (appdirs): Use =, not ==, in test expression when
18260	trying to build the text to print in the warning message for
18261	Solaris users.
18262
18263Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18264
18265	* cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18266
18267Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18268
18269	* config.guess: Recognize lynx-2.3.
18270
18271Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18272
18273	* config.sub (z8ksim): Deleted
18274	(z8k-*-coff): New, this is the one true name of the target.
18275
18276Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18277
18278	* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18279
18280Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18281
18282	* config.guess (*:Linux:*:*): First try asking the linker what the
18283	default object file format is (elf, aout, or coff).  Then if this
18284	fails, try previous methods.
18285
18286Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18287
18288	* configure.in: Don't build newlib for *-*-vxworks5.1.
18289
18290Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18291
18292	* configure.in: Don't build newlib for a29k-*-vxworks5.1.
18293	* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18294
18295Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18296
18297	* cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18298
18299Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18300
18301	* cfg-ml-com.in: New file.
18302	* cfg-ml-pos.in: New file.
18303
18304Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18305
18306	* COPYING.NEWLIB: Add HP free copyright to list.
18307
18308Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18309
18310	* config.sub: Recognize -eabi* for the system, not just -eabi.
18311
18312Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18313
18314	* Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18315	* config.sub, configure.in (win32): New target and host.
18316
18317Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18318
18319	* configure.in: Add i386-pe configuration.
18320
18321Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18322
18323	* mpw-build.in (install): Install GDB after LD.
18324
18325Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18326
18327	* mpw-config.in (elf/mips.h): Always forward-include, needed
18328	for GDB to build.
18329
18330Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18331
18332	* testsuite: New directory for customer acceptance and whole tool
18333	chain tests.
18334
18335Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18336
18337	* configure: If per-host line isn't found, but AC_OUTPUT is found
18338	and a configure script exists, run it instead.
18339
18340Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18341
18342	* config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18343
18344Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18345
18346	* configure: Set build_{cpu,vendor,os,alias} to host values when
18347	--build isn't specified.
18348
18349Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18350
18351	* Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18352	(FLAGS_TO_PASS): Pass them.
18353	(EXTRA_TARGET_FLAGS): Ditto.
18354
18355Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18356
18357	* Makefile.in (all-libg++): Depend on all-libstdc++.
18358
18359Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18360
18361	* configure.in (noconfigdirs): Enable all packages for
18362	  i386-unknown-netbsd.
18363
18364Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18365
18366	* configure.in (noconfigdirs): Don't configure tk for i386-go32
18367	hosted builds (DOS builds)
18368
18369Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18370
18371	Changes for ARM based on patches from Richard Earnshaw:
18372	* config.sub: Handle armeb and armel.
18373	* configure.in: Omit arm linker only for riscix.
18374
18375Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18376
18377	* config.guess:  Update from FSF.
18378
18379Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18380
18381	* config.sub: Recognize powerpcle as the little endian variant of
18382	the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18383	powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18384	alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18385	temporarily.
18386
18387Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18388
18389	* configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18390
18391Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18392
18393	* config.sub: Accept -lites* as a basic system type.
18394
18395Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18396
18397	* config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18398	installed, and if so return linuxoldld as the system name.
18399
18400Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18401
18402	* config.guess: Add hppa1.1-hp-lites support.
18403
18404Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18405
18406	* configure.in: Don't build newlib for m68k-vxworks5.1.
18407
18408Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18409
18410	* configure.in (mips-sgi-irix6): Use mh-irix5.
18411
18412Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18413
18414	* Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18415
18416Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18417
18418	* test-build.mk: Enable building of shared libraries on IRIX 5 and
18419	OSF/1.  Fix compiler flags.
18420	* build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18421
18422Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18423
18424	* configure.in: Recognize --with-newlib.
18425	(sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18426
18427Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18428
18429	* Makefile.in: move {all,check,install}-gdb from *_MODULES
18430	to *_X11_MODULES due to gdbtk needing X include files et al.
18431
18432Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18433
18434	Merge in support for Mac MPW as a host.
18435	(Old change descriptions retained for informational value.)
18436
18437	* mpw-config.in: Add generic include forwards for cpu-specific
18438	include files in aout and elf directories.
18439
18440	* mpw-configure: Added copyright.
18441	* mpw-config.in: Check for presence of required build tools.
18442	(target_libs): Add newlib.
18443	(target_tools): Add examples.
18444	(Read Me): Generate as "Read Me for MPW" instead.
18445	* mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18446	(all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18447	(do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18448
18449	* mpw-configure: Remove subdir-specific makefile hackery,
18450	delete mk.tmp after using it.
18451
18452	* mpw-build.in (all): Display start and end times.
18453
18454	* mpw-configure (host_canonical): Set.
18455	(target_cpu): Always add to makefiles.
18456	(ARCHDEFS, EMUL): Add to makefile only if nonempty.
18457	(TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18458	(mpw-mh-mpw): Look for in srcdir and srcroot.
18459	Use sed instead of mpw-edit-prefix to edit prefix definitions.
18460
18461	* mpw-build.in: (install-only): New target.
18462
18463	* mpw-configure (host_alias, target_alias): Rename from hostalias
18464	and targetalias, add into generated Makefile.
18465	(mk.tmp): If present, add into generated Makefile.
18466	* mpw-build.in (all-gas): Build config.h first before gas proper.
18467
18468	* mpw-configure (config.status): Write only if changed.
18469	* mpw-config.in (readline): Configure it (not built, just used for
18470	definitions).
18471
18472	* mpw-config.in (elf/mips.h): Add a forward include.
18473
18474	* mpw-config.in: Forward-include most .h files in include into
18475	extra-include.
18476	(readline): Don't build.
18477	mpw-build.in (install): Install GDB.
18478
18479	* mpw-configure (prefix, mpw_prefix): Handle it.
18480	* mpw-config.in (mmalloc, readline): Don't configure.
18481	* mpw-build.in (thisscript): Rename to ThisScript.
18482	Use mpw-build instead of BuildProgram everywhere.
18483	(mmalloc, readline): Don't build.
18484	* mpw-README: New file, basic documentation about the MPW port.
18485
18486	* mpw-config.in: Use forward-include to create include files.
18487
18488	* mpw-configure: Add more things to the top of each configured
18489	Makefile, including contents of config/mpw-mh-mpw.
18490	* mpw-config.in (extra-include): Create this directory and fill it
18491	with Posix-like include files when configuring.
18492
18493	* config.sub (apple, mac, mpw): Add various aliases.
18494
18495	* mpw-build.in: New file, top-level build script fragment for MPW.
18496	* mpw-configure: New file, configure script for MPW.
18497	* mpw-config.in: New file, config fragment for MPW.
18498
18499Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18500
18501	* configure.in (host_libs): Remove glob, since it is gone from the
18502	sources.
18503
18504Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18505
18506	* Makefile.in: define empty GDB_NLM_DEPS var.
18507
18508	* configure.in(target_makefile_frag): use config/mt-netware
18509	for netware targets.
18510
18511Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18512
18513	* config.sub: Merge in recent FSF changes.  Remove linux special
18514	cases.
18515
18516Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18517
18518	Revert this change:
18519
18520	Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18521
18522		* build-all.mk: Use CC=cc -Xs on Solaris.
18523
18524Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18525
18526	* glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18527	stop using it.
18528	* Makefile.in: Nuke all references to glob subdirectory.
18529
18530Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18531
18532	* configure.in: Fix --enable-shared logic in per-host.
18533
18534Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18535
18536	* configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18537
18538Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18539
18540	* configure.in (noconfigdirs): Don't build gas on AIX, for
18541	powerpc*-*-aix* as well as for rs6000*-*-aix*.
18542
18543Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
18544
18545	* configure: Fix --cache-file to work if the file argument is a
18546	relative path.
18547
18548Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
18549
18550	* configure: If the --cache-file is used, pass it down to
18551	configure in subdirectories.
18552
18553Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
18554
18555	* config.sub: add vxworks29k configuration.
18556
18557Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18558
18559	* Makefile.in (taz): Do "diststuff" part quietly.
18560
18561Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18562
18563	* config.sub: Mini-merge with gcc/config.sub.
18564
18565Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18566
18567	* config.guess (IRIX): Sed - to _.
18568
18569Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18570
18571	* Makefile.in (source-vault, binary-vault): New targets.
18572
18573Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
18574
18575	* config.sub: Recognize -eabi as a basic system type.
18576
18577Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18578
18579	* configure.in (enable_shared stuff): Fix typo.
18580
18581Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
18582
18583	* Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18584
18585Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18586
18587	* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18588
18589Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
18590
18591	* configure.in (rs6000-*-*): Don't build gas.
18592
18593Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
18594
18595	* Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18596	reduce command line length.
18597	(AS_FOR_TARGET): Check for as.new, not Makefile.
18598	(NM_FOR_TARGET): Check for nm.new, not Makefile.
18599
18600Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18601
18602	* config.guess:  Merge from FSF.
18603
18604Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18605
18606	* configure: Don't use $ when handling program_suffix.
18607
18608Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
18609
18610	* configure.in:  Configure tk for hppa/hpux.
18611
18612Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18613
18614	* Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
18615
18616Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18617
18618	* Makefile.in:  Move -fno-implicit-template from CXXFLAGS
18619	to LIBCXXFLAGS.  Tests are better run without it.
18620
18621Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
18622
18623	* Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18624
18625Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
18626
18627	* configure.in (*-*-netware*): Don't configure xiberty.
18628
18629Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
18630
18631	* configure.in:  Remove tk from native_only list.
18632
18633Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
18634
18635	* build-all.mk: Add mips-ncd-elf target to sun4 targets
18636	  for special NCD build.
18637
18638Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18639
18640	* Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18641	makeall.bat, they're only useful for binutils snapshots.
18642	(binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18643	makeall.bat to specified SUPPORT_FILES.
18644
18645Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
18646
18647	* build-all.mk: Add Ericsson targets to sun4 and solaris
18648	  hosts.  Add  BNR's sun4 target to solaris host, so their
18649	  build-from-source will be tested in-house first.
18650
18651Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18652
18653	* Makefile.in (LIBCFLAGS): New variable.
18654	(CFLAGS_FOR_TARGET): Ditto.
18655	(LIBCFLAGS_FOR_TARGET): Ditto.
18656	(LIBCXXFLAGS): Ditto.
18657	(CXXFLAGS_FOR_TARGET): Ditto.
18658	(LIBCXXFLAGS_FOR_TARGET): Ditto.
18659	(BASE_FLAGS_TO_PASS): Pass them.
18660	(EXTRA_TARGET_FLAGS): Ditto.
18661
18662	* configure.in: Support --enable-shared.
18663
18664Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18665
18666	* configure.in (target_libs):  Include libstdc++ again.
18667	* config.guess:  Update from FSF (for FreeBSD).
18668
18669Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18670
18671	* Makefile.in (DEVO_SUPPORT): Include configure.bat and
18672	makeall.bat.
18673	(DISTDOCDIRS): Add `etc'.
18674	(ETC_SUPPORT_PFX): New variable.
18675	(taz): Include anything from etc starting with a word in
18676	ETC_SUPPORT_PFX.
18677
18678Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18679
18680	* config.sub: Update for recent FSF changes.  Remove obsolete
18681	h8300hds entry.  Add -windows* and -osx as basic os.  Minor
18682	spacing changes.
18683
18684Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18685
18686	* configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
18687
18688	* config.guess:  Merge with FSF.
18689	* configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18690
18691Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18692
18693	* configure: Since the "trap 0" handler will override the exit
18694	status on many systems, only use it for "exit 1", and make it set
18695	a non-zero exit status; reset it before "exit 0".  Also, check
18696	exit status of config.sub, and error out if it failed.
18697
18698Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18699
18700	* Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18701	and install libgloss.
18702
18703Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18704
18705	* Makefile.in (all-binutils): Depend upon all-byacc.
18706
18707	* configure.in: Don't build emacs on Irix 5.
18708
18709Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18710
18711	* configure.in (*-*-netware*): Add libio.
18712
18713Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18714
18715	* Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18716	(CHECK_TARGET_MODULES): Ditto.
18717	(INSTALL_TARGET_MODULES): Ditto.
18718	(TARGET_LIBS): Ditto.
18719	(all-libstdc++): Note dependencies.
18720
18721Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18722
18723	* Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18724
18725Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18726
18727	* Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18728	-fexternal-templates.
18729
18730	* configure.in (target_libs): Add libstdc++.
18731	(noconfigdirs): Add libstdc++ as appropriate.
18732
18733Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18734
18735	* config.guess:  Update from FSF.
18736
18737Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18738
18739	* configure: Use ${config_shell} when running ${configsub}.
18740
18741Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18742
18743	* config.sub: No longer recognize h8300h.
18744
18745Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18746
18747	* config.sub: Remove extraneous differences between config.sub and
18748	gcc/config.sub.
18749
18750Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18751
18752	* Makefile.in (DISTSTUFFDIRS): Add gas.
18753
18754Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18755
18756	* COPYING.NEWLIB: New file.
18757
18758Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18759
18760	* config.guess (HP-UX):  Patch from Harlan Stenn
18761	<harlan@landmark.com> to also emit release level.
18762
18763Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18764
18765	* config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18766
18767Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18768
18769	* config.sub:  Merge nextstep cleanup from FSF.
18770
18771Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18772
18773	* configure.in (arm-*-*): Don't configure ld for this target.
18774
18775Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18776
18777	* configure.in (*-*-netware): don't configure libg++, libio,
18778	  librx, or newlib.
18779
18780Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18781
18782	* configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18783	configure ld--it works, but it doesn't support shared libraries.
18784
18785Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18786
18787	* config.guess (*-unknown-freebsd*):  Get rid of possible
18788	trailing "(Release)" in version string.
18789	Patch from Paul Richards <paul@isl.cf.ac.uk>.
18790
18791Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18792
18793	* config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18794	Fix type: *-next-neststep -> *-next-nextstep.
18795
18796	* config.guess:  Merge from FSF:
18797
18798	Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18799
18800	* config.guess: Recognize powerpc-ibm-aix3.2.5.
18801
18802	Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18803
18804	* config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18805	instead of UNIX_SV for UnixWare 1.0).
18806
18807Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18808
18809	* Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18810	to make gdb/nlm/* build after the compiler and linker.
18811
18812Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18813
18814	* config.guess (netbsd, freebsd, linux):  Accept any machine,
18815	not just i[34]86.
18816	(m68k-atari-sysv4):  Relocate to match FSF version.
18817
18818	* config.guess:  More merges from the FSF:
18819
18820	Add a space before function call or macro invocation.
18821
18822	Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18823
18824	* config.guess: Add trap cmd to remove dummy.c and dummy when
18825	interrupted.
18826
18827	Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18828
18829	* config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18830	(dummy): Redirect stderr from compilation of dummy.c.
18831
18832	Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18833
18834	* config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18835
18836Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18837
18838	* configure: Accept and ignore --cache*, for compatibility with
18839	new autoconf.
18840
18841Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18842
18843	* config.guess:  Merge from FSF:
18844
18845	Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18846
18847	* config.guess (Pyramid*:OSx*:*:*): New case.
18848	(PATH): Add /.attbin at end for finding uname.
18849	(dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18850
18851	Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18852
18853	* config.guess (M88*:DolphinOS:*:*): New case.
18854
18855	Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18856
18857	* config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18858	to select whether to use ELF or COFF.
18859
18860	Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18861
18862	* config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18863
18864	Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18865
18866	* config.guess: Guess the OS version for HPUX.
18867
18868	Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18869
18870	* config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18871
18872Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18873
18874	* configure.in: Recognize --with-headers, --with-libs, and
18875	--without-newlib.
18876	* Makefile.in (all-xiberty): Depend upon all-ld.
18877
18878Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18879
18880	* configure.in: Change i[34]86 to i[345]86.
18881
18882Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18883
18884	* configure (version): A few more tweaks to help message.
18885
18886Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18887
18888	* Makefile.in:  Remove (for now) librx as a host library,
18889	now that we're building it for target.
18890
18891Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18892
18893	* configure: Fix up help message; from karl@owl.hq.ileaf.com
18894	(Karl Berry).
18895
18896Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18897
18898	* configure.in:  Also configure librx.
18899
18900Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18901
18902	* Makefile.in:  Update various rules to reflect that librx
18903	is now needed for libg++.
18904
18905Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18906
18907	* config.sub: Accept mips64orion and mips64orionel as a CPU name.
18908
18909Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18910
18911	* configure.in: Configure the examples directory.
18912
18913Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18914
18915	* configure: Simplify Jun 2 1994 change.
18916
18917Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18918
18919	* change CC to /usr/latest/bin/gcc for lynx host builds, since
18920	/bin/gcc isn't good enough to build gcc.
18921
18922Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18923
18924	* Makefile.in (GDB_SUPPORT_FILES): Remove
18925	(setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18926	(gdb.tar.gz): Add new rule to use standard distribution building
18927	mechanism.
18928
18929Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18930
18931	* configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18932	Bill Cox <bill@cygnus.com>.
18933
18934Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18935
18936	* config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18937
18938Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18939
18940	* configure:  Search current dir first in .gdbinit.
18941
18942Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18943
18944	* config.sub:  Recognize freebsd (merged from gcc config.sub).
18945
18946Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18947
18948	* config.sub:  Refer to NeXT's operating system as nextstep.
18949
18950	* config.sub (case $basic_machine):  Re-order the cases, to match
18951	the order in the FSF version (which is mostly alphabethical).
18952	Merge in some additions and changes from the FSF.
18953
18954Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18955
18956	* config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18957	* config.sub: Recognize cxux7.
18958	* configure.in: Use mh-cxux for m88k-harris-cxux*.
18959
18960Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18961
18962	* config.sub:  Fix typo powerpc -> powerpc-*.
18963
18964Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18965
18966	* Makefile.in: `all-emacs19' depends on `all-byacc'.
18967
18968	* Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18969	parallel with all-emacs and install-emacs).  Top-level command
18970	`make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18971
18972Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18973
18974	* test-build.mk ($(host)-stamp-stage2-installed): Remove
18975	$(relbindir)/make before doing ``make install'', and use
18976	$(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18977	installing over running make binary.
18978	($(host)-stamp-stage3-installed): Likewise.
18979
18980Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18981
18982	* config.guess: Recognize Mach.
18983
18984Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18985
18986	* configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18987	see whether --exec-prefix was used.
18988
18989Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18990
18991	* README:  Explicitly mention libg++/README.  (Zoo's idea.)
18992
18993Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18994
18995	* Makefile.in: Add all-librx target similar to all-libproc.
18996
18997Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18998
18999	* config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
19000	with post 1.2 uname bogosity.
19001
19002Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19003
19004	* configure: Remove temporary files on receipt of a signal.
19005
19006Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
19007
19008	* configure: If there is a package_makefile_frag, remove
19009	${subdir}/Makefile.tem after copying it in.
19010
19011Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19012
19013	* build_all.mk: support rs6000 lynx identifies itself as
19014	rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
19015	since /bin/gcc is too feeble to compile a modern gcc.
19016
19017Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19018
19019	* brought devo/test-build.mk update-to-date with progressive/
19020	  test-build.mk. Add lynx targets and hppa flag info.
19021
19022Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19023
19024	* configure.in:  Use mh-ncrsvr43.  Patch from
19025	Tom McConnell <tmcconne@sedona.intel.com>.
19026
19027Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19028
19029	* config.guess (i386-unknown-bsdi):  No longer need to
19030	check #if defined(__bsdi__) && defined(__i386__).
19031
19032Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19033
19034	* configure: Set program_transform_nameoption correctly.
19035
19036Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
19037
19038	* brought build-all.mk update-to-date with progressive build-all.mk,
19039	  added new targets and hppa info.
19040
19041Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19042
19043	* configure: If config.guess result is a prefix of the user
19044	specified target, assume a native build and use the user specified
19045	target as the host alias.  Remove SunOS patch suffix removal hack.
19046	* configure.in: Remove SunOS patch suffix removal hack.
19047
19048	* Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19049	in NATIVE_CHECK_MODULES.
19050
19051Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
19052
19053	* Makefile.in: Rename HOST_ONLY to NATIVE.
19054	* configure: Delete SunOs patch suffix from host_canonical
19055	  and build_canonical variables that are prepended to Makefiles.
19056	* configure.in: Add comments for easier maintenance.
19057
19058Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19059
19060	* Makefile.in: Add all-libproc target similar to all-gui.
19061
19062Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
19063
19064	* Makefile.in (CHECK_MODULES): split into
19065	HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19066
19067Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
19068
19069	* config.guess (i386-unknown-bsdi): New system to guess.
19070
19071Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19072
19073	* Makefile.in: Add all-gui target (but not yet build by "all").
19074
19075Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19076
19077	* config.sub: Move deletion of patch suffix from here...
19078	* configure.in: To here, at Ian's suggestion.  The top-
19079	  level scripts might need to know of a patch level.
19080
19081Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19082
19083	* config.sub: Strip off patch suffix so rtl is recognized
19084	  as a sunos4.1.3 machine, even though it's been patched.
19085
19086Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19087
19088	* Makefile.in (INSTALL_LAST): Delete.
19089	(INSTALL_DOSREL): New.
19090
19091Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19092
19093	* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19094	Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19095	whether we pass down --with-gnu-ld anyhow.
19096
19097Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19098
19099	* Makefile.in (INSTALL_LAST): Change operation so it works
19100	on more flavors of make.
19101	* configure.in (go32): Don't build libg++ or libio.
19102
19103Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19104
19105	* Makefile.in (Move HOST_PREFIX_1 and friends up so
19106	they can be overriden by templates.
19107
19108Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19109
19110	* configure.in (target==go32): Don't build gdb.
19111	* dosrel: New directory.
19112
19113Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19114
19115	* configure.in (host==go32): Configure dosrel too.
19116	* Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19117	(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19118	be set by incoming names or templates.
19119	(INSTALL_LAST): New rule.
19120
19121Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19122
19123	* config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19124
19125Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19126
19127	* configure.in (appdirs): New variable.  Currently empty, but will
19128	be used in gas distribution.  If nonempty, lists a set of
19129	directories at least one of which must get configured, or top
19130	level configuration is considered to have failed.
19131	(rs6000-*-lynxos*): Use new file name.
19132
19133Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19134
19135	Eliminate XTRAFLAGS.
19136	* Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19137	newlib include files using -idirafter, and also use -nostdinc.
19138	(CXX_FOR_TARGET): Likewise.
19139	(XTRAFLAGS): Removed.
19140	(BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19141	(EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19142	(EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19143	($(DO_X)): Don't pass down XTRAFLAGS.
19144
19145Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19146
19147	* configure.in (mips*-dec-bsd*): New target; do build linker.
19148	(mips*-*-bsd*): New target; don't build linker.
19149
19150Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19151
19152	* configure.in: support rs6000-*-lynxos* configuration.
19153	support sunos4 as a cross target.
19154
19155	* config.sub: look for lynx*, not lynx since the OS version may
19156	legitimately be part of the name.
19157
19158Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19159
19160	* configure.in (i[34]86-*-sco*): Move to be with other i386
19161	targets.
19162	(romp-*-*): New target.  Skip various binary utilities.
19163	(vax-*-*): New target.  Don't build newlib.
19164	(vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19165
19166Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19167
19168	* configure.in: Only set host_makefile_frag if config
19169	directory exists.
19170
19171Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19172
19173	* install.sh: If $dstdir exists, don't check whether each
19174	component does.
19175
19176Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19177
19178	* test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19179
19180Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19181
19182	* configure.in (*-*-lynxos*): Don't configure newlib for either
19183	native or cross Lynx.
19184
19185Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19186
19187	* config.sub (sparc64-elf): Fix os.
19188	(z8k): Remove duplicate.
19189
19190Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19191
19192	* Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19193	gcc/stmp-fixproto, to try to prevent fixproto from being run.
19194
19195Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19196
19197	* configure: Make file links cleanly even if Lynx fails on
19198	  an NFS symlink (at least fail cleanly).
19199
19200Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19201
19202	* test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19203	-XNh2000.
19204
19205Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19206
19207	* configure: Unknown options are fatal again.
19208
19209Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19210
19211	* configure: Ignore --x-includes and --x-libraries, for Autoconf
19212	compatibility.
19213
19214Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19215
19216	* build-all.mk: Add `clean' target.
19217
19218Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19219
19220	* config.guess:  Add SINIX support.
19221	* configure.in:  Add mips-*-sysv4* support.
19222
19223Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19224
19225	* build-all.mk: Document all useful targets.
19226	If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19227	If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19228
19229Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19230
19231	* configure: Support --silent, --quiet.
19232
19233Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19234
19235	* configure: Support --disable-FEATURE.
19236
19237Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19238
19239	* config.guess: Recognize NCR running SVR4.3.
19240
19241Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19242
19243	* config.guess:  Make BSDI generate i386-unknown-bsd386.
19244	Patch from Paul Eggert <eggert@twinsun.com>.
19245
19246Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19247
19248	* configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19249
19250Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19251
19252	* configure: Make unrecognized options give nonfatal warnings
19253	instead of fatal errors, and pass them to any subdirectory
19254	configures in case they recognize them.
19255	Make --x equivalent to --with-x.
19256
19257Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19258
19259	* configure: Add --enable-* options.  Clean up usage message and
19260	some comments.
19261
19262Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19263
19264	* Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19265
19266Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19267
19268	* configure.in (hppa*-*-*): Enable binutils.
19269
19270Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19271
19272	* config.sub: Recognize cisco.
19273
19274Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19275
19276	* Makefile.in (CXXFLAGS): Add -fexternal-templates.
19277
19278Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19279
19280	* config.guess: about target *-hitachi-hiuxwe2, don't print more
19281	than one configuration name.  Add comment.
19282
19283Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19284
19285	* config.guess: about target *-hitachi-hiuxwe2, fixed
19286	machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19287	macro is incorrect.]
19288
19289Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19290
19291	* Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19292	than the "make ls" stuff which used to be here.
19293
19294Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19295
19296	* config.guess:  Recognize i[34]86-unknown-freebsd.
19297	From Shawn M Carey <smcarey@rodan.syr.edu>.
19298
19299Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19300
19301	* configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19302
19303Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19304
19305	* config.guess: Check for ptx.
19306
19307Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19308
19309	* config.sub: Add os9k checking.
19310
19311Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19312
19313	* config.guess: Handle OSF1 running on HPPA processors
19314
19315Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19316
19317	* configure: If subdir configure fails, print out a message with
19318	subdirectory name, in case subdir's configure code didn't identify
19319	itself.
19320
19321Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19322
19323	* configure.in: Remove embedded newlines from configdirs.
19324	Avoid mismatches of substrings.  Fix matching strings at end
19325	of configdirs.
19326
19327Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19328
19329	* config.guess:  Add Lynx/rs6000 config support.
19330
19331Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19332
19333	* configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19334
19335Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19336
19337	* configure.in (hppa*-*-osf*): Treat this just like most other
19338	PA configurations (eg no binutils or ld).
19339	(hppa*-*-*elf*): These configurations have binutils and ld.
19340
19341Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19342
19343	* config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19344
19345Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19346
19347	* configure.in (rs6000-*-*): Build gas.
19348
19349Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19350
19351	* Makefile.in:  Avoid bug in losing hpux sed.
19352
19353Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19354
19355	* Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19356	for GDB and GDB has been fixed to not need it.
19357
19358Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19359
19360	* config.guess: Recognize vax hosts.
19361
19362Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19363
19364	* configure (while loop): Don't use "break 2" inside case
19365	statement -- the case statement isn't an enclosing loop.
19366
19367Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19368
19369	* config.guess:  Clean up NeXT support, to allow nextstep
19370	on Intel machines.  Make OS be nextstep.
19371
19372Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19373
19374	* config.guess: Add alternate forms for Convex.
19375
19376Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19377
19378	* configure:  Completely rewrite option processing.  Take
19379	advantage of pattern-matching to avoid invoking test frequently.
19380	Also clean up host and target defaulting logic.
19381
19382Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19383
19384	* Makefile.in: Replace all occurrances of "rootme" with "r" and
19385	"$${rootme}" with "$$r", to increase the likelihood that the do-*
19386	commands (plus user environment) will fit SCO limits.
19387
19388Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19389
19390	* configure.in: Don't issue warnings about directories which are
19391	not being configured if -norecursion is set.  Correct test for
19392	--with-gnu-as and --with-gnu-ld to not get confused by substring
19393	matches.
19394
19395	* configure.in: Don't build gas for alpha-dec-osf1*.
19396
19397Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19398
19399	* configure:  Back out Per's change of 12/19/1993.  It changes the
19400	behavior of configure in unexpected and confusing ways.
19401
19402	Also, use different delim char when calculating
19403	program_transform_name so that the name can contain slashes.
19404
19405Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19406
19407	* configure.in, config.sub: Add support for VSTa micro-kernel.
19408
19409Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19410
19411	* configure.in: Nuke hacks which were used to get a special
19412	version of GAS for HPPA configurations.
19413
19414Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19415
19416	* configure:  If only ${target_alias} is given, use that
19417	as the default for ${host_alias}.
19418	* configure:  Add missing back-slashes before nested quotes.
19419
19420Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19421
19422	* Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19423
19424Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19425
19426	* config.guess:  Recognize some Tektronix configurations.
19427	From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19428
19429Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19430
19431	* config.sub: Match any flavor of SH.
19432
19433Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19434
19435	* configure.in: Don't try to configure newlib for Alpha.
19436
19437Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19438
19439	* configure.in: Don't build ld for Irix 5.  Don't build gas,
19440	libg++ or libio for any Alpha target.
19441
19442	* configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19443
19444Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19445
19446	* Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19447	default arguments -- so it tried to compress itself.
19448
19449Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19450
19451	* configure.in (notsupp): ensure that a space is always at the end
19452	  of the configdirs list, since the grep checks for an explicit space
19453
19454Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19455
19456	* configure.in (target i386-sysv4.2): don't build ld, since static
19457	  versions of many libraries are not available.
19458
19459Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19460
19461	* config.guess: Recognize Apollos (using environment variables).
19462	* configure.in: Don't configure ld, binutils, or gprof for Apollo.
19463
19464Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19465
19466	* config.guess: Recognize Sony news mips running newsos.
19467
19468Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19469
19470	* Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19471	"fi ; else" for bash.
19472
19473Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19474
19475	* Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19476
19477Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19478
19479	* config.sub: accept unixware as an alias for svr4.2.
19480	Fix some inconsistancies with the gcc version.
19481
19482Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19483
19484	* Makefile.in (DISTDOCDIRS):  Add gdb.
19485
19486Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19487
19488	* Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19489
19490Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19491
19492	* Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19493	(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19494	this now.
19495
19496Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19497
19498	* config.sub: Accept hiux* as an OS name.
19499
19500	* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19501	etc/make-stds.texi.  The underscore came from gcc, and dje now
19502	agrees that RUNTESTFLAGS is the correct name.
19503
19504Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19505
19506	* install.sh:  Remove 'set -e'.  It makes any conditionals
19507	in the script useless.
19508
19509	* config.guess: Automatically recognize arm-acorn-riscix
19510	Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19511
19512Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19513
19514	* Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19515
19516Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19517
19518	* Makefile.in (DISTDOCDIRS): New variable.
19519	(taz): Edit local Makefile.in sooner, instead of proto-toplev
19520	Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19521
19522Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19523
19524	* configure.in (hppa target): check the source directory for the
19525	  pagas sub-directory
19526
19527Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19528
19529	* config.sub: Allow -aout* and -elf*.
19530
19531Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19532
19533	* configure.in: Don't build ld on i386-solaris2, same as for
19534	sparc-solaris2.
19535
19536Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19537
19538	* Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19539
19540Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19541
19542	* configure.in:  Configure gdb for alpha.
19543
19544Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19545
19546	* Makefile.in (CXXFLAGS): Add -O.
19547
19548Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19549
19550	* config.guess: added support for DG Aviion
19551
19552Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19553
19554	* configure.in: Produce warning message for subdirectories not
19555	configurable for this host/target combination.  Don't try to
19556	configure gdb for vms.
19557
19558Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19559
19560	* Makefile.in (taz): Replace "byacc" with "bison -y" in the
19561	appropriate files before making "diststuff".
19562	(DISTBISONFILES): New var: list of files to be edited.
19563	(DISTSTUFFDIRS): Add binutils.
19564
19565Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19566
19567	* config.sub: also handle mipsel and mips64el (for little endian mips)
19568
19569Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19570
19571	* configure.in: Add * to end of all OS names.
19572
19573Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
19574
19575	* configure.in: Build newlib for LynxOS native.
19576
19577Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19578
19579	* config.guess: Add support for delta 88k running SVR3.
19580
19581	* configure.in: Add comment about HP compiler vs. emacs.
19582
19583Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19584
19585	* configure.in: don't build ld on solaris2 (not a viable option
19586	  due to bugs in getpwnam & getpwuid)
19587
19588Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19589
19590	* configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19591	config.guess will produce a full version number.
19592
19593Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19594
19595	* configure.in: Build linker and binutils for alpha-dec-osf1.
19596
19597Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19598
19599	* Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19600	and gdb/testsuite/Makefile.in.
19601
19602Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19603
19604	* configure.in: recognize mips*- instead of mips-
19605
19606Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19607
19608	* config.sub: Accept linux*coff and linux*elf as operating
19609	systems.
19610
19611Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19612
19613	* config.sub: Recognize mips64, and mips3 as an alias for it.
19614
19615Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19616
19617	* configure.in: Remove alpha-dec-osf*, no longer necessary now that
19618	gdb knows how to handle OSF/1 shared libraries.
19619
19620Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19621
19622	* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19623	* config.guess: Recognize Hitachi's HIUX.
19624	* config.sub: Recognize h3050r* and hppahitachi.
19625	Remove redundant cases for hp9k[23]*.
19626
19627Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19628
19629	* configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19630	if gas and ld are in the source tree and are in ${configdirs}.
19631	If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19632	--with options (but still pass them down on the command line,
19633	if they were explicitly specified).
19634
19635Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19636
19637	* configure: substitute SHELL value in Makefile.in with
19638	${CONFIG_SHELL}
19639
19640Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19641
19642	* configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19643	*-*-solaris2* targets.
19644
19645Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19646
19647	* Makefile.in: define M4, and pass it down to sub-makes;
19648	all-autoconf now depends on all-m4
19649
19650Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19651
19652	* Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19653	presence of {ar,ranlib} instead of a configured directory
19654
19655Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
19656
19657	* config.guess: Accept 34?? as well as 33?? for NCR.
19658
19659Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19660
19661	* configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19662	of 'gas' in sed commands, since 'gash' is now in the tree as well.
19663
19664Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19665
19666	* configure: grab values for $(CC) and $(CXX) from the
19667	environment, so that someone can do "CC=gcc configure; make" and
19668	have it work right (matching the way that autoconf works now)
19669
19670	* configure.in, Makefile.in: add support for gash, the tcl
19671	interface to Galaxy
19672
19673	* config.guess: add NetBSD variants (hp300, x86)
19674
19675Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
19676
19677	* install.sh: Support -d option (in the manner of SunOS 4 install,
19678	as it is more deterministic than that of GNU install)
19679	(chmodcmd): Set file to mode 755 by default (should also do default
19680	chgrp and chown, but I don't feel like dealing with that now)
19681
19682Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
19683
19684	* config.sub: Remove h8300hhms alias.
19685
19686Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19687
19688	* configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19689
19690Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19691
19692	* Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19693	as stmp-fixinc
19694
19695Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19696
19697	* config.sub: recognize m88110-bug-coff.
19698
19699Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19700
19701	* Makefile.in (all-libio): all dependencies on the toolchain used
19702	to build this (gcc, gas, ld, etc)
19703
19704Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19705
19706	* config.guess: Deal with OSF/1 1.3 on alpha.
19707
19708Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19709
19710	* install.sh: add some 'else true' clauses for portability
19711
19712	* configure.in: don't build libio for h8[35]00-*-* targets
19713
19714Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19715
19716	* Makefile.in:  Add support for new libio.
19717
19718Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19719
19720	* install.sh: If one command fails, don't try the rest.  Don't try
19721	to remove $dsttmp (via trap) unless we have already created it.
19722	If $src doesn't exist, detect it and exit with an error.
19723
19724	* config.guess: Recognize BSD on hp300.
19725
19726Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19727
19728	* config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19729	Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19730
19731Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19732
19733	* Makefile.in (all-send-pr): depends on all-prms
19734
19735Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19736
19737	* config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19738
19739Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19740
19741	* config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19742	Added test for mips-mips-riscos5.
19743
19744Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19745
19746	* configure.in: use mh-hp300 for 68k HP hosts
19747
19748Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19749
19750	* configure: add support for CONFIG_SHELL, so that you can use
19751	some alternate shell for evaluating configure scripts
19752
19753Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19754
19755	* Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19756	in configure script to bug-gdb@prep.ai.mit.edu when building
19757	distribution archive.
19758	* Makefile.in (COMPRESS):  Remove def.
19759	* Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19760	gdb.tar.Z and make-gdb.tar.Z respectively.
19761	* Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19762	* Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19763	to convergence with 'taz' target in Makefile.in.
19764
19765Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19766
19767	* install.sh (dsttmp): use trap to ensure that tmp files go
19768	away on error conditions
19769
19770Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19771
19772	* Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19773
19774Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19775
19776	* Makefile.in (install-dirs): Deal with a prefix like /gnu;
19777	its parent is '/' not ''.
19778
19779	* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19780
19781Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19782
19783	* configure: if ${newsrcdir}/configure doesn't exist, don't assume
19784	that ${newsrcdir}/configure.in does.
19785
19786Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19787
19788	* test-build.mk: support for CONFIG_SHELL
19789
19790Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19791
19792	* config.sub (netware):  Add as a basic system type.
19793
19794Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19795
19796	* Makefile.in (Makefile): depend on configure.in.  Also drop the
19797	  $(srcdir)/ from the dependency on Makefile.in.
19798
19799Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19800
19801	* config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19802	(h8300hhms is temporary until multi-libraries are implemented).
19803	* configure.in: Handle h8300h too.
19804
19805Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19806
19807	* config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19808
19809Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19810
19811	* configure:  Remove extraneous output when guessing host type.
19812	* config.guess:  Remove extraneous output when guessing using C
19813	compiler rather than uname, or when guessing fails.
19814
19815Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19816
19817	* Makefile.in: remove all.cross and install.cross targets
19818
19819	* configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19820	  definitions
19821
19822Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19823
19824	* configure.in (target sh): Build gprof.
19825
19826Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19827
19828	* config.sub: change -solaris to -solaris2
19829
19830Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19831
19832	* configure.in: Use config/mh-riscos for mips-*-sysv*.
19833
19834Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19835
19836	* configure: Correct error message for missing Makefile.in to
19837	print correct directory.
19838
19839Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19840
19841	* install.sh: kludge around 386BSD shell bug
19842
19843Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19844
19845	* config.guess:  Recognize NeXT.
19846	* config.guess:  Recognize i486-ncr-sysv4.
19847	* Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19848
19849Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19850
19851	* Makefile.in (MAKEINFOFLAGS): New variable.
19852	(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19853	* build-all.mk, test-build.mk: Pass down --no-split as
19854	MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19855
19856Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19857
19858	* Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19859
19860Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19861
19862	* Makefile.in (libg++.tar.z):  New rule.
19863	* Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19864	* Makefile.in (taz):  Only do a single chmod.
19865
19866Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19867
19868	* install.sh: don't use dirname anymore (replaced with sed usage)
19869
19870Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19871
19872	* Makefile.in:  Change extension for gzip'd files from '.z' to
19873	'.gz' per new FSF standard usage.
19874
19875Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19876
19877	* configure: put quotes around the final value of program_transform_name
19878
19879Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19880
19881	* Makefile.in: new install.sh support; update install-info rules
19882
19883Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19884
19885	* configure.in: Build diff for crosses, but not for go32 host.
19886
19887	* configure.in: Build gprof only for native, and don't build it
19888	for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19889
19890Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19891
19892	* configure.in: don't build gas,ld,binutils on for *-*-sysv4
19893
19894Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19895
19896	* configure.in (host_tools): Add prms.
19897
19898Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19899
19900	* Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19901	with $(FLAGS_TO_PASS) on the command line
19902
19903	* config.sub: Recognize lynx and lynxos
19904
19905Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19906
19907	* config.sub: Accept -ecoff*, not just -ecoff.
19908
19909Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19910
19911	* Makefile.in (taz): Use .gz suffix instead of .z.
19912	(binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19913	names.
19914
19915Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19916
19917	* Makefile.in (vault-install): add an 'else true' (for Ultrix)
19918
19919Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19920
19921	* Makefile.in (install-no-fixedincludes):  install gcc last, so
19922	that rebuilds that might happen during 'make install' don't get
19923	bogus gcc include files
19924
19925Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19926
19927	Change from Utah for HPPA support:
19928	* config.guess: Recognize hppa1.x-hp-bsd.
19929
19930Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19931
19932	* config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19933	Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19934
19935Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19936
19937	* config.sub: Add support for rom68k and bug boot monitors.
19938
19939Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19940
19941	* Makefile.in: Make all-opcodes depend on all-bfd.
19942
19943Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19944
19945	* config.guess: Added special check for i[34]86-univel-sysv4*.
19946
19947Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19948
19949	* config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19950	the processor rather than assuming i486.
19951
19952Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19953
19954	* config.guess: Recognize SunOS6 as Solaris3.
19955
19956Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19957
19958	* config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19959	Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19960
19961Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19962
19963	* build-all.mk (all-cross): New target for Canadian Cross.
19964	Added Q2 go32 targets.
19965	* test-build.mk: Configure go32 cross sparclite-aout and
19966	mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19967	PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19968
19969Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19970
19971	* configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19972	GO32 hosted toolchains
19973
19974Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19975
19976	* configure: change  so "-exec-prefix" gets passed down rather
19977	than "-exec_prefix" so autoconf generated Makefiles get the
19978	exec_prefix set right.
19979
19980Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19981
19982	* config.guess: get the Solaris2 minor version number
19983
19984	* Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19985
19986Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19987
19988	* config.guess: Recognize some Sequent platforms.
19989
19990Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19991
19992	* Makefile.in: added the vault-install target
19993
19994	* configure.in: actually use the Sun3 makefile fragment that's in
19995	config, also added the release dir to configdirs
19996
19997Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19998
19999	* Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20000
20001Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20002
20003	* configure.in: remove some program from Alpha targetted toolchains
20004
20005Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
20006
20007	* Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
20008	gprof.
20009	(taz): Run "make diststuff" in those directories instead of "make
20010	proto-dir".  Look for "VERSION=" only at start of line in subdir
20011	Makefile.  Use "gzip -9" for compression.
20012	(TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20013	(binutils.tar.z): New target.
20014
20015Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20016
20017	* Makefile.in (taz): Include gpl.texinfo.
20018
20019Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20020
20021	* Makefile.in (setup-dirs): Merged into "taz" target.
20022	(taz): Only do `proto-dir' stuff if a directory is actually needed
20023	for this target.
20024
20025Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
20026
20027	* Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20028	(FLAGS_TO_PASS): Pass down MUNCH_NM.
20029	(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20030	(EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20031	(gcc-no-fixedincludes): Correct for current gcc Makefile.
20032
20033Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
20034
20035	* Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
20036	config.sub, and move-if-change to gdb testsuite distribution
20037	archive, so the testsuite can be extracted, configured, and
20038	run separately from the gdb distribution.  Blow away the Chill
20039	tests that require a Chill compiled executable, since GNU Chill
20040	is not yet publically available.
20041
20042Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20043
20044	* test-build.mk: set environment variables in a single command,
20045	instead of a list of assignments and exports
20046
20047	* config.guess: recognize Alpha/OSF1 systems
20048
20049Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20050
20051	* configure: Change help message to prefer --options rather than
20052	  -options.
20053
20054Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20055
20056	* config.sub: Convergent Tech. "miniframe" uses m68010, sez
20057	zippy@ecst.csuchico.edu.
20058	* config.guess: Recognize miniframe.
20059
20060Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
20061
20062	* Makefile.in: Use srcroot to find runtest rather than rootme.
20063	Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20064
20065Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20066
20067	* test-build.mk: Extensive additions to support building on a
20068	machine other than the host.
20069
20070Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
20071
20072	* configure (tooldir): Fix for i386-aix again.
20073
20074Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
20075
20076	* configure, Makefile.in:  Change definition of $(tooldir)
20077	to match the FSF.
20078
20079Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20080
20081	* config.guess:  Recognize i[34]86/SVR4.
20082
20083Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20084
20085	* Makefile.in (all-gdb): gdb depends on sim.
20086
20087Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20088
20089	* Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20090	at the same time we make the prototype gdb directory.
20091	* Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20092	files at the same time as the gdb base release distribution.
20093
20094Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20095
20096	* Makefile.in (check): Use individual check targets rather than
20097	DO_X rule.
20098	(check-gcc): Added.
20099
20100Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20101
20102	* config.sub: Use sysv3.2 not sysv32 for canonical OS
20103	for System V release 3.2.
20104
20105Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20106
20107	* config.sub: Recognize hppaosf.
20108	* configure.in: Do configure ld/binutils/gas for it.
20109
20110Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20111
20112	* configure (tooldir): Alter syntax used to set this, for systems
20113	where "\$" isn't handled right, like i386-aix.
20114
20115Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20116
20117	* configure: Pass program-transform-name, not
20118	program_transform_name, to recursive configures.
20119
20120Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20121
20122	* Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20123	of gas+ld+binutils.
20124
20125Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20126
20127	* config.guess:  Recognize AIX3.2 as distinct from 3.1.
20128
20129Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20130
20131	* configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20132
20133Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20134
20135	* Makefile.in (PRMS): Set back to all-prms.
20136
20137Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20138
20139	* test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20140	targets, rather than for MIPS hosts.
20141
20142Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20143
20144	* configure.in: add comment for --with-x default values
20145
20146	* config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20147
20148	* Makefile.in: add check-* targets for each of the directories in
20149	the tree.  Add a definition of RUNTEST that will use the one we
20150	just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20151
20152Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20153
20154	* configure.in: Removed obsolete references to bfd_target and
20155	target_makefile_frag.
20156
20157	* build-all.mk: Set assorted targets for Q2.
20158	* config.sub: Recognize z8k-sim and h8300-hms.
20159	* test-build.mk: Really don't pass host to configure.
20160	(HOLES): Added uname.
20161
20162Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20163
20164	* configure: Handle an empty program-prefix, program-suffix or
20165	program-transform-name correctly.
20166
20167Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20168
20169	* build-all.mk: -G 8 no longer required for MIPS targets.
20170	* test-build.mk: Don't pass host argument to configure; make it
20171	guess.
20172
20173Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20174
20175	* Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20176	* Makefile.in (COMPRESS):  New macro, like GZIP.
20177
20178Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20179
20180	* test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20181
20182	* build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20183	with gas currently defaults to -G 0.
20184
20185Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20186
20187	* Makefile.in (all-flex): flex depends on byacc.
20188
20189	* build-all.mk: If host not specified, use config.guess.  Pass TAG
20190	to test-build.mk as RELEASE_TAG.
20191	* test-build.mk (configargs): New variable containing arguments to
20192	pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20193	(FLAGS_TO_PASS): Pass down RELEASE_TAG.
20194
20195	* config.guess: Use /bin/uname when checking -X argument on SCO,
20196	to avoid invoking GNU uname which doesn't understand -X.
20197
20198	* test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20199
20200	* configure.in: Build gas for mips-*-*.
20201
20202Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20203
20204	* Makefile.in (all.normal): insert missing backslash.
20205
20206Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20207
20208	* build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20209
20210	* Makefile.in: Complete overhaul to merge many almost identical
20211	targets.
20212
20213Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20214
20215	* Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20216	(gdb.tar.Z): Adjusted.
20217
20218	* Makefile.in (setup-dirs, taz): New targets; should be general
20219	enough to adapt for gdb sometime.  Build only .z file.
20220	(gas.tar.z): New target.
20221
20222Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20223
20224	* build-all.mk: Use CC=cc -Xs on Solaris.
20225
20226Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20227
20228	* Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20229	for handling BISON for FSF releases.
20230
20231Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20232
20233	* configure: Actually implement the change zoo just documented.
20234
20235Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20236
20237	* configure: when using config.guess, only set target_alias when
20238	it's not already been set (ie, on the command line)
20239
20240Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20241
20242	* Makefile.in: add installcheck target, set PRMS to install-prms
20243
20244Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20245
20246	* configure: add support for package_makefile_fragment, handle the
20247	case where a directory has a configure.in file but no Makefile.in
20248	more gracefully (with an actual understandable error message, even);
20249	add support for --without (and add this to the usage message); also
20250	explicitly add a --host=${host_alias} to the command line when
20251	config.guess is used
20252
20253Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20254
20255	* configure: Must use both --host and --target in recursive calls.
20256
20257Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20258
20259	* Makefile.in: Change deja-gnu to dejagnu.
20260
20261Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20262
20263	* configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20264
20265Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20266
20267	* configure.in: canonicalize all instances to *-*-solaris2*,
20268	also strip out a number of tools to not build for go32 host
20269
20270Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20271
20272	* config.guess: add GPL.
20273
20274	* Makefile.in, config.guess, config.sub, configure: bump
20275	  copyrights to 93.
20276
20277Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20278
20279	* Makefile.in (do-info): Removed obsolete check for existence of
20280	localenv file.
20281
20282	* Makefile.in (MAKEOVERRIDES): Define to be empty.
20283
20284Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20285
20286	* Makefile.in: a couple of 'else true' for decstation,
20287	support for TclX
20288
20289	* configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20290
20291Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20292
20293	* Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20294
20295Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20296
20297	* config.guess: Recognize i386-ibm-aix (PS/2).
20298	* configure.in: Use config/mh-aix386 file for it.
20299
20300Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20301
20302	* Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20303	CC_FOR_TARGET instead.
20304	(BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20305
20306Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20307
20308	* Makefile.in: Add sim to list of directories sent with gdb
20309
20310Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20311
20312	* configure.in: Put back mips-dec-bsd* case.
20313
20314Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20315
20316	(Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20317	* configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20318	* config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20319
20320Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20321
20322	* configure.in: remove no-op mips-dec-bsd* in "case $target"
20323
20324	* Makefile.in (dir.info): only run gen-info-dir if it exists,
20325	(install-info): install dir.info only if it exists,
20326	(all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20327
20328Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20329
20330	* configure.in: For vms target, skip bfd, ld, binutils.  Do build
20331	gas for mips-dec-bsd.
20332
20333Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20334
20335	* configure (makesrcdir): If ${srcdir} is relative and not ".",
20336	and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20337
20338Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20339
20340	* configure.in: Added "dejagnu" to hosttools list.
20341
20342Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20343
20344	* config.sub, configure.in, config.guess:  Add support
20345	for Bosx, an AIX variant from Bull.
20346	Patches from F.Pierresteguy@frcl.bull.fr.
20347
20348Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20349
20350	* devo/dejagnu: Initial creation of devo/dejagnu.
20351	Migrated dejagnu testcases and support files for testing software
20352	tools to reside as subdirectories, currently called "testsuite",
20353	within the directory of the software tool.  Migrated all programs,
20354	support libraries, etc. beloging to dejagnu proper from
20355	devo/deja-gnu to devo/dejagnu.	These files were moved "as is"
20356	with no modifications.	The changes to these files which will
20357	allow them to configure, build, and execute properly will be made
20358	in a future update.
20359
20360Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20361
20362	* Makefile.in: Change send_pr to send-pr.
20363	* configure.in: Likewise.
20364	* send_pr: Renamed directory to send-pr.
20365
20366Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20367
20368	* Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20369
20370Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20371
20372	* README:  Update for gdb-4.8 release.
20373	* Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20374	gdb-xxx.tar.z (gzip'd) file also.
20375
20376Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20377
20378	* Makefile.in: make all-diff depend on all-libiberty
20379
20380Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20381
20382	* config.guess: add vax-ultrix in the spirit of mips-ultrix.
20383
20384Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20385
20386	* configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20387
20388Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20389
20390	* Makefile.in (DEVO_SUPPORT):  Remove etc directory
20391	(ETC_SUPPORT):  Only add the files GDB wants from etc/.
20392	(gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20393
20394Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20395
20396	* Makefile.in:  makeinfo binary is in a new location
20397
20398Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20399
20400	* config.sub: Accept -ecoff as an OS.
20401
20402	* Makefile.in: Various changes to eliminate a level of make
20403	recursion and reduce the required command line length.
20404	(BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20405	sub-makes.
20406	(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20407	variables holding settings for specific sub-makes.
20408	(FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20409	in terms of BASE_FLAGS_TO_PASS.
20410	(TARGET_LIBS): New variable listing directories which use
20411	TARGET_FLAGS_TO_PASS.
20412	(subdir_do): Eliminated.
20413	(do-*): New set of targets to replace subdir_do.
20414	(various): All targets which used subdir_do now depend on do-*.
20415	(local-clean): Renamed from do_clean.
20416	(local-distclean): New target, dependency of distclean and
20417	realclean.
20418	(install-info): Don't create directories.  Depend on dir.info
20419	rather than calling make recursively.
20420	(install-dir.info): Eliminated.
20421	(install-info-dirs): Create all info directories here.
20422	(dir.info): Depend upon do-install-info.
20423
20424	* test-build.mk (HOLES): Added false.
20425
20426Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20427
20428	* config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20429
20430Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20431
20432	* Makefile.in (info): remove dependency on all-texinfo.  The
20433	problem was really in texinfo/C, not at this level.
20434
20435Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20436
20437	* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20438
20439Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20440
20441	* Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20442	GDB releases.
20443
20444Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20445
20446	* configure: Include srcdir in message about target of link not
20447	being found.  Don't convert `-' to `_' in `with' options being
20448	passed to subdirs.
20449
20450Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20451
20452	* configure.in: add uudecode to host_tools
20453
20454	* Makefile.in: added {all,install}-uudecode targets, added them to
20455	the appropriate lists
20456
20457Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20458
20459	* Makefile.in (all-gcc): Added dependency on all-gas.
20460
20461	* configure.in (mips-*-*): Build ld and binutils.
20462
20463Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20464
20465	* configure: check return code from mkdir, print error message and
20466	  exit on failure.
20467
20468Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20469
20470	* Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20471
20472Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20473
20474	* test-build.mk (HOLES): Added tar, cpio and uudecode.
20475
20476Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20477
20478	* config.sub (h8500):  Recognize this as a cpu type.
20479
20480Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20481
20482	* configure: source directory missing is no longer a warning
20483
20484	* configure.in: recognize irix[34]* instead of irix[34]
20485
20486	* Makefile.in: define and pass down X11_LIB
20487
20488Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20489
20490	* guess-systype: Renamed to ...
20491	* config.guess:  ... by popular request.
20492	* configure.in, Makefile.in:  Update accordingly.
20493
20494Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20495
20496	* guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20497	+ Add Convex, Cray/Unicos, and Encore/Multimax support.
20498	+ Execute ./dummy instead of assuming . is in PATH.
20499
20500Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20501
20502	* guess-systype:  New shell script.  Attempts to guess the
20503	canonical host name of the executing host.
20504	Only a few hosts are supported so far.
20505	* configure:  Call guess-systype if no host is specified.
20506
20507Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20508
20509	* Makefile.in (gcc-no-fixedincludes): Made to work with current
20510	gcc Makefile.
20511
20512Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20513
20514	* Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20515	(all-gcc, install-gcc, subdir_do): Use it.
20516
20517Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20518
20519	* Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20520
20521Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20522
20523	* Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20524	  set exclusively by configure, using configure.in .
20525
20526Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20527
20528	* test-build.mk: set $PATH for all builds
20529
20530	* Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20531
20532Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
20533
20534	* Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
20535	the one used in gcc/Makefile.in, so that a null expansion doesn't
20536	override the one needed to build gcc with a native cc.
20537
20538Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20539
20540	* configure: Accept -with arguments.
20541
20542Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20543
20544	* Makefile.in: added h8300sim
20545
20546Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
20547
20548	* build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20549	to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
20550	(all-cygnus, native, build-cygnus): Make
20551	$(canonhost)-stamp-3stage-done, not $(host)....
20552	* test-build.mk (stamp-3stage-compared): Use tail +10c for
20553	i386-sco3.2v4.  Added else true to if command.
20554
20555Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
20556
20557	* config.sub: (from FSF) Sequent uses a BSD-like OS.
20558
20559Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
20560
20561	* configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20562
20563Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20564
20565	* configure.in: don't remove binutils from Solaris builds
20566
20567Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
20568
20569	* Makefile.in: get rid of earlier definitions for *clean,
20570	also handle the recursive info rule better
20571
20572Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
20573
20574	* Makefile.in (mostlyclean, distclean, realclean):  Fix to
20575	do more-or-less the right thing.
20576
20577Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
20578
20579	* Makefile.in: Add lines defining CC and CXX, and use CXX rather
20580	than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20581
20582Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20583
20584	* Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20585	$(host_canonical).
20586
20587	* configure.in: split the configdirs list into 4 categories (native
20588	v. cross, library v. tool) and handle the cross-only and native-
20589	only in more reasonable (and correct!) way.
20590
20591Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
20592
20593	* configure.in (hppa*-*-*):  Don't remove bfd and gdb from
20594	configdirs anymore.
20595
20596Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20597
20598	* Makefile.in: extensive cleanup::  removed all of the explicit
20599	clean-* targets, collapsed many wrappers around subdir_do into
20600	one, added additional targets to satisfy standards.texi, deleted
20601	some old targets, some changes for consistency
20602
20603Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20604
20605	* configure.in: handle some programs as cross-only, and others as
20606	native only
20607
20608	* test-build.mk: handle partial holes in a more generic manner
20609
20610	* Makefile.in: m4 depends on libiberty
20611
20612Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20613
20614	* configure.in: add m4, textutils, fileutils, sed, shellutils,
20615	time, wdiff, and find to configdirs
20616
20617	* Makefile.in: all, clean, and install rules for the new programs
20618	added to configure.in
20619
20620Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20621
20622	* configure.in: use mh-sun for all *-sun-* hosts
20623
20624Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20625
20626	* Makefile.in: define flags for X11 include files and library file
20627	locations, pass them down to the programs that need this info
20628
20629	* build-all.mk: added a 'native' target, to 3stage the native toolchain
20630
20631Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20632
20633	* configure.in: start building libg++ for HP-UX targets
20634
20635Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
20636
20637	* README:  Update references to files moved into etc/.
20638
20639Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
20640
20641	* config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
20642	* configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
20643
20644Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20645
20646	* configure: accept dash as well as underscore in long option
20647	names for FSF compatibility.
20648
20649Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
20650
20651	* config.sub: added -sco3.2v4 support from FSF.
20652
20653Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20654
20655	* configure.in: expand the section that adds or removes
20656	directories from the list of programs to build, to handle native
20657	vs. cross in addition to host v. native
20658
20659Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
20660
20661	* Makefile.in:  Replace C++ in macro names with CXX.
20662	This is less likely to break ...
20663
20664Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20665
20666	* test-build.mk: add -w to GNU_MAKE
20667
20668Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20669
20670	* config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20671	add 'sparc' to list of recognized cpus.  This needed to make
20672	'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20673	Delete some redundant ose68 variants.  Recognize -wrs as an os,
20674	then changes that into $CPU-wrs-vxworks.
20675
20676	* configure.in: remove most references to gdbtest, regularize
20677	target based program removal
20678
20679	* test-build.mk: import from p3 tree (many fixes and changes)
20680
20681Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
20682
20683	* Makefile.in: added rules to handle tcl, tk, and expect
20684
20685	* configure.in: handle those directories if they exist
20686
20687Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20688
20689	* config.sub: removed bogus hppabsd and hppahpux names, since
20690	"hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20691
20692Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20693
20694	* Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20695	depends upon all-xiberty
20696
20697	* Makefile.in: changes from p3, including:
20698
20699	Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20700
20701	* Makefile.in (XTRAFLAGS): include newlib directories if
20702	newlib/Makefile exists, rather than if host != target.
20703
20704	Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20705
20706	* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20707	from the same source tree and not building a cross-compiler.  This
20708	matters for the libg++ configuration if reconfiguring a tree that
20709	has already been installed.
20710
20711	Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20712
20713	* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20714	pick up the machine and system specific header files.
20715
20716	* Makefile.in: added AS_FOR_TARGET, passed down in
20717	TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20718	the C compiler to use to create programs which are run in the
20719	build environment, set it to default to $(CC), and passed it down
20720	in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20721
20722	Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20723
20724	* Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20725	We need them for unusual native builds, like systems without
20726	ranlib.
20727
20728	* configure: also define $(host_canonical) and
20729	$(target_canonical), which are the full, canonical names for the
20730	given host and target
20731
20732Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20733
20734	* Makefile.in:  Added separate definitions for C++.
20735
20736Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20737
20738	* configure.in (configdirs):  Add deja-gnu.
20739
20740Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20741
20742	* README:  Update for configure.texi and gdb-4.7 release.
20743
20744Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20745
20746	* Makefile.in:  Move "all" target to top of file.
20747	Previously, first target was ".PHONY" which caused BSD4.4 make
20748	to build .PHONY when make was run without arguments.
20749
20750Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20751
20752	* Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20753	Library-copylefted code in libiberty.
20754
20755Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20756
20757	* config.sub:  Replace m68kmote with plain old m68k.
20758
20759Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20760
20761	* Makefile.in:  Remove space from blank line, avoid Make complaints.
20762
20763Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20764
20765	* config.sub: Complain if no argument is given.  Added support for
20766	386bsd as OS and target alias.
20767
20768Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20769
20770	* Makefile.in (XTRAFLAGS): include newlib directories if
20771	newlib/Makefile exists, rather than if host != target.
20772
20773Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20774
20775	* config.sub: recognize sparclite-wrs-vxworks.
20776
20777	* Makefile.in (install-xiberty): added *-xiberty make rules (from
20778	p3.) Added clean-xiberty to clean.
20779
20780Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20781
20782	* configure.in: use *-*-* instead of nested cases for host and target
20783
20784Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20785
20786	* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20787	from the same source tree and not building a cross-compiler.  This
20788	matters for the libg++ configuration if reconfiguring a tree that
20789	has already been installed.
20790
20791Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20792
20793	* config.sub (i486v/i486v4):  Merge in from FSF version.
20794
20795Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20796
20797	* configure: only set PWD if it is already set.
20798
20799Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20800
20801	* configure: just set PWD=`pwd` at the top, since Ultrix sh
20802	doesn't have unset and all success paths (and most error paths)
20803	out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20804	to just ${PWD} to avoid confusion.)
20805
20806Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20807
20808	* configure: always set $(tooldir) to $(libdir)/$(target_alias),
20809	even for a native compilation.
20810
20811Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20812
20813	Changes to make the gdb.tar.Z rule work better.
20814
20815	* Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20816	(DEVO_SUPPORT):  Add configure.texi.
20817	(bfd-ilrt.tar.Z):  Remove ancient rule.
20818
20819Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20820
20821	* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20822	pick up the machine and system specific header files.
20823
20824	* configure.in, config.sub: added new target m68010-adobe-scout,
20825	with alias of adobe68k.  Changed configure.in to check for
20826	-scout before -sco* to avoid a false match.
20827
20828	* Makefile.in: added AS_FOR_TARGET, passed down in
20829	TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20830	the C compiler to use to create programs which are run in the
20831	build environment, set it to default to $(CC), and passed it down
20832	in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20833
20834Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20835
20836	* Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20837	AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20838	TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20839	FOR_TARGET variants, to newlib and libg++.
20840
20841Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20842
20843	* Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20844	first.
20845
20846Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20847
20848	* config.sub:  Accept `elf' as an environment.
20849
20850Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20851
20852	* Makefile.in (all-opcodes):  cd into the right directory
20853
20854Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20855
20856	* configure: added -program_transform_name option, used as
20857	argument to sed when installing programs.
20858	configure.texi: added documentation for -program_prefix,
20859	-program_suffix and -program_transform_name.
20860
20861Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20862
20863	* config.sub:  Accept i486 where i386 ok.
20864
20865Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20866
20867	* config.sub: accept we32k
20868
20869Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20870
20871	* config.sub, configure.in: accept OSE68000 and OSE68k.
20872
20873	* Makefile.in: don't create all directories for ``make install'';
20874	let the subdirectories create the ones they need.
20875
20876Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20877
20878	* COPYING: new file, GPL v2
20879
20880Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20881
20882	* Makefile.in: use the new gen-info-dir, which needs a template
20883	argument (which also lives in texinfo)
20884
20885	* configure.texi, standards.texi: fix INFO-DIR-ENTRY
20886
20887Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20888
20889	* config.sub (ncr3000):  Change i386 to i486.
20890
20891Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20892
20893	* Makefile.in: add install-rcs, install-grep to
20894	install-no-fixedincludes, removed install-bison and install-libgcc
20895
20896Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20897
20898	* configure.in: grab the HPUX makefile fragment if on HPUX
20899
20900Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20901
20902	* Makefile.in: eradicate bison spoor (ditto libgcc).
20903	 configure.in: recognise m68{k,000}-ericsson-OSE.
20904	 es1800 is alias for m68k-ericsson-OSE
20905
20906Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20907
20908	* configure.in: rearrange the parts that remove programs from
20909	configdirs, based now on HOST==TARGET or by canonical triple.
20910
20911Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20912
20913	* test-build.mk: recurse explicitly with -f test-build.mk when
20914	  appropriate.  predicate stage3 and comparison on the existence
20915	  of gcc.  That is, if gcc isn't around, we aren't three-staging.
20916	  On very clean, also remove ...stamp-co.  Build in-place before
20917	  doing other builds.
20918
20919Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20920
20921	* Makefile.in, configure.in: add tgas
20922
20923Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20924
20925	* Makefile.in: a number of changes merged in from progressive.
20926
20927	* configure.in: add libm.
20928
20929	* .cvsignore: ignore some stuff that comes from test-build.mk.
20930
20931Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20932
20933	* config.sub:  Add es1800 (m68k-ericsson-es1800).
20934
20935Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20936
20937	* configure: Add program_suffix (parallel to program_prefix)
20938	* Makefile.in: adjust directory-creating script for losing decstation
20939
20940Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20941
20942	* configure:  Minor $subdir-related fixes.
20943
20944Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20945
20946	* configure: fix various problems with propogating
20947	makefile_target_frag in subdirs.
20948	* configure.in: config libgcc if its there
20949
20950Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20951
20952	* config.sub:  HPPA merge.
20953
20954Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20955
20956	* Makefile.in:  Replace all-bison with all-byacc in all
20957	dependency lines for other tools (which now use byacc).
20958
20959Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20960
20961	* config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20962
20963Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20964
20965	* Makefile.in: make gprof rules similar to byacc rules (instead of
20966	vestigal $(unsubdir) that didn't work...)
20967
20968Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20969
20970	* config.sub:  Add support for Linux.
20971	* Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20972	(at least for libg++).
20973
20974Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20975
20976	* configure.texi: fix doc for the -nfp option to configure
20977
20978Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20979
20980	* Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20981
20982Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20983
20984	* config.sub: changed [^-]+ to [^-][^-]* so that it works under
20985	Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20986	* configure.in: added solaris* host_makefile_frag hook.
20987
20988Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20989
20990	* config.sub: changed recognition of m68000 so that various
20991	m68k types can be specified via m680[01234]0
20992
20993Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20994
20995	* config.sub (basic_machine): fix sed so that '-foo' isn't
20996	completely substituted out while .+'-foo' loses the '-foo'
20997
20998Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20999
21000	* config.sub ($os): Add -aout.
21001
21002Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
21003
21004	* configure:  If host_makefile_frag is absolute, don't
21005	prefix ${invsubdir} (relevant to libg++ auto-configure).
21006
21007Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
21008
21009	* Makefile.in (tooldir): Define it.
21010	(all-ld): Depend on all-flex.
21011
21012Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
21013
21014	* Makefile.in (check):  Fix libg++ special case.
21015
21016Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
21017
21018	* configure: do not bury `pwd` into config.status, thus do fewer
21019	  pwd's.
21020
21021	* configure: print the "Building in" message only when building in
21022	  other than "." AND verbose.
21023
21024	* configure: remove -s, rework -v to better accommodate guested
21025	  configures.
21026
21027	* standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21028
21029Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
21030
21031	* Makefile.in: macroize flags passed on recursion.  remove
21032	  fileutils.
21033
21034Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
21035
21036	* configure: get makesrcdir right for subdirs deeper than 1.
21037
21038	* Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21039	  install.
21040
21041Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
21042
21043	* Makefile.in: don't print subdir_do or recursion lines.
21044
21045Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
21046
21047	* standards.texi: added menu item.
21048
21049	* Makefile.in: build and install standards.info.
21050
21051	* standards.texi: new file.
21052
21053Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21054
21055	* configure: test for and move config.status pieces from
21056	  ${subdir}/.
21057
21058Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
21059
21060	* configure:  Test for existance of files before trying to mv
21061	them, to avoid numerous non-existance messages.
21062
21063Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
21064
21065	* configure: correct final line of config.status.
21066
21067	* configure: patch from eggert.  Avoids a protection problem if
21068	  the original Makefile.in is read only.
21069
21070	* configure: use move-if-change from gcc to create config.status.
21071	  Some makefiles depend on config.status to tell if a directory
21072	  has been reconfigured for a different host.  This change
21073	  prevents those directories from remaking everything in the case
21074	  where the reconfig was only intended to rebuild a Makefile.
21075
21076	* configure: test for config.sub with "config.sub sun4" rather
21077	  than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21078	  host alias from a missing config.sub.
21079
21080Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21081
21082	* Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21083	  MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21084
21085Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21086
21087	* configure: mkdir ${subdir} as needed.
21088
21089Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21090
21091	* Makefile.in,configure.in: added autoconf.
21092
21093Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21094
21095	* Makefile.in: no longer pass against on recursion.
21096
21097	* Makefile.in: added .NOEXPORT: so that stray makefile_frag
21098	  definitions are not inherited.
21099
21100	* configure: correct makesrcdir when subdir is .
21101
21102Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21103
21104	* configure:  Add support for 'subdirs' variable, which is
21105	like 'configdirs', except that configure doesn't re-invoke
21106	itself for subdirs, it just creates a Makefile for each subdir.
21107	* configure.texi:  Document subdirs.
21108
21109Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21110
21111	* configure.in: added flex to configdirs
21112
21113Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21114
21115	* Makefile.in: remove clean-stamps from clean.
21116
21117Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21118
21119	* configure.in:  Add gdbtest to configdirs.
21120
21121Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21122
21123	* Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21124	to recursive makes.
21125	* configure.in:  Recognize new ncr3000 config.
21126
21127Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21128
21129	* Makefile.in, configure.in: removed references to gdbm.
21130
21131Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21132
21133	* config.sub:  Don't canonicalize os value
21134	newsos* to bsd (readline needs to check for newsos).
21135	(This fix was earlier made Jan 31, but got re-broken.)
21136
21137Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21138
21139	* configure.in:  sco is an os, not a vendor!
21140
21141	* configure:  Quote $( better.  Keep various shells happy.
21142
21143Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21144
21145	* Makefile.in: eliminate stamp-files.
21146
21147Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21148
21149	* Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21150	  Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21151
21152Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21153
21154	* config.sub:  fix iris/iris3.
21155
21156Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21157
21158	* configure: re-add -rm.
21159
21160Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21161
21162	* Maskefile.in: add .stmp-rcs to all.
21163
21164	* configure.in: remove gas from rs6000 build, use aix host fragment.
21165
21166Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21167
21168	* configure: pass down site_option during recursion.
21169
21170Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21171
21172	* Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21173
21174Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21175
21176	* configure: Change exec_prefix so that it really defaults to prefix.
21177
21178Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21179
21180	* Makefile.in, configure.in:  Add support for mmalloc library.
21181
21182Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21183
21184	* Makefile.in: add stmp dependencies for a few more things.
21185
21186Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21187
21188	* configure: adjusted error message on objdir/srcdir configure
21189	  collision, per john's suggestion.
21190
21191	* Makefile.in: add libiberty stmp to all and all.cross.
21192
21193Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21194
21195	* Makefile.in: remove force dependencies, add grep to all.
21196
21197Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21198
21199	* Makefile.in: drop flex.  make stamp files work.
21200
21201	* configure: added test for conflicting configuration in srcdir,
21202	  remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21203	  gets cranky.  use relative paths for configure and srcdir
21204	  whenever possible.  Send some error messages to stderr that were
21205	  going to stdout.
21206
21207Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21208
21209	* Makefile.in:  Fix libg++ rule to check for gcc directory
21210	before using gcc/gcc.  Also pass XTRAFLAGS.
21211
21212Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21213
21214	* Makefile.in: added stmp-files so that directories aren't polled
21215	  when they are already built.
21216
21217	* configure.texi: fixed a node pointer problem.
21218
21219Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21220
21221	* config.sub configure.in gdb/configure.in
21222	gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21223	gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21224	gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21225
21226Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21227
21228	* configure: -recurring becomes -silent.  corrected help message
21229	  for -site= option.
21230
21231	* Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21232
21233Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21234
21235	* configure: when building Makefile for crosses, replace
21236	  tooldir and program_prefix.  default srcdir from location of
21237	  config.sub.  remove "for host in hosts" and "for target in
21238	  targets" loops.
21239
21240Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21241
21242	* Makefile.in: Do not pass bindir or mandir to cvs.
21243
21244Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21245
21246	* Makefile.in, configure.in: removed traces of namesubdir,
21247	  -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21248	  copyrights to '92, changed some from Cygnus to FSF.
21249
21250	* configure.texi: remove most references to multiple hosts,
21251	  multiple targets, subdirs, etc.
21252
21253	* configure.man: removed rcsid. reference config.sub not
21254	  config.subr.
21255
21256	* Makefile.in: mkdir $(infodir) on install-info.
21257
21258Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21259
21260	* configure.texi:  Explain better about .gdbinit and about
21261	the environment that configure.in sections run in.
21262
21263Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21264
21265	* configure.in:  Ultrix is only a decstation if it's a MIPS.
21266
21267Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21268
21269	* README:  DOC.configure => cfg-paper.texi.
21270
21271Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21272
21273	* config.sub (near case $os):  Don't convert newsos* to bsd!
21274
21275Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21276
21277	* Makefile.in:  Reinstall change from gdb-4.3 that reduces
21278	the number of copies of COPYING that go into the GDB tar file.
21279
21280Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21281
21282	* bfd/configure.in, gdb/config/mh-i386sco,
21283	gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21284	Fix SCO configuration stuff.
21285
21286Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21287
21288	* Makefile.in:  For libg++, make sure the -I pointing
21289	to the gcc directory goes *after* all the libg++-local -I flags.
21290	Also, move just-gcc dependency from just-libg++ to all-libg++.
21291
21292Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21293
21294	* configure:  Change -x to -f to keep Ultrix /bin/test happy.
21295
21296Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21297
21298	* Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21299
21300Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21301
21302	* config.sub:  Add stratus configuration frags.  Also
21303	submitted to FSF.
21304
21305Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21306
21307	* Makefile.in (DEV_SUPPORT):  add configure.man.
21308
21309	* config.sub(Decode manufacturer-specific):  add -none*.
21310
21311Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21312
21313	* Makefile.in:  remove form feeds to make Sun's make happy.
21314	(DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21315
21316Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21317
21318	* Makefile.in (AR_FLAGS):  Make quieter.
21319
21320Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21321
21322	* configure.in:  Add libg++.
21323	* configure:  When verbose, don't output the command line at each
21324	level; it will be unremarkably the same as the previous version,
21325	which will be the same as what the user typed.
21326
21327Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21328
21329	* configure.in, Makefile.in: fix clean-info, add flex.  add
21330	  fileutils.
21331
21332	* configure: be less sensitive to spaces in Makefile.in.  Do not
21333	  look for sources in "..".  Doing so breaks subdirectories that
21334	  might have their own configure.  If a subdir has it's own
21335	  configure script, use it.
21336
21337Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21338
21339	* cfg-paper.texi: some changes suggested by rms.
21340
21341Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21342
21343	* config.sub:  Merge in some small additions from the FSF version,
21344	taken from the gcc distribution, to bring the Cygnus and FSF
21345	versions into closer sync.
21346
21347Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21348
21349	* configure.in:  Changed svr4 references to sysv4.
21350
21351Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21352
21353	* configure: added -V for version number option.
21354
21355Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21356
21357	* DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21358	  renamed from DOC.configure to cfg-paper.texi.
21359
21360Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21361
21362	* configure, config.subr, config.sub: config.subr is now
21363	  config.sub again.
21364
21365Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21366
21367	* configure.texi: new file, in progress.
21368
21369	* Makefile.in: build info file and install the man page for
21370	  configure.
21371
21372	* configure.man: new file, first cut.
21373
21374	* configure: find config.subr again now that configuration "none"
21375	  has gone.  removed all traces of the -ansi option.  removed all
21376	  traces of the -languages option.
21377
21378	* config.subr: resync from rms.
21379
21380Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21381
21382	* configure, config.sub, config.subr: merge config.sub into
21383	  config.subr, call the result config.subr, remove config.sub, use
21384	  config.subr.
21385
21386	* Makefile.in: revised install for dir.info.
21387
21388Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21389
21390	* configure.in: add decstation host makefile frag.
21391
21392	* Makefile.in: BISON now bison -y again.  also install-gcc on
21393	  install.  clean-gdbm on clean.  infodir belongs in datadir.
21394	  Make directories for info install.  Build dir.info here then
21395	  install it.
21396
21397Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21398
21399	* Makefile.in: fix for bad directory tests.
21400
21401Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21402
21403	* configure: \{1,2\} appears to be a sysv'ism.  Use a different
21404	  regexp.  -srcdir relative was being handled incorrectly.
21405
21406	* Makefile.in: unwrapped some for loops so that parallel makes
21407	  work again and so one can focus one's attention on a particular
21408	  package.
21409
21410Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21411
21412	* configure: added PWD as a stand in for `pwd` (for speed). use
21413	  elif wherever possible.  make -srcdir work without -objdir.
21414	  -objdir= commented out.
21415
21416Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21417
21418	* configure: +options become --options.  -subdirs commented out.
21419	  added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21420	  Makefile now at top of generated Makefile.  Removed cvs log
21421	  entries.  added -srcdir.  create .gdbinit only if there is one
21422	  in ${srcdir}.
21423
21424	* Makefile.in: idestdir and ddestdir go away.  Added copyrights
21425	  and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21426	  and mandir now keyed off datadir by default.
21427
21428Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21429
21430	* Freshly created ChangeLog.
21431
21432
21433Local Variables:
21434mode: change-log
21435left-margin: 8
21436fill-column: 76
21437version-control: never
21438End:
21439