12021-04-08  Release Manager
2
3	* GCC 10.3.0 released.
4
52021-03-09  Ian Lance Taylor  <iant@golang.org>
6
7	PR go/99458
8	* libgo/runtime/proc.c: cast SIGSTKSZ to uintptr
9	In newer versions of glibc it is long, which causes a signed
10	comparison warning.
11
122021-01-03  Iain Sandoe  <iain@sandoe.co.uk>
13	    Jakub Jelinek   <jakub@redhat.com>
14
15	PR target/97865
16	* libtool.m4: Update handling of Darwin platform link flags
17	for Darwin20.
18
192020-11-25  Martin Liska  <mliska@suse.cz>
20
21	* .gitignore: Add .clang-tidy.
22
232020-10-06  Tobias Burnus  <tobias@codesourcery.com>
24
25	Backported from master:
26	2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
27
28	PR target/97302
29	* configure.ac: Only set with_gmp to /usr/local
30	if not building in tree.
31	* configure: Regenerate.
32
332020-07-23  Release Manager
34
35	* GCC 10.2.0 released.
36
372020-05-07  Release Manager
38
39	* GCC 10.1.0 released.
40
412020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
42
43	PR target/92713
44	* configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
45	(noconfigdirs): Add 'target-libstdc++-v3'.
46	* configure: Regenerate.
47
482020-04-21  Stephen Casner  <casner@acm.org>
49
50	PR 25830
51	* configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
52	* configure: Rebuild.
53
542020-04-17  Martin Liska  <mliska@suse.cz>
55	    Jonathan Yong <10walls@gmail.com>
56
57	PR gcov-profile/94570
58	* ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
59	for CYGWIN.
60
612020-04-14  Martin Jambor  <mjambor@suse.cz>
62
63	* MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
64
652020-04-09  Tom Tromey  <tom@tromey.com>
66
67	* configure: Rebuild.
68	* Makefile.in: Rebuild.
69	* Makefile.def (gdbsupport, gdbserver): New host modules.
70	(configure-gdb): Depend on all-gdbsupport.
71	(all-gdb): Depend on all-gdbsupport, all-libctf.
72	* configure.ac (host_tools): Add gdbserver.
73	Conditionally build gdbserver and gdbsupport.
74
752020-03-09  Tobias Burnus  <tobias@codesourcery.com>
76
77	* configure.ac: Build libgomp by default for amdgcn.
78	* configure: Regenerate.
79
802020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
81
82	* MAINTAINERS (Write After Approval): Add myself.
83
842020-02-28  Joel Hutton  <joel.hutton@arm.com>
85
86	* MAINTAINERS (Write After Approval) : Add myself.
87
882020-02-20  Palmer Dabbelt  <palmer@sifive.com>
89
90	* MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
91
922020-02-14  Martin Sebor  <msebor@redhat.com>
93
94	* doc/extend.texi (attribute alias): Mention type requirement.
95	(attribute weak): Same.
96	(attribute weakref): Correct invalid example.
97
982020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
99
100	* doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
101
1022020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
103	    Jakub Jelinek  <jakub@redhat.com>
104
105	* .gitattributes: Add *.md diff=md.
106
1072020-01-14  Georg-Johann Lay  <avr@gjlay.de>
108
109	The mentioned auto-generated file is no more part of the
110
111	GCC sources, it's auto-generated in $(builddir) during build.
112
113	PR target/92055
114	* contrib/gcc_update (files_and_dependencies): Remove
115	entry for gcc/config/avr/t-multilib.
116
1172020-01-14  Anatoly Sokolov <aesok@dol.ru>
118
119	* MAINTAINERS: Update my email address.
120
1212020-01-13  Joseph Myers  <joseph@codesourcery.com>
122
123	* README.MOVED_TO_GIT: Remove.
124
1252020-01-11  Joseph Myers  <joseph@codesourcery.com>
126
127	* README.MOVED_TO_GIT: New file.
128
1292020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
130
131	* MAINTAINERS (Write After Approval): Add myself.
132
1332019-12-20  Jerome Lambourg  <lambourg@adacore.com>
134
135	* MAINTAINERS (write_after_approval): Add myself.
136
1372019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
138
139	* MAINTAINERS (write_after_approval): Add myself.
140
1412019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
142
143	* MAINTAINERS (write_after_approval): Add myself.
144
1452019-12-11  Matthias Klose  <doko@ubuntu.com>
146
147	* configure.ac: Factor out common cases for compare_exclusions.
148	* configure: Regenerate.
149
1502019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
151
152	* config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
153	flag.
154
1552019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
156
157	* MAINTAINERS (Write After Approval): Add myself.
158
1592019-11-27  Tobias Burnus  <tobias@codesourcery.com>
160
161	PR middle-end/92463
162	* configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
163	* configure: Regenerate
164
1652019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
166
167	* configure.ac: Use https for gcc.gnu.org.
168	* configure: Regenerated.
169
1702019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
171
172	* MAINTAINERS (aarch64 port): Remove my name, move to...
173	(Write After Approval): ...Here.
174
1752019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
176
177	* MAINTAINERS: Change my email address as maintainer.
178
1792019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
180
181	PR fortran/91828
182	* configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
183	* configure: Regenerated.
184
1852019-10-21  Jason Merrill  <jason@redhat.com>
186
187	* .gitattributes: Also check ChangeLog whitespace.
188
1892019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
190
191	* contrib/dg-extract-results.sh: Add support for KPASS.
192	* contrib/dg-extract-results.py: Likewise.
193
1942019-10-17  Jason Merrill  <jason@redhat.com>
195
196	* .gitattributes: Avoid {} in filename pattern.
197
1982019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
199
200	* MAINTAINERS: Add back Trevor Smigiel; move into Write After
201	Approval section.
202
2032019-10-01  Frederik Harwath <frederik@codesourcery.com>
204
205	* MAINTAINERS: Add myself to Write After Approval
206
2072019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
208
209	* MAINTAINERS: Add myself as an aarch64 maintainer.
210
2112019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
212
213	* MAINTAINERS: Add myself as aarch64 maintainer.
214
2152019-09-23  Carl Love  <cel@us.ibm.com>
216
217	* config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
218	New define_insn.
219	(vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
220	vsx_xxpermdi16_le_V16QI): Removed define_insn.
221
2222019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
223
224	* MAINTAINERS (Sam Tebbs): Update email address.
225
2262019-09-10  Tobias Burnus  <tobias@codesourcery.com>
227
228	* MAINTAINERS: Update my email address.
229
2302019-09-10  Christophe Lyon  <christophe.lyon@st.com>
231
232	* libtool.m4: Handle uclinuxfdpiceabi.
233
2342019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
235
236	* MAINTAINERS: Add myself as the maintainer of the eBPF port.
237	Remove myself from Write After Approval section.
238
2392019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
240
241	* configure.ac: Support for bpf-*-* targets.
242	* configure: Regenerate.
243
2442019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
245
246	* config.sub: Import upstream version 2019-06-30.
247	* config.guess: Import upstream version 2019-07-24.
248
2492019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
250
251	* MAINTAINERS: Remove spu port maintainers.
252
2532019-08-28  Martin Liska  <mliska@suse.cz>
254
255	* .gitignore: Add .clangd and compile_commands.json
256	to .gitignore.
257
2582019-08-23  Michael Forney  <mforney@mforney.org>
259
260	* Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
261	* Makefile.in: Regenerate.
262
2632019-08-19  Tom Tromey  <tom@tromey.com>
264
265	* configure: Rebuild.
266	* configure.ac: Add --with-static-standard-libraries.
267
2682019-08-16  Alexandre Oliva <oliva@gnu.org>
269
270	* MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
271
2722019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
273
274	* MAINTAINERS (Write After Approval): Add myself.
275
2762019-07-08  Kito Cheng  <kito.cheng@sifive.com>
277
278	* MAINTAINERS (Write After Approval): Remove myself, already listed in
279	RISC-V port maitainer.
280
2812019-07-08  Kito Cheng  <kito.cheng@sifive.com>
282
283	* MAINTAINERS (Write After Approval): Fix the list sorted by surname.
284
2852019-07-08  Kito Cheng  <kito.cheng@sifive.com>
286
287	* MAINTAINERS (Write After Approval): Add myself.
288
2892019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
290
291	* MAINTAINERS (Write After Approval): Add myself.
292
2932019-06-25  Martin Liska  <mliska@suse.cz>
294
295	contrib/filter-clang-warnings.py: Transform from
296	filter-rtags-warnings.py.
297
2982019-06-15  Tom Tromey  <tom@tromey.com>
299
300	* configure.ac (host_libs): Add gnulib.
301	* configure: Rebuild.
302	* Makefile.def (host_modules, dependencies): Add gnulib.
303	* Makefile.in: Rebuild.
304
3052019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
306
307	* MAINTAINERS (Write After Approval): Add myself.
308
3092019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
310
311	* configure: Regenerate.
312	* configure.ac: Add PRU target.
313
3142019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
315
316	* MAINTAINERS (Write After Approval): Add myself.
317
3182019-06-11  Nick Clifton  <nickc@redhat.com>
319
320	Import these changes from the binutils/gdb repository:
321
322	2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
323
324	* Makefile.def (dependencies): configure-libctf depends on all-bfd
325	and all its deps.
326	* Makefile.in: Regenerated.
327
328	2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
329
330	* Makefile.def (host_modules): Add libctf.
331	* Makefile.def (dependencies): Likewise.
332	libctf depends on zlib, libiberty, and bfd.
333	* Makefile.in: Regenerated.
334	* configure.ac (host_libs): Add libctf.
335	* configure: Regenerated.
336
3372019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
338
339	* MAINTAINERS (Write After Approval): Add myself.
340
3412019-05-19  Peter Bergner  <bergner@linux.ibm.com>
342
343	* MAINTAINERS: Update my email address.
344
3452019-05-17  Thomas Rodgers  <trodgers@redhat.com>
346
347	* MAINTAINERS (Write After Approval): Add myself.
348
3492019-05-16  Jun Ma  <junma@linux.alibaba.com>
350
351	* MAINTAINERS (Write After Approval): Add myself.
352
3532019-05-07  Jim Wilson  <jimw@sifive.com>
354
355	* MAINTAINERS: Remove myself as IA-64 maintainer.
356
3572019-05-04  Roland Illig  <roland.illig@gmx.de>
358
359	* MAINTAINERS (Write After Approval): Add myself.
360
3612019-05-02  Richard Biener  <rguenther@suse.de>
362
363	PR bootstrap/85574
364	* Makefile.tpl (compare target): Also compare extra-compare
365	files.
366	* Makefile.in: Regenerate.
367
3682019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
369
370	* MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
371	as modulo-scheduler maintainer.
372
3732019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
374
375	* MAINTAINERS: Add myself as co-maintainer for Darwin.
376
3772019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
378
379	* MAINTAINERS: Update my email address.
380
3812019-04-14  Johannes Pfau  <johannespfau@gmail.com>
382
383	* configure.ac: Remove d from unsupported languages on mingw and cygwin.
384	* configure: Regenerate.
385
3862019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
387
388	* configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
389	* configure: Regenerate.
390
3912019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
392
393	* configure.ac: Add target-zlib to target_libraries.
394	* configure: Regenerate.
395
3962019-04-09  Martin Liska  <mliska@suse.cz>
397
398	* Makefile.in: Regenerate.
399	* Makefile.tpl: Pass GENERATOR_CFLAGS
400	in all stages.
401
4022019-03-28  Martin Liska  <mliska@suse.cz>
403
404	PR bootstrap/89829
405	* Makefile.in: Revert r254150.
406	* Makefile.tpl: Likewise.
407
4082019-03-28  Ben Elliston  <bje@gnu.org>
409
410	* MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
411	related, and libdecnumber.
412
4132019-03-15  Alexander Monakov  <amonakov@ispras.ru>
414
415	* MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
416	(Write After Approval): Remove myself.
417
4182019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
419
420	* MAINTAINERS (Write After Approval): Add myself.
421
4222019-02-11  Andrew Stubbs  <ams@codesourcery.com>
423
424	* MAINTAINERS (amdgcn port): Add myself and Julian Brown.
425	(Write After Approval): Remove myself and Julian.
426
4272019-01-26  Harald Anlauf  <anlauf@gmx.de>
428
429	* MAINTAINERS (Write After Approval): Add myself.
430
4312019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
432
433	* MAINTAINERS (Write After Approval): Add myself.
434
4352019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
436
437	* ChangeLog: Replace space with tab.
438	* MAINTAINERS: Delete 1 tab to keep alignment.
439
4402019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
441
442	* MAINTAINERS (Write After Approval): Add myself.
443
4442019-01-18  Li Jia He  <helijia@gcc.gnu.org>
445
446	* MAINTAINERS (Write After Approval): Add myself.
447
4482019-01-17  Andrew Stubbs  <ams@codesourcery.com>
449	    Kwok Cheung Yeung  <kcy@codesourcery.com>
450	    Julian Brown  <julian@codesourcery.com>
451	    Tom de Vries  <tom@codesourcery.com>
452	    Jan Hubicka  <hubicka@ucw.cz>
453	    Martin Jambor  <mjambor@suse.cz>
454
455	* configure.ac: Likewise.
456	* configure: Regenerate.
457	* contrib/config-list.mk: Add amdgcn-amdhsa.
458
4592019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
460
461	* MAINTAINERS (Write After Approval): Add myself.
462
4632019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
464
465	* MAINTAINERS (Write After Approval): Add myself.
466
4672019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
468
469	PR target/88535
470	* config.guess: Import upstream version 2019-01-03.
471	* config.sub: Import upstream version 2019-01-01.
472
4732018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
474
475	* MAINTAINERS (Write After Approval): Update my maintainer address.
476
4772018-12-21  Gergö Barany  <gergo@codesourcery.com>
478
479	* MAINTAINERS (Write After Approval): Add myself.
480
4812018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
482
483	* contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
484
4852018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
486
487	* configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
488	(ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
489	(GCC_TARGET_TOOL): Likewise.
490	* Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
491	(BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
492	OTOOL, OTOOL_FOR_TARGET: New substitutions.
493	(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
494	* configure: Regenerate.
495	* Makefile.in: Likewise.
496
4972018-11-28  Johannes Pfau  <johannespfau@gmail.com>
498
499	* MAINTAINERS (Write After Approval): Add myself.
500
5012018-11-13  Martin Liska  <mliska@suse.cz>
502
503	* gcc.target/i386/pr87930.c: Move to ...
504	* gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
505
5062018-11-10  Stafford Horne  <shorne@gmail.com>
507
508	* MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
509	(Write After Approval): Remove myself.
510
5112018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
512
513	* config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
514	Append $INCICONV to it.
515
5162018-11-04  Stafford Horne  <shorne@gmail.com>
517
518	* MAINTAINERS (Write After Approval): Add myself.
519
5202018-10-31  Joseph Myers  <joseph@codesourcery.com>
521
522	PR bootstrap/82856
523	* multilib.am: New file.  From automake.
524
525	Merge from binutils-gdb:
526	2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
527
528	* libtool.m4: Use AC_LANG_SOURCE.
529	* configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
530	* ar-lib: New file.
531	* test-driver: New file.
532	* configure: Re-generate.
533
5342018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
535
536	* MAINTAINERS (Write After Approval): Add myself.
537
5382018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
539
540	PR bootstrap/87788
541	PR d/87799
542	* configure: Rebuild.
543	* configure.ac: Disable D on systems where it is known not to work.
544
5452018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
546
547	* Makefile.def (target_modules): Add libphobos.
548	(flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
549	GDCFLAGS_FOR_TARGET.
550	(dependencies): Make libphobos depend on libatomic, libbacktrace
551	configure, and zlib configure.
552	(language): Add language d.
553	* Makefile.in: Rebuild.
554	* Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
555	(HOST_EXPORTS): Add GDC.
556	(POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
557	(BASE_TARGET_EXPORTS): Add GDC.
558	(GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
559	(GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
560	(EXTRA_HOST_FLAGS): Add GDC.
561	(STAGE1_FLAGS_TO_PASS): Add GDC.
562	(EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
563	* config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
564	environment variables.
565	* configure: Rebuild.
566	* configure.ac: Add target-libphobos to target_libraries.  Set and
567	substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
568
5692018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
570
571	* MAINTAINERS (Write After Approval): Add myself.
572
5732018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
574
575	* MAINTAINERS (Write After Approval): Remove myself.
576
5772018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
578
579	* MAINTAINERS: Add myself as D front-end and libphobos maintainer.
580
5812018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
582
583	* MAINTAINERS: Update my email address.
584
5852018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
586
587	* MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
588	maintainer.
589
5902018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
591
592	* MAINTAINERS (Write After Approval): Add self.
593
5942018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
595
596	* MAINTAINERS (write after approval): Add myself.
597
5982018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
599
600	* MAINTAINERS: Update my email address.
601
6022018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
603
604	* MAINTAINERS (write after approval): Add myself.
605
6062018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
607
608	* MAINTAINERS: Add self to global reviewers list.
609
6102018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
611
612	MAINTAINERS: Add c-sky port maintainers.
613
6142018-08-10  Martin Liska  <mliska@suse.cz>
615
616	* MAINTAINERS: Revert change in previous commit and
617	join lines.
618
6192018-08-10  Martin Liska  <mliska@suse.cz>
620
621	* MAINTAINERS: Remove extra line.
622
6232018-08-06  Naveen H.S  <naveenh@marvell.com>
624
625	* MAINTAINERS: Update my email address.
626
6272018-07-19  DJ Delorie  <dj@redhat.com>
628
629	* MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
630	as maintainer.
631
6322018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
633
634	* MAINTAINERS: Adjust email address for me and my colleague Robin
635	Dapp.
636
6372018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
638	    Sunil K Pandey  <sunil.k.pandey@intel.com>
639
640	PR target/84413
641	* config/i386/i386.c (m_CORE_AVX512): New.
642	(m_CORE_AVX2): Likewise.
643	(m_CORE_ALL): Add m_CORE_AVX2.
644	* config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
645	Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
646	and remove the rest of m_SKYLAKE_AVX512.
647
6482018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
649
650	* config.sub: Sync with upstream version 2018-07-03.
651
6522018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
653
654	* config.guess: Sync with upstream version 2018-06-26.
655	* config.sub: Sync with upstream version 2018-07-02.
656
6572018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
658
659	* libtool.m4: Sort output of 'find' to enable deterministic builds.
660	* ltmain.sh: Likewise.
661
6622018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
663
664	* contrib/config-list.mk: Remove powerpc-linux_paired.
665
6662018-06-29  Alexandre Oliva <oliva@adacore.com>
667
668	* configure.ac: Introduce support for @unless/@endunless.
669	* Makefile.tpl (dep-kind): Rewrite with cond; return
670	postbootstrap in some cases.
671	(make-postboot-dep, postboot-targets): New.
672	(dependencies): Do not output postbootstrap dependencies at
673	first.  Output non-target ones changed for configure to depend
674	on stage_last @if gcc-bootstrap, and the original deps @unless
675	gcc-bootstrap.
676	* configure.in, Makefile.in: Rebuilt.
677
6782018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
679
680	* MAINTAINERS (write after approval): Add myself.
681
6822018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
683
684	* MAINTAINERS (write after approval): Add myself.
685
6862018-06-19  Nick Clifton  <nickc@redhat.com>
687
688	* zlib/configure.ac: Restore old behaviour of only enabling
689	multilibs when a target subdirectory is defined.  This allows
690	building with srcdir == builddir.
691	* zlib/configure: Regenerate.
692
6932018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
694
695	* Makefile.def (fortran): Add check-target-libgomp-fortran.
696	* Makefile.tpl (check-target-libgomp-fortran): New phony target.
697	* Makefile.in: Regenerate.
698
6992018-06-16  Ben Elliston  <bje@gnu.org>
700
701	* config.guess: Import latest version.
702	* config.sub: Likewise.
703
7042018-06-08  Martin Liska  <mliska@suse.cz>
705
706	* MAINTAINERS: Remove MPX-related entries.
707	* Makefile.def: Remove libmpx support.
708	* Makefile.in: Regenerate.
709	* configure.ac: Remove removed files.
710	* configure: Regenerate.
711	* libmpx/ChangeLog: Remove.
712	* libmpx/Makefile.am: Remove.
713	* libmpx/Makefile.in: Remove.
714	* libmpx/acinclude.m4: Remove.
715	* libmpx/aclocal.m4: Remove.
716	* libmpx/config.h.in: Remove.
717	* libmpx/configure: Remove.
718	* libmpx/configure.ac: Remove.
719	* libmpx/configure.tgt: Remove.
720	* libmpx/libmpx.spec.in: Remove.
721	* libmpx/mpxrt/Makefile.am: Remove.
722	* libmpx/mpxrt/Makefile.in: Remove.
723	* libmpx/mpxrt/libmpx.map: Remove.
724	* libmpx/mpxrt/libtool-version: Remove.
725	* libmpx/mpxrt/mpxrt-utils.c: Remove.
726	* libmpx/mpxrt/mpxrt-utils.h: Remove.
727	* libmpx/mpxrt/mpxrt.c: Remove.
728	* libmpx/mpxrt/mpxrt.h: Remove.
729	* libmpx/mpxwrap/Makefile.am: Remove.
730	* libmpx/mpxwrap/Makefile.in: Remove.
731	* libmpx/mpxwrap/libmpxwrappers.map: Remove.
732	* libmpx/mpxwrap/libtool-version: Remove.
733	* libmpx/mpxwrap/mpx_wrappers.c: Remove.
734
7352018-06-04  Martin Liska  <mliska@suse.cz>
736
737	* MAINTAINERS: Add myself as gcov maintainer.
738
7392018-06-04  Matthew Fortune  <mfortune@gmail.com>
740
741	* MAINTAINERS: Update my email address.
742
7432018-06-04  Tom de Vries  <tdevries@suse.de>
744
745	* MAINTAINERS: Remove write-after-approval entries for component
746	maintainers.
747
7482018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
749
750	* MAINTAINERS (write after approval): Add myself.
751
7522018-06-01  Bin Cheng <amker@gcc.gnu.org>
753
754	* MAINTAINERS: Update my email address.
755
7562018-06-01  Tom de Vries  <tdevries@suse.de>
757
758	* MAINTAINERS: Update my email address.
759
7602018-05-22  Bin Cheng <bin.cheng@arm.com>
761
762	* MAINTAINERS (loop-optimizer): Add myself.
763
7642018-05-01  Francois H. Theron  <francois.theron@netronome.com>
765
766	* configure.ac: Added "nfp" target.
767	* configure: Regenerate.
768
7692018-04-30  Richard Biener  <rguenther@suse.de>
770
771	PR bootstrap/85571
772	* Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
773	(STAGE3_TFLAGS): Likewise.
774	(STAGEtrain_CFLAGS): Filter out -fchecking=1.
775	(STAGEtrain_TFLAGS): Likewise.
776	* Makefile.in: Regenerate.
777
7782018-04-26  Richard Biener  <rguenther@suse.de>
779
780	* Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
781	(STAGE2_CFLAGS): Likewise.
782	(STAGE2_TFLAGS): Likewise.
783	(STAGE3_CFLAGS): Add -fchecking.
784	(STAGE3_TFLAGS): Likewise.
785	(STAGEtrain_CFLAGS): Filter out -fchecking.
786	(STAGEtrain_TFLAGS): Likewise.
787	* Makefile.in: Re-generate.
788
7892018-04-25  Catherine Moore <clm@codesourcery.com>
790
791	* MAINTAINERS (mips): Remove myself as MIPS maintainer.
792
7932018-04-18  Paul Clarke  <pc@us.ibm.com>
794
795	* MAINTAINERS (write after approval): Add myself.
796
7972018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
798
799	* MAINTAINERS: Update my email address.
800
8012018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
802
803	* MAINTAINERS: Remove redundant Write-After-Approval entry.
804
8052018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
806
807	* MAINTAINERS: Update my email address and disambiguate myself
808	a bit from Will Schmidt.
809
8102018-03-21  Nathan Sidwell  <nathan@acm.org>
811
812	* MAINTAINERS: Move maintainers of now-removed picochip and score
813	ports to write after approval.
814
8152018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
816
817	* MAINTAINERS: Add entry for SVE maintainership.
818
8192018-02-13  Maciej W. Rozycki  <macro@mips.com>
820
821	* configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
822	* configure: Regenerate.
823
8242018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
825
826	* MAINTAINERS (write after approval): Add myself.
827
8282018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
829
830	* MAINTAINERS (write after approval): Add myself.
831
8322018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
833
834	* MAINTAINERS (write after approval): Add myself.
835
8362018-01-03  Jakub Jelinek  <jakub@redhat.com>
837
838	Update copyright years.
839
8402018-01-03  Ben Elliston  <bje@gnu.org>
841
842	* config.guess: Import latest version.
843	* config.sub: Likewise.
844
8452017-12-12  Stafford Horne  <shorne@gmail.com>
846
847	* configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
848	* configure: Regenerate.
849
8502017-11-29  Qing Zhao  <qing.zhao@oracle.com>
851
852	* MAINTAINERS (Write After Approval): Add myself.
853
8542017-11-28  Julia Koval  <julia.koval@intel.com>
855	    Sebastian Peryt  <sebastian.peryt@intel.com>
856
857	* Makefile.def (target_modules): Remove libcilkrts.
858	* Makefile.in: Ditto.
859	* configure: Ditto.
860	* configure.ac: Ditto.
861
8622017-11-28  Julia Koval  <julia.koval@intel.com>
863
864	* MAINTAINERS (Write After Approval): Add myself.
865
8662017-11-22  Sudakshina Das  <sudi.das@arm.com>
867
868	* MAINTAINERS (Write After Approval): Add myself.
869
8702017-11-06  Palmer Dabbelt  <palmer@sifive.com>
871
872	* MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
873	Use my SiFive email address.
874
8752017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
876
877	* MAINTAINERS (write after approval): Add myself.
878
8792017-10-27  Martin Liska  <mliska@suse.cz>
880
881	* Makefile.tpl: Use proper name of folder as it was renamed
882	during transition to 4 stages.
883	* Makefile.in: Regenerate.
884
8852017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
886
887	* MAINTAINERS (write after approval): Add myself.
888
8892017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
890
891	* MAINTAINERS: Add a note that maintainership also includes web
892	pages, docs, and testsuite related to that area.
893
8942017-09-25  Tom de Vries  <tom@codesourcery.com>
895
896	* MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
897
8982017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
899
900	* MAINTAINERS: Add myself as a maintainer for the Ada front end.
901
9022017-09-15  Nathan Sidwell  <nathan@acm.org>
903
904	* MAINTAINERS: Remove myself as a vxworks maintainer.
905
9062017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
907
908	* MAINTAINERS: Remove email address of Jim Norris.
909
9102017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
911
912	* MAINTAINERS (Reviewers): Move myself from here...
913	(CPU Port Maintainers): ... to here.
914
9152017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
916
917	* MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
918
9192017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
920
921	* MAINTAINERS (write after approval): Add myself.
922
9232017-07-28  Tony Reix  <tony.reix@atos.net>
924
925	* configure.ac (target-libffi): Don't disable for AIX.
926	(go): Don't add to unsupported_languages on AIX.
927	(target-libgo): Don't disable for AIX.
928	* configure: Regenerate.
929
9302017-07-19  Yury Gribov  <tetra2005@gmail.com>
931
932	* MAINTAINERS: Add myself.
933
9342017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
935
936	* MAINTAINERS: Update my email address.
937
9382017-07-04  Richard Earnshaw  <rearnsha@arm.com>
939
940	* contrib/gcc_update (files_and_dependencies): Remove stamp rules for
941	arm-specific auto-generated header files.
942
9432017-07-03  Nathan Sidwell  <nathan@acm.org>
944
945	* configure.ac: Set srcdir when sourcing config-lang.in fragments.
946	* configure: Rebuilt.
947
9482017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
949
950	* MAINTAINERS: Readd myself for c6x.
951
9522017-06-28  Martin Liska  <mliska@suse.cz>
953
954	PR bootstrap/81217
955	* Makefile.def: Remove superfluous bootstrap_target from
956	bootstrap_stage.
957	* Makefile.in: Re-generate the file.
958
9592017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
960
961	* MAINTAINERS: Add myself to Write After Approval
962
9632017-06-21  Andrew Jenner  <andrew@codesourcery.com>
964
965	* MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
966
9672017-06-19  Martin Liska  <mliska@suse.cz>
968
969	* Makefile.def: Define 4 stages PGO bootstrap.
970	* Makefile.tpl: Define FLAGS.
971	* Makefile.in: Regenerate.
972
9732017-06-14  Ian Lance Taylor  <iant@golang.org>
974
975	* Makefile.def: Add check-gotools to go check targets.
976	* Makefile.in: Rebuild.
977
9782017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
979
980	* config.gcc: Remove rs6000/e500.h from tm_file for all targets.
981
9822017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
983
984	* configure.ac (*-*-linux-android*): Set target_makefile_frag.
985	* configure: Regenerate.
986
9872017-05-31  Martin Liska  <mliska@suse.cz>
988
989	* configure.ac: Add handling of stage2_werror_flags to
990	action-if-given and to action-if-not-given.
991	* configure: Regenerate.
992
9932017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
994
995	* MAINTAINERS: Add self to Write After Approval
996
9972017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
998
999	* MAINTAINERS: Update my email address, and remove myself as
1000	maintainer in some areas.
1001
10022017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1003
1004	* MAINTAINERS: Add self to Write After Approval
1005
10062017-05-25  Nathan Sidwell  <nathan@acm.org>
1007
1008	* configure.ac: Add --enable-languages=default to mean default and
1009	make --enable-languages=all mean all supported languages.
1010	* configure: Regenerated.
1011
10122017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1013
1014	* config.gcc (powerpc*-*-*spe*): New.
1015	(powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1016	(powerpc-*-rtems*spe*): New.
1017	(powerpc*-*-linux*spe*): New.
1018	(powerpc-wrs-vxworksspe): New.
1019	(powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1020	(misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1021	* config.host (powerpc*-*-*spe*): New.
1022
10232017-05-19  Martin Liska  <mliska@suse.cz>
1024
1025	* configure.ac: Add --enable-werror-always just for
1026	bootstrap-debug (or none build config) and do not add it
1027	when we are on a release branch.
1028	* configure: Regenerated.
1029
10302017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1031
1032	* MAINTAINERS: Add self to Write After Approval
1033
10342017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1035
1036	* MAINTAINERS: Move myself to Write After Approval section.
1037
10382017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1039
1040	* config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1041	ACCH registers.
1042	* config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1043	available.
1044	(umulsidi3): Likewise.
1045	(mulsidi3_700): Disable this pattern when we have advanced mpy
1046	instructions.
1047	(umulsidi3_700): Likewise.
1048	(maddsidi4): New pattern.
1049	(macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1050	(mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1051	(mpydu_imm_arcv2hs): Likewise.
1052	* config/arc/predicates.md (accl_operand): New predicate.
1053
10542017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1055	    Andrew Burgess <andrew.burgess@embecosm.com>
1056
1057	* config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1058	case.
1059	(ARC_AUTOFP_IRQ_P): Likewise.
1060	(ARC_AUTO_IRQ_P): Likewise.
1061	(rgf_banked_register_count): New variable.
1062	(parse_mrgf_banked_regs_option): New function.
1063	(arc_override_options): Handle rgf_banked_regs option.
1064	(arc_handle_interrupt_attribute): Add firq option.
1065	(arc_compute_function_type): Return fast irq type when required.
1066	(arc_must_save_register): Handle fast interrupts.
1067	(arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1068	(arc_return_address_regs): Update.
1069	* config/arc/arc.h (arc_return_address_regs): Update.
1070	(arc_function_type): Add fast interrupt type.
1071	(ARC_INTERRUPT_P): Update.
1072	(RC_FAST_INTERRUPT_P): Define.
1073	* config/arc/arc.md (simple_return): Update for fast interrupts.
1074	(p_return_i): Likewise.
1075	* config/arc/arc.opt (mrgf-banked-regs): New option.
1076	* doc/invoke.texi (mrgf-banked-regs): Document.
1077
10782017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1079
1080	* config/arc/arc.c (irq_ctrl_saved): New variable.
1081	(ARC_AUTOBLINK_IRQ_P): Define.
1082	(ARC_AUTOFP_IRQ_P): Likewise.
1083	(ARC_AUTO_IRQ_P): Likewise.
1084	(irq_range): New function.
1085	(arc_must_save_register): Likewise.
1086	(arc_must_save_return_addr): Likewise.
1087	(arc_dwarf_emit_irq_save_regs): Likewise.
1088	(arc_override_options): Handle deferred options.
1089	(MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1090	(MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1091	arc_must_save_return_addr.
1092	(arc_compute_frame_size): Handle automated save and restore of
1093	registers.
1094	(arc_expand_prologue): Likewise.
1095	(arc_expand_epilogue): Likewise.
1096	* config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1097	* config/arc/arc.opt (mirq-ctrl-saved): New option.
1098	* doc/invoke.texi (mirq-ctrl-saved): Document option.
1099
11002017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1101	Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1102
1103	PR bootstrap/77661
1104	* Makefile.def: Don't pass --enable-maintainer-mode on to an
1105	in-tree build MPC.
1106	* Makefile.in: Regenerate.
1107
11082017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1109
1110	* configure.ac: Enable LTO by default on darwin >= 9.
1111	* configure: Regenerate.
1112
11132017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1114
1115	* MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1116	and Andrew Waterman as the RISC-V maintainers.
1117
11182017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1119
1120	* MAINTAINERS: Add self to Write After Approval
1121
11222017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1123
1124	* config.guess: Import latest from upstream.
1125
11262017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1127
1128	* MAINTAINERS (Write After Approval): Remove entries that are
1129	already covered under Reviewers.
1130
11312017-03-08  Mark Wielaard  <mark@klomp.org>
1132
1133	PR demangler/70909
1134	PR demangler/67264
1135	* include/demangle.h: Add d_printing to struct demangle_component
1136	and pass struct demangle_component as non const.
1137
11382017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1139
1140	* MAINTAINERS: Remove Neil Booth as option handling maintainer.
1141
11422017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1143
1144	* Makefile.tpl: Remove HOST_ISLVER.
1145	(HOST_EXPORTS): Remove ISLVER.
1146	* Makefile.in: Regenerate.
1147
11482017-02-13  Richard Biener  <rguenther@suse.de>
1149
1150	* configure: Re-generate.
1151
11522017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1153
1154	* MAINTAINERS: Adjust bug reporting URL.
1155
11562017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1157
1158	* MAINTAINERS (Write After Approval): Remove redundant entry
1159	for Andrew Burgess.
1160
11612017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1162
1163	* configure.ac: Add gcc/function-tests.o to compare_exclusions for
1164	32-bit hppa*-*-hpux*.
1165	* configure: Regenerate.
1166
11672017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1168
1169	* configure.ac: Moved the white list of enabling BRIG FE to
1170	libhsail-rt/configure.tgt.
1171	* configure: Regenerated.
1172	* MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1173
11742017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1175	    Martin Jambor  <mjambor@suse.cz>
1176
1177	* Makefile.def (target_modules): Added libhsail-rt.
1178	(languages): Added language brig.
1179	* Makefile.in: Regenerated.
1180	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1181	tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1182	* configure: Regenerated.
1183
11842017-01-17  Jakub Jelinek  <jakub@redhat.com>
1185
1186	PR other/79046
1187	* configure: Regenerated.
1188
11892017-01-04  Alan Modra  <amodra@gmail.com>
1190
1191	* configure: Regenerate.
1192
11932016-12-29  Ben Elliston  <bje@gnu.org>
1194
1195	* config.sub: Import latest version.
1196
11972016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1198
1199	* MAINTAINERS (Write After Approval): Add myself.
1200
12012016-12-21  Jakub Jelinek  <jakub@redhat.com>
1202
1203	* configure.ac: Don't bootstrap libmpx unless --with-build-config
1204	includes bootstrap-mpx.
1205	* configure: Regenerated.
1206
12072016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1208
1209	* MAINTAINERS (Write After Approval): Add myself.
1210
12112016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1212
1213	* configure: Regenerate.
1214
12152016-12-01  Matthias Klose  <doko@ubuntu.com>
1216
1217	* configure.ac: Don't use pkg-config to check for bdw-gc.
1218	* configure: Regenerate.
1219
12202016-11-30  Matthias Klose  <doko@ubuntu.com>
1221
1222	* Makefile.def: Remove reference to boehm-gc target module.
1223  	* configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1224	options and for the bdw-gc pkg-config module.
1225	* configure: Regenerate.
1226	* Makefile.in: Regenerate.
1227
12282016-11-28  Nathan Sidwell  <nathan@acm.org>
1229
1230	* MAINTAINERS (nvptx): Remove self.
1231
12322016-11-25  Ben Elliston  <bje@gnu.org>
1233
1234	* config.guess: Import latest version.
1235	* config.sub: Likewise.
1236
12372016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1238
1239	* MAINTAINERS (Write After Approval): Add myself.
1240
12412016-11-15  Matthias Klose  <doko@ubuntu.com>
1242
1243	* Makefile.def: Remove references to GCJ.
1244	* Makefile.tpl: Likewise.
1245	* Makefile.in: Regenerate.
1246
12472016-11-15  Matthias Klose  <doko@ubuntu.com>
1248
1249	* config-ml.in: Remove references to GCJ.
1250	* configure.ac: Likewise.
1251	* configure: Regenerate.
1252
12532016-11-01  Josh Conner  <joshconner@google.com>
1254
1255	* MAINTAINERS (Write After Approval): Update email address,
1256
12572016-10-27  Carl Love  <cel@us.ibm.com>
1258
1259	* MAINTAINERS (Write After Approval): Fix my entry in the Write After
1260	Approval list to make it alphabetical.
1261
12622016-10-27  Carl Love  <cel@us.ibm.com>
1263
1264	* MAINTAINERS (Write After Approval): Add myself.
1265
12662016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1267
1268	* MAINTAINERS (Reviewers): Add myself.
1269	(Write After Approval): Add myself.
1270
12712016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1272	    Ulrich Weigand  <uweigand@de.ibm.com>
1273
1274	* MAINTAINERS: Update email address.
1275
12762016-10-10  Nathan Sidwell  <nathan@acm.org>
1277
1278	* MAINTAINERS: Update email address.
1279
12802016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1281
1282	* configure.ac: Add aarch64-*-freebsd*.
1283	* configure: Regenerate.
1284
12852016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1286
1287	* MAINTAINERS: Update email address after it got reverted.
1288
12892016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1290
1291	* configure.ac (target_libraries): Readd target-boehm-gc.
1292	Restore --enable-objc-gc handling.
1293	* configure: Regenerate.
1294
12952015-10-03  Jeff Law  <law@redhat.com>
1296
1297	* MAINTAINERS: Move several inactive maintainers to the
1298	write-after-approval section.
1299
13002016-09-30  Jakub Jelinek  <jakub@redhat.com>
1301
1302	* configure.ac: Add target-libffi to target_libraries.
1303	Readd libgcj target disablings, modified to only target-libffi.
1304	Readd target addition of go to unsupported languages.
1305	* configure: Regenerated.
1306
13072016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
1308
1309	* MAINTAINERS: Update email address.
1310
13112016-09-30  Andrew Haley  <aph@redhat.com>
1312
1313	* MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1314	write-after approval.  Remove Tom Tromey and Bryce McKinlay from
1315	libgcj.
1316
13172016-09-30  Andrew Haley  <aph@redhat.com>
1318
1319	* MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1320	write-after approval after GCJ deletion.
1321
13222016-09-30  Andrew Haley  <aph@redhat.com>
1323
1324	* Makefile.def: Remove libjava.
1325	* Makefile.tpl: Likewise.
1326	* Makefile.in: Regenerate.
1327	* configure.ac: Likewise.
1328	* configure: Likewise.
1329	* gcc/java: Remove.
1330	* libjava: Likewise.
1331
13322016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
1333
1334	* MAINTAINERS (Reviewers): Add myself.
1335
13362016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
1337
1338	* configure.ac: Disable "sim" directory for arc*-*-*.
1339	* configure: Regenerated.
1340
13412016-09-23  Tamar Christina <tamar.christina@arm.com>
1342
1343	* MAINTAINERS (Write After Approval): Add myself.
1344
13452016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
1346
1347	* configure.ac: Check for the minimum in-tree MPFR version
1348	handled.
1349	* configure: Regenerate.
1350
13512016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
1352
1353	* configure.ac (nds32*-*-*): Remove entry to enable gdb.
1354	* configure: Regenerated.
1355
13562016-07-19  Fritz Reese  <fritzoreese@gmail.com>
1357
1358	* MAINTAINERS (Write After Approval): Add myself.
1359
13602016-06-23  Andi Kleen  <ak@linux.intel.com>
1361
1362	* Makefile.def: Add autoprofiledbootstrap.
1363	* Makefile.tpl: Dito.
1364	* Makefile.in: Regenerate.
1365
13662016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1367
1368    * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1369    * configure: Regenerate.
1370
13712016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1372
1373	* configure: Regenerate.
1374	* configure.ac: Remove support for avr-rtems.
1375
13762016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1377
1378	* MAINTAINERS (Write After Approval): Add myself.
1379
13802016-06-16  Michael Collison  <michael.collison@arm.com>
1381
1382	* MAINTAINERS (Write After Approval): Add myself.
1383
13842016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
1385
1386	* MAINTAINERS (Write After Approval): Update e-mail address.
1387
13882016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
1389
1390	* MAINTAINERS (Write After Approval): Add myself.
1391
13922016-05-28  Alan Modra  <amodra@gmail.com>
1393
1394	* Makefile.tpl (configure): Depend on m4 files included.
1395	* Makefile.in: Regenerate.
1396
13972016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
1398
1399	* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
1400	code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
1401
14022016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
1403
1404	* config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
1405	special case builtin.
1406	* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1407	support for ALTIVEC_BUILTIN_VEC_ADDEC.
1408	* config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1409	for __builtin_vec_addec.
1410
14112016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1412
1413	* config.guess: Import version 2016-04-02 (newest).
1414	* config.sub: Import version 2016-05-10 (newest).
1415
14162016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
1417
1418	* configure.ac: Add ARC support to libgloss.
1419	* configure: Regenerate
1420
14212016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
1422
1423	* MAINTAINERS (Write After Approval): Add myself.
1424
14252016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1426
1427	* configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1428	* configure: Regenerated.
1429	* Makefile.def (gmp): Explicitly disable assembler.
1430	(mpfr): Adjust lib_path.
1431	(mpc): Likewise.
1432	* Makefile.in: Regenerated.
1433
14342016-05-01  Jakub Jelinek  <jakub@redhat.com>
1435
1436	PR bootstrap/70704
1437	* configure.ac (--enable-stage1-checking): Add missing
1438	--enable-checking=.
1439	* configure: Regenerated.
1440
14412016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1442
1443	* config.guess: Revert r235676.
1444	* config.sub: Revert r235676.
1445
14462016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1447
1448	* config.guess: Remove SH5 support.
1449	* config.sub: Likewise.
1450	* configure: Likewise.
1451	* configure.ac: Likewise.
1452
14532016-04-26  Jakub Jelinek  <jakub@redhat.com>
1454
1455	PR bootstrap/70704
1456	* configure.ac (--enable-stage1-checking): For --disable-checking or
1457	implicit --enable-checking, make sure extra flag matches in between
1458	stage1 and later checking.
1459	* configure: Regenerated.
1460
14612016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1462
1463	* .gitattributes: New file.
1464
14652016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
1466
1467	* MAINTAINERS (rs6000/powerpc port): Add myself.
1468
14692016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
1470
1471	PR bootstrap/70173
1472	* Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1473	and gotools directories.  Delete the stage_final file.
1474	* Makefile.in: Regenerate.
1475
14762016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1477
1478	* MAINTAINERS (Write After Approval): Add myself.
1479
14802016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
1481
1482	* MAINTAINERS (Fortran maintainer): Remove myself.
1483
14842016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
1485
1486	* MAINTAINERS (Write After Approval): Add myself.
1487
14882016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
1489
1490	* MAINTAINERS (Write After Approval): Add myself.
1491
14922016-03-17  Cary Coutant  <ccoutant@gmail.com>
1493
1494	Sync with binutils-gdb:
1495
1496	2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1497
1498	* configure.ac: Add mips and s390 to the gold target check.
1499	* configure: Regenerate.
1500
15012016-03-01  DJ Delorie  <dj@redhat.com>
1502
1503	* MAINTAINERS (mep): Remove myself as MeP maintainer.
1504
15052016-02-22  David Malcolm  <dmalcolm@redhat.com>
1506
1507	* MAINTAINERS (libcpp): Add myself.
1508	(diagnostic messages): Likewise.
1509
15102016-02-20  Tom de Vries  <tom@codesourcery.com>
1511
1512	* MAINTAINERS: Fix whitespace.
1513
15142016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
1515
1516	* MAINTAINERS (Write After Approval): Add myself.
1517
15182016-01-29  Sebastian Pop  <s.pop@samsung.com>
1519
1520	* config/isl.m4: Add comments about isl-0.16.
1521	* configure: Regenerate.
1522
15232016-01-29  Martin Jambor  <mjambor@suse.cz>
1524
1525	* MAINTAINERS (hsa maintainers): Add myself.
1526
15272015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
1528
1529	* MAINTAINERS: (Write After Approval): Add myself.
1530
15312016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
1532	    Sebastian Pop  <s.pop@samsung.com>
1533
1534	* Makefile.in: Regenerate.
1535	* Makefile.tpl: Export ISLVER.
1536	* configure: Regenerate.
1537	* config/isl.m4: Detect isl-0.15.
1538
15392016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
1540
1541	PR bootstrap/69329
1542	* Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1543	* Makefile.in: Regenerate.
1544
15452016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1546
1547	* configure.ac: Enable LTO for DJGPP
1548	* configure: Regenerate
1549
15502016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1551
1552	Sync with binutils-gdb:
1553	2015-10-21  Nick Clifton  <nickc@redhat.com>
1554
1555	PR gas/19109
1556	* configure.ac: Note the 'none' is an acceptable argument to
1557	--enable-compressed-debug-sections.
1558	* configure: Regenerate.
1559
15602016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1561
1562	PR bootstrap/69134
1563	* Makefile.def (mpfr): Disable assembler.
1564	* Makefile.in: Regenerate.
1565
15662016-01-01  Ben Elliston  <bje@gnu.org>
1567
1568	* config.guess: Import version 2016-01-01.
1569	* config.sub: Likewise.
1570
15712015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1572
1573	* MAINTAINERS (Write After Approval): Add myself.
1574
15752015-12-17  Sebastian Pop  <s.pop@samsung.com>
1576
1577	* Makefile.in: Replace ISL with isl.
1578	* Makefile.tpl: Same.
1579	* config/isl.m4: Same.
1580	* configure.ac: Same.
1581	* contrib/download_prerequisites: Same.
1582	* configure: Regenerate.
1583
15842015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1585
1586	* MAINTAINERS (Write After Approval): Add Myself.
1587
15882015-12-17  Nathan Sidwell  <nathan@acm.org>
1589
1590	* config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1591	* configure: Regenerate.
1592
15932015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1594	    Sebastian Pop  <s.pop@samsung.com>
1595
1596	* config/isl.m4 (ISL_CHECK_VERSION): Check for
1597	isl_ctx_get_max_operations.
1598	* configure: Regenerate.
1599
16002015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1601
1602	* MAINTAINERS (Write After Approval): Add myself.
1603
16042015-12-02  Ian Lance Taylor  <iant@google.com>
1605
1606	PR go/66147
1607	* Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1608	* Makefile.in: Regenerate.
1609
16102015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1611
1612	PR libffi/65726
1613	* Makefile.def (lang_env_dependencies): Make libffi depend
1614	on cxx.
1615	* Makefile.in: Regenerate.
1616
16172015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1618
1619	* m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1620	symbols.
1621
16222015-11-20  Tristan Gingold  <gingold@adacore.com>
1623
1624	Sync with binutils-gdb:
1625	2015-11-20  Tristan Gingold  <gingold@adacore.com>
1626
1627	* configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1628	* configure: Regenerate.
1629
16302015-11-19  Martin Liska  <mliska@suse.cz>
1631
1632	* .gitignore: Add .clang-format to ignored files.
1633	* Makefile.in: Add clang-format.
1634	* Makefile.tpl: Likewise.
1635
16362015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1637
1638	* configure.ac: Enable libmpx by default.
1639	* configure: Regenerated.
1640
16412015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1642
1643	* MAINTAINERS: Update email address.
1644
16452015-10-23  Paulo Matos  <pmatos@linki.tools>
1646
1647	* MAINTAINERS: Update email address.
1648
16492015-10-23  Alan Hayward <alan.hayward@arm.com>
1650
1651	* MAINTAINERS  (Write After Approval): Add myself.
1652
16532015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1654
1655	Sync with binutils-gdb:
1656	2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1657
1658	PR gas/19109
1659	* configure.ac: Add
1660	--enable-compressed-debug-sections={all,gas,gold,ld}.
1661	* configure: Regenerated.
1662
16632015-10-16  Arnaud Charlet  <charlet@adacore.com>
1664
1665	* MAINTAINERS: Update list of Ada maintainers and email addresses.
1666
16672015-10-09  Martin Liska  <mliska@suse.cz>
1668
1669	* MAINTAINERS (Write After Approval): Add myself.
1670
16712015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1672
1673	* MAINTAINERS (Write After Approval): Add myself.
1674
16752015-10-02  Florian Weimer  <fweimer@redhat.com>
1676
1677	* MAINTAINERS: Update email address.
1678
16792015-10-02  Louis Krupp <louis.krupp@zoho.com>
1680
1681	* MAINTAINERS  (Write After Approval): Add myself.
1682
16832015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1684
1685	* MAINTAINERS: Update email.
1686
16872015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1688
1689	* MAINTAINERS: Update my email address.
1690
16912015-09-01  James Bowman  <james.bowman@ftdichip.com>
1692
1693	* MAINTAINERS (ft32 port): Add myself.
1694
16952015-08-28  David Sherwood  <david.sherwood@arm.com>
1696
1697	* MAINTAINERS: Add myself.
1698
16992015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1700
1701	* MAINTAINERS (Write After Approval): Add myself.
1702
17032015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1704
1705	PR libfortran/54572
1706	* Makefile.def: Make libgfortran depend on libbacktrace.
1707	* Makefile.in: Regenerate.
1708
17092015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1710
1711	* MAINTAINERS (Write After Approval): Add myself.
1712
17132015-08-12  Tom de Vries  <tom@codesourcery.com>
1714
1715	PR other/67092
1716	* configure.ac: Remove --with_host_libstdcxx support.
1717	* configure: Regenerate.
1718
17192015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1720	    Jakub Jelinek  <jakub@redhat.com>
1721
1722	* configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1723	nvptx*-*-*.
1724	* configure: Regenerate.
1725
17262015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1727
1728	* Makefile.def (libiconv): Define bootstrap=true.
1729	Mark pdf/html/info as missing.
1730	(configure-gcc): Depend on all-libiconv.
1731	(all-gcc): Ditto.
1732	(configure-libcpp): Ditto.
1733	(all-libcpp): Ditto.
1734	(configure-intl): Ditto.
1735	(all-intl): Ditto.
1736	* Makefile.in: Regenerate.
1737
17382015-08-03  Bin Cheng  <bin.cheng@arm.com>
1739
1740	* MAINTAINERS (loop ivopts): Add the entry and myself.
1741
17422015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1743
1744	* MAINTAINERS (nvptx): Add self.
1745
17462015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1747
1748	* config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1749	128-bit vector modes.
1750
17512015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
1752
1753	* MAINTAINERS (Write After Approval): Add myself.
1754
17552015-07-28  Ben Elliston  <bje@gnu.org>
1756
1757	* config.sub, config.guess: Import from upstream.
1758
17592015-07-24  Michael Darling  <darlingm@gmail.com>
1760
1761	PR other/66259
1762	* config-ml.in: Reflects renaming of configure.in to configure.ac
1763	* configure: Likewise
1764	* configure.ac: Likewise
1765
17662015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
1767
1768	* MAINTAINERS: Update my email address.
1769
17702015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1771
1772	Sync with binutils-gdb:
1773	2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1774
1775	* configure.ac (target_configdirs): Exclude target-zlib if
1776	target-libjava isn't built.
1777	* configure: Regenerated.
1778
17792015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1780
1781	Sync with binutils-gdb:
1782	2015-05-13  John David Anglin  <dave.anglin@bell.net>
1783
1784	* configure.ac: Disable configuration of GDB for HPUX targets.
1785	* configure: Regenerate.
1786
1787	2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1788
1789	* configure.ac: Add --with-system-zlib.
1790	* configure: Regenerated.
1791
1792	2015-01-28  James Bowman  <james.bowman@ftdichip.com>
1793
1794	* configure.ac: Add FT32 support.
1795	* configure: Regenerate.
1796
1797	2015-01-12  Anthony Green  <green@moxielogic.com>
1798
1799	* configure.ac: Don't disable gprof for moxie.
1800	* configure: Rebuild.
1801
18022015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1803
1804	Sync with binutils-gdb:
1805	2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1806
1807	PR ld/18355
1808	* Makefile.def: Add extra_configure_flags to host zlib.
1809	* configure.ac (extra_host_zlib_configure_flags): New.  Set
1810	to --enable-host-shared When bfd is to be built as shared
1811	library.  AC_SUBST.
1812	* Makefile.in: Regenerated.
1813
18142015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
1815
1816	Sync with src:
1817	2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1818	* Makefile.def (dependencies): Add all-zlib to all-bfd.
1819	* Makefile.in: Regenerated.
1820
18212015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1822
1823	* configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1824	target.
1825	* configure: Regenerate.
1826
18272015-06-23  Ludovic Courtès  <ludo@gnu.org>
1828
1829	* MAINTAINERS (Write After Approval): Add myself.
1830
18312015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
1832
1833	* MAINTAINERS (OS Port Maintainers): Add myself.
1834	(Various Maintainers): Remove myself from libffi testsuite.
1835
18362015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
1837
1838	* MAINTAINERS (gen* on machine desc): Add self.
1839
18402015-06-02  Jason Merrill  <jason@redhat.com>
1841
1842	PR bootstrap/66319
1843	* configure.ac: Use -std=gnu++98.
1844
18452015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1846
1847	* MAINTAINERS (Write After Approval): Add myself.
1848
18492015-05-28  Mike Frysinger  <vapier@gentoo.org>
1850
1851	* configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1852	* configure: Regenerate.
1853
18542015-05-26  Jason Merrill  <jason@redhat.com>
1855
1856	* configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1857	* configure: Regenerate.
1858
18592015-05-16  James Bowman  <james.bowman@ftdichip.com>
1860
1861	* configure.ac: FT32 target added.
1862	* configure: Regenerated.
1863
18642015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1865
1866	* MAINTAINERS (Write After Approval): Add myself.
1867
18682015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1869
1870	* MAINTAINERS (Write After Approval): Add myself.
1871
18722015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1873
1874	* configure.ac: Fix typo.
1875	* configure: Regenerate.
1876
18772015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
1878
1879	* MAINTAINERS (Write After Approval): Add myself.
1880
18812015-05-03  Matthias Klose  <doko@ubuntu.com>
1882
1883	* configure.ac: Match $host configured with triplets.
1884	* configure: Regenerate.
1885
18862015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1887
1888	* Makefile.tpl: Remove surplus whitespace throughout.
1889	* Makefile.in: Regenerate.
1890
18912015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
1892
1893	* MAINTAINERS (Various Maintainers): Add myself as instruction
1894	combiner maintainer.
1895
18962015-04-17  Jakub Jelinek  <jakub@redhat.com>
1897
1898	PR bootstrap/62077
1899	* configure.ac (--enable-stage1-checking): Default to
1900	release,misc,gimple,rtlflag,tree,types if --disable-checking
1901	or --enable-checking is not specified and DEV-PHASE is not
1902	experimental.
1903	* configure: Regenerated.
1904
19052015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1906
1907	* Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1908	(EXTRA_BOOTSTRAP_FLAGS): Likewise.
1909	(check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1910	* Makefile.in: Regenerate.
1911
19122015-04-08  Cary Coutant  <ccoutant@gmail.com>
1913
1914	* MAINTAINERS: Update my email address.
1915
19162015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
1917
1918	* MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1919
19202015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1921
1922	* MAINTAINERS: Add myself as an arm port reviewer.
1923
19242015-03-25  Martin Liska  <mliska@suse.cz>
1925	    Yury Gribov  <y.gribov@samsung.com>
1926
1927	* Makefile.in: Fix ln source location for vimrc file.
1928	* Makefile.tpl: Likewise.
1929
19302015-03-09  Aldy Hernandez  <aldyh@redhat.com>
1931
1932	PR bootstrap/25672
1933	* configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1934	cross-compiling.  Similarly for CXX_FOR_TARGET.
1935	* configure: Regenerate.
1936
19372015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
1938
1939	* Makefile.def: Add libmpx.
1940	* configure.ac: Add libmpx.
1941	* Makefile.in: Regenerate.
1942	* configure: Regenerate.
1943
19442015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
1945
1946	* MAINTAINERS (CPU Port Maintainers): Add myself
1947	i386 vector ISA extns mantainer.
1948
19492015-03-13  Jeff Law  <law@redhat.com>
1950
1951	* MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1952	maintainer.
1953	Remove Richard Henderson as a maintainer for the x86 port.
1954
19552015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1956
1957	* MAINTAINERS (CPU Port Maintainers): Update my email address.
1958
19592015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1960
1961	* MAINTAINERS (Various Maintainers): Add myself as libmpx,
1962	pointer bounds checker and i386 MPX maintainer.
1963
19642015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1965
1966	* MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1967
19682015-02-26  Martin Sebor  <msebor@redhat.com>
1969
1970	* MAINTAINERS (Various Maintainers): Add self.
1971
19722015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1973
1974	* configure.ac [--enable-as-accelerator-for] (enable_languages):
1975	Make sure it contains lto.
1976	* configure: Regenerate.
1977
19782015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1979
1980	* configure: Regenerate.
1981
19822015-02-06  Diego Novillo  <dnovillo@google.com>
19831
1984	* MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1985	middle-end, docstring): Remove myself.
1986	(Write After Approval): Add myself.
1987
19882015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1989
1990	* MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1991	(Write After Approval): Update address.
1992
19932015-01-29  David Malcolm  <dmalcolm@redhat.com>
1994
1995	PR jit/64780
1996	* configure.ac: Require the user to explicitly specify
1997	--enable-host-shared if the jit is enabled.
1998	* configure: Regenerate.
1999
20002015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2001
2002	* MAINTAINERS (Write After Approval): Add myself.
2003
20042015-01-25  Tom de Vries  <tom@codesourcery.com>
2005
2006	* MAINTAINERS: Make whitespace consistent.
2007
20082015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2009
2010	* MAINTAINERS (Write After Approval): Add myself.
2011
20122015-01-20  Andre Vehreschild  <vehre@gmx.de>
2013
2014	* MAINTAINERS: (Write After Approval): Add myself.
2015
20162015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2017
2018	* MAINTAINERS: (Write After Approval): Add myself.
2019
20202015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2021
2022	* MAINTAINERS: (Write After Approval): Add myself.
2023
20242015-01-13  Iain Sandoe  <iain@codesourcery.com>
2025
2026	* MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2027	objective-c/c++ front end maintainer.
2028
20292015-01-13  Marek Polacek  <polacek@redhat.com>
2030
2031	* MAINTAINERS (Reviewers): Add self as C front end reviewer.
2032
20332015-01-12  Jeff Law  <law@redhat.com>
2034
2035	* MAINTAINERS: Remove Stan Shebs as he has been inactive for
2036	a very long time.
2037
20382015-01-09  Ian Lance Taylor  <iant@google.com>
2039
2040	* configure.ac (host_tools): Add gotools.
2041	* Makefile.def (host_modules): Add gotools.
2042	(dependencies): Add dependency of all-gotools on all-target-libgo.
2043
20442015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2045
2046	* configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2047	* configure: Regenerate.
2048
20492015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2050
2051	* Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2052	all-target-libgomp.
2053	* Makefile.in: Regenerate.
2054
20552015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2056
2057	* MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2058
20592015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2060
2061	* configure.ac: Add Visium support.
2062	* configure: Regenerate.
2063
20642015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2065
2066	* configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2067	* configure: Regenerate.
2068
20692015-01-03  Andrew Pinski  <apinski@cavium.com>
2070
2071	* Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2072	* Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2073	(BASE_TARGET_EXPORTS): Add OBJCOPY.
2074	(OBJCOPY_FOR_TARGET): New variable.
2075	(EXTRA_TARGET_FLAGS): Add OBJCOPY.
2076	* Makefile.in: Regenerate.
2077	* configure.ac: Check for already installed target objcopy.
2078	Also GCC_TARGET_TOOL on objcopy.
2079	* configure: Regenerate.
2080
20812015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2082
2083	* config.sub: Update from upstream, to 2015-01-01 version.
2084	* config.guess: Ditto.
2085
20862014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2087
2088	* MAINTAINERS (RTEMS Ports): Add myself.
2089
20902014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2091
2092	* MAINTAINERS (Write After Approval): Add myself.
2093
20942014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2095
2096	* MAINTAINERS (Write After Approval): Add myself.
2097
20982014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2099
2100	* configure.ac (--enable-as-accelerator-for): Don't set
2101	ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2102	* configure: Regenerate.
2103
21042014-12-13  Jakub Jelinek  <jakub@redhat.com>
2105
2106	PR bootstrap/64023
2107	* Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2108	to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2109	Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2110	to CXX.
2111	* Makefile.in: Regenerated.
2112
21132014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2114	    Yury Gribov  <y.gribov@samsung.com>
2115
2116	* .gitignore: Added .local.vimrc and .lvimrc.
2117	* Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2118	* Makefile.in: Regenerate.
2119
21202014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2121
2122	* config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2123	* configure: Regenerated.
2124
21252014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2126
2127	* MAINTAINERS (nvptx port): New entry.
2128
21292014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2130
2131	* configure: Regenerate.
2132
21332014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2134
2135	* configure.ac: Merge with Binutils.
2136
21372014-11-26  Tobias Burnus  <burnus@net-b.de>
2138
2139	* Makefile.def: Make more dependent on mpfr, mpc and isl.
2140	* Makefile.in: Regenerate.
2141
21422014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2143
2144	* Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2145	missing flex.
2146	* Makefile.in: Regenerated.
2147
21482014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2149
2150	* Makefile.in: Regenerate.
2151
21522014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2153
2154	PR bootstrap/63784
2155	* libtool.m4: Add $pic_flag with -shared.
2156
21572014-11-21  Renlin Li  <Renlin.Li@arm.com>
2158
2159	* MAINTAINERS (Write After Approval): Added myself.
2160
21612014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2162
2163	* MAINTAINERS (write-after-approval): Add myself.
2164
21652014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2166
2167	* MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2168	from 2 years ago.
2169
21702014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2171
2172	Revert:
2173	2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2174
2175	* MAINTAINERS (Write After Approval): Added myself as line map
2176	maintainer.
2177
21782014-11-19  Renlin Li  <Renlin.Li@arm.com>
2179
2180	Revert:
2181	2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2182
2183	* MAINTAINERS (Write After Approval): Added myself.
2184
21852014-11-19  Renlin Li  <Renlin.Li@arm.com>
2186
2187	* MAINTAINERS (Write After Approval): Added myself.
2188
21892014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2190
2191	* MAINTAINERS (Write After Approval): Added myself as line map
2192	maintainer.
2193
21942014-11-17  Dodji Seketeli  <dodji@redhat.com>
2195
2196	* MAINTAINERS (Various Maintainers): Added myself as line map
2197	maintainer.
2198
21992014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2200
2201	* move-if-change: Sync from upstream gnulib.
2202
22032014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2204
2205	* compile: Sync with upstream Automake.
2206	* depcomp: Ditto.
2207	* install-sh: Ditto.
2208	* missing: Ditto.
2209	* mkinstalldirs: Ditto.
2210	* ylwrap: Ditto.
2211
22122014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2213
2214	* config.sub: Update from upstream config repo.
2215	* config.guess: Ditto.
2216
22172014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2218
2219	* Makefile.def: Add liboffloadmic to target_modules.  Make
2220	liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2221	* Makefile.in: Regenerate.
2222	* configure: Regenerate.
2223	* configure.ac: Add liboffloadmic to target binaries.
2224	Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2225	Add liboffloadmic to noconfig list when C++ is not supported.
2226
22272014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2228	    Thomas Schwinge  <thomas@codesourcery.com>
2229	    Ilya Verbin  <ilya.verbin@intel.com>
2230	    Andrey Turetskiy  <andrey.turetskiy@intel.com>
2231
2232	* configure: Regenerate.
2233	* configure.ac (--enable-as-accelerator-for)
2234	(--enable-offload-targets): New configure options.
2235
22362014-11-11  Tobias Burnus  <burnus@net-b.de>
2237
2238	* Makefile.def: Make all-gcc depend on all-isl.
2239	* Makefile.in: Regenerate.
2240
22412014-11-11  David Malcolm  <dmalcolm@redhat.com>
2242
2243	* ChangeLog.jit: New.
2244	* MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2245
22462014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2247
2248	PR target/63610
2249	* libtool.m4: Fix globbing of darwin versions.
2250	* configure: Regenerate.
2251
22522014-11-11  Tobias Burnus  <burnus@net-b.de>
2253
2254	* Makefile.def: Remove CLooG.
2255	* Makefile.tpl: Ditto.
2256	* configure.ac: Ditto.
2257	* configure: Regenerate.
2258	* Makefile.in: Ditto.
2259
22602014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2261
2262	* configure.ac: Handle nvptx-*-*.
2263	* configure: Regenerate.
2264
22652014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2266
2267	* MAINTAINERS (Write After Approval): Add myself.
2268
22692014-10-31  Jakub Jelinek  <jakub@redhat.com>
2270
2271	* Makefile.def (libcc1): Remove bootstrap=true;.
2272	* Makefile.in: Regenerated.
2273
22742014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2275
2276	* configure.ac: Update comment.
2277	* configure: Regenerate.
2278
22792014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2280
2281	* MAINTAINERS (Write After Approval): Add myself.
2282
22832014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2284
2285	* configure.ac (extra_host_libiberty_configure_flags): Add
2286	--enable-shared also for libcc1's benefit.
2287	* configure: Regenerate.
2288
22892014-10-29  Tristan Gingold  <gingold@adacore.com>
2290
2291	* MAINTAINERS: Change my email address.
2292
22932014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2294	    Tom Tromey  <tromey@redhat.com>
2295
2296	* Makefile.def: Add libcc1 to host_modules.
2297	* configure.ac (host_tools): Add libcc1.
2298	* Makefile.in, configure: Rebuild.
2299
23002014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2301
2302	* configure.ac (build_configargs): Don't share config.cache between
2303	build subdirs.
2304	* configure: Regenerate.
2305
23062014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2307
2308	* config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2309	* doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2310	* config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2311	leon3v7 as leon3.
2312	* config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2313	* config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2314	* config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2315	* config/sparc/sparc.md (cpu): Add leon3v7.
2316	* config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2317
23182014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2319
2320	* MAINTAINERS (write-after-approval): Add myself.
2321
23222014-10-23  Ian Lance Taylor  <iant@google.com>
2323
2324	* configure.ac: Disable the Go frontend on systems where it is known
2325	to not work.
2326	* configure: Regenerate.
2327
23282014-10-23  Richard Biener  <rguenther@suse.de>
2329
2330	* Makefile.def: Add libcpp build module and dependencies.
2331	* configure.ac: Add libcpp build module.
2332	* Makefile.in: Regenerate.
2333	* configure: Likewise.
2334
23352014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
2336
2337	* MAINTAINERS (write-after-approval): Add myself.
2338
23392014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
2340
2341	* INSTALL/README: Do not mention CVS.
2342
23432014-10-03  Jing Yu  <jingyu@google.com>
2344
2345	* configure.ac: Add aarch64 to list of targets that support gold.
2346	* configure: Regenerate.
2347
23482014-09-29  François Dumont  <fdumont@gcc.gnu.org>
2349
2350	* MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
2351
23522014-09-29  Catherine Moore  <clm@codesourcery.com>
2353
2354	* MAINTAINERS:  Add myself as MIPS maintainer.
2355
23562014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
2357
2358	* MAINTAINERS: Move myself to MIPS maintainers.
2359
23602014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2361
2362	* MAINTAINERS: Put all email addresses between '<' and '>'.
2363
23642014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2365
2366	* MAINTAINERS: Move myself to reviewers (Fortran).
2367
23682014-09-01  Andi Kleen  <ak@linux.intel.com>
2369
2370	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2371	POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
2372	* Makefile.in: Regenerate.
2373
23742014-08-28  David Malcolm  <dmalcolm@redhat.com>
2375
2376	* rtx-classes-status.txt: Delete
2377
23782014-08-28  David Malcolm  <dmalcolm@redhat.com>
2379
2380	* rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2381
23822014-08-27  Sebastian Pop  <s.pop@samsung.com>
2383
2384	* config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
2385	(ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
2386	of checking for version number.
2387	* configure: Regenerated.
2388	* configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
2389
23902014-08-27  David Malcolm  <dmalcolm@redhat.com>
2391
2392	* rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
2393	is done; begin phase 6 (use extra rtx_def subclasses).
2394
23952014-08-27  David Malcolm  <dmalcolm@redhat.com>
2396
2397	* rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
2398	done; begin phase 5 (additional rtx_def subclasses).
2399
24002014-08-26  David Malcolm  <dmalcolm@redhat.com>
2401
2402	* rtx-classes-status.txt (TODO): DF_REF_INSN is done.
2403
24042014-08-26  David Malcolm  <dmalcolm@redhat.com>
2405
2406	* rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
2407	SET_BB_HEADER are done.
2408
24092014-08-26  David Malcolm  <dmalcolm@redhat.com>
2410
2411	* rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
2412	done.
2413
24142014-08-26  David Malcolm  <dmalcolm@redhat.com>
2415
2416	* rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
2417
24182014-08-26  David Malcolm  <dmalcolm@redhat.com>
2419
2420	* rtx-classes-status.txt (TODO): Remove SET_BND_TO.
2421
24222014-08-25  David Malcolm  <dmalcolm@redhat.com>
2423
2424	* rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2425
24262014-08-25  David Malcolm  <dmalcolm@redhat.com>
2427
2428	* rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2429
24302014-08-25  David Malcolm  <dmalcolm@redhat.com>
2431
2432	* rtx-classes-status.txt: Phase 3 (per-file commits within
2433	"config" subdirs) is done; begin phase 4 (removal of
2434	"scaffolding").
2435
24362014-08-23  David Malcolm  <dmalcolm@redhat.com>
2437
2438	* rtx-classes-status.txt: Phase 2 (per-file commits in main source
2439	dir) is done; begin phase 3 (per-file commits within "config"
2440	subdirs).
2441
24422014-08-21  David Malcolm  <dmalcolm@redhat.com>
2443
2444	* rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2445	phase 2 (per-file commits in main source dir).
2446
24472014-08-21  Bin Cheng  <bin.cheng@arm.com>
2448
2449	* configure: Regenerated.
2450
24512014-08-19  David Malcolm  <dmalcolm@redhat.com>
2452
2453	* rtx-classes-status.txt (TODO): Add SET_BND_TO
2454
24552014-08-19  David Malcolm  <dmalcolm@redhat.com>
2456
2457	* rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2458
24592014-08-19  David Malcolm  <dmalcolm@redhat.com>
2460
2461	* rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2462
24632014-08-19  David Malcolm  <dmalcolm@redhat.com>
2464
2465	* rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2466
24672014-08-19  David Malcolm  <dmalcolm@redhat.com>
2468
2469	* rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2470
24712014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
2472
2473	* MAINTAINERS (Write After Approval): Add myself.
2474
24752014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
2476
2477	* MAINTAINERS: Remove myself
2478
24792014-08-19  David Malcolm  <dmalcolm@redhat.com>
2480
2481	* rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2482
24832014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
2484
2485	* MAINTAINERS (Write After Approval): Add myself.
2486
24872014-08-18  David Malcolm  <dmalcolm@redhat.com>
2488
2489	* rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2490	SET_BB_HEADER, SET_BB_FOOTER
2491
24922014-08-18  David Malcolm  <dmalcolm@redhat.com>
2493
2494	* rtx-classes-status.txt: New file
2495
24962014-08-18 Roman Gareev  <gareevroman@gmail.com>
2497
2498	* configure.ac: Eliminate ClooG installation dependency.
2499	* configure: Regenerate.
2500	* Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2501	* Makefile.in: Regenerate.
2502
25032014-08-15  Ilya Verbin  <iverbin@gmail.com>
2504
2505	* MAINTAINERS (Write After Approval): Add myself.
2506
25072014-08-15  Ilya Tocar  <tocarip@gmail.com>
2508
2509	* MAINTAINERS (Write After Approval): Add myself.
2510
25112014-08-01  Jiong Wang  <jiong.wang@arm.com>
2512
2513	* MAINTAINERS (Write After Approval): Add myself.
2514
25152014-07-28  Anthony Green  <green@moxielogic.com>
2516
2517	Import from savannah.gnu.org:
2518	* config.sub: Update to 2014-07-28 version.
2519
25202014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
2521
2522	* MAINTAINERS: Remove my MIPS maintainer entry.
2523
25242014-07-26  Uros Bizjak  <ubizjak@gmail.com>
2525
2526	PR target/47230
2527	* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2528	* configure: Regenerate.
2529
25302014-07-24  James Norris  <jnorris@codesourcery.com>
2531
2532	* MAINTAINERS (Write After Approval): Add myself.
2533
25342014-07-20  Roman Gareev  <gareevroman@gmail.com>
2535
2536	* configure.ac: Accept only CLooG 0.18.1.
2537	* configure: Regenerate.
2538
25392014-07-17  Roman Gareev  <gareevroman@gmail.com>
2540
2541	* configure.ac: Don't accept isl 0.11.
2542	* configure: Regenerate.
2543
25442014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2545
2546	* MAINTAINERS (Write After Approval): Add myself.
2547
25482014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2549
2550	* configure.ac: Don't accept isl 0.10.
2551	* configure: Regenerate.
2552
25532014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2554
2555	Fix include path for in-tree cloog.
2556	* config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2557	* configure: Regenerate.
2558
25592014-06-18  Richard Henderson  <rth@redhat.com>
2560
2561	* .gitignore: Import gcc_update output.
2562
25632014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2564
2565	* config-ml.in: Robustify ac_configure_args parsing.
2566
2567	* configure.ac (--enable-linker-plugin-configure-flags)
2568	(--enable-linker-plugin-flags): New flags.
2569	(configdirs): Conditionally add libiberty-linker-plugin.
2570	* configure: Regenerate.
2571	* Makefile.def (host_modules): Add libiberty-linker-plugin.
2572	(host_modules) <lto-plugin>: Pay attention to
2573	@extra_linker_plugin_flags@ and
2574	@extra_linker_plugin_configure_flags@.
2575	(all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2576	* Makefile.in: Regenerate.
2577
2578	* Makefile.tpl (configure-[+prefix+][+module+])
2579	(configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2580	"module_srcdir" instead of "module" for locating a module's srcdir.
2581	* Makefile.in: Regenerate.
2582
25832014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2584
2585	* MAINTAINERS (Write After Approval): Add myself.
2586
25872014-06-06  Sebastian Pop  <sebpop@gmail.com>
2588
2589	* MAINTAINERS: Update my email address.
2590
25912014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2592
2593	* MAINTAINERS (Write After Approval): Add myself.
2594
25952014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2596
2597	* MAINTAINERS (Write After Approval): Add myself.
2598
25992014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2600
2601	PR libstdc++/61011
2602	* configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2603	Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2604	* configure: Regenerate.
2605
26062014-05-28  Pedro Alves  <palves@redhat.com>
2607
2608	* MAINTAINERS (Write After Approval): Add myself.
2609
26102014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2611
2612	* MAINTAINERS: Update my affiliation/email.
2613
26142014-05-19  Mike Stump  <mikestump@comcast.net>
2615
2616	* MAINTAINERS: Add wide-int reviewers.
2617
26182014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2619
2620	* configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2621	* configure: Regenerated.
2622
26232014-05-15  Torvald Riegel  <triegel@redhat.com>
2624
2625	* MAINTAINERS (libitm): Add myself as maintainer.
2626
26272014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2628
2629	* MAINTAINERS (Write After Approval): Add myself.
2630
26312014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2632
2633	* config.sub, config.guess: Import from upstream.
2634
26352014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2636
2637	* MAINTAINERS (Write After Approval): Put myself in correct order.
2638
26392014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2640
2641	* MAINTAINERS (Write After Approval): Add myself.
2642
26432014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2644
2645	* MAINTAINERS: Move myself from Reviewers to Write After Approval
2646	section.
2647
26482014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2649
2650	* MAINTAINERS (Write After Approval): Delete myself.
2651
26522014-04-17  Jakub Jelinek  <jakub@redhat.com>
2653
2654	PR sanitizer/56781
2655	* libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2656	and -B* options with -Xcompiler.
2657
26582014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2659
2660	PR bootstrap/60620
2661	* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2662	* Makefile.in: Regenerate.
2663
26642014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2665
2666	* Makefile.def (dependencies): Make all-ld depend on all-binutils
2667	for WINDRES_FOR_TARGET in default-manifest.o rule.
2668	* Makefile.in: Regenerate.
2669
26702014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2671
2672	* MAINTAINERS (Write After Approval): Add myself.
2673
26742014-03-26  Jakub Jelinek  <jakub@redhat.com>
2675
2676	PR sanitizer/56781
2677	* Makefile.def: Set bootstrap=true; for host fixincludes.
2678	* configure.ac: Don't bootstrap host fixincludes unless
2679	--with-build-config=bootstrap-{a,ub}san.
2680	* Makefile.in: Regenerated.
2681	* configure: Regenerated.
2682
26832014-03-21  Jakub Jelinek  <jakub@redhat.com>
2684
2685	* configure.ac: Move BUILD_CONFIG set up earlier.  Add
2686	--enable-vtable-verify option parsing.  Don't add
2687	target-libsanitizer to bootstrap_target_libs unless
2688	--with-build-config=bootstrap-asan or
2689	--with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2690	to bootstrap_target_libs unless --enable-vtable-verify.
2691	* configure: Regenerated.
2692
26932014-03-10  Anatoly Sokolov <aesok@post.ru>
2694
2695	* MAINTAINERS (Write After Approval): Add myself.
2696
26972014-03-07  Denis Chertykov  <chertykov@gmail.com>
2698
2699	* MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2700
27012014-03-07  Jakub Jelinek  <jakub@redhat.com>
2702
2703	PR bootstrap/58572
2704	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2705	-I for libstdc++-v3 includes if $(LEAN).
2706	* Makefile.in: Regenerated.
2707
27082014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2709
2710	* MAINTAINERS: Update my email address.
2711
27122014-02-24  Walter Lee  <walt@tilera.com>
2713
2714	* configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2715	(tilegx-*-*): Change to tilegx*-*-*.
2716	* configure: Regenerate.
2717
27182014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2719
2720	* MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2721
27222014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2723
2724	* MAINTAINERS (Write After Approval): Add myself.
2725
27262014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2727
2728	PR target/59788
2729	* ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2730	*solaris2*.
2731
27322014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2733
2734	* MAINTAINERS: Update my email address.
2735
27362014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2737
2738	* MAINTAINERS: Convert to UTF-8.
2739	Properly sort Xinliang David Li's entry.
2740
27412013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2742	    Sandra Loosemore  <sandra@codesourcery.com>
2743
2744	* MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2745	nios2 port maintainers.
2746
27472013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
2748
2749	* MAINTAINERS (Write After Approval): Add myself.
2750
27512013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2752
2753	* configure.ac: Add user-friendly check for native x86_64-linux
2754	multilibs.
2755	* configure: Regenerate.
2756
27572013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
2758
2759	* MAINTAINERS: Add myself as sh maintainer.
2760
27612013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2762
2763	* MAINTAINERS: Add self as SLSR maintainer.
2764
27652013-11-18  Jan Hubicka  <hubicka@ucw.cz>
2766
2767	* MAINTAINERS: Update my email address.
2768
27692013-11-15  David Edelsohn  <dje.gcc@gmail.com>
2770
2771	* MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2772
27732013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
2774
2775	* Makefile.in: Regenerate.
2776
2777	* Makefile.tpl: Fix typo.
2778	* Makefile.in: Regenerate partially.
2779
27802013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2781
2782	* configure.ac: Added libcilkrts to noconfig list when C++ is not
2783	supported.
2784	* configure: Regenerated.
2785
27862013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
2787
2788	* MAINTAINERS (Write After Approval): Add myself.
2789
27902013-10-30  Jason Merrill  <jason@redhat.com>
2791
2792	* Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2793	--disable-build-format-warnings.
2794
27952013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2796
2797	* Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
2798	depend on libstdc++ and libgcc.
2799	* configure: Regenerate.
2800	* configure.ac: Added libcilkrts to target binaries.  Also, restrict
2801	libcilkrts for POSIX and i*86, and x86_64 architectures.
2802	* Makefile.in: Added libcilkrts related fields to support building it.
2803
28042013-10-26  Jeff Law  <law@redhat.com>
2805
2806	* Makefile.def (target_modules): Remove libmudflap
2807	(languages): Remove check-target-libmudflap).
2808	* Makefile.in: Rebuilt.
2809	* Makefile.tpl (check-target-libmudflap-c++): Remove.
2810	* configure.ac (target_libraries): Remove target-libmudflap.
2811	Remove checks which disabled libmudflap on some systems.
2812	* configure: Rebuilt.
2813	* libmudflap: Directory removed.
2814
28152013-10-21  Cong Hou  <congh@google.com>
2816
2817	* MAINTAINERS (Write After Approval): Add myself.
2818
28192013-10-16  Mike Stump  <mikestump@comcast.net>
2820
2821	* .dir-locals.el: Add.
2822
28232013-10-15  David Malcolm  <dmalcolm@redhat.com>
2824
2825	* configure.ac: Add --enable-host-shared
2826	* configure: Regenerate.
2827
28282013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2829
2830	Import from savannah.gnu.org:
2831	* config.guess: Update to 2013-06-10 version.
2832	* config.sub: Update to 2013-10-01 version.
2833
28342013-10-01  Simon Cook  <simon.cook@embecosm.com>
2835
2836	Changes to build configuration to allow big endian ARC ELF toolchain
2837	* configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2838	* configure: Regenerate.
2839
28402013-09-20  Alan Modra  <amodra@gmail.com>
2841
2842	* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2843	ppc host match.  Support little-endian powerpc linux hosts.
2844
28452013-09-19  Dodji Seketeli  <dodji@redhat.com>
2846
2847	* MAINTAINERS (diagnostic messages): Add myself as diagnostics
2848	maintainer.
2849
28502013-09-12  DJ Delorie  <dj@redhat.com>
2851
2852	* MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2853	maintainers.
2854
28552013-09-03  Richard Biener  <rguenther@suse.de>
2856
2857	* configure.ac: Also allow ISL 0.12.
2858	* configure: Regenerated.
2859
28602013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2861
2862	* MAINTAINERS (Write After Approval): Add myself.
2863
28642013-08-27  David Malcolm  <dmalcolm@redhat.com>
2865
2866	* MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2867
28682013-08-26  Caroline Tice  <cmtice@google.com>
2869
2870	* MAINTAINERS:  Correct earliers update:  Move myself from libvtv
2871	"Various Reviewers" to libvtv "Various Maintainers".
2872
28732013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
2874
2875	* MAINTAINERS: Add myself as RTL optimizers reviewer.
2876
28772013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
2878
2879	* MAINTAINERS: Update name, email.
2880
28812013-08-13  Adam Butcher  <adam@jessamine.co.uk>
2882
2883	* MAINTAINERS (Write After Approval): Add myself.
2884
28852013-08-12  Caroline Tice  <cmtice@google.com>
2886
2887	* MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2888	address in the Write After Approval section.
2889
28902013-08-09  Carlos O'Donell  <carlos@redhat.com>
2891
2892	* MAINTAINERS (Write After Approval): Update email.
2893
28942013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
2895
2896	* configure.ac: Adjust to check VTV_SUPPORTED.
2897	* configure: Regenerated.
2898
28992013-08-02  Caroline Tice  <cmtice@google.com>
2900
2901	* configure.ac: Add target-libvtv to target_libraries; disable libvtv
2902	on non-linux systems; add target-libvtv to noconfigdirs; add
2903	libsupc++/.libs to C++ library search paths.
2904	* configure: Regenerated.
2905	* Makefile.def: Add libvtv to target_modules; make libvtv depend on
2906	libstdc++ and libgcc.
2907	* Makefile.in: Regenerated.
2908
29092013-07-19  Yvan Roux  <yvan.roux@linaro.org>
2910
2911	* MAINTAINERS (Write After Approval): Add myself.
2912
29132013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
2914	    Shiva Chen  <shiva0217@gmail.com>
2915
2916	* MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2917	nds32 port maintainers.
2918
29192013-07-17  Tim Shen  <timshen91@gmail.com>
2920
2921	* MAINTAINERS (Write After Approval): Add myself.
2922
29232013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2924
2925	* configure.ac: Sync from binutils.
2926	* configure: Regenerate.
2927
29282013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
2929
2930	* MAINTAINERS (Write After Approval): Add myself.
2931
29322013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
2933
2934	* MAINTAINERS (Write After Approval): Add myself.
2935
29362013-05-17  David Malcolm  <dmalcolm@redhat.com>
2937
2938	* MAINTAINERS (Write After Approval): Add myself.
2939
29402013-04-30  Brooks Moses  <bmoses@google.com>
2941
2942	* MAINTAINERS: Update my email; move myself from Fortran
2943	reviewer to Write After Approval.
2944
29452013-04-16  Andreas Schwab  <schwab@suse.de>
2946
2947	* configure.ac (aarch64-*-*): Don't disable java.
2948	* configure: Regenerate.
2949
29502013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2951
2952	* MAINTAINERS (Write After Approval): Add myself.
2953
29542013-03-30  Matthias Klose  <doko@ubuntu.com>
2955
2956	* Makefile.def (target_modules): Don't install libffi.
2957	* Makefile.in: Regenerate.
2958
29592013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2960
2961	* MAINTAINERS (Write After Approval): Add myself.
2962
29632013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2964
2965	* MAINTAINERS (Write After Approval): Add myself.
2966
29672013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2968
2969	* configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2970	* configure: Regenerated.
2971
29722013-02-05  Ian Lance Taylor  <iant@google.com>
2973
2974	PR go/55969
2975	* configure.ac: Disable libgo on some systems where it does not
2976	work.
2977
29782013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2979
2980	* MAINTAINERS: Explicitly add myself as AIX maintainer.
2981	Remove Geoff Keating as rs6000 port maintainer, at his request.
2982
29832013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2984
2985	* MAINTAINERS: Update my email.
2986
29872013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2988
2989	* configure: Re-generate.
2990
29912013-01-15  Richard Biener  <rguenther@suse.de>
2992
2993	PR other/55973
2994	* configure: Re-generate.
2995
29962013-01-14  Matthias Klose  <doko@ubuntu.com>
2997
2998	* Makefile.def (install-target-libsanitizer): Depend on
2999	install-target-libstdc++-v3.
3000	* Makefile.in: Regenerate.
3001
30022013-01-14  Richard Biener  <rguenther@suse.de>
3003
3004	* configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3005	* configure: Re-generate
3006
30072013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3008
3009	* config.sub: Update from config repo.
3010
30112013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3012
3013	* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3014	* Makefile.in: Regenerate.
3015
30162013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3017
3018	* MAINTAINERS (arc): Add new port maintainership for myself.
3019
30202013-01-09  Jason Merrill  <jason@redhat.com>
3021
3022	* .gitignore: Import from gdb repository.
3023
30242013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3025
3026	* Makefile.def (configure-gcc): Depend on all-gmp.
3027	(all-gcc): Remove dependency on all-gmp.
3028	* Makefile.in: Regenerated.
3029
30302013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3031
3032	* config.sub: Merge from config repo.
3033	* config.guess: Ditto.
3034
30352013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3036
3037	* Makefile.def: Merge from binutils.
3038	* Makefile.in: Ditto.
3039
30402013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3041
3042	* MAINTAINERS: Update my email.
3043
30442012-12-29  Ben Elliston  <bje@gnu.org>
3045
3046	* config.guess: Update to 2012-12-29 version.
3047	* config.sub: Likewise.
3048
30492012-12-20  Matthias Klose  <doko@ubuntu.com>
3050
3051	* Makefile.def (install-target-libgfortran): Depend on
3052	install-target-libquadmath, install-target-libgcc.
3053	(install-target-libsanitizer): Depend on install-target-libgcc.
3054	(install-target-libjava): Depend on install-target-libgcc.
3055	(install-target-libitm): Depend on install-target-libgcc.
3056	(install-target-libobjc): Depend on install-target-libgcc.
3057	(install-target-libstdc++-v3): Depend on install-target-libgcc.
3058	* Makefile.in: Regenerate.
3059
30602012-12-19  Matthias Klose  <doko@ubuntu.com>
3061
3062	* Makefile.def (install-target-libgo): Depend on
3063	install-target-libatomic.
3064	* Makefile.in: Regenerate.
3065
30662012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3067
3068	PR go/55201
3069	* Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3070	* Makefile.in: Regenerate.
3071
30722012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3073
3074	* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3075	* configure: Regenerate.
3076
30772012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3078
3079	* config.sub: Merge from config repo.
3080
30812012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3082
3083	* Makefile.def (target_modules): Add bootstrap=true and
3084	raw_cxx=true to libsanitizer.
3085	* configure.ac (bootstrap_target_libs): Add libsanitizer.
3086	* Makefile.in: Regenerated.
3087	* configure: Likewise.
3088
30892012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3090
3091	* MAINTAINERS: Remove self as RTL optimization maintainer.
3092
30932012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3094
3095	* MAINTAINERS (Write After Approval): Add myself.
3096
30972012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3098
3099	* Makefile.def (target_modules): Remove bootstrap=true and
3100	raw_cxx=true from libsanitizer.
3101	* configure.ac (bootstrap_target_libs): Remove libsanitizer.
3102	* Makefile.in: Regenerated.
3103	* configure: Likewise.
3104
31052012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3106
3107	* Makefile.def (target_modules): Add bootstrap=true and
3108	raw_cxx=true to libsanitizer.
3109	* configure.ac (bootstrap_target_libs): Add libsanitizer.
3110	* Makefile.in: Regenerated.
3111	* configure: Likewise.
3112
31132012-11-28  Andrew Pinski  <apinski@cavium.com>
3114
3115	PR bootstrap/54279
3116	* configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3117	* configure: Regenerate.
3118	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3119	* Makefile.in: Regenerate.
3120
31212012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3122
3123	* configure.ac: Disable libsanitizer if we're not building C++.
3124	* configure: Regenerate.
3125
31262012-11-15  Roland McGrath  <roland@hack.frob.com>
3127
3128	* MAINTAINERS (Write After Approval): Add myself.
3129
31302012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3131
3132	* MAINTAINERS: (libsanitizer, asan.c): Add myself,
3133	Kostya Serebryany (kcc@google.com) and
3134	Jakub Jelinek (jakub@redhat.com).
3135	Rename area for Dodji Seketeli (dodji@redhat.com).
3136
31372012-11-15  Dodji Seketeli  <dodji@redhat.com>
3138
3139	* MAINTAINERS: (asan.c, related): Add myself.
3140
31412012-11-14  Roland McGrath  <mcgrathr@google.com>
3142
3143	* configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3144	* configure: Regenerate.
3145
31462012-11-13  Richard Henderson  <rth@redhat.com>
3147
3148	* configure.ac: Move libsanitizer logic to subdirectory.
3149	* configure: Regenerate.
3150
31512012-11-13  Dodji Seketeli  <dodji@redhat.com>
3152
3153	* configure.ac: Enable libsanitizer just on x86 linux for now.
3154	* configure: Re-generate.
3155
31562012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3157
3158	* configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3159	sections.
3160	* configure: Regenerate.
3161
31622012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3163
3164	* configure.ac: Add section for configdirs for libsanitizer.
3165	Disable for cris-*-* and mmix-*-*.
3166	* configure: Regenerate.
3167
31682012-11-12  Wei Mi <wmi@google.com>
3169
3170	* configure.ac: Add libsanitizer to target_libraries.
3171	* Makefile.def: Ditto.
3172	* configure: Regenerate.
3173	* Makefile.in: Regenerate.
3174	* libsanitizer: New directory for asan runtime.  Contains an empty
3175	tsan directory.
3176
31772012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3178
3179	* configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3180	against Mingw64 w32api.
3181	* configure: Regenerate.
3182
31832012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3184
3185	* configure: Regenerated.
3186
31872012-11-03  Robert Mason  <rbmj@verizon.net>
3188
3189	* configure.ac: add --disable-libstdcxx configure option
3190	and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3191
31922012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3193
3194	* MAINTAINERS (Write After Approval): Add myself.
3195
31962012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3197
3198	* MAINTAINERS (Write After Approval): Add myself.
3199
32002012-10-24  Sharad Singhai  <singhai@google.com>
3201
3202	* MAINTAINERS (Write After Approval): Add myself.
3203
32042012-10-24  Eric Christopher  <echristo@gmail.com>
3205
3206	* MAINTAINERS: Update email address.
3207
32082012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3209
3210	PR bootstrap/54820
3211	* configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3212	* configure: Regenerate.
3213
32142012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3215
3216	* MAINTAINERS (aarch64): Add Marcus and myself.
3217
32182012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3219
3220	PR bootstrap/54820
3221	* Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3222	(all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3223	(all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3224	(clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3225	(host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3226	* Makefile.in: Regenerate.
3227	* configure.ac (have_static_libs): New variable and associated check.
3228	(stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3229	-static-libgcc if stage1_libs is empty and have_static_libs is yes.
3230	* configure: Regenerate.
3231
32322012-10-10  Richard Biener  <rguenther@suse.de>
3233
3234	* MAINTAINERS: Adjust for changed surname.
3235
32362012-10-04  Lawrence Crowl  <crowl@google.com>
3237
3238	* MAINTAINERS (Write After Approval): Add myself.
3239
32402012-10-01  Cary Coutant  <ccoutant@google.com>
3241
3242	* MAINTAINERS: Add myself as dwarf debugging code maintainer.
3243
32442012-09-28  Ian Lance Taylor  <iant@google.com>
3245
3246	* Makefile.def: Make all-target-libgo depend on
3247	all-target-libbacktrace.
3248	* Makefile.in: Rebuild.
3249
32502012-09-26  Ian Lance Taylor  <iant@google.com>
3251
3252	* Makefile.def: Make all-gcc depend on all-libbacktrace.
3253	* Makefile.in: Rebuild.
3254
32552012-09-20  Walter Lee  <walt@tilera.com>
3256
3257	* configure.ac: Add tilegx to list of targets that support gold.
3258	* configure: Regenerate.
3259
32602012-09-20  Marek Polacek  <polacek@redhat.com>
3261
3262	* MAINTAINERS (Write After Approval): Add myself.
3263
32642012-09-19  Steve Ellcey  <sellcey@mips.com>
3265
3266	* configure.ac: Add mips*-mti-elf* target.
3267	* configure: Regenerate.
3268
32692012-09-17  Ian Lance Taylor  <iant@google.com>
3270
3271	* MAINTAINERS (Various Maintainers): Add libbacktrace.
3272	* configure.ac (host_libs): Add libbacktrace.
3273	(target_libraries): Add libbacktrace.
3274	* Makefile.def (host_modules): Add libbacktrace.
3275	(target_modules): Likewise.
3276	* configure, Makefile.in: Rebuild.
3277
32782012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3279
3280	PR target/38607
3281	Merge upstream change.
3282	* libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3283
3284	* configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3285	Add libgomp*.o to compare_exclusions for AIX.
3286	* configure: Regenerate.
3287
32882012-09-06  Diego Novillo  <dnovillo@google.com>
3289
3290	* configure.ac: Bump minimum GMP version to 4.2.3.
3291	* configure: Re-generate.
3292
32932012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3294
3295	PR target/54461
3296	* configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3297	target-libgloss if not configured --with-avrlibc=no.
3298	* configure: Regenerate.
3299
33002012-09-04  Jason Merrill  <jason@redhat.com>
3301
3302	* configure.ac: Fix --enable-languages=all.
3303
33042012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3305
3306	* MAINTAINERS (Write After Approval): Add myself.
3307
33082012-09-03  Richard Guenther  <rguenther@suse.de>
3309
3310	PR bootstrap/54138
3311	* configure.ac: Re-organize ISL / CLOOG checks to allow
3312	disabling with either --without-isl or --without-cloog.
3313	* configure: Regenerated.
3314
33152012-09-03  Georg-Johann Lay  <avr@gjlay.de>
3316
3317	* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3318	* configure: Regenerate.
3319
33202012-08-27  Ulrich Drepper  <drepper@gmail.com>
3321
3322	* MAINTAINERS: Fix my email address.
3323
33242012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
3325
3326	PR binutils/4970
3327	* Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3328	and opcodes.
3329	* Makefile.in: Regenerated.
3330
33312012-08-26  Art Haas <ahaas@impactweather.com>
3332
3333	* configure: Regenerate.
3334
33352012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
3336
3337	* INSTALL/README: Also refer to the online installation
3338	instructions.
3339
33402012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3341
3342	* MAINTAINERS (Write After Approval): Add myself.
3343	(Picochip port): Remove myself.
3344
33452012-08-14   Diego Novillo  <dnovillo@google.com>
3346
3347	Merge from cxx-conversion branch.
3348
3349	* Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3350	POSTSTAGE1_CONFIGURE_FLAGS.
3351	* Makefile.in: Regenerate.
3352	* configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
3353	Force C++ when bootstrapping.
3354	* configure: Regenerate.
3355
33562012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3357
3358	* MAINTAINERS (Write After Approval): Add myself.
3359
33602012-07-16  Joseph Myers  <joseph@codesourcery.com>
3361
3362	* README: Document use of ranges of years in copyright notices.
3363
33642012-07-06  Richard Guenther  <rguenther@suse.de>
3365
3366	* Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3367	as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3368	--with-gmp=system.
3369	* Makefile.in: Regenerated.
3370	* configure: Likewise.
3371
33722012-07-06  Richard Guenther  <rguenther@suse.de>
3373
3374	* configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3375	* Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3376	supply V=1 as extra_make_flags.
3377	* configure: Regenerated.
3378	* Makefile.in: Likewise.
3379
33802012-07-04  Tristan Gingold  <gingold@adacore.com>
3381
3382	* configure: Regenerate.
3383
33842012-07-03  Richard Guenther  <rguenther@suse.de>
3385
3386	* Makfile.def (isl): Remove not necessary extra_exports and
3387	extra_make_flags.
3388	(cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
3389	* Makefile.in: Regenerated.
3390
33912012-07-03  Richard Guenther  <rguenther@suse.de>
3392
3393	* Makefile.def (cloog): Add V=1 to extra_make_flags.
3394	* configure.ac: If either the ISL or the CLooG check failed
3395	do not try to build in-tree versions.
3396	* Makefile.in: Regenerated.
3397	* configure: Regenerated.
3398
33992012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3400
3401	* configure: Regenerate.
3402
34032012-07-02  Janis Johnson  <janisjo@codesourcery.com>
3404
3405	* MAINTAINERS (Various Maintainers): Add myself as testsuite
3406	maintainer.
3407
34082012-07-02  Richard Guenther  <rguenther@suse.de>
3409
3410	* configure: Regenerated.
3411
34122012-07-02  Richard Guenther  <rguenther@suse.de>
3413	Michael Matz  <matz@suse.de>
3414	Tobias Grosser <tobias@grosser.es>
3415	Sebastian Pop <sebpop@gmail.com>
3416
3417	* Makefile.def: Add ISL host module, remove PPL host module.
3418	Adjust ClooG host module to use the proper ISL.
3419	* Makefile.tpl: Pass ISL include flags instead of PPL ones.
3420	* configure.ac: Include config/isl.m4.  Add ISL host library,
3421	remove PPL.  Remove PPL configury, add ISL configury, adjust
3422	ClooG configury.
3423	* Makefile.in: Regenerated.
3424	* configure: Likewise.
3425
34262012-07-02  Richard Guenther  <rguenther@suse.de>
3427
3428	Merge from graphite branch
3429	2011-07-21  Tobias Grosser  <tobias@grosser.es>
3430
3431	* configure: Regenerated.
3432	* config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3433	both cloog.org and legacy versions. The only supported version will
3434	be CLooG with the isl backend.
3435
3436	2011-07-21  Tobias Grosser  <tobias@grosser.es>
3437
3438	* configure: Regenerated.
3439	* configure.ac: Require cloog isl 0.17.0
3440
3441	2011-07-21  Tobias Grosser  <tobias@grosser.es>
3442
3443	* configure: Regenerated.
3444	* config/cloog.m4: Do not define CLOOG_ORG
3445
34462012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
3447
3448	* configure.ac: Skip C if explicitly selected.
3449	* configure: Regenerate.
3450
34512012-06-28  Christophe Lyon <christophe.lyon@st.com>
3452
3453	* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3454	they contain -O2.
3455	* configure: Regenerate.
3456
34572012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
3458
3459	PR debug/53740
3460	* df.h, df-problems.c, dce.c: Revert last patch.
3461
34622012-06-25  Iain Sandoe  <iain@codesourcery.com>
3463
3464	* MAINTAINERS (Write After Approval): Update my email address.
3465
34662012-06-21  Meador Inge  <meadori@codesourcery.com>
3467
3468	* MAINTAINERS (Write After Approval): Add myself.
3469
34702012-06-20  Jason Merrill  <jason@redhat.com>
3471
3472	* Makefile.tpl (check-target-libgomp-c++): New.
3473	(check-target-libitm-c++): New.
3474	* Makefile.def (c++): Add them.
3475	* Makefile.in: Regenerate.
3476
34772012-05-29  Edmar Wienskoski  <edmar@freescale.com>
3478
3479	* MAINTAINERS (Write After Approval): Add myself.
3480
34812012-05-16  Olivier Hainque  <hainque@adacore.com>
3482
3483	* Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3484	(gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3485	(install-no-fixedincludes): Adjust accordingly.
3486	* Makefile.in: Regenerate.
3487
34882012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
3489
3490	Merge upstream change
3491	* libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3492
34932012-05-14  Marc Glisse  <marc.glisse@inria.fr>
3494
3495	* MAINTAINERS (Write After Approval): Add myself.
3496
34972012-05-09  Nick Clifton  <nickc@redhat.com>
3498	    Paul Smith  <psmith@gnu.org>
3499
3500	PR bootstrap/50461
3501	* configure.ac (mpfr-dir): When using in-tree MPFR sources
3502	allow for the fact that from release v3.1.0 of MPFR the source
3503	files were moved into a src sub-directory.
3504	* configure: Regenerate.
3505
35062012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
3507
3508	* configure.ac: Bump minimum MPFR version to 2.4.0.
3509	* configure: Regenerated.
3510
35112012-05-01  Richard Henderson  <rth@redhat.com>
3512
3513	* Makefile.def (libatomic): New target_module.
3514	* configure.ac (target_libraries): Add libatomic.
3515	(noconfigdirs): Check if libatomic is supported.
3516	* Makefile.in, configure: Rebuild.
3517
35182012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
3519
3520	* MAINTAINERS (Write After Approval): Add myself.
3521
35222012-04-25  Joel Brobecker  <brobecker@adacore.com>
3523
3524	* config.sub: Update to 2012-04-18 version from official repo.
3525
35262012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
3527
3528	* MAINTAINERS (Write After Approval): Add myself.
3529
35302012-04-11  Steve Ellcey  <sellcey@mips.com>
3531
3532	* MAINTAINERS: Changed email address.
3533
35342012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3535
3536	PR target/52737
3537	* contrib/gcc_update (files_and_dependencies):
3538	Remove gcc/config/avr/t-multilib from touch data.
3539
35402012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3541
3542	* MAINTAINERS (OS Port Maintainers): Remove irix.
3543	* configure.ac (enable_libgomp): Remove *-*-irix6*.
3544	(unsupported_languages): Remove mips-sgi-irix6.*.
3545	(noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3546	(with_stabs): Remove.
3547	* configure: Regenerate.
3548
35492012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3550
3551	* MAINTAINERS (OS Port Maintainers): Remove osf.
3552	* configure.ac (enable_libgomp): Remove *-*-osf*.
3553	(with_stabs): Remove alpha*-*-osf*.
3554	* configure: Regenerate.
3555
35562012-03-05  Tristan Gingold  <gingold@adacore.com>
3557
3558	* configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3559	* configure: Regenerate.
3560
35612012-02-17  Walter Lee  <walt@tilera.com>
3562
3563	* MAINTAINERS: (Write After Approval): Delete myself.
3564
35652012-02-14  Walter Lee  <walt@tilera.com>
3566
3567	* MAINTAINERS (tilegx port): Add myself.
3568	(tilepro port): Add myself.
3569	(Write After Approval): Add myself.
3570
35712012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3572
3573	* MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3574	and Joseph Myers as docstring relicensing maintainers.
3575
35762012-02-09  Bin Cheng  <bin.cheng@arm.com>
3577
3578	* MAINTAINERS (write-after-approval): Add myself.
3579
35802012-02-08  Ira Rosen <irar@il.ibm.com>
3581
3582	* MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3583	maintainer.
3584
35852012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3586
3587	* MAINTAINERS (Write After Approval): Move myself to
3588	maintain alphabetical order.
3589
35902012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3591
3592	* MAINTAINERS (Write After Approval): Add myself.
3593
35942012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3595
3596	* MAINTAINERS (Write After Approval): Add myself.
3597
35982012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3599	    Jayant R Sonar <jayant.sonar@kpitcummins.com>
3600
3601	* configure.ac (cr16-*-*): Remove nonconfigdirs.
3602	* configure: Regenerate.
3603
36042012-01-23  Harshit Chopra  <harshit@google.com>
3605
3606	* MAINTAINERS (Write After Approval): Add myself.
3607
36082012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3609
3610	* configure.ac: Remove reference to mh-interix.
3611	* configure: Regenerate.
3612
36132012-01-05  Richard Henderson  <rth@redhat.com>
3614
3615	PR bootstrap/51072
3616	* configure.ac: Disable libitm if c++ is not enabled.
3617	* configure: Rebuild.
3618
3619	* configure.ac: Fix regexp for same.
3620	* configure: Rebuild.
3621
36222012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3623
3624	* MAINTAINERS (Write After Approval): Add myself.
3625
36262012-01-02  Richard Guenther  <rguenther@suse.de>
3627
3628	PR bootstrap/51686
3629	* Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3630	* Makefile.in: Regenerate.
3631
36322011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3633
3634	* MAINTAINERS (Write After Approval): Add myself.
3635
36362011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3637
3638	* configure: Regenerate.
3639
36402011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3641
3642	* MAINTAINERS (picochip): Changed email address.
3643
36442011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3645
3646	* MAINTAINERS (write-after-approval): Add self.
3647
36482011-11-29  DJ Delorie  <dj@redhat.com>
3649
3650	* configure.ac (rl78-*-*) New case.
3651	* configure: Regenerate.
3652	* MAINTAINERS: Add myself as RL78 maintainer.
3653
36542011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3655
3656	* MAINTAINERS: Add self as co-maintainer of the Ada front end.
3657
36582011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3659
3660	* libtool.m4: Additional FreeBSD 10 fixes.
3661
36622011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3663
3664	* MAINTAINERS: Move myself from Write After Approval to CPU Port
3665	Maintainers section, as Epiphany maintainer.
3666
36672011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3668
3669	PR target/49992
3670	* configure.ac: Remove ranlib special-casing for Darwin.
3671	* configure: Regenerate.
3672
36732011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3674
3675	* MAINTAINERS (Reviewers): Keep the list sorted.
3676
36772011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3678
3679	* MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3680
36812011-11-09  Roland McGrath  <mcgrathr@google.com>
3682
3683	* configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3684	* configure: Rebuild.
3685	* Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3686	* Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3687	(HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3688	(BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3689	(BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3690	Add READELF.
3691	* Makefile.in: Rebuild.
3692
36932011-11-09  Jason Merrill  <jason@redhat.com>
3694
3695	* Makefile.def (language=c++): Remove check-c++0x.
3696	* Makefile.in (check-gcc-c++): Regenerate.
3697
36982011-11-08  Richard Henderson  <rth@redhat.com>
3699
3700	* configure.ac: Test for libitm directory present first.
3701
3702	* configure.ac: Adjust srcdir for running libitm/configure.tgt.
3703
3704	* configure.ac: Test libitm/configure.tgt to disable libitm.
3705	* configure: Rebuild.
3706
37072011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3708	    Richard Henderson  <rth@redhat.com>
3709
3710	Merged from transactional-memory.
3711
3712	* Makefile.def (lang_env_dependencies): libitm is c++.
3713	Add libitm target module.
3714	* configure.ac: Likewise.
3715	* config/mmap.m4: New file.
3716	* contrib/gcc_update: Add libitm to touch data.
3717	* Makefile.in, configure: Rebuild.
3718
37192011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3720
3721	* Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3722	LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3723	* Makefile.in: Regenerate.
3724
37252011-11-01  DJ Delorie  <dj@redhat.com>
3726
3727	* config.sub: Update to version 2011-10-29 (added rl78)
3728
37292011-10-27  Nick Clifton  <nickc@redhat.com>
3730
3731	* config.sub: Import these changes from the config project:
3732
3733	2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3734	    Ben Elliston  <bje@gnu.org>
3735
3736	* config.sub (epiphany): New.
3737
3738	2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3739	    Ben Elliston  <bje@gnu.org>
3740
3741	* config.sub (hexagon, hexagon-*): New.
3742
3743	2011-08-23  Roland McGrath  <mcgrathr@google.com>
3744
3745	* config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3746	64eb to be64.
3747
3748	2011-08-16  Roland McGrath  <mcgrathr@google.com>
3749
3750	* config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3751	(nacl): Grok as alias for 32el-unknown-nacl.
3752
37532011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3754
3755	* MAINTAINERS (Write After Approval): Add myself.
3756
37572011-10-24  Teresa Johnson  <tejohnson@google.com>
3758
3759	* MAINTAINERS (Write After Approval): Add myself.
3760
37612011-09-21  Jakub Jelinek  <jakub@redhat.com>
3762
3763	* MAINTAINERS (sparc port): Remove myself.
3764
37652011-09-14  Tom de Vries  <tom@codesourcery.com>
3766
3767	* MAINTAINERS (Write After Approval): Add myself.
3768
37692011-08-14  Yao Qi  <yao@codesourcery.com>
3770
3771	* configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3772	* configure: Regenerate.
3773
37742011-07-26  Ian Lance Taylor  <iant@google.com>
3775
3776	* configure.ac: Set have_compiler based on whether gcc directory
3777	exists, rather than on whether gcc is in configdirs.
3778	* configure: Rebuild.
3779
37802011-07-21  Joseph Myers  <joseph@codesourcery.com>
3781
3782	* MAINTAINERS (Global Reviewers): Add self.
3783
37842011-07-20  David Edelsohn  <dje.gcc@gmail.com>
3785
3786	* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3787	link directories.
3788	* Makefile.in: Rebuild.
3789
37902011-07-20  Ian Lance Taylor  <iant@google.com>
3791
3792	PR bootstrap/49787
3793	* configure.ac: Move --enable-bootstrap handling earlier in file.
3794	If --enable-bootstrap and either --enable-build-with-cxx or
3795	--enable-build-poststage1-with-cxx, enable C++ automatically.
3796	* configure: Rebuild.
3797
37982011-07-19  Ian Lance Taylor  <iant@google.com>
3799
3800	* configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
3801	make C++ a boot_language.  Set and substitute
3802	POSTSTAGE1_CONFIGURE_FLAGS.
3803	* Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3804	(STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3805	* configure, Makefile.in: Rebuild.
3806
38072011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
3808
3809	* MAINTAINERS (Register Allocation): Move myself from reviewers to
3810	maintainers.
3811
38122011-07-18  Jakub Jelinek  <jakub@redhat.com>
3813
3814	* MAINTAINERS (Global Reviewers): Add myself.
3815
38162011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3817
3818	* configure: Regenerate.
3819
38202011-07-16  Jason Merrill  <jason@redhat.com>
3821
3822	* Makefile.def (language=c++): Add check-c++0x and
3823	check-target-libmudflap-c++.
3824	* Makefile.tpl (check-target-libmudflap-c++): New.
3825	* Makefile.in: Regenerate.
3826
38272011-07-16  Matthias Klose  <doko@ubuntu.com>
3828
3829	* Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3830	* Makefile.def (target_modules/libjava): Pass
3831	$(EXTRA_CONFIGARGS_LIBJAVA).
3832	* configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3833	if not configured with --enable-static-libjava.
3834	* Makefile.in: Regenerate.
3835	* configure: Likewise.
3836
38372011-07-15  Jason Merrill  <jason@redhat.com>
3838
3839	* Makefile.in (check-c++): Move check-gcc-c++0x after
3840	check-target-libstdc++-v3.
3841
38422011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3843
3844	* MAINTAINERS (c6x port): New entry.
3845
38462011-07-13  Jason Merrill  <jason@redhat.com>
3847
3848	* Makefile.in (check-gcc-c++0x): New.
3849	(check-c++): Depend on it.
3850
38512011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3852
3853	PR target/39150
3854	* configure.ac (i[3456789]86-*-solaris2*): Also accept
3855	x86_64-*-solaris2.1[0-9]*.
3856	* configure: Regenerate.
3857
38582011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
3859
3860	* MAINTAINERS (RTL optimizers): Add self.
3861
38622011-06-27  Gabriel Charette  <gchare@google.com>
3863
3864	* MAINTAINERS (Write After Approval): Add myself.
3865
38662011-06-22  Hans-Peter Nilsson  <hp@axis.com>
3867
3868	PR regression/47836
3869	PR bootstrap/23656
3870	PR other/47733
3871	PR bootstrap/49247
3872	PR c/48825
3873	* configure.ac (target_libraries): Remove target-libiberty.
3874	Remove case-statement setting skipdirs=target-libiberty for
3875	multiple targets.  Remove checking target_configdirs and
3876	removing target-libiberty but keeping target-libgcc if
3877	otherwise empty.
3878	* Makefile.def (target_modules): Don't add libiberty.
3879	(dependencies): Remove all traces of target-libiberty.
3880	* configure, Makefile.in: Regenerate.
3881
38822011-06-13  Walter Lee <walt@tilera.com>
3883
3884	* configure.ac (tilepro-*-*) New case.
3885	(tilegx-*-*): Likewise.
3886	* configure: Regenerate.
3887
38882011-06-06  Jing Yu  <jingyu@google.com>
3889
3890	* configure.ac: Skip target-libiberty for
3891	arm*-*-linux-androideabi.
3892	* configure: Regenerated.
3893
38942011-06-06  Nick Clifton  <nickc@redhat.com>
3895
3896	* config.sub: Sync from upstream.
3897
38982011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
3899
3900	* MAINTAINERS (Write After Approval): Add myself.
3901
39022011-06-01  Daniel Jacobowitz  <drow@false.org>
3903
3904	* MAINTAINERS: Update my email address.
3905
39062011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
3907
3908	* MAINTAINERS (Write After Approval): Update my email address.
3909
39102011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
3911
3912	* MAINTAINERS (Write After Approval): Add myself.
3913
39142011-05-08  Doug Kwan  <dougkwan@google.com>
3915
3916	* configure.ac: Propagate LDFLAGS_FOR_TARGET.
3917	* configure: Regenerated.
3918	* Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3919	value from configure.
3920	* Makefile.in: Regenerated.
3921
39222011-05-05  Joseph Myers  <joseph@codesourcery.com>
3923
3924	* configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3925	sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3926	*-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3927	| *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3928	*-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3929	*-*-vxworks*): Disable newlib and libgloss in separate case
3930	statement.
3931	(i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3932	to separate case statement.
3933	(*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3934	*-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3935	alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3936	sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3937	arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3938	bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3939	i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3940	i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3941	i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3942	i[[3456789]]86-*-rdos*, m32r-*-*,
3943	m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3944	| fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3945	powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3946	rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3947	| sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3948	sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3949	sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3950	*-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3951	and libgloss in main case over targets.  Remove most empty cases
3952	in main case over targets.
3953	* configure: Regenerate.
3954
39552011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3956
3957	* MAINTAINERS (Write After Approval): Add myself.
3958
39592011-05-04  Joseph Myers  <joseph@codesourcery.com>
3960
3961	* configure.ac: Remove code setting special library locations for
3962	hppa*64*-*-hpux11*.  Remove code setting compiler for
3963	sparc-sun-solaris2*.
3964	* configure: Regenerate.
3965
39662011-05-04  Joseph Myers  <joseph@codesourcery.com>
3967
3968	* configure.ac: Separate libgloss_dir settings from general case
3969	over targets.
3970	* configure: Regenerate.
3971
39722011-04-28  Joseph Myers  <joseph@codesourcery.com>
3973
3974	* configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3975	alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3976	arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3977	cases in libgcj-disabling case statement.
3978	(hppa*64*-*-linux*): Set unsupported_languages instead of
3979	disabling target-zlib.
3980	(hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3981	to hppa*64*-*-hpux*.
3982	(hppa*-*-*): Restrict case in libgcj-disabling case statement to
3983	hppa*-*-hpux*.
3984	(ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3985	i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3986	i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3987	fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3988	powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3989	sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3990	sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3991	*-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3992	libgcj-disabling case statement.
3993	* configure: Regenerate.
3994
39952011-04-28  Joseph Myers  <joseph@codesourcery.com>
3996
3997	* configure.ac: Disable Java for targets not supporting libffi.
3998	(*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3999	Remove cases in Java-disabling statement.
4000	(*arm-wince-pe): Change to arm-wince-pe.
4001	(arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4002	cases in Java-disabling statement.
4003	(bfin-*-*): Don't disable Java again.
4004	(c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4005	fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4006	hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4007	hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4008	i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4009	i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4010	i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4011	m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4012	Java-disabling statement.
4013	(mmix-*-*): Don't disable Java again.
4014	(mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4015	powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4016	microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4017	sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4018	tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4019	statement.
4020	* configure: Regenerate.
4021
40222011-04-28  Joseph Myers  <joseph@codesourcery.com>
4023
4024	* configure.ac: Separate cases disabling Java and Java libraries
4025	from general case over targets.
4026	* configure: Regenerate.
4027
40282011-04-21  Jie Zhang  <jzhang918@gmail.com>
4029
4030	* MAINTAINERS: Update my email address.
4031
40322011-04-20  Easwaran Raman  <eraman@google.com>
4033
4034	* MAINTAINERS (Write After Approval): Add myself.
4035
40362011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4037
4038	PR lto/48086
4039	* configure.ac: Re-enable LTO on *-apple-darwin9*.
4040	* configure: Regenerate.
4041
40422011-04-16  Jim Meyering  <meyering@redhat.com>
4043
4044	* MAINTAINERS (Write After Approval): Add myself.
4045
40462011-04-15  Dodji Seketeli  <dodji@redhat.com>
4047
4048	* MAINTAINERS: Update my email address.
4049
40502011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4051
4052	* MAINTAINERS (Write After Approval): Add myself.
4053
40542011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4055
4056	* MAINTAINERS (Write After Approval): Add myself.
4057
40582011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4059
4060	* MAINTAINERS (Write After Approval): Add myself.
4061
40622011-04-06  Joseph Myers  <joseph@codesourcery.com>
4063
4064	* configure.ac (build_tools): Remove build-byacc.
4065	(host_libs): Remove mmalloc.
4066	(host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4067	autoconf automake libtool diff rcs fileutils shellutils time
4068	textutils wdiff find uudecode hello tar gzip indent recode release
4069	sed perl gawk findutils gettext zip.
4070	(libgcj): Remove target-qthreads.
4071	(target_tools): Remove target-examples target-gperf.
4072	(YACC): Don't handle building byacc.
4073	* configure: Regenerate.
4074	* Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4075	dosutils, examples, fileutils, find, findutils, gawk, gettext,
4076	gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4077	patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4078	shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4079	handle building components.
4080	* Makefile.in: Regenerate.
4081
40822011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4083
4084	* MAINTAINERS: Update my email address as Xtensa maintainer.
4085
40862011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4087
4088	* config.sub: Sync from upstream.
4089
40902011-04-01  Joseph Myers  <joseph@codesourcery.com>
4091
4092	* configure.ac (avr-*-*): Add comment about why libssp is disabled.
4093	(microblaze*): Don't disable libssp.
4094	* configure: Regenerate.
4095
40962011-04-01  Joseph Myers  <joseph@codesourcery.com>
4097
4098	* configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4099	moveifchange.
4100	* configure: Regenerate.
4101	* Makefile.tpl: Use @SHELL@ not @config_shell@.
4102	* Makefile.in: Regenerate.
4103
41042011-04-01  Joseph Myers  <joseph@codesourcery.com>
4105
4106	* configure.ac (*-*-sysv4*): Don't enable libgomp.
4107	(alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4108	powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4109	powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4110	xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4111	*-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4112	md_exec_prefix cases.
4113	* configure: Regenerate.
4114
41152011-04-01  Joseph Myers  <joseph@codesourcery.com>
4116
4117	* configure.ac: Separate cases disabling target-libssp,
4118	target-libiberty, target-libstdc++-v3 and Fortran from general
4119	case over targets.
4120	* configure: Regenerate.
4121
41222011-04-01  Joseph Myers  <joseph@codesourcery.com>
4123
4124	* configure.ac (*-*-chorusos): Don't disable libgcj.
4125	(*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4126	Remove case.
4127	(*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4128	(arm-*-coff): Don't disable libgcj.
4129	(arm*-*-linux-gnueabi): Remove useless assignment.
4130	(arm-*-riscix*): Don't disable libgcj.
4131	(bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4132	configuration.
4133	(c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4134	(c54x*-*-*): Remove case.
4135	(tic54x-*-*): Don't disable GCC or GCC libraries.
4136	(cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4137	to *.
4138	(d10v-*-*): Don't disable GCC libraries.
4139	(d30v-*-*): Don't disable libgcj.
4140	(h8500-*-*): Don't disable GCC libraries.
4141	(i960-*-*): Don't disable libgcj.
4142	(i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4143	(i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4144	i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4145	libgcj.
4146	(m68k-*-coff*): Remove case.
4147	(mmix-*-*): Don't disable libgloss on host.
4148	(mn10200-*-*, mn10300-*-*): Remove cases.
4149	(powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4150	powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4151	Don't disable libgcj.
4152	(romp-*-*): Remove case.
4153	(sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4154	(sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4155	case.
4156	(v810-*-*): Don't disable GCC libraries.
4157	(v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4158	(ip2k-*-*): Don't disable GCC libraries.
4159	* configure: Regenerate.
4160
41612011-03-28  Joseph Myers  <joseph@codesourcery.com>
4162
4163	* configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4164	libffi on host.
4165	(x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4166	on host.
4167	(c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4168	* configure: Regenerate.
4169
41702011-03-26  John Marino  <binutils@marino.st>
4171
4172	* configure.ac: Add support for *-*-dragonfly*
4173	* configure: Regenerate.
4174
41752011-03-25  Joseph Myers  <joseph@codesourcery.com>
4176
4177	* configure.ac (native_only): Remove.
4178	(i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4179	send-pr uudecode guile gnuserv on host.
4180	(x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4181	send-pr rcs guile perl texinfo libtool on host.
4182	(i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4183	automake send-pr rcs guile perl texinfo libtool on host.
4184	(*-*-cygwin*, *-*-netbsd*): Remove host cases.
4185	(*-*-kaos*): Don't disable target-examples target-gperf on target.
4186	(alpha*-dec-osf*): Don't disable fileutils on target.
4187	(sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4188	texinfo send-pr expect dejagnu on target.
4189	(arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4190	target-qthreads on target.
4191	(hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4192	(ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4193	(i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4194	x86_64-*-mingw*): Don't disable expect on target.
4195	(*-*-cygwin*): Don't disable target-gperf on target.
4196	(powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4197	gnuserv on target.
4198	(powerpcle-*-solaris*): Don't disable make expect gnuserv on
4199	target.
4200	* configure: Regenerate.
4201
42022011-03-25  Joseph Myers  <joseph@codesourcery.com>
4203
4204	* configure.ac (target_tools): Remove target-groff.
4205	(native_only): Remove target-groff.
4206	(hppa*64*-*-*): Don't disable byacc.
4207	(i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4208	setting.
4209	(*-*-kaos*): Don't skip target-librx and target-groff.
4210	(*-*-netware*): Don't skip target-libmudflap.
4211	(*-*-tpf*): Don't skip target-libmudflap.
4212	(sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4213	directories on the host.
4214	(ia64*-*-*vms*): Don't skip tix.
4215	(sh-*-* | sh64-*-*): Don't condition skipped directories on the
4216	host.
4217	* configure: Regenerate.
4218
42192011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4220
4221	* configure.ac: Remove references to mt-mep, mt-netware,
4222	mt-wince.
4223	* Makefile.def: Add all-utils soft dependencies.
4224	* Makefile.tpl: Remove GDB_NLM_DEPS.
4225	* configure: Regenerate.
4226	* Makefile.in: Regenerate.
4227
42282011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4229
4230	* configure.ac: Do not include mh-x86omitfp.
4231	* configure: Regenerate.
4232
42332011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4234
4235	* configure.ac: Remove empty cases.
4236	* configure: Regenerate.
4237
42382011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4239
4240	* Makefile.def: Add dependency from termcap to gdb.
4241	* Makefile.in: Regenerate.
4242
42432011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4244
4245	* configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4246	* configure: Regenerate.
4247	* Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4248	* Makefile.tpl: Likewise.
4249	* Makefile.in: Regenerate.
4250
42512011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4252
4253	* configure.ac: Remove all mentions of tentative_cc.
4254	* configure: Regenerate.
4255
42562011-03-24  Joseph Myers  <joseph@codesourcery.com>
4257
4258	* configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4259	i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4260	m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4261	m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4262	mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4263	i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4264	i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4265	i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4266	i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4267	hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4268	*-*-rhapsody*): Remove host cases.
4269	* configure: Regenerate.
4270
42712011-03-24  Joseph Myers  <joseph@codesourcery.com>
4272
4273	* configure.ac (ppc*-*-pe): Remove host case.
4274	(strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4275	xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4276	| ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4277	cases.
4278	* configure: Regenerate.
4279
42802011-03-24  Joseph Myers  <joseph@codesourcery.com>
4281
4282	* config.sub: Update to version 2011-03-23.
4283
42842011-03-22  Joseph Myers  <joseph@codesourcery.com>
4285
4286	* configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4287	i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4288	| i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4289	* configure: Regenerate.
4290
42912011-03-22  Joseph Myers  <joseph@codesourcery.com>
4292
4293	* MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4294	to Write After Approval.
4295	* config-ml.in: Don't handle arc-*-elf*.
4296	* configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4297	m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4298	handle GCC libraries.
4299	* configure: Regenerate.
4300
43012011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4302
4303	PR bootstrap/48120:
4304	* configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4305	Add -lstdc++ -lm to LIBS.
4306	* configure: Regenerate.
4307
43082011-03-18  David Edelsohn  <dje.gcc@gmail.com>
4309
4310	* config.guess: Update to version 2011-02-02
4311	* config.sub: Update to version 2011-02-24
4312
43132011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
4314
4315	PR lto/48086
4316	* configure.ac: Re-enable LTO on *-apple-darwin9.
4317	* configure: Regenerate.
4318
43192011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4320
4321	PR lto/48086
4322	* configure.ac: Disable LTO on darwin due to an assembler change in
4323	Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4324	under 256.
4325	* configure: Regenerate.
4326
43272011-03-11  Chen Liqin <liqin.gcc@gmail.com>
4328
4329	* MAINTAINERS: Update myself as score backend maintainer,
4330	update my e-mail address.
4331
43322011-03-09  Xuepeng Guo  <terry.guo@arm.com>
4333
4334	* MAINTAINERS: Update my e-mail address.
4335
43362011-03-06  Joey Ye  <joey.ye@arm.com>
4337
4338	* MAINTAINERS: Update my e-mail address.
4339
43402011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4341
4342	* configure.ac: Adjust test of with_ppl.
4343	* configure: Regenerated.
4344
43452011-03-02  Kai Tietz  <ktietz@redhat.com>
4346
4347	* MAINTAINERS: Adjust my e-mail address.
4348
43492011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4350
4351	* configure.ac: Add -lpwl to ppllibs.
4352	* configure: Regenerated.
4353
43542011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4355
4356	* config/cloog.m4: Add -lisl to clooglibs.
4357	* configure: Regenerated.
4358
43592011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4360
4361	* MAINTAINERS (CPU Port maintainers): Add self.
4362
43632011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4364
4365	* MAINTAINERS: Add myself as testsuite maintainer.
4366
43672011-02-15  Mike Stump  <mikestump@comcast.net>
4368
4369	* MAINTAINERS: Add myself as testsuite maintainer.
4370
43712011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4372
4373	Import from Libtool and gnulib:
4374
4375	2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
4376
4377	Prepare for supporting FreeBSD 10.
4378	* config.rpath: Remove handling of freebsd1* which soon would
4379	match FreeBSD 10.0.
4380
4381	2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
4382
4383	Remove support for FreeBSD 1.x.
4384	* libtool.m4 (_LT_LINKER_SHLIBS)
4385	(_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
4386	soon would incorrectly match FreeBSD 10.0.
4387
43882011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4389
4390	PR binutils/12283
4391	* move-if-change: Import version from gnulib.
4392
43932011-02-12  Alexandre Oliva  <aoliva@redhat.com>
4394
4395	PR lto/47225
4396	* Makefile.def (lto-plugin): Double dash for enable-shared.
4397	(configure-gcc): Depend on all-lto-plugin.
4398	* Makefile.in: Rebuilt.
4399
44002011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4401
4402	* configure.ac: Remove extra bracket.
4403	* configure: Regenerate.
4404
44052011-02-08  Tobias Burnus  <burnus@net-b.de>
4406
4407	* MAINTAINERS: Add myself as libquadmath maintainer.
4408
44092011-02-08  Thomas Schwinge  <thomas@schwinge.name>
4410
4411	* MAINTAINERS: Update my email address.
4412
44132011-02-07  Joseph Myers  <joseph@codesourcery.com>
4414
4415	* MAINTAINERS (option handling): Add self.
4416
44172011-02-06  Kai Tietz  <kai.tietz@onevision.com>
4418
4419	PR lto/47225
4420	* Makefile.def: Add dependency for install-gcc
4421	on install-lto-plugin.
4422	* Makfile.in: Regenerated
4423
44242011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
4425
4426	* MAINTAINERS (CPU Port Maintainers): Add myself.
4427
44282011-01-31  Alexandre Oliva  <aoliva@redhat.com>
4429
4430	PR libgcj/44341
4431	* configure.ac: Discard --with-* flags for host when configuring
4432	target libraries for cross build.
4433	* configure: Rebuilt.
4434
44352011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4436
4437	* MAINTAINERS (linear loop transforms): Removed.
4438
44392011-01-25  Jakub Jelinek  <jakub@redhat.com>
4440
4441	* configure.ac: If with_ppl is no, move setting with_cloog=no
4442	after CLOOG_REQUESTED check.
4443	* configure: Regenerated.
4444
44452011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4446
4447	* configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4448	CLooG has been requested.
4449	* configure: Regenerated.
4450
44512011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4452
4453	* configure: Regenerated.
4454	* configure.ac: Check for version 0.11 (or later revision) of PPL.
4455
44562011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
4457
4458	* configure: Regenerated.
4459	* configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4460
44612011-01-21  Andreas Schwab  <schwab@redhat.com>
4462
4463	* configure.ac: Use AS_HELP_STRING throughout.
4464	* configure: Regenerate.
4465
44662011-01-18  Jie Zhang  <jie.zhang@analog.com>
4467
4468	* configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4469	* configure: Regenerate.
4470
44712011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4472
4473	* ltmain.sh (relink): Use absolute path when hardcoding with -L.
4474
44752011-01-13  Joel Brobecker  <brobecker@adacore.com>
4476
4477	* configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4478	for ia64-hpux.
4479	* configure: Regenerate.
4480
44812011-01-07  Jan Hubicka  <jh@suse.cz>
4482
4483	PR lto/47225
4484	* Makefile.in: Regenerate.
4485	* Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4486	configure.
4487
44882011-01-07  Jan Hubicka  <jh@suse.cz>
4489
4490	* Makefile.in: Regenerate.
4491	* Makefile.def (gcc host module) and soft dependency on lto-plugin
4492	and configure dependency on lto-plugin configure.
4493	(lto-plugin module): Remove dependency on GCC; add dependency on
4494	liniberty.
4495
44962011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
4497
4498	* MAINTAINERS (Write After Approval): Add myself.
4499
45002010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
4501
4502	* configure: Regenerate.
4503
45042010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
4505
4506	* configure.ac: (picochip): Disable libiberty.
4507
45082010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4509
4510	* MAINTAINERS (Write After Approval): Add myself.
4511
45122010-12-10  Ian Lance Taylor  <iant@google.com>
4513
4514	PR bootstrap/46819
4515	* configure.ac: For --disable-libgcj clear libgcj_saved.
4516	* configure: Rebuild.
4517
45182010-12-10  Tobias Burnus  <burnus@net-b.de>
4519
4520	PR fortran/46540
4521	* configure.ac: Add --disable-libquadmath and
4522	--disable-libquadmath-support.
4523	* configure: Regenerate.
4524
45252010-12-03  Ian Lance Taylor  <iant@google.com>
4526
4527	* MAINTAINERS: Add myself as libgo maintainer.
4528
45292010-12-03  Hans-Peter Nilsson  <hp@axis.com>
4530
4531	PR libffi/46792
4532	* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4533	* configure: Regenerate.
4534
45352010-12-02  Ian Lance Taylor  <iant@google.com>
4536
4537	* configure.ac: Always set default for poststage1_ldflags to
4538	-static-libstdc++ -static-libgcc.
4539
45402010-11-29  Andreas Schwab  <schwab@redhat.com>
4541
4542	* configure.ac: Move comment to remove extra space in last argument
4543	of GCC_TARGET_TOOL.
4544
45452010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4546
4547	PR other/46026
4548	* configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4549	* Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4550	* Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4551	(BASE_FLAGS_TO_PASS): Use it.
4552	* configure: Rebuilt.
4553	* Makefile.in: Rebuilt.
4554
45552010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4556
4557	PR binutils/12258
4558	* configure.ac: Correct comments for --enable-gold/--enable-ld.
4559	Properly check default linker.
4560	* configure: Regnerated.
4561
45622010-11-23  Matthias Klose  <doko@ubuntu.com>
4563
4564	* configure.ac: For --enable-gold, handle value `default' instead of
4565	`both*'.  New configure option --{en,dis}able-ld.
4566	* configure: Regenerate.
4567
45682010-11-20  Ian Lance Taylor  <iant@google.com>
4569
4570	* configure.ac: Only disable a language library if no language needs
4571	it.  Don't let --disable-libgcj uncondtionally disable libffi.
4572	* configure: Rebuild.
4573
45742010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4575
4576	* Makefile.in: Regenerate.
4577
4578	PR other/46202
4579	* configure.ac: Fix just-built in-tree STRIP name to be
4580	binutils/strip-new.
4581	* configure: Regenerate.
4582	* Makefile.def (install-strip-gcc, install-strip-binutils)
4583	(install-strip-opcodes, install-strip-ld, install-strip-itcl)
4584	(install-strip-sid): Mirror dependencies on non-strip variants
4585	of these targets on the respective -strip prerequisites.
4586	* Makefile.tpl (install-strip, install-strip-host)
4587	(install-strip-target): New targets.
4588	(install-strip-[+module+], install-strip-target-[+module+]):
4589	New targets.
4590	* Makefile.in: Regenerate.
4591
45922010-11-19  Ian Lance Taylor  <iant@google.com>
4593	    Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4594
4595	* configure.ac: Add target-libgo to target_libraries.  Set
4596	and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4597	* Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4598	(HOST_EXPORTS): Add GOC.
4599	(BASE_TARGET_EXPORTS): Add GOC.
4600	(GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4601	(GOCFLAGS_FOR_TARGET): New variable.
4602	(EXTRA_HOST_FLAGS): Add GOC.
4603	(EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4604	* Makefile.def (target_modules): Add libgo.
4605	(flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4606	(dependencies): Add dependency from configure-target-libgo to
4607	configure-target-libffi and all-target-libstdc++-v3.  Add
4608	dependencies from all-target-libgo to all-target-libffi.
4609	(languages): Add go.
4610	* configure: Rebuild.
4611	* Makefile.in: Rebuild.
4612
46132010-11-19  Ian Lance Taylor  <iant@google.com>
4614
4615	* config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4616	compiler/flag environment variables.
4617
46182010-11-18  Ian Lance Taylor  <iant@google.com>
4619
4620	* configure.ac: Check for lang_requires_boot_languages in
4621	config-lang.in files.
4622	* configure: Rebuild.
4623
46242010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4625	    Tobias Burnus  <burnus@net-b.de>
4626
4627	PR fortran/32049
4628	* Makefile.def: Add libquadmath; build it with language=fortran.
4629	* configure.ac: Add libquadmath.
4630	* Makefile.tpl: Handle multiple libs in check-[+language+].
4631	* Makefile.in: Regenerate.
4632	* configure: Regenerate.
4633
46342010-11-16  Tom Tromey  <tromey@redhat.com>
4635
4636	* MAINTAINERS: Moved myself to reviewers section.
4637
46382010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4639
4640	* MAINTAINERS: Moved myself to reviewers section.
4641
46422010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4643
4644	* MAINTAINERS (Various Maintainers): Add self for build machinery.
4645	(Write After Approval): Remove self.
4646
46472010-11-15  Andreas Schwab  <schwab@redhat.com>
4648
4649	* configure.ac: Fix spelling in option names.
4650	* configure: Regenerated.
4651
46522010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4653
4654	PR bootstrap/39622
4655	* configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4656	* configure: Regenerated.
4657
46582010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4659
4660	* MAINTAINERS: Update my email address.
4661
46622010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4663
4664	* configure: Regenerate.
4665
46662010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4667
4668	* configure: Regenerate.
4669
46702010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4671
4672	* configure: Regenerate.
4673
46742010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4675
4676	* configure: Regenerate.
4677
46782010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4679
4680	* configure.ac: Support official CLooG.org versions.
4681	* configure: Regenerate.
4682	* config/cloog.m4: New.
4683
46842010-11-10  François Dumont  <francois.cppdevs@free.fr>
4685
4686	* MAINTAINERS (Write After Approval): Add myself.
4687
46882010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4689
4690	* MAINTAINERS: Update my email address.
4691
46922010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4693
4694	* configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4695	* configure: Regenerate.
4696
46972010-11-03  Ian Lance Taylor  <iant@google.com>
4698	    Dave Korn  <dave.korn.cygwin@gmail.com>
4699
4700	PR lto/46273
4701	* configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4702	and on other supported platforms whenever LTO is enabled.
4703	* configure: Rebuild.
4704
47052010-11-02  Alan Modra  <amodra@gmail.com>
4706
4707	PR binutils/12110
4708	* configure.ac: Error when source path contains spaces.
4709	* configure: Regenerate.
4710
47112010-10-23  James E. Wilson  <wilson@codesourcery.com>
4712
4713	* MAINTAINERS: Update my email address.
4714
47152010-10-20  Ian Lance Taylor  <iant@google.com>
4716
4717	* Makefile.def (target_modules): Set lib_path to src/.libs for
4718	libstdc++-v3 module.
4719	* Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4720	* Makefile.in: Rebuild.
4721
47222010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4723
4724	* MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4725	(Write After Approval): Remove myself.
4726
47272010-10-15  Tristan Gingold  <gingold@adacore.com>
4728
4729	* MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4730
47312010-10-14  Douglas Rupp  <rupp@gnat.com>
4732
4733	* MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4734
47352010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4736
4737	* configure.ac (build_lto_plugin): New shell variable.
4738	(--enable-lto): Turn on by default for all non-ELF platforms that
4739	have had LTO support added so far.  Set build_lto_plugin appropriately
4740	for both ELF and non-ELF.
4741	(configdirs): Add lto-plugin or not based on build_lto_plugin.
4742	* configure: Regenerate.
4743
47442010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4745
4746	Sync from src:
4747	* configure.ac (v850 support): Remove target-libgloss from
4748	noconfigdirs.
4749	* configure: Regenerate.
4750
47512010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4752
4753	PR bootstrap/45326
4754	PR bootstrap/45174
4755	* configure.ac: Honor initial values of $build_configargs,
4756	$host_configargs, $target_configargs.  Mark the precious, so
4757	environment settings get recorded.
4758	* configure: Regenerate.
4759
47602010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4761
4762	PR bootstrap/45796
4763	* Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4764	Depend on all-build-libiberty.
4765	* Makefile.in: Regenerate.
4766
47672010-09-30  Michael Eager  <eager@eagercon.com>
4768
4769	* configure.ac (microblaze): Add target-libssp to noconfigdirs.
4770	* configure: Regenerate.
4771
47722010-09-28  Michael Eager  <eager@eagercon.com>
4773
4774	* MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4775
47762010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4777
4778	PR bootstrap/44621
4779	* configure.ac: Fix unportable shell quoting.
4780	* configure: Regenerate.
4781
47822010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
4783
4784	* configure.ac (enable-lto): Add Darwin to the list of supported lto
4785	targets and amend comment.
4786	* configure: Regenerate.
4787
47882010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
4789
4790	* MAINTAINERS (Write After Approval): Add myself.
4791
47922010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
4793
4794	* configure.ac: Enable LTO by default on Darwin.
4795	* configure: Regenerate.
4796
47972010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4798
4799	* MAINTAINERS (Write After Approval): Add myself.
4800
48012010-09-01  Ian Bolton  <ian.bolton@arm.com>
4802
4803	* MAINTAINERS (Write After Approval): Add myself.
4804
48052010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
4806
4807	* MAINTAINERS (OS Port Maintainers): Remove myself from windows
4808	ports
4809
48102010-07-28  David Yuste  <david.yuste@gmail.com>
4811
4812	* MAINTAINERS (Write After Approval): Add myself.
4813
48142010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
4815
4816	* configure.ac: Support all v850 targets.
4817	* configure: Regenerate.
4818
48192010-07-23  Marc Glisse <marc.glisse@normalesup.org>
4820
4821	PR bootstrap/44455
4822	* configure.ac (extra_mpfr_configure_flags): Copy from
4823	extra_mpc_gmp_configure_flags.
4824	* configure: Re-generated.
4825
48262010-07-22  Andi Kleen  <ak@linux.intel.com>
4827
4828	* MAINTAINERS (Write After Approval): Add myself.
4829
48302010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
4831
4832	* MAINTAINERS (Write After Approval): Add myself.
4833
48342010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
4835
4836	* MAINTAINERS (Write After Approval): Add myself.
4837
48382010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4839
4840	PR target/44862
4841	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4842	Provide -B option to allow for link spec %s substitutions for
4843	libstdc++.a on darwin.
4844	* Makefile.in: Regenerate.
4845
48462010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
4847
4848	* MAINTAINERS (Reviewers): Update my e-mail address
4849
48502010-06-10  Alexandre Oliva  <aoliva@redhat.com>
4851
4852	* Makefile.def (configure-gcc): Depend on all-libelf.
4853	* Makefile.in: Rebuild.
4854
48552010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
4856
4857	* MAINTAINERS (Write After Approval): Add myself in the right place.
4858
48592010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
4860
4861	* MAINTAINERS (Write After Approval): Add myself.
4862
48632010-05-25  Sterling Augustine  <sterling@tensilica.com>
4864
4865	* MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4866
48672010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
4868
4869	* config.sub: Update to version 2010-05-21.
4870	* config.guess: Update to version 2010-04-03.
4871
48722010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
4873
4874	* configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4875	* configure: Regenerate.
4876
48772010-05-12  Sriraman Tallam  <tmsriram@google.com>
4878
4879	* MAINTAINERS (Write After Approval): Add myself.
4880
48812010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4882
4883	* configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4884	a platform that supports LTO.
4885	* configure: Regenerate.
4886
48872010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
4888
4889	* configure.ac: Allow all the versions greater than 0.10 of PPL.
4890	* configure: Regenerated.
4891
48922010-04-27  Roland McGrath  <roland@redhat.com>
4893	    H.J. Lu  <hongjiu.lu@intel.com>
4894
4895	* configure.ac (--enable-gold): Support both, both/gold and
4896	both/bfd to add gold to configdirs without removing ld.
4897	* configure: Regenerated.
4898
4899	* Makefile.def: Add install-gold dependency to install-ld.
4900	* Makefile.in: Regenerated.
4901
49022010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
4903
4904	PR lto/42776
4905	* configure.ac (--enable-lto): Refactor handling so libelf tests
4906	are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4907	and allow LTO to be explicitly enabled on non-ELF platforms that
4908	are known to support it inside else-clause.
4909	* configure: Regenerate.
4910
49112010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4912
4913	* configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4914	* configure: Regenerate.
4915
49162010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
4917
4918	* configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4919	* configure: Regenerate.
4920
49212010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4922
4923	* configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4924	separately.
4925	* configure: Regenerate.
4926
49272010-04-16  Kevin Williams  <kevin.williams@inria.fr>
4928
4929	* MAINTAINERS (Write After Approval): Add myself.
4930
49312010-04-14  Tristan Gingold  <gingold@adacore.com>
4932
4933	* configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4934	* configure: Regenerate.
4935
49362010-04-13  Steve Ellcey  <sje@cup.hp.com>
4937
4938	* configure: Regenerate after change to elf.m4.
4939
49402010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
4941
4942	* MAINTAINERS (Write After Approval): Add myself.
4943
49442010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4945
4946	* configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4947	* configure: Regenerated.
4948
49492010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4950
4951	* configure.ac: Print "buggy but acceptable" when CLooG
4952	revision is less than 9.
4953	* configure: Regenerated.
4954
49552010-04-01  Diego Novillo  <dnovillo@google.com>
4956
4957	* MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4958
49592010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4960
4961	PR bootstrap/43615
4962	PR bootstrap/43328
4963
4964	Revert:
4965
4966	2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4967
4968	* configure.ac: Do not pass --enable-multilib nor
4969	--disable-multilib in baseargs.  Accept explicitly passed
4970	--enable_multilib.
4971	* configure: Regenerate.
4972
49732010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4974
4975	* MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4976
49772010-03-31  Janis Johnson  <janis187@us.ibm.com>
4978
4979	* MAINTAINERS: Remove myself.
4980
49812010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4982
4983	PR bootstrap/43328
4984	* configure.ac: Do not pass --enable-multilib nor
4985	--disable-multilib in baseargs.  Accept explicitly passed
4986	--enable_multilib.
4987	* configure: Regenerate.
4988
49892010-03-28  Andrew Pinski  <pinskia@gmail.com>
4990
4991	* MAINTAINERS (spu port): Remove me.
4992
49932010-03-23  Joseph Myers  <joseph@codesourcery.com>
4994
4995	* configure.ac (tic6x-*-*): New case.
4996	* configure: Regenerate.
4997
49982010-03-23  Joseph Myers  <joseph@codesourcery.com>
4999
5000	* config.sub: Update to version 2010-03-22.
5001	* config.guess: Update to version 2009-12-30.
5002
50032010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5004
5005	PR ada/42554
5006	* configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5007	* configure: Regenerate.
5008
50092010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5010
5011	* MAINTAINERS: Update my email address.
5012
50132010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5014
5015	* MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5016	(ghassan.shobaki@amd.com): Removed.
5017
50182010-03-17  Alan Modra  <amodra@gmail.com>
5019
5020	* MAINTAINERS: Update my email address.
5021
50222010-03-16  Diego Novillo  <dnovillo@google.com>
5023
5024	* MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5025	Matthews.
5026
50272010-03-16  Joseph Myers  <joseph@codesourcery.com>
5028
5029	* MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5030	Gutson, Jeffrey D. Oldham and Mark Shinwell.
5031
50322010-03-16  Joseph Myers  <joseph@codesourcery.com>
5033
5034	* MAINTAINERS: Update my email address.
5035
50362010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5037
5038	* MAINTAINERS: Update my email address.
5039
50402010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5041
5042	* MAINTAINERS: Update my email address.
5043
50442010-03-09  Jie Zhang  <jie@codesourcery.com>
5045
5046	* MAINTAINERS: Update my email address.
5047
50482010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5049
5050	PR libstdc++/32499
5051	* configure.ac (RANLIB): Default to true.
5052	(STRIP): Likewise.
5053	(RANLIB_FOR_TARGET): Remove superfluous : argument.
5054	* configure: Regenerate.
5055
50562010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5057
5058	* MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5059	(Write After Approval): Update my email address.
5060
50612010-02-17  Nick Clifton  <nickc@redhat.com>
5062
5063	PR 11238
5064	* Makefile.tpl (local-distclean): Also remove config.cache files in
5065	sub-directories as there may not be Makefiles present in the
5066	sub-directories.
5067	* Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5068	the config.cache files found by the find command.
5069
5070	* Makefile.in: Regenerate.
5071	* configure.ac: Revert previous delta.
5072	* configure: Regenerate.
5073
50742010-02-15  Nick Clifton  <nickc@redhat.com>
5075
5076	PR 11238
5077	* configure.ac: Delete config.cache files in sub-directories when
5078	deleting Makefiles.
5079	* configure: Regenerate.
5080
50812010-02-12  Ben Elliston  <bje@gnu.org>
5082
5083	* MAINTAINERS: Update my email address.
5084
50852010-02-08  Andrew Pinski  <pinskia@gmail.com>
5086
5087	* MAINTAINERS (spu port): Update my email address.
5088
50892010-02-08  Jie Zhang  <jie.zhang@analog.com>
5090
5091	* MAINTAINERS: Add myself as a maintainer for the bfin port.
5092
50932010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5094
5095	* configure.ac: Add "recommended" version checks for GMP/MPC.
5096	Update recommended GMP/MPFR/MPC versions.
5097	* configure: Regenerate.
5098
50992010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5100
5101	* MAINTAINERS: Move my Embecosm email address into the
5102	write-after-approval section.
5103
51042010-01-26  Ian Lance Taylor  <iant@google.com>
5105
5106	* MAINTAINERS: Add myself as Go frontend maintainer.
5107
51082010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5109
5110	PR libstdc++/36101, PR libstdc++/42813
5111	* configure.ac (bootstrap_target_libs): Make inclusion of
5112	target-libgomp conditional on libgomb being in target_configdirs.
5113	* configure: Regenerate.
5114
51152010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5116
5117	PR libstdc++/36101, PR libstdc++/42813
5118	* configure.ac (bootstrap_target_libs): Include target-libgomp.
5119	* configure: Regenerate.
5120
51212010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5122
5123	PR libstdc++/36101, PR libstdc++/42813
5124	* configure.ac (target_configdirs): Substitute.
5125	* Makefile.def: Bootstrap target module libgomp.
5126	Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5127	* Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5128	(BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5129	* configure, Makefile.in: Regenerate.
5130
51312010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5132
5133	* MAINTAINERS: Adjust my details.
5134
51352010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5136
5137	* MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5138
51392010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5140
5141	* MAINTAINERS: reindented my entry with tabs instead of spaces.
5142
51432010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5144
5145	* MAINTAINERS (Write After Approval): Add myself.
5146
51472010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5148
5149	* MAINTAINERS (Write After Approval): Add myself.
5150
51512010-01-11  Richard Guenther  <rguenther@suse.de>
5152
5153	PR lto/41569
5154	* Makefile.def (all-lto-plugin): Depend on all-gcc.
5155	* Makefile.in: Regenerated.
5156
51572010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5158
5159	* configure.ac: Enable libjava build on x86_64-*freebsd*.
5160	* configure: Regenerate.
5161
51622010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5163	    Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5164
5165	PR bootstrap/42424
5166	* configure.ac: Include libtool m4 files.
5167	(_LT_CHECK_OBJDIR): Call it.
5168	(extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5169	gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5170
5171	* configure: Regenerate.
5172
51732010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5174
5175	PR bootstrap/41818
5176	* Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5177	to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5178	* Makefile.in: Regenerate.
5179
51802010-01-02  Richard Guenther  <rguenther@suse.de>
5181
5182	PR lto/41529
5183	* configure.ac: Include config/elf.m4.  Disable LTO if not
5184	builting for an elf target.
5185	* configure: Regenerate.
5186
51872009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5188
5189	* MAINTAINERS: Change my email address.
5190
51912009-12-18  Ben Elliston  <bje@au.ibm.com>
5192
5193	* config.sub, config.guess: Update from upstream sources.
5194
51952009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5196
5197	* MAINTAINERS (Write After Approval): Add myself.
5198
51992009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5200
5201	PR middle-end/30447
5202	PR middle-end/30789
5203	PR other/40302
5204
5205	* configure.ac: Require MPC.
5206	* configure: Regenerate.
5207
52082009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5209
5210	PR target/38384
5211	PR bootstrap/40972
5212	* libtool.m4: Sync from git Libtool.
5213	* ltoptions.m4: Likewise.
5214	* ltversion.m4: Likewise.
5215	* lt~obsolete.m4: Likewise.
5216	* ltmain.sh: Likewise.
5217
52182009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5219
5220	* configure.ac: Update minimum MPC version to 0.8.
5221	* configure: Regenerate.
5222
52232009-11-21  Sebastian Pop  <sebpop@gmail.com>
5224
5225	* configure.ac: Check for version 0.15.5 or later revision of CLooG.
5226	* configure: Regenerated.
5227
52282009-11-21  Ian Lance Taylor  <iant@google.com>
5229
5230	* configure.ac: Change default of poststage1_ldflags to be empty if
5231	poststage1_libs is set.  When poststage1_libs is empty, and
5232	ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5233	* configure: Rebuild.
5234
52352009-11-21  Adam Nemet  <adambnmet@gmail.com>
5236
5237	* MAINTAINERS (Write After Approval): Update my email address.
5238
52392009-11-20  Ben Elliston  <bje@au.ibm.com>
5240
5241	* config.guess: Update from upstream sources.
5242
52432009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5244
5245	* Makefile.def: Restore host and target settings for gmp.
5246	* Makefile.in: Rebuild.
5247
52482009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5249
5250	* configure.ac: Add libelf to host_libs.  Enable in-tree configury
5251	of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5252	Fix portability of test of C++ as bootstrap language.  Add
5253	ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5254	* configure: Rebuild.
5255	* Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5256	and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5257	in-tree building.
5258	* Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5259	(POSTSTAGE1_HOST_EXPORTS): Use it.
5260	(STAGE[+id+]_CXXFLAGS): New.
5261	(BASE_FLAGS_TO_PASS): Pass it down.
5262	(configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5263	extra_exports.
5264	(all-stage[+id+]-[+prefix+][+module+]): Likewise.
5265	(configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5266	extra_exports.
5267	* Makefile.in: Rebuild.
5268
52692009-11-17  Ben Elliston  <bje@au.ibm.com>
5270
5271	* config.sub, config.guess: Update from upstream sources.
5272
52732009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5274
5275	* MAINTAINERS (Write After Approval): Add myself.
5276
52772009-11-09  Jon Beniston  <jon@beniston.com>
5278
5279	* MAINTAINERS (Write After Approval): Add myself.
5280
52812009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5282
5283	* configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5284	paths for *-w64-mingw* and x86_64-*mingw*.
5285	* configure: Regenerated.
5286
52872009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5288
5289	* MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5290
52912009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5292
5293	* MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5294	Phil Edwards to Write-After Approval.
5295
52962009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5297
5298	* configure.ac: Disable target-winsup & co for
5299	x86_64-*-mingw* and *-w64-mingw* targets.
5300	* configure: Regenerated.
5301
53022009-10-16  Nick Clifton  <nickc@redhat.com>
5303
5304	* MAINTAINERS: Add myself as a maintainer for the RX port.
5305
53062009-10-26  Johannes Singler  <singler@kit.edu>
5307
5308	* MAINTAINERS (Write After Approval): Update my e-mail address.
5309
53102009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5311
5312	* configure.ac (CLooG test): Use = with test.
5313	* configure: Regenerate.
5314
53152009-10-22  Richard Guenther  <rguenther@suse.de>
5316
5317	* configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
5318	cloog if the ppl version check failed.  Move flags saving
5319	before setting in libelf check.
5320	* configure: Regenerate.
5321
53222009-10-21  Richard Guenther  <rguenther@suse.de>
5323
5324	* configure.ac: Adjust the ppl and cloog configure to work as
5325	documented.  Disable cloog if ppl was disabled.  Omit the version
5326	checks if they were disabled.
5327	* configure: Re-generate.
5328
53292009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5330
5331	* configure.ac: Add 'lto' to enable_languages, not
5332	new_enable_languages, and only if not already present.
5333	* configure: Regenerate.
5334
53352009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
5336
5337	* README: Refer to the various COPYING* files instead of just
5338	COPYING.
5339	Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5340
53412009-10-07  Rafael Avila de Espindola  <espindola@google.com>
5342
5343	* MAINTAINERS: Change my email address. Change plugi-in to plugin.
5344
53452009-10-07  Richard Guenther  <rguenther@suse.de>
5346
5347	* MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5348	and Richard Guenther as reviewers.
5349	(LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5350	as reviewers.
5351
53522009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
5353
5354	* config.sub: Update from upstream sources.
5355
53562009-10-06  Ian Lance Taylor  <iant@google.com>
5357
5358	* Makefile.def: check-gold depends upon all-gas.
5359	* Makefile.in: Rebuild.
5360
53612009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
5362
5363	* MAINTAINERS (Write After Approval): Add myself.
5364
53652009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
5366
5367	* Makefile.def: all-lto-plugin depends on all-libiberty.
5368	set bootstrap=true for lto-plugin.
5369	Add lto-plugin.
5370	* Makefile.in: Regenerate.
5371	* configure.ac (host_libs): Add lto-plugin.
5372	* configure: Regenerate.
5373
53742009-10-03  Diego Novillo  <dnovillo@google.com>
5375
5376	* Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5377	(HOST_LIBELFLIBS): Define.
5378	(HOST_LIBELFINC): Define.
5379	* Makefile.in: Regenerate.
5380	* configure.ac: Add --enable-lto.
5381	Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5382	If --enable-lto is used, add 'lto' to new_enable_languages.
5383	If --enable-lto is used and gold is enabled, add
5384	lto-plugin to configdirs.
5385	* configure: Regenerate.
5386
53872009-10-03  Simon Baldwin  <simonb@google.com>
5388
5389	* configure.ac: If --with-system-zlib, suppress local zlib and
5390	pass --with-system-zlib to subdir configure scripts.
5391	* configure: Regenerate.
5392
53932009-10-01  Loren J. Rittle  <ljrittle@acm.org>
5394	    Paolo Bonzini  <bonzini@gnu.org>
5395
5396	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
5397	$(srcdir).
5398	* Makefile.in: Rebuilt.
5399
54002009-09-26  Gary Funck  <gary@intrepid.com>
5401
5402	* MAINTAINERS (Write After Approval): Add myself.
5403
54042009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5405
5406	* configure.ac: Update minimum MPC version to 0.7.
5407	* configure: Regenerate.
5408
54092009-09-25  Nick Clifton  <nickc@redhat.com>
5410
5411	* configure.ac: Pass any --cache-file=/dev/null option on to
5412	subconfigures.
5413	* configure: Regenerate.
5414
54152009-09-23  Nick Clifton  <nickc@redhat.com>
5416
5417	* config.sub, config.guess: Update from upstream sources.
5418
54192009-09-22  Loren J. Rittle  <ljrittle@acm.org>
5420
5421	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
5422	* Makefile.in: Rebuilt.
5423
54242009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5425
5426	PR bootstrap/32272
5427	* configure.ac: Error out if $srcdir isn't '.' but contains
5428	host-${host_noncanonical}.
5429	* configure: Regenerate.
5430
54312009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5432
5433	* MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5434	maintainer.
5435
54362009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5437
5438	* configure.ac: If bootstrapping a combined tree with
5439	--enable-gold, require c++ in stage1_languages.
5440	* configure: Regenerate.
5441
5442	* configure.ac: Also add target_libs of stage1_languages to
5443	bootstrap_target_libs.
5444	* configure: Regenerate.
5445
5446	* configure.ac: Diagnose --enable-build-with-cxx bootstrap
5447	with --enable-languages not containing c++.
5448	* configure: Regenerate.
5449
54502009-09-15  Jie Zhang  <jie.zhang@analog.com>
5451
5452	* configure.ac: Disable java and boehm-gc for bfin-*-*.
5453	* configure: Regenerate.
5454
54552009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5456
5457	* MAINTAINERS (Write After Approval): Update my e-mail address,
5458	and move from from here...
5459	(Waiting for paperwork): To here.
5460
54612009-09-09  Joseph Myers  <joseph@codesourcery.com>
5462
5463	* MAINTAINERS (Reviewers): Add self as driver reviewer.
5464
54652009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5466
5467	* configure.ac: Do not use $extrasub for replacing @if/@endif
5468	parts in Makefile; instead, use additional arguments to
5469	AC_CONFIG_COMMANDS to do the replacement manually, with several
5470	sed invocations, to avoid HP-UX sed command limits.
5471	* configure: Regenerate.
5472
54732009-09-08  Alexandre Oliva  <aoliva@redhat.com>
5474
5475	* libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5476	blank before -L.
5477
54782009-09-04  Alexandre Oliva  <aoliva@redhat.com>
5479
5480	* configure.ac (with-build-config): Document.  Handle without.
5481	Handle missing argument.
5482	* configure: Rebuilt.
5483
54842009-09-03  Alexandre Oliva  <aoliva@redhat.com>
5485
5486	* configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
5487	Default to bootstrap-debug only if compare-debug works.
5488	* configure: Rebuilt.
5489	* Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5490	* Makefile.in: Rebuilt.
5491
54922009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5493
5494	* MAINTAINERS (OS Port Maintainers): Update my email address.
5495
54962009-09-01  Alexandre Oliva  <aoliva@redhat.com>
5497
5498	* Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5499	* Makefile.in: Rebuilt.
5500
55012009-09-01  Chris Demetriou  <cgd@google.com>
5502
5503	* MAINTAINERS (Write After Approval): Add myself.
5504
55052009-08-31  Dodji Seketeli  <dodji@redhat.com>
5506
5507	PR debug/30161
5508	* include/dwarf2.h (enum dwarf_tag): Added
5509	DW_TAG_GNU_template_template_param
5510	(enum dwarf_attribute): Added DW_AT_GNU_template_name.
5511
55122009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5513
5514	* Makefile.tpl (AWK): Fix typo.
5515	* Makefile.in: Regenerate.
5516
55172009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5518
5519	* configure.ac: Detect awk and sed.
5520	* Makefile.def (flags_to_pass): Add AWK and SED.
5521	* Makefile.tpl (AWK, SED): New.
5522	(BASE_FLAGS_TO_PASS): Add AWK and SED.
5523	* configure: Regenerate.
5524	* Makefile.in: Regenerate.
5525
55262009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5527
5528	* ltmain.sh (removedotparts): Don't use comma as 's' separator.
5529	(collapseslashes): Likewise.
5530
55312009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5532
5533	* configure.ac (AC_PREREQ): Bump to 2.64.
5534
55352009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5536
5537	* configure.ac: Remove --with-datarootdir, --with-docdir,
5538	--with-pdfdir, --with-htmldir switches.
5539	* configure: Regenerate.
5540
5541	* configure: Regenerate.
5542
5543	* compile: Sync from Automake 1.11.
5544	* depcomp: Likewise.
5545	* install-sh: Likewise.
5546	* missing: Likewise.
5547	* mkinstalldirs: Likewise.
5548	* ylwrap: Likewise.
5549
55502009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5551
5552	* ltmain.sh (func_normal_abspath): New function.
5553	(func_relative_path): Likewise.
5554	(func_mode_help): Document new -bindir option for link mode.
5555	(func_mode_link): Add new -bindir option, and use it to place
5556	output DLL if specified.
5557
55582009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5559
5560	* configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5561	(baseargs): Add --disable-option-checking.
5562	* configure: Regenerate.
5563
5564	* Makefile.def (configure-target-libiberty): Depend on
5565	all-binutils and all-ld.
5566	(configure-target-newlib): Likewise.
5567	* Makefile.in: Regenerate.
5568
55692009-08-17  Ben Elliston  <bje@au.ibm.com>
5570
5571	* config.sub, config.guess: Update from upstream sources.
5572
55732009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5574
5575	Sync from src, merge:
5576
5577	2009-07-02  Tristan Gingold  <gingold@adacore.com>
5578
5579	* configure.ac: Do not exclude gas for i386-*-darwin.
5580	Add a case for x86_64-*-darwin.
5581	* configure: Regenerate.
5582
55832009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5584
5585	* MAINTAINERS: Add my name to Write After Approval list.
5586
55872009-08-06  Michael Eager  <eager@eagercon.com>
5588
5589	* configure.ac: Add Microblaze target.
5590	* configure: Regenerate.
5591
55922009-07-31  Christian Bruel  <christian.bruel@st.com>
5593
5594	* configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5595	* configure: Regenerate.
5596
55972009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5598
5599	* MAINTAINERS (Write After Approval): Update my e-mail address.
5600
56012009-07-06  Ian Lance Taylor  <iant@google.com>
5602
5603	* configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5604	* configure: Rebuild.
5605
56062009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5607
5608	* MAINTAINERS: Move myself to the Graphite Reviewers.
5609
56102009-06-30  Wei Guozhi  <carrot@google.com>
5611
5612	* MAINTAINERS: Add my name to Write After Approval list.
5613
56142009-06-26  Steve Ellcey  <sje@cup.hp.com>
5615
5616	PR bootstrap/40338
5617	* configure.ac (comparestring): Create new variable.
5618	* Makefile.tpl (comparestring): Use to skip some comparisions.
5619	* configure: Regenerate.
5620	* Makefile.in: Regenerate.
5621
56222009-06-26  Doug Evans  <dje@sebabeach.org>
5623
5624	* Makefile.def (host_modules): Add cgen.
5625	* Makefile.in: Regenerate.
5626	* configure.ac (host_tools): Add cgen.
5627	* configure: Regenerate.
5628
56292009-06-23  DJ Delorie  <dj@redhat.com>
5630
5631	* MAINTAINERS: Add myself as mep maintainer.
5632
56332009-06-23  Ian Lance Taylor  <iant@google.com>
5634
5635	* configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5636	boot_languages.  Only bootstrap target libraries listed in
5637	target_libs for some boot language.  Add --with-stage1-ldflags,
5638	--with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5639	with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5640	if not building with C++.
5641	* Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5642	* Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5643	(POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5644	(HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5645	(POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5646	POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5647	(POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5648	* configure, Makefile.in: Rebuild.
5649
56502009-06-23  Li Feng  <nemokingdom@gmail.com>
5651
5652	* MAINTAINERS: Added my name to write-after-approval list.
5653
56542009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5655
5656	* configure.ac: Define is_elf for QNX Neutrino targets.
5657	* configure: Regenerate.
5658
56592009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5660
5661	* MAINTAINERS: Added my name to the write-after-approval list
5662
56632009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5664
5665	* configure.ac: Detect MPC in default directory.
5666	* configure: Regenerate.
5667
56682009-06-03  Jerome Guitton  <guitton@adacore.com>
5669	    Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5670
5671	* Makefile.tpl (all): Avoid a trailing backslash.
5672	* Makefile.in: Regenerate.
5673
56742009-06-03  Ben Elliston  <bje@au.ibm.com>
5675
5676	* config.sub, config.guess: Update from upstream sources.
5677
56782009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5679
5680	* configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5681	to noconfdirs.
5682	* configure: Regenerate.
5683
56842009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5685
5686	* Makefile.tpl ([+compare-target+]): Compare all stage
5687	directories, rather than just gcc.
5688	* Makefile.in: Rebuilt.
5689
56902009-06-01  Doug Kwan  <dougkwan@google.com>
5691
5692	* configure.ac: Support gold for target arm*-*-*.
5693	* configure: Regenerate.
5694
56952009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5696
5697	* Makefile.def: Add MPC support and dependencies.
5698	* configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5699
5700	* Makefile.in, configure: Regenerate.
5701
57022009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5703
5704	* Makefile.tpl (all): Avoid harmless warning in make all when
5705	gcc-bootstrap is enabled but stage_last does not exist.
5706	* Makefile.in: Rebuilt.
5707
57082009-05-24  Nicolas Roche  <roche@adacore.com>
5709
5710	* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5711	* Makefile.in: Regenerate.
5712
57132009-05-21  Denis Chertykov  <chertykov@gmail.com>
5714
5715	* MAINTAINERS: Update my e-mail address.
5716
57172009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5718
5719	* configure.ac (cygwin noconfigdirs):  Remove libgcj.
5720	* configure:  Regenerate.
5721
57222009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5723
5724	PR other/40159
5725	* Makefile.tpl (all): Don't assume gcc-bootstrap and
5726	gcc-no-bootstrap are mutually exclusive.
5727	* Makefile.in: Rebuilt.
5728
57292009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5730
5731	PR other/40159
5732	* Makefile.tpl (all): Don't end with unconditional success.
5733	* Makefile.in: Rebuilt.
5734
57352009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5736
5737	PR target/37137
5738	* Makefile.def (flags_to_pass): Remove redundant and incomplete
5739	STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5740	Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5741	(bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5742	stage_configureflags, stage_cflags and stage_libcflags into
5743	explicit Makefile macros.
5744	* Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5745	GFORTRAN.
5746	(POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5747	CC.  Set CC_FOR_BUILD from CC.
5748	(BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5749	NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5750	DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5751	XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
5752	and GFORTRAN.
5753	(TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5754	(_LIBCFLAGS): Renamed to _TFLAGS.
5755	(do-compare-debug, do-compare3-debug): Drop.
5756	(CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5757	GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5758	(FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5759	DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5760	(XGCC_FLAGS_FOR_TARGET): New.
5761	(BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5762	(EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5763	(POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5764	DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5765	LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
5766	to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
5767	TFLAGS.
5768	(BUILD_CONFIG): Include if requested.
5769	(all): Set TFLAGS on bootstrap.
5770	(configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5771	(all-stageid-prefixmodule): Likewise.
5772	(do-clean, distclean-stageid): Set TFLAGS.
5773	(restrap): Fix whitespace.
5774	* Makefile.in: Rebuilt.
5775
57762009-05-07  Paolo Bonzini  <bonzini@gnu.org>
5777
5778	* config.guess: Sync with src.
5779
57802009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5781
5782	* configure.ac ($with_ppl):  Default to no if not supplied.
5783	($with_cloog):  Likewise.
5784	configure:  Regenerate.
5785
57862009-04-27  James E. Wilson  <wilson@codesourcery.com>
5787
5788	* MAINTAINERS: Update my e-mail address.
5789
57902009-04-27  Nick Clifton  <nickc@redhat.com>
5791
5792	* MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5793
57942009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
5795
5796	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5797	(POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5798	* Makefile.in: Regenerate.
5799
58002009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5801
5802	PR bootstrap/39739
5803	* configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5804	* Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5805
5806	* configure, Makefile.in: Regenerate.
5807
58082009-04-21  Taras Glek  <tglek@mozilla.com>
5809
5810	* include/hashtab.h: Update GTY annotations to new syntax
5811	* include/splay-tree.h: Likewise
5812
58132009-04-17  Ben Elliston  <bje@au.ibm.com>
5814
5815	* config.sub, config.guess: Update from upstream sources.
5816
58172009-04-15  Anthony Green  <green@moxielogic.com>
5818
5819	* configure.ac: Add moxie support.
5820	* configure: Rebuilt.
5821
58222009-04-14  Jakub Jelinek  <jakub@redhat.com>
5823
5824	* configure.ac: Change copyright header to refer to version
5825	3 of the GNU General Public License and to point readers at the
5826	COPYING3 file and the FSF's license web page.
5827	* Makefile.def: Likewise.
5828	* Makefile.tpl: Likewise.
5829	* Makefile.in: Regenerate.
5830
58312009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
5832
5833	* configure.ac: Restore match for darwin9 or later. Use double
5834	brackets since regeneration eats one pair.
5835	* configure: Regenerate.
5836
58372009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5838
5839	PR gas/10039
5840	* configure.ac: Require texinfo 4.7.
5841	* configure: Regenerated.
5842
58432009-04-09  Nick Clifton  <nickc@redhat.com>
5844
5845	* COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5846	the GCC Runtime Library Exception.
5847
58482009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5849
5850	* configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5851	* configure: Regenerate.
5852
58532009-04-01  Steve Ellcey  <sje@cup.hp.com>
5854
5855	* Makefil.def (languages): New entries.
5856	* Makefile.tpl (check-gcc-*): New generic target.
5857	* Makefile.in: Regenerate.
5858
58592009-03-25  Erven Rohou  <erven.rohou@inria.fr>
5860
5861	* MAINTAINERS:  Update my email address.
5862
58632009-03-18  Tom Tromey  <tromey@redhat.com>
5864
5865	* configure: Rebuild.
5866	* configure.ac (host_libs): Add libiconv.
5867	* Makefile.in: Rebuild.
5868	* Makefile.def (host_modules): Add libiconv.
5869	(configure-gdb, all-gdb): Depend on libiconv.
5870
58712009-03-16  Tristan Gingold  <gingold@adacore.com>
5872
5873	* configure.ac: Treat gdb as supported on x86_64-darwin.
5874	* configure: Regenerate.
5875
58762009-03-16  Joseph Myers  <joseph@codesourcery.com>
5877
5878	* configure.ac (--with-host-libstdcxx): New option.
5879	* configure: Regenerate.
5880
58812009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
5882
5883	* MAINTAINERS:  Move myself into the write after approval list.
5884
58852009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
5886
5887	* MAINTAINERS: Update e-mail address.
5888
58892009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
5890
5891	* MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5892
58932009-03-10  Ira Rosen  <irar@il.ibm.com>
5894
5895	* MAINTAINERS: Add myself as auto-vectorizer maintainer.
5896
58972009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5898
5899	Backport from git Libtool:
5900
5901	2009-01-19  Robert Millan  <rmh@aybabtu.com>
5902	Support GNU/kOpenSolaris.
5903	* libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5904	(_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5905	(_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5906	GNU/kOpenSolaris.
5907
59082009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
5909
5910	* MAINTAINERS: Update e-mail address.
5911
59122009-02-24  Michael Eager  <eager@eagercon.com>
5913
5914	* MAINTAINERS (Write After Approval): Add self.
5915
59162009-02-18  Bingfeng Mei  <bmei@broadcom.com>
5917
5918	* MAINTAINERS (Write After Approval): Add myself.
5919
59202009-02-05  Andreas Schwab  <schwab@suse.de>
5921
5922	* Makefile.tpl (stage_last): Define $r and $s before using
5923	$(RECURSE_FLAGS_TO_PASS).
5924	* Makefile.in: Regenerate
5925
59262009-01-30  Ian Lance Taylor  <iant@google.com>
5927
5928	* MAINTAINERS: Move myself to the Global Reviewers list.
5929
59302009-01-29  Robert Millan  <rmh@aybabtu.com>
5931
5932	* configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5933	* configure: Regenerate.
5934
59352009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
5936
5937	* MAINTAINERS: Make whitespace consistent.
5938	Remove Robert Millan from Write After Approval.
5939
59402009-01-16  Alan Modra  <amodra@bigpond.net.au>
5941
5942	* Makefile.def (configure-opcodes): Depend on configure-libiberty.
5943	(all-opcodes): Depend on all-libiberty.
5944	* Makefile.in: Regenerate.
5945
59462009-01-15  Douglas B Rupp  <rupp@gnat.com>
5947
5948	* configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5949	* configure: Regenerate.
5950
59512009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5952
5953	* MAINTAINERS (Write After Approval): Add myself.
5954
59552009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5956
5957	* MAINTAINERS: Add myself to reviewers (Fortran).
5958
59592009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5960
5961	PR tree-optimization/38515
5962	* configure.ac (cloog-polylib): Removed.
5963	(with_ppl, with_cloog): Test for "no".
5964	* configure: Regenerated.
5965
59662009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5967
5968	* MAINTAINERS: Moved myself to reviewers (Fortran).
5969
59702009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5971
5972	* MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5973	(Write After Approval): Remove myself.
5974
59752009-01-03  Diego Novillo  <dnovillo@google.com>
5976
5977	* MAINTAINERS: Remove myself from alias maintainership.
5978
59792009-01-02  David Ayers  <ayers@fsfe.org>
5980
5981	* MAINTAINERS: Update e-mail address.
5982
59832008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5984
5985	* MAINTAINERS: Make whitespace consistent.
5986
59872008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5988
5989	Backport from upstream Libtool:
5990	* libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5991	Add cache variables to tests that require the linker to work.
5992	For shlibpath_overrides_runpath, this also changes the semantics
5993	to let the result from the C compiler take precedence.
5994
59952008-12-02  Ben Elliston  <bje@au.ibm.com>
5996
5997	* config.sub, config.guess: Update from upstream sources.
5998
59992008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6000
6001	* configure.ac (ppllibs): Add by default the lib flags.
6002	* configure: Regenerate.
6003
60042008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6005
6006	* MAINTAINERS:  Add myself to the write after approval list.
6007
60082008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6009
6010	* configure.ac: Add double brackets on darwin[912].
6011	* configure: Regenerate.
6012
60132008-12-03  Daniel Kraft  <d@domob.eu>
6014
6015	* MAINTAINERS:  Moved myself and Mikael Morin from Write After
6016	Approval to Reviewer section (for Fortran front-end).
6017
60182008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6019
6020	* configure.ac: Expand to darwin10 and later.
6021	* configure: Regenerate.
6022
60232008-12-02  Andreas Schwab  <schwab@suse.de>
6024
6025	* Makefile.def: configure-target-boehm-gc depends on
6026	all-target-libstdc++-v3.
6027	* Makefile.in: Regenerate.
6028
60292008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6030
6031	* MAINTAINERS:  Add myself as mingw maintainer.
6032
60332008-12-02  Ben Elliston  <bje@au.ibm.com>
6034
6035	* config.sub, config.guess: Update from upstream sources.
6036
60372008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6038
6039	* README.SCO: Remove.
6040
60412008-11-29  Fernando Pereira  <pronesto@gmail.com>
6042
6043	* MAINTAINERS:  Add myself to the write after approval list.
6044
60452008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6046
6047	* MAINTAINERS:  Update my email address in WAA section.
6048
60492008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6050
6051	* MAINTAINERS: Update e-mail address.
6052
60532008-11-27  Toon Moene  <toon@moene.org>
6054
6055	* MAINTAINERS: Change e-mail address.
6056
60572008-11-27  Tristan Gingold  <gingold@adacore.com>
6058
6059	* configure.ac: Build gdb for i?86-*-darwin*
6060	* configure: Regenerated.
6061
60622008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6063
6064	* MAINTAINERS: Added my full name.
6065
60662008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6067
6068	PR bootstrap/38014
6069	PR bootstrap/37923
6070
6071	Revert:
6072
6073	2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6074
6075	* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6076	* Makefile.in: Regenerated.
6077
6078	2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6079
6080	PR gdb/921
6081	PR gdb/1646
6082	PR gdb/2175
6083	PR gdb/2176
6084
6085	* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6086	* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6087	(EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6088	(HOST_EXPORTS): Pass CPPFLAGS.
6089	(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6090	(LDFLAGS_FOR_TARGET): Initialize from configure script.
6091	(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6092	* Makefile.in, configure: Regenerated.
6093	* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6094	and CPPFLAGS_FOR_BUILD.
6095
60962008-11-06  Jeff Law  <law@redhat.com>
6097
6098	* MAINTAINERS: Add myself as middle end maintainer.
6099
61002008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6101
6102	* MAINTAINERS (Write after approval): Add myself.
6103
61042008-11-05  Diego Novillo  <dnovillo@google.com>
6105
6106	* MAINTAINERS (Global Reviewers): Add myself.
6107	(Non-Algorithmic Maintainers): Remove myself.
6108
61092008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6110
6111	* MAINTAINERS (Write after approval): Add myself.
6112
61132008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6114
6115	* MAINTAINERS (Write after approval): Add myself.
6116
61172008-10-31  Ben Elliston  <bje@au.ibm.com>
6118
6119	* configure.ac (spu-*-*): Remove special case.
6120	* configure: Regenerate.
6121
61222008-10-30  Catherine Moore  <clm@codesourcery.com>
6123
6124	* MAINTAINERS (Write after approval): Update my email address.
6125
61262008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6127
6128	* configure.ac [spu-*-*]: Do not set skipdirs.
6129	* configure: Re-generate.
6130
61312008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6132
6133	* MAINTAINERS (Various Maintainers): Add myself to reload.
6134
61352008-10-25  Richard Guenther  <rguenther@suse.de>
6136
6137	* MAINTAINERS (Various Maintainers): Add myself as middle-end
6138	maintainer.  Remove myself as libgcc-math maintainer.
6139	(Non-Algorithmic Maintainers): Remove myself.
6140
61412008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6142
6143	* Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6144	* Makefile.in: Regenerated.
6145
61462008-10-23  Cary Coutant  <ccoutant@google.com>
6147
6148	* MAINTAINERS (Write after approval): Add myself.
6149
61502008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6151
6152	PR gdb/921
6153	PR gdb/1646
6154	PR gdb/2175
6155	PR gdb/2176
6156
6157	* Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6158	* Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6159	(EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6160	(HOST_EXPORTS): Pass CPPFLAGS.
6161	(CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6162	(LDFLAGS_FOR_TARGET): Initialize from configure script.
6163	(EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6164	* Makefile.in, configure: Regenerated.
6165	* configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6166	and CPPFLAGS_FOR_BUILD.
6167
61682008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6169
6170	* MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6171	Sebastian Pop.
6172
61732008-10-14  Antoniu Pop	<antoniu.pop@gmail.com>
6174
6175	* MAINTAINERS (Write After Approval): Added myself.
6176
61772008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6178
6179	* configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6180	recommended version to 2.3.2.
6181
6182	* configure: Regenerate.
6183
61842008-10-01  Mark Mitchell  <mark@codesourcery.com>
6185
6186	* MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6187
61882008-09-29  David Daney	<david.daney@caviumnetworks.com>
6189
6190	* MAINTAINERS (Write After Approval): Update e-mail address.
6191
61922008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6193
6194	* libtool.m4: Update to libtool 2.2.6.
6195	* lt~obsolete.m4: Update to libtool 2.2.6.
6196	* ltmain.sh: Update to libtool 2.2.6.
6197	* ltsugar.m4: Update to libtool 2.2.6.
6198	* ltversion.m4: Update to libtool 2.2.6.
6199	* ltoptions.m4: Update to libtool 2.2.6.
6200	* ltgcc.m4: Update to match changes from libtool 2.2.6.
6201
62022008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6203
6204	* MAINTAINERS (Write After Approval): Add myself.
6205
62062008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6207
6208	* MAINTAINERS (Write After Approval): Update my name.
6209
62102008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6211
6212	* MAINTAINERS: Add myself in "Write After Approval".
6213
62142008-09-18  Steve Ellcey  <sje@cup.hp.com>
6215
6216	* MAINTAINERS: Add myself as ia64 maintainer.
6217
62182008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6219
6220	* MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6221	Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6222	Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6223	and Michael Tiemann from Write After Approval since they do not
6224	actually have access.
6225
62262008-09-05  Richard Guenther  <rguenther@suse.de>
6227
6228	* configure.ac: Initialize clooglibs to -lcloog.
6229	* configure: Re-generate.
6230
62312008-09-04  Le-Chun Wu  <lcwu@google.com>
6232
6233	* MAINTAINERS (Write After Approval): Add myself.
6234
62352008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6236
6237	* configure.ac (--with-cloog-polylib): New.
6238	(--disable-cloog-version-check): New.
6239	(--disable-ppl-version-check): New.
6240	* configure: Re-generate.
6241
62422008-09-03  Richard Guenther  <rguenther@suse.de>
6243
6244	* configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6245	cloog test.
6246	* configure: Re-generate.
6247
62482008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6249
6250	Add picoChip port.
6251	* MAINTAINERS: Add picoChip maintainers.
6252
62532008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6254	    Tobias Grosser  <grosser@fim.uni-passau.de>
6255	    Jan Sjodin  <jan.sjodin@amd.com>
6256	    Harsha Jagasia  <harsha.jagasia@amd.com>
6257	    Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6258	    Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6259	    Adrien Eliche  <aeliche@isty.uvsq.fr>
6260
6261	Merge from graphite branch.
6262	* configure: Regenerate.
6263	* Makefile.in: Regenerate.
6264	* configure.ac (host_libs): Add ppl and cloog.
6265	Add checks for PPL and CLooG.
6266	* Makefile.def (ppl, cloog): Added modules and dependences.
6267	* Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6268	(HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6269
62702008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6271
6272	* configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6273	(GCC_SHLIB_SUBDIR): New.
6274	* Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6275	* configure: Regenerate.
6276	* Makefile.in: Regenerate.
6277
62782008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6279
6280	* MAINTAINERS: Consistently use tabs to separate columns.
6281
62822008-08-29  Tristan Gingold  <gingold@adacore.com>
6283
6284	* MAINTAINERS (Write after Approval): Add myself.
6285
62862008-08-28  Tristan Gingold  <gingold@adacore.com>
6287
6288	* configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6289	Enable bfd, binutils and opcodes.
6290	* configure: Regenerate.
6291
62922008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6293
6294	* MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6295
62962008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6297
6298	* MAINTAINERS:  Use correct Umlaut for last name.
6299
63002008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6301
6302	* MAINTAINERS: Move myself from Reviewers to Write after Approval.
6303
63042008-08-16  David Edelsohn  <edelsohn@gnu.org>
6305
6306	* MAINTAINERS: Update my email address.
6307
63082008-08-16  Nicolas Roche  <roche@adacore.com>
6309
6310	* Makefile.tpl: Add BOOT_ADAFLAGS.
6311	* Makefile.in: Regenerate.
6312
63132008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
6314
6315	* configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6316	* configure: Regenerate.
6317
63182008-07-30  Paolo Bonzini  <bonzini@gnu.org>
6319
6320	* configure.ac: Add makefile fragments for hpux.
6321	* Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6322	* Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6323	* configure: Regenerate.
6324	* Makefile.in: Regenerate.
6325
63262008-07-28  Aldy Hernandez  <aldyh@redhat.com>
6327
6328	* MAINTAINERS: Add Jakub and myself as gimple maintainers.
6329
63302008-07-11  Dodji Seketeli  <dseketel@redhat.com>
6331
6332	* MAINTAINERS (Write after Approval): Add myself.
6333
63342008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
6335
6336	* MAINTAINERS (Write After Approval):  Add myself.
6337
63382008-06-29  Andrew Jenner  <andrew@codesourcery.com>
6339
6340	* MAINTAINERS (Write After Approval):  Add myself.
6341
63422008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
6343
6344	* MAINTAINERS: Update my email address.
6345
63462008-06-25  Joey Ye  <joey.ye@intel.com>
6347
6348	* MAINTAINERS (Write After Approval):  Add myself.
6349
63502008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6351
6352	* Makefile.tpl ($(srcdir)/configure): Update dependencies.
6353	* Makefile.in: Regenerate.
6354	* configure: Regenerate.
6355
63562008-06-17  Daniel Kraft  <d@domob.eu>
6357
6358	* MAINTAINERS (Write After Approval):  Add myself.
6359
63602008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6361
6362	* configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6363	"$@" is still intact with both Autoconf 2.59 and 2.62.
6364	* configure: Regenerate.
6365
63662008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6367
6368	* Makefile.tpl: Fix comment errors.
6369	* Makefile.in: Regenerate.
6370
63712008-06-12  David S. Miller  <davem@davemloft.net>
6372	    David Edelsohn  <edelsohn@gnu.org>
6373
6374	* configure.ac: Add powerpc*-*-* to gold supported targets.
6375	* configure: Regenerate.
6376
63772008-06-08  Joseph Myers  <joseph@codesourcery.com>
6378
6379	PR tree-optimization/36218
6380	* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6381	* Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6382	(all prefix="build-"): Pass them to build-system sub-makes.
6383	* Makefile.in: Regenerate.
6384
63852008-06-07  Joseph Myers  <joseph@codesourcery.com>
6386
6387	* MAINTAINERS (mt port): Remove.
6388	(sco5, unixware, sco udk): Remove.
6389	(Kean Johnston): Add to Write After Approval.
6390
63912008-05-30  Julian Brown  <julian@codesourcery.com>
6392
6393	* configure.ac (arm*-*-linux-gnueabi): Don't disable building
6394	of libobjc for ARM EABI Linux.
6395	* configure: Regenerate.
6396
63972008-05-18  Xinliang David Li   <davidxl@google.com>
6398
6399	* ChangeLog: Remove wrong ChangeLog entry.
6400
64012008-05-17  Xinliang David Li   <davidxl@google.com>
6402
6403	* MAINTAINERS (Write After Approval): Add myself.
6404
64052008-05-15  Janus Weil  <janus@gcc.gnu.org>
6406
6407	* MAINTAINERS (Write After Approval): Add myself.
6408
64092008-05-14  Rafael Espíndola  <espindola@google.com>
6410
6411	* config-ml.in: don't handle --enable-shared and --enable-static.
6412
64132008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
6414
6415	* MAINTAINERS: Update my email address.
6416
64172008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
6418
6419	* MAINTAINERS: Update my email address.
6420
64212008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
6422
6423	* MAINTAINERS (Write After Approval): Add myself.
6424
64252008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
6426
6427	* MAINTAINERS (Write After Approval): Add myself.
6428
64292008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
6430
6431	* MAINTAINERS (crx): Add myself.
6432
64332008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6434
6435	Sync with src:
6436	2008-04-14  David S. Miller  <davem@davemloft.net>
6437
6438	* configure.ac: Add sparc*-*-* to gold supported targets.
6439	* configure: Regenerate.
6440
64412008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6442
6443	PR bootstrap/35457
6444	* configure.ac: Include override.m4.
6445	* configure: Regenerate.
6446
64472008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6448
6449	* Makefile.tpl (restrap): Call `make all' using double-colon rules.
6450	* Makefile.in: Regenerate.
6451
64522008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
6453
6454	* configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6455	as nonconfigurable directories list.
6456	* configure: Regenerate.
6457
64582008-04-14  Ben Elliston  <bje@au.ibm.com>
6459
6460	* config.sub, config.guess: Update from upstream sources.
6461
64622008-04-12  Hans-Peter Nilsson  <hp@axis.com>
6463
6464	* Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6465	* Makefile.in: Regenerate.
6466
64672008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
6468
6469	* configure.ac: Do not build libssp for the AVR.
6470	* configure: Regenerate.
6471
64722008-04-07  Ian Lance Taylor  <iant@google.com>
6473
6474	* Makefile.def: check-gold depends upon all-binutils.
6475	* Makefile.in: Regenerate.
6476
64772008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
6478
6479	* MAINTAINERS (Write After Approval): Add myself.
6480
64812008-04-04  Nick Clifton  <nickc@redhat.com>
6482
6483	PR binutils/4334
6484	* configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6485	builds.
6486	* configure: Regenerate.
6487
64882008-04-04  NightStrike  <NightStrike@gmail.com>
6489
6490	PR other/35151
6491	* configure.ac: Combine rules for mingw32 and mingw64.
6492	* configure: Regenerate.
6493
64942008-04-02  Kai Tietz  <kai.tietz@onvision.com>
6495
6496	* MAINTAINERS (Write After Approval): Add myself.
6497
64982008-04-01  Seongbae Park  <seongbae.park@gmail.com>
6499
6500	* Makefile.tpl (.NOTPARALLEL): Revert previous change.
6501	* Makefile.in (.NOTPARALLEL): Ditto.
6502
65032008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
6504
6505	* MAINTAINERS (Write After Approval): Add myself.
6506
65072008-03-31  Seongbae Park  <seongbae.park@gmail.com>
6508
6509	* Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6510	* Makefile.in (.NOTPARALLEL): Regenerate.
6511
65122008-03-27  Paolo Bonzini  <bonzini@gnu.org>
6513
6514	* Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6515	* Makefile.in: Regenerate.
6516
65172008-03-26  Jakub Staszak  <kuba@et.pl>
6518
6519	* MAINTAINERS (Write After Approval): Add myself.
6520
65212008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6522
6523	* MAINTAINERS:  Update e-mail address.
6524
65252008-03-20  Ian Lance Taylor  <iant@google.com>
6526
6527	* configure.ac: Add support for --enable-gold.
6528	* Makefile.def: Add gold as a directory like ld.
6529	* configure, Makefile.in: Regenerate.
6530
65312008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6532
6533	* configure.ac: m4_include config/proginstall.m4.
6534	* configure: Regenerate.
6535
6536	Backport from upstream Libtool:
6537
6538	2007-10-12  Eric Blake  <ebb9@byu.net>
6539
6540	Deal with Autoconf 2.62's semantic change in m4_append.
6541	* ltsugar.m4 (lt_append): Replace broken versions of
6542	m4_append.
6543	(lt_if_append_uniq): Don't require separator to be overquoted,
6544	and avoid broken m4_append.
6545	(lt_dict_add): Fix typo.
6546	* libtool.m4 (_LT_DECL): Don't overquote separator.
6547
65482008-03-13  David Edelsohn  <edelsohn@gnu.org>
6549
6550	* config.rpath: Add AIX 6 support.
6551
65522008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6553
6554	* Makefile.def (stageprofile).  Remove -fprofile-generate
6555	from stage_libcflags.
6556	* Makefile.in: Regenerate.
6557
65582008-03-13  Ben Elliston  <bje@au.ibm.com>
6559
6560	* config.sub, config.guess: Update from upstream sources.
6561
65622008-03-06  Tom Tromey  <tromey@redhat.com>
6563
6564	* MAINTAINERS: Update for treelang deletion.
6565
65662008-03-03  James E. Wilson  <wilson@tuliptree.org>
6567
6568	* MAINTAINERS: Update my email address.
6569
65702008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6571
6572	* MAINTAINERS (darwin port): Add myself as a maintainer.
6573	(objective-c/c++): Add myself as a maintainer.
6574
65752008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6576
6577	* MAINTAINERS (Write After Approval): Update my email address.
6578
65792008-02-25  Tomas Bily  <tbily@suse.cz>
6580
6581	* MAINTAINERS (Write After Approval): Add myself.
6582
65832008-02-23  Jakub Jelinek  <jakub@redhat.com>
6584
6585	* MAINTAINERS (OpenMP): Add myself.
6586
65872008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6588
6589	PR bootstrap/32009
6590	PR bootstrap/32161
6591
6592	* configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6593	* configure: Regenerate.
6594
6595	* Makefile.def: Define stage_libcflags for all bootstrap stages.
6596	* Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6597	STAGE4_LIBCFLAGS): New.
6598	(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6599	$(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6600	(BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6601	(EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6602	(configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6603	for target modules.  Don't export LIBCFLAGS.
6604	(all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6605	$(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6606	the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6607	(invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6608	$(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6609	* Makefile.in: Regenerate.
6610
66112008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6612
6613	PR libgcj/33085
6614	* libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6615	Do not use -DDLL_EXPORT.  Backport from upstream.
6616
66172008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6618
6619	* MAINTAINERS (Write After Approval): Add myself.
6620
66212008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6622
6623	* configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6624	* configure: Regenerate.
6625
66262008-01-31  Marc Gauthier  <marc@tensilica.com>
6627
6628	* configure.ac (xtensa*-*-*): Recognize processor variants.
6629	* configure: Regenerate.
6630
66312008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6632
6633	PR bootstrap/34922
6634	* configure.ac (PARSE_ARGS): Push suitable setting of
6635	ac_subdirs_all, for `./configure --help=recursive'.
6636	Handle `+' in generic toplevel directory disabling.
6637	* configure: Regenerate.
6638
66392008-01-28  Nick Clifton  <nickc@redhat.com>
6640
6641	* MAINTAINERS (xstormy16): Take over maintainership.
6642
66432008-01-25  Joseph Myers  <joseph@codesourcery.com>
6644
6645	* MAINTAINERS (c4x port): Remove.
6646
66472008-01-24  David Edelsohn  <edelsohn@gnu.org>
6648
6649	* libtool.m4: Backport AIX 6 support from ToT Libtool.
6650
66512008-01-23  Ben Elliston  <bje@au.ibm.com>
6652
6653	* config.sub, config.guess: Update from upstream sources.
6654
66552008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6656
6657	* MAINTAINERS (Write After Approval): Add myself.
6658
66592008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6660
6661	* MAINTAINERS: Update my email address.
6662
66632008-01-09  Raksit Ashok  <raksit@google.com>
6664
6665	* MAINTAINERS (Write After Approval): Add myself.
6666
66672008-01-09  Raksit Ashok  <raksit@google.com>
6668
6669	* MAINTAINERS (Write After Approval): Add myself.
6670
66712008-01-08  Ben Elliston  <bje@au.ibm.com>
6672
6673	* config.sub, config.guess: Update from upstream sources.
6674
66752007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6676
6677	* configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6678	Change recommended MPFR from 2.2.1 -> 2.3.0.
6679	* configure: Regenerate.
6680
66812007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6682
6683	* MAINTAINERS: Update my email address.
6684
66852007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6686
6687	* MAINTAINERS: Update my email address.
6688
66892007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6690
6691	* Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6692	(CXXFLAGS_FOR_TARGET): Add -O2 -g.
6693	* Makefile.in: Regenerate.
6694
66952007-12-10  Mark Heffernan  <meheff@google.com>
6696
6697	* MAINTAINERS (Write After Approval): Add myself and alphabetize two
6698	misplaced entries.
6699
67002007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6701
6702	* configure.ac: Enable libjava for x86_64-*-darwin9.
6703	* configure: Regenerate.
6704
67052007-12-07  Bill Maddox  <maddox@google.com>
6706
6707	* MAINTAINERS (Write After Approval): Add myself.
6708
67092007-12-05  Ben Elliston  <bje@au.ibm.com>
6710
6711	* config.sub, config.guess: Update from upstream sources.
6712
67132007-12-02  Matthias Klose  <doko@ubuntu.com>
6714
6715	* config-ml.in: Remove 64bit configure tests.
6716
67172007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6718
6719	* config-ml.in: Robustify against white space in absolute file
6720	names.
6721
6722	* config-ml.in (multi-clean): Substitute ${Makefile}.
6723	Remove superfluous ${Makefile} in list.
6724
67252007-11-19  Thiemo Seufer  <ths@mips.com>
6726
6727	* config-ml.in: Don't hardcode the Makefile name.
6728
67292007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6730
6731	* MAINTAINERS (Write After Approval): Add myself.
6732
67332007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6734
6735	* MAINTAINERS (Write After Approval): Add myself.
6736
67372007-11-06  Doug Kwan  <dougkwan@google.com>
6738
6739	* MAINTAINERS (Write After Approval): Add myself.
6740
67412007-10-25  Ben Elliston  <bje@au.ibm.com>
6742
6743	* MAINTAINERS (mercury): Remove entry.
6744	(Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6745
67462007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6747
6748	* Makefile.def (dependencies): Make configure-gdb depend on
6749	all-intl.
6750	* Makefile.in: Regenerated.
6751
67522007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
6753
6754	* MAINTAINERS (Fortran maintainer): Remove myself.
6755
67562007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
6757
6758	* Makefile.def: To avoid problems running with parallel makes,
6759	build newlib before libgloss so that target specific header
6760	files are availble.
6761	* Makefile.in: Regenerate
6762
67632007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6764
6765	* Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6766	* Makefile.in: Regenerate.
6767
67682007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
6769
6770	* MAINTAINERS (Register allocation reviewer): Add myself.
6771
67722007-10-08  Mike Frysinger  <vapier@gentoo.org>
6773
6774	* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6775	LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6776	Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
6777	LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6778	* configure: Regenerate.
6779
67802006-10-04  Seongbae Park  <seongbae.park@gmail.com>
6781
6782	* MAINTAINERS (Register allocation reviewer): Add myself.
6783
67842007-10-01  Paolo Bonzini  <bonzini@gnu.org>
6785
6786	* Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6787	DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6788	LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6789	WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6790	* configure.ac: Default them to host tools for $host = $build.
6791	Subst them.
6792
6793	* configure: Regenerate.
6794	* Makefile.in: Regenerate.
6795
67962006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
6797
6798	* MAINTAINERS (Register allocation reviewer): Add myself.
6799
68002006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
6801
6802	* MAINTAINERS (Register allocation reviewer): Add myself.
6803
68042007-09-21  Seongbae Park  <seongbae.park@gmail.com>
6805
6806	* MAINTAINERS (Write After Approval): Fix typo.
6807
68082007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
6809
6810	* configure.ac (mipsisa*-*-elfoabi*): New stanza.
6811	* configure: Regenerate.
6812
68132007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
6814
6815	PR bootstrap/31906
6816	* libtool-ldflags: Don't prefix arguments with -Xcompiler if
6817	they're already prefixed.
6818
68192007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
6820
6821	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6822	libstdc++.
6823	* Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6824	* configure: Regenerate.
6825	* Makefile.in: Regenerate.
6826
68272007-09-17  Andreas Schwab  <schwab@suse.de>
6828
6829	* configure.ac: Raise minimum makeinfo version to 4.6.
6830	* configure: Regenerate.
6831
68322007-09-17  Johannes Singler  <singler@ira.uka.de>
6833
6834	* MAINTAINERS (write-after-approval) add myself
6835
68362007-09-15  Alan Modra  <amodra@bigpond.net.au>
6837
6838	* configure.ac: Correct makeinfo version check.
6839	* configure: Regenerate.
6840
68412007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
6842
6843	* MAINTAINERS: Update my email address.
6844
68452007-09-14  Richard Sandiford  <richard@codesourcery.com>
6846
6847	* configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
6848	to $skipdirs and only disable gprof for newlib.  Use the normal
6849	mips*-elf* handling in other respects.
6850	* configure: Regnerate.
6851
68522007-09-12  David Daney  <ddaney@avtrex.com>
6853
6854	* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6855	enabling libgcj.
6856	* configure: Regenerate.
6857
68582007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6859
6860	PR other/32154
6861	* configure.ac: For libgloss targets, point the linker to the linker
6862	script, startup code and simulator library.
6863	* configure: Regenerate.
6864
68652007-09-07  Andrew Haley  <aph@redhat.com>
6866
6867	* configure.ac (noconfigdirs): Remove target-libffi and
6868	target-libjava.
6869	* configure: Regenerate.
6870
68712007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6872
6873	PR target/33281
6874	* configure.ac: Use config/mh-mingw on mingw.
6875	* configure: Regenerate.
6876
68772007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
6878
6879	* MAINTAINERS (Write After Approval): Add myself.
6880
68812007-09-05  Richard Guenther  <rguenther@suse.de>
6882
6883	* configure.ac (--enable-stage1-checking): If neither --enable-checking
6884	nor --disable-checking is provided also turn on yes and types
6885	checking for stage1.
6886	* configure: Re-generate.
6887
68882007-08-30  Krister Walfridsson  <cato@df.lth.se>
6889
6890	* MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6891	(Write After Approval): Remove myself.
6892
68932007-08-29  Nick Clifton  <nickc@redhat.com>
6894
6895	* config.sub, config.guess: Update from upstream sources.
6896
68972007-08-22  Bud Davis  <jmdavis@link.com>
6898
6899	* MAINTAINERS (Write After Approval): Added myself.
6900	* MAINTAINERS (Reviewers): Removed myself.
6901
69022007-08-18  Paul Brook  <paul@codesourcery.com>
6903	    Joseph Myers  <joseph@codesourcery.com>
6904
6905	* Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6906	(CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6907	* Makefile.in: Regenerate.
6908	* configure.ac (--with-debug-prefix-map): New.
6909	* configure: Regenerate.
6910
69112007-08-17  Richard Sandiford  <richard@codesourcery.com>
6912	    Nigel Stephens  <nigel@mips.com>
6913
6914	* configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
6915	as target_makefile_frag.
6916	* configure: Regenerate.
6917
69182007-08-16  Alexandre Oliva  <aoliva@redhat.com>
6919
6920	* Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6921	Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
6922	(bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6923	* Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6924	(do-compare, do-compare3, do-compare-debug): New.
6925	([+compare-target+]): Use them.
6926
69272007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
6928
6929	* MAINTAINERS (Write After Approval): Change my email address.
6930
69312007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6932	    Ben Elliston  <bje@au.ibm.com>
6933
6934	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6935	--silent if $silent.
6936	* configure: Regenerate.
6937
69382003-08-12  Zdenek Dvorak  <ook@ucw.cz>
6939
6940	* MAINTAINERS (Various Maintainers): Add myself as
6941	loop infrastructure maintainer.  Update my e-mail
6942	address.
6943
69442007-07-31  Diego Novillo  <dnovillo@google.com>
6945
6946	* MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6947	Adjust description.
6948
69492007-07-26  Richard Guenther  <rguenther@suse.de>
6950
6951	* configure.ac: Add types checking to stage1 checking flags.
6952	* configure: Regenerate.
6953
69542007-07-17  Nick Clifton  <nickc@redhat.com>
6955
6956	* COPYING3: New file.  Contains version 3 of the GNU General
6957	Public License.
6958	* COPYING3.LIB: New file.  Contains version 3 of the GNU
6959	Lesser General Public License.
6960
69612007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6962
6963	* MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6964
69652007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6966
6967	* MAINTAINERS (S/390 co-maintainer): Add myself.
6968	(Write After Approval): Remove myself.
6969
69702007-07-13  Dan Hipschman  <dsh@google.com>
6971
6972	* MAINTAINERS (Write After Approval): Add myself.
6973
69742007-07-11  Nick Clifton  <nickc@redhat.com>
6975
6976	* Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6977	WINDRES export.
6978	* Makefile.in: Regenerate.
6979
69802007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6981
6982	* MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6983	maintainer.
6984
69852007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6986
6987	* lt~obsolete.m4: New. Import from 20070318 libtool.
6988
69892007-07-03  Julian Brown  <julian@codesourcery.com>
6990
6991	* MAINTAINERS (Write After Approval): Add myself.
6992
69932007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6994
6995	* configure.ac: Rewrite 'configure --help' strings to look nicer.
6996	* configure: Regenerate.
6997
69982007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6999
7000	* configure.ac: Add some missing m4 quotation.
7001	* configure: Regenerate.
7002
70032007-07-02  Simon Baldwin  <simonb@google.com>
7004
7005	* MAINTAINERS (Write After Approval): Add myself.
7006
70072007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7008
7009	* configure: Regenerate.
7010
70112007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7012
7013	* Makefile.def: Add windmc tool to build.
7014	* Makefile.tpl: Likewise.
7015	* configure.ac: Likewise.
7016	* Makefile.in: Regenerate.
7017	* configure: Regenerate.
7018
70192007-06-28  DJ Delorie  <dj@redhat.com>
7020
7021	* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7022	not building newlib.
7023	* configure: Regenerated.
7024
70252007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7026
7027	* MAINTAINERS (Write After Approval): Add myself.
7028
70292007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7030
7031	* MAINTAINERS (Write After Approval): Add myself.
7032
70332007-06-19  Chris Matthews  <chrismatthews@google.com>
7034
7035	* MAINTAINERS (Write After Approval): Add myself.
7036
70372007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7038
7039	* MAINTAINERS (Write After Approval): Add myself.
7040
70412007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7042
7043	* Makefile.def: Add dependency from configure-gdb to all-bfd.
7044	* Makefile.in: Regenerated.
7045
70462007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7047
7048	* configure.ac: Don't add target-libmudflap to noconfigdirs for
7049	bfin*-*-uclinux* targets.
7050	* configure: Regenerate.
7051
70522007-06-14  Ian Lance Taylor  <iant@google.com>
7053
7054	* MAINTAINERS: Add myself as non-algorithmic global write
7055	maintainer.
7056
70572007-06-14  Diego Novillo  <dnovillo@google.com>
7058
7059	* MAINTAINERS: Add self as middle-end maintainer and
7060	non-algorithmic global write maintainer.
7061
70622007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7063
7064	* MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7065	Move all Fortran maintainers except Paul Brook into the
7066	Non-Autopoiesis section.
7067
70682007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7069
7070	* Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7071	(distclean-stage[+id+]): Possibly delete stage_last.
7072	* Makefile.in: Regenerate.
7073
70742007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7075
7076	* MAINTAINERS (Various Maintainer): Fix typo.
7077
70782007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7079
7080	* MAINTAINERS (Various Maintainer): Add myself as
7081	dataflow maintainer.
7082
70832007-06-07  Ben Elliston  <bje@au.ibm.com>
7084
7085	* config.sub, config.guess: Update from upstream sources.
7086
70872007-06-07  Ben Elliston  <bje@au.ibm.com>
7088
7089	* Makefile.tpl: Fix spelling error.
7090	* Makefile.in: Regenerate.
7091
70922007-06-01  Steve Ellcey  <sje@cup.hp.com>
7093
7094	* libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7095	lt_cv_sys_max_cmd_len.
7096
70972007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7098
7099	* MAINTAINERS (Various Maintainers): Add myself as
7100	auto-vectorizer maintainer.
7101
71022003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7103
7104	PR libjava/32098
7105	* libtool.m4: Revert previous change.
7106	* ltgcc.m4: Put it here.
7107
71082003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7109
7110	* MAINTAINERS (Various Maintainers): Add myself as
7111	auto-vectorizer maintainer.
7112
71132007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7114
7115	PR libjava/32098
7116	* libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7117
71182007-05-30  Richard Guenther  <rguenther@suse.de>
7119
7120	* MAINTAINERS (Various Maintainers): Add myself as
7121	auto-vectorizer maintainer.
7122
71232007-05-30  Jakub Jelinek  <jakub@redhat.com>
7124
7125	PR bootstrap/29382
7126	* configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7127	* configure: Rebuilt.
7128
71292007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7130
7131	* MAINTAINERS (Write After Approval): Removed my name.
7132
71332007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7134
7135	* MAINTAINERS (Write After Approval): Remove myself.
7136
71372007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7138
7139	* ltmain.sh: Fix Darwin verstring, remove ${wl}.
7140
71412007-05-23  Steve Ellcey  <sje@cup.hp.com>
7142
7143	* ltmain.sh: Update from ToT Libtool.
7144	* libtool.m4: Update from ToT Libtool.
7145	* ltsugar.m4: New. Update from ToT Libtool.
7146	* ltversion.m4: New. Update from ToT Libtool.
7147	* ltoptions.m4: New. Update from ToT Libtool.
7148	* ltconfig: Remove.
7149	* ltcf-c.sh: Remove.
7150	* ltcf-cxx.sh: Remove.
7151	* ltcf-gcj.sh: Remove.
7152
71532007-05-22  Ollie Wild  <aaw@google.com>
7154
7155	* MAINTAINERS (Write After Approval): Add myself.
7156
71572007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7158
7159	* Makefile.def (bootstrap_stage): Replace stage_make_flags with
7160	stage_cflags.
7161	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7162	Remove CFLAGS/LIBCFLAGS.
7163	(configure-stage[+id+]-[+prefix+][+module+],
7164	all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7165	* Makefile.in: Regenerate.
7166
71672007-05-15  Diego Novillo  <dnovillo@google.com>
7168
7169	* MAINTAINERS: Update e-mail address.
7170
71712007-05-15  Revital Eres  <eres@il.ibm.com>
7172
7173	* MAINTAINERS (Write After Approval): Add myself.
7174
71752007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7176
7177	* MAINTAINERS (Write After Approval): Updated my address.
7178
71792007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7180
7181	* MAINTAINERS (Write After Approval): Add myself.
7182
71832007-05-11  Silvius Rus  <rus@google.com>
7184
7185	* MAINTAINERS (Write After Approval): Add myself.
7186
71872007-04-23  Tom Tromey  <tromey@redhat.com>
7188
7189	* MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7190
71912007-04-22  Mark Mitchell  <mark@codesourcery.com>
7192
7193	* MAINTAINERS (cpplib): Rename to ...
7194	(libcpp): ... this.  Add C/C++ front end maintainers.
7195
71962007-04-14  Steve Ellcey  <sje@cup.hp.com>
7197
7198	* config-ml.in: Pass ${ml_config_env} to configure calls.
7199
72002007-04-04  Christian Bruel  <christian.bruel@st.com>
7201
7202	* MAINTAINERS (Write After Approval): Add myself.
7203
72042007-04-02  Dave Korn  <dave.korn@artimi.com>
7205
7206	* MAINTAINERS (Write After Approval): Add myself.
7207
72082007-03-31  Tobias Burnus  <burnus@net-b.de>
7209
7210	* MAINTAINERS (fortran 95 front end): Add myself.
7211
72122007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7213
7214	* MAINTAINERS (Write After Approval): Add myself.
7215
72162007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7217
7218	* MAINTAINERS (Modulo Scheduler): Add myself.
7219
72202007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7221
7222	* MAINTAINERS (fortran 95 front end): Add myself.
7223	(c++ front end): whitespace fix.
7224
72252007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7226
7227	* MAINTAINERS (Write After Approval): Add myself.
7228
72292007-03-21  Richard Sandiford  <richard@codesourcery.com>
7230
7231	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7232	of glob.  Quote arguments with single quotes too.
7233	* configure: Regenerate.
7234
72352007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7236
7237	* Makefile.def (fixincludes): Remove unneeded "missing" lines.
7238	* Makefile.in: Regenerate
7239
72402007-03-07  Andreas Schwab  <schwab@suse.de>
7241
7242	* configure: Regenerate.
7243
72442007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7245
7246	* configure.ac: Add "--with-pdfdir" configure option,
7247	which defines pdfdir variable.
7248	* Makefile.def (target=fixincludes): Add install-pdf to
7249	missing targets.
7250	(recursive_targets): Add install-pdf target.
7251	(flags_to_pass): Add pdfdir.
7252	* Makefile.tpl: Add pdfdir handling, add do-install-pdf
7253	target.
7254	* configure: Regenerate
7255	* Makefile.in: Regenerate
7256
72572007-02-28  Eric Christopher  <echristo@apple.com>
7258
7259	Revert:
7260	2006-12-07  Mike Stump  <mrs@apple.com>
7261
7262	* Makefile.def (dependencies): Add dependency for
7263	install-target-libssp and install-target-libgomp on
7264	install-gcc.
7265	* Makefile.in: Regenerate.
7266
72672007-02-27  Matt Kraai  <kraai@ftbfs.org>
7268
7269	* configure: Regenerate.
7270	* configure.ac: Move statements after variable declarations.
7271
72722007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7273
7274	* MAINTAINERS: Add myself as sh maintainer.
7275
72762007-02-19  Joseph Myers  <joseph@codesourcery.com>
7277
7278	* configure.ac: Adjust for loop syntax.
7279	* configure: Regenerate.
7280
72812007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7282
7283	* configure: Rebuilt.
7284
72852007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7286
7287	* configure.ac: Drop multiple occurrences of --enable-languages,
7288	and fix its quoting.
7289	* configure: Rebuilt.
7290
72912007-02-17  Mark Mitchell  <mark@codesourcery.com>
7292	    Nathan Sidwell  <nathan@codesourcery.com>
7293	    Vladimir Prus  <vladimir@codesourcery.com>
7294	    Joseph Myers  <joseph@codesourcery.com>
7295
7296	* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7297	* configure: Regenerate.
7298
72992007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7300
7301	* ltconfig (freebsd*): Default to elf.
7302
73032007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7304
7305	* configure.ac (target_libraries): Move libgcc before libiberty.
7306	* configure: Regenerated.
7307
73082007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7309	    Paolo Bonzini  <bonzini@gnu.org>
7310
7311	PR bootstrap/30753
7312	* configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
7313	unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
7314	* configure: Regenerated.
7315
73162007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7317
7318	* MAINTAINERS (Language Front End Maintainers): Update my mail
7319	address.
7320
73212007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7322
7323	PR bootstrap/30748
7324	* configure.ac: Correct syntax for Solaris ksh.
7325	* configure: Regenerated.
7326
73272007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7328
7329	* configure.ac: Sync with src.
7330	* configure: Regenerate.
7331
73322007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7333
7334	* Makefile.in: Regenerate.
7335
73362007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7337
7338	* config.sub: Sync with src.
7339
73402007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7341
7342	* Makefile.tpl (build_alias, host_alias, target_alias): Use
7343	noncanonical equivalents.
7344	* configure.in: Rename to...
7345	* configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
7346	AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
7347	target_noncanonical.  Use them.  Rewrite removal of configure
7348	arguments for autoconf 2.59.  Discard variable settings.  Force
7349	program_transform_name for native tools.
7350
7351	* Makefile.in: Regenerated.
7352	* configure: Regenerated with autoconf 2.59.
7353
73542007-02-07  Roman Zippel  <zippel@linux-m68k.org>
7355
7356	* MAINTAINERS (Write After Approval): Add myself.
7357
73582007-01-31  Andreas Schwab  <schwab@suse.de>
7359
7360	* Makefile.tpl (LDFLAGS): Substitute it.
7361	* Makefile.in: Regenerate.
7362
73632007-01-30  Andrey Belevantsev  <abel@ispras.ru>
7364
7365	* MAINTAINERS (Write After Approval): Add myself.
7366
73672007-01-28  David Edelsohn  <edelsohn@gnu.org>
7368
7369	* MAINTAINERS (spu port): Add myself.
7370
73712007-01-23  Richard Guenther  <rguenther@suse.de>
7372
7373	PR bootstrap/30541
7374	* Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7375	* Makefile.tpl (GNATBIND): Substitute it.
7376	(GNATMAKE): Likewise.
7377	(POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7378	of STAGE_PREFIX.
7379	* Makefile.in: Regenerate.
7380	* configure: Regenerate.
7381
73822007-01-18  Mike Stump  <mrs@apple.com>
7383
7384	* configure.in: Re-enable -Werror for gcc builds.
7385
73862007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
7387
7388	* MAINTAINERS (Write After Approval): Add myself.
7389
73902007-01-11  Paolo Bonzini  <bonzini@gnu.org>
7391
7392	* configure.in: Change == to = in test command.
7393	* configure: Regenerate.
7394
73952007-01-11  Paolo Bonzini  <bonzini@gnu.org>
7396	    Nick Clifton  <nickc@redhat.com>
7397	    Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
7398
7399	* configure.in (build_configargs, host_configargs, target_configargs):
7400	Remove build/host/target parameters.
7401	(host_libs): Add gmp and mpfr.
7402	(GMP tests): Reorganize to allow in-tree GMP/MPFR.
7403	* Makefile.def (gmp, mpfr): New.
7404	(gcc): Remove target.
7405	* Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
7406	target_os, target_vendor): New.
7407	(configure): Add host_alias/target_alias arguments; adjust invocations.
7408	* configure: Regenerate.
7409	* Makefile.in: Regenerate.
7410
74112007-01-11  Matt Fago  <fago@earthlink.net>
7412
7413	* configure.in: Try to link to functions only in mpfr 2.2.x
7414	to improve robustness of configure tests.
7415	* configure: Regenerate.
7416
74172007-01-09  Uros Bizjak  <ubizjak@gmail.com>
7418
7419	* MAINTAINERS: Add myself as i386 maintainer.
7420
74212007-01-08  Jan Hubicka  <jh@suse.cz>
7422
7423	* MAINTAINERS: Add myself as i386 maintainer.
7424
74252007-01-08  Kai Tietz	<kai.tietz@onevision.com>
7426
7427	* configure.in: Add support for an x86_64-mingw* target.
7428	* configure: Regenerate.
7429
74302007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
7431
7432	* Makefile.tpl (all-target): Correct @if conditional for target
7433	modules.
7434	* configure.in: Omit libiberty if building only target libgcc.
7435	* configure, Makefile.in: Regenerated.
7436
74372007-01-04  Paolo Bonzini  <bonzini@gnu.org>
7438
7439	* configure.in: Use DEV-PHASE to detect default for --enable-werror.
7440	* configure: Regenerate.
7441
74422007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7443
7444	* Makefile.def (target_modules): Add libgcc.
7445	(lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
7446	* Makefile.tpl (clean-target-libgcc): Delete.
7447	(configure-target-[+module+]): Emit --disable-bootstrap dependencies
7448	on gcc even for bootstrapped modules.  Rewrite handling of
7449	lang_env_dependencies to loop over target_modules.
7450	* configure.in (target_libraries): Add target-libgcc.
7451	* Makefile.in, configure: Regenerated.
7452
74532006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7454
7455	* configure.in: Reorganize recognition of languages.  Add
7456	--enable-stage1-languages.  Show supported languages for the chosen
7457	target rather than all recognized languages.
7458	* configure: Regenerate.
7459
74602006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7461
7462	* Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7463	* Makefile.in: Regenerate.
7464
74652006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7466
7467	* configure.in: Warn that MPFR 2.2.0 is buggy.
7468	* configure: Regenerate.
7469
74702006-12-27  Ian Lance Taylor  <iant@google.com>
7471
7472	* configure.in: When removing Makefiles to force a reconfigure, also
7473	remove prev-DIR*/Makefile.
7474	* configure: Regenerate.
7475
74762006-12-22  Andreas Schwab  <schwab@suse.de>
7477
7478	* configure: Regenerate with correct autoconf version.
7479
74802006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
7481
7482	* configure.in: add AC_SUBST for *_FOR_TARGET.
7483	* configure: Regenerate.
7484
74852006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7486
7487	* configure.in: Simplify logic for rejecting languages that cannot
7488	be built.  Separate the case when a language is unsupported,
7489	from the case when the user chooses not to build a language.
7490
74912006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7492
7493	* configure.in: Remove "$build" case for powerpc-*-darwin* since
7494	it only affects bootstrap and could be tested on "$host" as well.
7495	* configure: Regenerate.
7496	* config/mh-ppc-darwin: Add to the stage1 cflags here.
7497
74982006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7499
7500	PR bootstrap/29544
7501	* Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7502	(bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7503	move here comment from Makefile.tpl.
7504	* Makefile.tpl: Move some definitions higher in the file.
7505	(STAGE1_CHECKING): New.
7506	* configure.in: Add --enable-stage1-checking.
7507	* configure: Regenerate.
7508	* Makefile.in: Regenerate.
7509
75102006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7511
7512	* MAINTAINERS: Add myself as build system maintainer.
7513
75142006-12-15  Simon Martin  <simartin@users.sourceforge.net>
7515
7516	* MAINTAINERS (Write After Approval): Add myself.
7517
75182006-12-13  Eric Christopher  <echristo@apple.com>
7519
7520	* MAINTAINERS: Add myself as darwin maintainer.
7521
75222006-12-11  Ian Lance Taylor  <ian@airs.com>
7523
7524	* MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7525
75262006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
7527
7528	MAINTAINERS: Update my entry.
7529
75302006-12-11  Alan Modra  <amodra@bigpond.net.au>
7531
7532	* configure.in:  Handle spu makefile frag.
7533	* Makefile.tpl (MAINT): Define
7534	(MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7535	* configure: Regenerate.
7536	* Makefile.in: Regenerate.
7537
75382006-12-11  Ben Elliston  <bje@au.ibm.com>
7539
7540	* config.guess: Import latest version.
7541	* config.sub: Likewise.
7542
75432006-12-11  Ben Elliston  <bje@au.ibm.com>
7544
7545	* configure.in (spu-*-*): Don't skip target-libiberty.
7546	* configure: Regenerate.
7547
75482006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7549
7550	PR bootstrap/30134
7551	* configure.in: Correct x86 darwin support for libjava to powerpc
7552	and i?86 only.
7553	* configure: Regenerate.
7554
75552006-12-08  Sandro Tolaini  <tolaini@libero.it>
7556
7557	* configure.in: Add x86 darwin support for libjava.
7558	* configure: Regenerate.
7559
75602006-12-07  Mike Stump  <mrs@apple.com>
7561
7562	* Makefile.def (dependencies): Add dependency for
7563	install-target-libssp and install-target-libgomp on
7564	install-gcc.
7565	* Makefile.in: Regenerate.
7566
75672006-12-04  Richard Guenther  <rguenther@suse.de>
7568
7569	* MAINTAINERS (Non-Algorithmic Maintainers): New section.
7570	(Non-Algorithmic Maintainers): Move over non-algorithmic
7571	loop optimizer maintainers, add myself as a non-algorithmic
7572	middle-end maintainer.
7573
75742006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7575
7576	* MAINTAINERS (Write After Approval): Add myself.
7577
75782006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7579
7580	* configure.in: Update error message for missing GMP/MPFR.
7581
7582	* configure: Regenerate.
7583
75842006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7585
7586	* configure.in: Update MPFR version in error message.
7587
7588	* configure: Regenerate.
7589
75902006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7591
7592	* configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7593	(--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7594	--with-gmp-lib): New flags.
7595
7596	* configure: Regenerate.
7597
75982006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7599
7600	* MAINTAINERS (Write After Approval): Change my email address.
7601
76022006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7603
7604	* MAINTAINERS (Write After Approval): Add myself.
7605
76062006-11-22  Philipp Thomas  <pth@suse.de>
7607
7608	* MAINTAINERS (i18n): Update e-mail address.
7609
76102006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7611
7612	* MAINTAINERS (spu port): Add myself as maintainer.
7613	(Write After Approval): Remove myself.
7614
76152006-11-22  Ben Elliston  <bje@au.ibm.com>
7616
7617	* configure.in (skipdirs): Don't build libssp for SPU.
7618	* configure: Regenerate.
7619
76202006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7621
7622	* MAINTAINERS (spu port): Add myself as maintainer.
7623	(libobjc): Update my email address.
7624
76252006-11-21  Andrea Bona  <andrea.bona@st.com>
7626
7627	* MAINTAINERS (Write After Approval): Add myself.
7628
76292006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7630
7631	* configure.in (skipdirs) : Don't build target-libiberty for SPU.
7632	* configure : Rebuilt.
7633
76342006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7635
7636	* MAINTAINERS (Write After Approval): Add myself.
7637
76382006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7639
7640	* MAINTAINERS (Write After Approval): Add myself.
7641
76422006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7643
7644	* configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7645	libmpfr.a.
7646	* configure: Regenerate.
7647
76482006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7649
7650	* Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7651	(unstage): Test for stage_last presence.
7652
7653	PR bootstrap/29802
7654	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7655	STAGE_PREFIX.
7656	* Makefile.in: Regenerate.
7657
76582003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7659
7660	* MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7661	maintainers.
7662
76632006-11-14  Erven Rohou  <erven.rohou@st.com>
7664
7665	* MAINTAINERS (Write After Approval): Add myself.
7666
76672006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7668
7669	* Makefile.tpl (clean-stage*): Test separately for package/Makefile
7670	and stageN-package/Makefile.
7671	* Makefile.in: Regenerated.
7672
76732006-11-14  Jie Zhang  <jie.zhang@analog.com>
7674
7675	* configure.in: Remove target-libgloss from noconfigdirs for
7676	bfin-*-*.
7677	* configure: Regenerated.
7678
76792006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7680
7681	* configure.in (have_gmp): Only error if the gcc directory exists.
7682
7683	* configure: Regenerate.
7684
76852006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7686
7687	* configure.in: Robustify error message for missing GMP/MPFR.
7688
7689	* configure: Regenerate.
7690
76912006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7692
7693	* MAINTAINERS (Write After Approval): Add myself.
7694
76952006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7696
7697	* MAINTAINERS: Change email address.
7698
76992006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7700
7701	* MAINTAINERS (Write After Approval): Add myself.
7702
77032006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7704
7705	* MAINTAINERS (Write After Approval): Add myself.
7706
77072006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7708
7709	* MAINTAINERS (Write After Approval): Move myself to
7710	Write After Approval section.
7711
77122006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7713
7714	* configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7715	need_gmp anymore.
7716	* configure: Regenerate.
7717
77182006-10-16  Tobias Burnus  <burnus@net-b.de>
7719
7720	* MAINTAINERS (Write After Approval): Add myself.
7721
77222006-10-16  Ben Elliston  <bje@au.ibm.com>
7723
7724	* config.guess: Import latest version.
7725	* config.sub: Likewise.
7726
77272006-10-10  Brooks Moses  <bmoses@stanford.edu>
7728
7729	* Makefile.def: Added pdf target handling.
7730	* Makefile.tpl: Added pdf target handling.
7731	* Makefile.in: Regenerated.
7732
77332006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7734
7735	* MAINTAINERS: Add self as score port maintainer.
7736
77372006-10-04  Brooks Moses  <bmoses@stanford.edu>
7738
7739	* MAINTAINERS (Write After Approval): Add myself.
7740
77412006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
7742
7743	* configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
7744	or newer.
7745	* configure: Regenerated.
7746
77472006-09-27  Dave Brolley  <brolley@redhat.com>
7748
7749	* configure.in (RUNTEST): Look for 'runtest' in the source tree by
7750	using $s instead of $r.
7751	* configure: Regenerated.
7752
77532006-09-26  Thiemo Seufer  <ths@mips.com>
7754
7755	* configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7756	for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7757	* configure: Regenerate.
7758
77592006-09-24  Graeme Peterson  <gridly@gmail.com>
7760
7761	* MAINTAINERS (Write After Approval): Remove myself.
7762
77632006-09-22  Chao-ying Fu  <fu@mips.com>
7764
7765	* MAINTAINERS (Write After Approval): Add myself.
7766
77672006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
7768
7769	* MAINTAINERS: Add self as soft-fp maintainer.
7770
77712006-09-09  Anatoly Sokolov  <aesok@post.ru>
7772
7773	* MAINTAINERS: Add myself as avr maintainer.
7774	Remove Marek Michalkiewicz as avr maintainer.
7775
77762006-09-07  Roberto Costa  <roberto.costa@st.com>
7777
7778	* MAINTAINERS (Write After Approval): Add myself.
7779
77802006-08-30  Corinna Vinschen  <corinna@vinschen.de>
7781
7782	* configure.in: Never build newlib for a Mingw host.
7783	Never build newlib as Mingw target library.
7784	Test the existence of winsup/cygwin for building a Cygwin newlib,
7785	rather than just winsup.
7786	Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7787	building a Mingw target.
7788	* configure: Regenerate.
7789
77902006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7791
7792	* MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7793
77942006-07-25  Paolo Bonzini  <bonzini@gnu.org>
7795
7796	* config.guess: Import from src (was more updated).
7797	* config.sub: Likewise.
7798
77992006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7800
7801	* configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7802	* configure: Regenerated.
7803
78042006-07-18  Paolo Bonzini  <bonzini@gnu.org>
7805
7806	* Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7807	for stages after the first.
7808
78092006-07-17  Jakub Jelinek  <jakub@redhat.com>
7810
7811	* Makefile.def: Add dependencies for configure-opcodes
7812	on configure-intl and all-opcodes on all-intl.
7813	* Makefile.in: Regenerated.
7814
78152006-07-13  Ben Elliston  <bje@au.ibm.com>
7816
7817	* MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7818
78192006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7820
7821	Port to hosts whose 'sort' and 'tail' implementations
7822	treat operands with leading '+' as file names, as POSIX
7823	has required since 2001.  However, make sure the code still
7824	works on pre-POSIX hosts.
7825	* ltmain.sh: Don't assume "sort +2" is equivalent to
7826	"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7827
78282006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
7829
7830	* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7831
78322006-07-04  Peter O'Gorman  <peter@pogma.com>
7833
7834	* ltconfig: chmod 644 before ranlib during install.
7835
78362006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7837
7838	PR bootstrap/18058
7839	* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7840	if the bootstrap compiler is a GCC version that supports it.
7841	* configure: Regenerate.
7842
78432006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7844
7845	* configure.in: Fix thinkos in previous check-in.
7846	* configure: Regenerate.
7847
78482006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7849
7850	PR other/27063
7851	* configure.in: Test subdir_requires and give an appropriate
7852	error message.
7853	* configure: Regenerate.
7854
78552006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
7856
7857	* MAINTAINERS (Write After Approval): Add myself.
7858
78592006-06-22  John David Anglin  <dave.anglin@nrc.ca>
7860
7861	* MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7862
78632006-06-22  Steve Ellcey  <sje@cup.hp.com>
7864
7865	* MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7866
78672006-06-20  David Ayers  <d.ayers@inode.at>
7868
7869	PR bootstrap/28072
7870	* configure.in:	Add target-boehm-gc to noconfigdirs depending on
7871	whether target-libjava is being configured instead of whether the
7872	java front end is enabled.
7873	* configure: Regenerate.
7874
78752006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7876
7877	PR target/27540
7878	* configure.in: Only enable libgomp on IRIX 6.
7879	* configure: Regenerate.
7880
78812006-06-15  Paolo Bonzini  <bonzini@gnu.org>
7882
7883	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7884	too.
7885	* Makefile.in: Regenerate.
7886
78872006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
7888
7889	* config-ml.in: Alter CCASFLAGS to include special
7890	multilib options the same as is done for CFLAGS.
7891
78922006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7893
7894	* configure.in: Don't enable libgomp on hpux10.
7895	* configure: Rebuilt.
7896
78972006-06-12  David Ayers  <d.ayers@inode.at>
7898
7899	PR bootstrap/27963
7900	PR target/19970
7901	* configure.in:	Remove target-boehm-gc from noconfigdirs where
7902	${libgcj} is specified.
7903	* configure: Regenerate.
7904
79052006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
7906
7907	Sync from src:
7908
7909	* configure.in: Sync.
7910	* configure: Regenerated.
7911
7912	2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
7913
7914	* Makefile.def: Added dependencies from sim and gdb on intl, and
7915	added configure dependencies to everything with an all dependency
7916	on intl.
7917	* Makefile.in: Regenerated.
7918
79192006-06-06  David Ayers  <d.ayers@inode.at>
7920
7921	PR libobjc/13946
7922	* Makefile.def: Add dependencies for libobjc which boehm-gc.
7923	* Makefile.in: Regenerate.
7924	* configure.in: Add --enable-objc-gc at toplevel and have it
7925	enable boehm-gc for Objective-C.
7926	Remove target-boehm-gc from libgcj.
7927	Add target-boehm-gc to target_libraries.
7928	Add target-boehm-gc to noconfigdirs where ${libgcj}
7929	is specified.
7930	Assert that boehm-gc is supported when requested for Objective-C.
7931	Only build boehm-gc if needed either for Java or Objective-C.
7932	* configure: Regenerate.
7933
79342006-06-05  Paolo Bonzini  <bonzini@gnu.org>
7935
7936	PR 27674
7937	* Makefile.tpl (configure-[+prefix+][+module+],
7938	all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7939	Remove rule to unstage bootstrapped modules.
7940	(stage_current): New.
7941	* Makefile.in: Regenerate.
7942
79432006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7944
7945	* MAINTAINERS (Write After Approval): Update my e-mail address.
7946
79472006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7948
7949	* include/libiberty.h: Declare pex_run_in_environment.
7950
79512006-05-31  Asher Langton  <langton2@llnl.gov>
7952
7953	* MAINTAINERS (Write After Approval): Add myself.
7954
79552006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7956
7957	* Makefile.def (bfd, opcodes): Fix lib_path.
7958	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7959	(restrap): Move under "@if gcc-bootstrap".  Fix typo.
7960	* Makefile.in: Regenerate.
7961
79622006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7963
7964	* Makefile.in: Regenerate.
7965
79662006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7967
7968	* Makefile.def: Add install-html target. Add datarootdir
7969	docdir and htmldir to flags_to_pass.
7970	* Makefile.tpl: Add install-html target.
7971	* Makefile.in: Regenerate.
7972	* configure.in: Add --with-datarootdir, --with-docdir, and
7973	--with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7974	* configure: Regenerate.
7975
79762006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7977
7978	* configure.in: Enable gprof for cross builds.
7979	* configure: Regenerate.
7980
79812006-05-22  Richard Guenther  <rguenther@suse.de>
7982
7983	Revert
7984	2006-01-31  Richard Guenther  <rguenther@suse.de>
7985	Paolo Bonzini  <bonzini@gnu.org>
7986
7987	* Makefile.def (target_modules): Add libgcc-math target module.
7988	* configure.in (target_libraries): Add libgcc-math target library.
7989	(--enable-libgcc-math): New configure switch.
7990	* Makefile.in: Re-generate.
7991	* configure: Re-generate.
7992	* libgcc-math: New toplevel directory.
7993
79942006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7995	    Andreas Tobler  <a.tobler@schweiz.ch>
7996
7997	* configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7998	* configure: Rebuilt.
7999
80002006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8001
8002	* MAINTAINERS (Write After Approval): Add myself.
8003
80042006-05-01  DJ Delorie  <dj@redhat.com>
8005
8006	* configure.in: Restore CFLAGS if GMP isn't present.
8007	* configure: Regenerate.
8008
80092006-05-01  Richard Guenther  <rguenther@suse.de>
8010
8011	* MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8012	maintainer.
8013
80142006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8015
8016	* MAINTAINERS (Write After Approval): Add myself.
8017
80182006-04-28  Jan Beulich  <jbeulich@novell.com>
8019
8020	* MAINTAINERS (Write After Approval): Add myself.
8021
80222006-04-18  DJ Delorie  <dj@redhat.com>
8023
8024	* configure.in (m32c): Build libstdc++-v3.  Pass flags to
8025	reference libgloss so that libssp can be built in a combined
8026	tree.
8027	* configure: Regenerate.
8028
80292006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8030
8031	* MAINTAINERS (Write After Approval): Add myself.
8032
80332006-04-05  Ben Elliston  <bje@au.ibm.com>
8034
8035	* configure.in: Require makeinfo 4.4 or higher.
8036	* configure: Regenerate.
8037
80382006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8039
8040	* MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8041	Rearrange the entries of other libraries to have them in one place.
8042
80432006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8044
8045	* MAINTAINERS (Write After Approval): Remove myself.
8046	(Language Front End Maintainers): Add myself as fortran 95 maintainer.
8047
80482006-03-14  Richard Guenther  <rguenther@suse.de>
8049
8050	* configure: Regenerate with autoconf 2.13.
8051
80522006-03-13  Jim Blandy  <jimb@codesourcery.com>
8053
8054	* MAINTAINERS: Use my work address.
8055
8056	* MAINTAINERS: Update my E-mail address.
8057
80582006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8059
8060	* configure.in: Handle --disable-<component> generically.
8061	* configure: Regenerate.
8062
80632006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8064
8065	PR libgcj/17311
8066	* ltmain.sh: Don't use "$finalize_rpath" for compile.
8067
80682006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8069
8070	* MAINTAINERS (Write After Approval):  Remove myself.
8071	(Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8072
80732006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8074
8075	* Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8076	(TARGET_CONFIGDIRS): Remove.
8077	* configure.in: Remove AC_SUBST(target_configdirs).
8078	* Makefile.in, configure: Regenerated.
8079
80802006-02-20  Steven G. Kargl  <kargls@comcast.net>
8081
8082	* MAINTAINERS (Write After Approval):  Remove myself.
8083	(Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8084
80852006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8086
8087	PR bootstrap/25670
8088
8089	* Makefile.tpl ([+compare-target+]): Print explanation messages.
8090
8091	* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8092	* Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8093	(EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8094	BUILD_PREFIX, BUILD_PREFIX_1.
8095	* configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8096
8097	* Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8098	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8099
8100	* Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8101	all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8102	of `cat stage_current`.  Always provide the `r' and `s' variables.
8103	(clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8104	a single shell execution.
8105	(configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8106	bootstrapped modules, make the stage1 module if the build was not
8107	started yet, else build the current stage.
8108	(all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8109	(all-build, all-host, all-target, [+make_target+]-host,
8110	[+make_target+]-target): Do not use \-continued lines.
8111	(target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8112	(current_stage, restrap, stage_last): New.
8113
8114	* Makefile.in: Regenerate.
8115	* configure: Regenerate.
8116
81172006-02-19  Bud Davis  <jmdavis@link.com>
8118
8119	* MAINTAINERS (Write After Approval):  Remove myself.
8120	(Language Front End Maintainers):  Add myself as fortran 95
8121	maintainer and update e-mail address.
8122
81232006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8124
8125	* MAINTAINERS (Write After Approval):  Remove myself.
8126	(Language Front End Maintainers):  Add myself as fortran 95
8127	maintainer.
8128
81292006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8130
8131	* MAINTAINERS (Write After Approval): Add myself.
8132
81332006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8134
8135	* MAINTAINERS (Write After Approval):  Remove myself.
8136	(Language Front End Maintainers):  Add myself as
8137	fortran 95 maintainer.
8138
81392006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8140
8141	Sync from src:
8142
8143	2005-12-27  Leif Ekblad  <leif@rdos.net>
8144
8145	* configure.in: Add support for RDOS target.
8146	* configure: Regenerate.
8147
81482006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8149	    Andreas Schwab  <schwab@suse.de>
8150
8151	* configure: Regenerate.
8152
81532006-02-12  David Edelsohn  <edelsohn@gnu.org>
8154
8155	* configure.in (enable_libgomp): Add AIX.
8156	* configure: Regenerate.
8157
81582006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8159
8160	* MAINTAINERS (Write After Approval): Add myself.
8161
81622006-02-03  Lee Millward  <lee.millward@gmail.com>
8163
8164	* MAINTAINERS (Write After Approval): Add myself.
8165
81662006-01-31  Richard Guenther  <rguenther@suse.de>
8167	Paolo Bonzini  <bonzini@gnu.org>
8168
8169	* Makefile.def (target_modules): Add libgcc-math target module.
8170	* configure.in (target_libraries): Add libgcc-math target library.
8171	(--enable-libgcc-math): New configure switch.
8172	* Makefile.in: Re-generate.
8173	* configure: Re-generate.
8174	* libgcc-math: New toplevel directory.
8175
81762006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8177
8178	* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8179	Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8180	the assembler, linker and binutils.
8181	* configure: Regenerate.
8182
81832006-01-22  Dirk Mueller  <dmueller@suse.de>
8184
8185	* MAINTAINERS (Write After Approval): Add myself.
8186
81872006-01-20  Diego Novillo  <dnovillo@redhat.com>
8188
8189	* configure: Regenerate.
8190
81912006-01-18  Richard Henderson  <rth@redhat.com>
8192	    Jakub Jelinek  <jakub@redhat.com>
8193	    Diego Novillo  <dnovillo@redhat.com>
8194
8195	* libgomp: New directory.
8196	* Makefile.def: Add target_module libgomp.
8197	* Makefile.in: Regenerate.
8198	* configure.in (target_libraries): Add target-libgomp.
8199	* configure: Regenerate.
8200
82012006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8202
8203	* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8204	@ from continuation.
8205	* Makefile.in: Rebuilt.
8206
82072006-01-04  Chris Lattner  <sabre@gnu.org>
8208
8209	* MAINTAINERS (Write After Approval): Add myself.
8210
82112006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8212
8213	PR bootstrap/24252
8214
8215	* Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8216	* Makefile.tpl (OBJDUMP): New.
8217	(EXTRA_HOST_FLAGS): Add it.
8218	(EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8219
8220	* Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8221	to use symbolic links between directories.  Avoid race conditions
8222	or make them harmless.
8223	* configure.in: Do not try to use symbolic links between directories.
8224
8225	* Makefile.def (LEAN): Pass.
8226	* Makefile.tpl (LEAN): Define.
8227	(stage[+id+]-start): Accept that the previous directory does not
8228	exist, if the bootstrap is lean.
8229	(stage[+id+]-bubble): Invoke lean bootstrap commands after
8230	stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8231	configure substitution.
8232	([+compare-target+]): Likewise.
8233	([+bootstrap-target+]-lean): New.
8234	* configure.in: Remove lean bootstrap support from here.
8235
8236	* Makefile.in: Regenerate.
8237	* configure: Regenerate.
8238
82392006-01-04  Ben Elliston  <bje@au.ibm.com>
8240
8241	* MAINTAINERS (libdecnumber): Add myself.
8242
82432006-01-02  Mark Mitchell  <mark@codesourcery.com>
8244
8245	* libtool-ldflags: New script.
8246
82472006-01-02  Andreas Schwab  <schwab@suse.de>
8248
8249	* configure.in: When reconfiguring remove Makefile in
8250	all stage directories.
8251	* configure: Regenerate.
8252
82532005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8254
8255	* MAINTAINERS: Update my email address.
8256
82572005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8258
8259	Revert Ada-related part of the previous change.
8260
8261	* Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8262	Do not pass.
8263	* Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8264	* Makefile.in: Regenerate.
8265	* configure.in: Do not include mt-ppc-aix target fragment.
8266	* configure: Regenerate.
8267
82682005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8269
8270	* configure.in: Select appropriate fragments for PowerPC/AIX.
8271	* configure: Regenerate.
8272
8273	* Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8274	BOOT_CFLAGS, BOOT_LDFLAGS.
8275	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8276	BOOT_CFLAGS, BOOT_LDFLAGS.
8277	(TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8278	(stage[+id+]-bubble): Pass flags recursively to the comparison target.
8279	(stage): Fail if we cannot complete the work.
8280	* Makefile.in: Regenerate.
8281
82822005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8283
8284	* configure.in: Replace ms1 with mt.
8285	* configure: Rebuilt.
8286
82872005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8288
8289	* MAINTAINERS: Update my email address.
8290
82912005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8292
8293	* Makefile.tpl (all, do-[+make_target+], do-check, install,
8294	install-host-nogcc): Don't invoke $(stage) at the end.
8295	* Makefile.in: Regenerate.
8296
82972005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8298
8299	* configure.in: Flip the top-level bootstrap switch.
8300	* configure: Regenerate.
8301
83022005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8303
8304	* Makefile.tpl: Throughout the file, use : $(MAKE) along with
8305	$(stage) and $(unstage).
8306	(EXTRA_TARGET_FLAGS): Correct double-quoting.
8307	(all): Remove stray semicolon.
8308	(local-distclean): Don't handle multilib.tmp and multilib.out.
8309	(install.all): Set $s for consistency.
8310	(configure-[+prefix+][+module+]): Instead of [+deps+], handle
8311	check_multilibs setting.  Always make the install directory.
8312	(configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8313	Correct @if/@endif.
8314	(all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8315	($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8316	(stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8317	(multilib.out): Remove.
8318	* Makefile.in: Regenerated.
8319
83202005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
8321
8322	* MAINTAINERS (Write After Approval): Add myself.
8323
83242005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8325
8326	* MAINTAINERS: Add myself as mt maintainer.
8327
8328	* config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
8329
83302005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
8331
8332	* MAINTAINERS: Change email address.
8333
83342005-12-05  Paolo Bonzini  <bonzini@gnu.org>
8335
8336	* configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8337	CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8338	"CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
8339	Find in-tree tools if available.
8340	(EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8341	(CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8342	(*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8343	(COMPILER_*_FOR_TARGET): New.
8344	* Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8345	(BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8346	(CONFIGURED_*, USUAL_*): Remove.
8347	(BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8348	STRIP): Use autoconf substitutions.
8349	(COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8350	COMPILER_NM_FOR_TARGET): New.
8351	(EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8352
8353	(all): Make all-host and all-target in parallel.
8354	(do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8355	that $$r and $$s are set before invoking a recursive make.
8356	(stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8357	([+bootstrap-target+]): Inline most of the `all' target.
8358
83592005-11-29  Ben Elliston  <bje@au.ibm.com>
8360
8361	* Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8362	from the gcc build directory.
8363	* Makefile.in: Regenerate.
8364
83652005-11-29  Ben Elliston  <bje@au.ibm.com>
8366
8367	* Makefile.def: Add new libdecnumber host_module.  Make all-gcc
8368	depend on all-libdecnumber.
8369	* configure.in (host_libs): Include libdecnumber.
8370	* Makefile.in: Regenerate.
8371	* configure: Likewise.
8372
83732005-11-29  Ben Elliston  <bje@au.ibm.com>
8374
8375	* libdecnumber: Import decNumber sources from the dfp-branch.
8376
83772005-11-21  Kean Johnston  <jkj@sco.com>
8378
8379	* config.sub, config.guess: Sync from upstream sources.
8380
83812005-11-21  Ben Elliston  <bje@au.ibm.com>
8382
8383	Import from Autoconf sources:
8384
8385	2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8386	* config/move-if-change: Don't output "$2 is unchanged";
8387	suggested by Ben Elliston.  Handle weird characters correctly.
8388
83892005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
8390
8391	* ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
8392	to match upstream libtool for darwin.
8393
83942005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
8395
8396	* Makefile.def: Remove gdb dependencies for gdbtk.
8397	* Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
8398	(configure-gdb, install-gdb): New rules.
8399	* configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
8400	* Makefile.in, configure: Regenerated.
8401
84022005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
8403
8404	* MAINTAINERS (Write After Approval): Add myself.
8405
84062005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
8407
8408	* MAINTAINERS (Write After Approval): Add myself.
8409
84102005-10-24  Diego Novillo  <dnovillo@redhat.com>
8411
8412	* MAINTAINERS (alias analysis): Add Daniel Berlin and
8413	Diego Novillo.
8414
84152005-10-22  Paolo Bonzini  <bonzini@gnu.org>
8416
8417	PR bootstrap/24297
8418	* Makefile.tpl (do-[+make-target+], do-check, install,
8419	stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
8420	are set before recursing.
8421	* Makefile.in: Regenerate.
8422
84232005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
8424
8425	PR bootstrap/18939
8426	* Makefile.def (gcc) <target>: Fix thinko.
8427	* Makefile.in: Regenerate.
8428
84292005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
8430
8431	* configure.in (bfin-*-*): Use test, not brackets, in if statement.
8432	* configure: Regenerate.
8433
84342005-10-15  Jie Zhang  <jie.zhang@analog.com>
8435
8436	* MAINTAINERS (Write After Approval): Add self.
8437
84382005-10-08  Kazu Hirata  <kazu@codesourcery.com>
8439
8440	* configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8441	target-libffi, target-qthreads, target-libjava, and
8442	targetlibobjc.
8443	* configure: Regenerate.
8444
84452005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
8446
8447	* Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8448	* Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8449	(OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8450	(USUAL_OBJDUMP_FOR_TARGET): New.
8451	(EXTRA_TARGET_FLAGS): Add OBJDUMP.
8452	* configure.in: Check for $OBJDUMP_FOR_TARGET.
8453	* configure, Makefile.in: Regenerated.
8454
84552005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8456
8457	* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8458	before other host packages.
8459
84602005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
8461
8462	* MAINTAINERS: Add self as sh libraries/configury maintainer.
8463
84642005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8465
8466	PR bootstrap/22340
8467
8468	* configure.in (default_target): Remove.
8469	* Makefile.tpl (all): Do not use prerequisites as subroutines
8470	(all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8471	(do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8472	use prerequisites as subroutines.
8473	(check-host, check-target): New.
8474	(bootstrap configure & all targets): Do not use stage*-start
8475	if the directory layout is already ok.
8476	(non-bootstrap configure & all targets): Prepend a $(unstage).
8477	(stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
8478	(NOTPARALLEL): Remove.
8479	(unstage, stage variables): New variables.
8480	(unstage, stage targets): Simply expand to those variables.
8481
8482	* configure: Regenerate.
8483	* Makefile.in: Regenerate.
8484
84852005-10-04  James E Wilson  <wilson@specifix.com>
8486
8487	* Makefile.def (lang_env_dependencies): Add libmudflap.
8488	* Makefile.in: Regenerate.
8489
84902005-10-03  Andreas Schwab  <schwab@suse.de>
8491
8492	Backport from libtool CVS:
8493	2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
8494
8495	* ltmain.sh: add support for installing into temporary
8496	staging area (e.g. 'make install DESTDIR=...')
8497
84982005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8499
8500	* configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8501	* configure: Regenerated.
8502
85032005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
8504
8505	* configure: Regenerate with the correct
8506	autoconf version.
8507
85082005-09-30  Catherine Moore  <clm@cm00re.com>
8509
8510	* configure.in (bfin-*-*): New.
8511	* configure: Regenerated.
8512
85132005-09-28  Geoffrey Keating  <geoffk@apple.com>
8514
8515	* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8516	(LIPO_FOR_TARGET): New.
8517	(CONFIGURED_LIPO_FOR_TARGET): New.
8518	(USUAL_LIPO_FOR_TARGET): New.
8519	(STRIP_FOR_TARGET): New.
8520	(CONFIGURED_STRIP_FOR_TARGET): New.
8521	(USUAL_STRIP_FOR_TARGET): New.
8522	* Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8523	STRIP_FOR_TARGET.
8524	* configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8525	CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8526	* Makefile.in: Regenerate.
8527	* configure: Regenerate.
8528
85292005-09-19  David Edelsohn  <edelsohn@gnu.org>
8530
8531	* configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8532	(rs6000-*-aix*): Same.
8533	* configure: Regenerate.
8534
85352005-09-16  Tom Tromey  <tromey@redhat.com>
8536
8537	* MAINTAINERS: Add self as java maintainer.
8538
85392005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8540
8541	* configure.in: Recognize f95 in the --enable-languages option,
8542	and substitute it for fortran, issuing a warning.
8543	* configure: Regenerate.
8544
85452005-08-30  Phil Edwards  <phil@codesourcery.com>
8546
8547	* configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8548	* configure:  Regenerated.
8549
85502005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8551
8552	* MAINTAINERS: Add self as ms1 maintainer.
8553
85542005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8555
8556	* Makefile.def (libssp): Add to lang_env_dependencies.
8557	* Makefile.in: Regenerate.
8558
85592005-08-18  Ian Lance Taylor  <ian@airs.com>
8560
8561	* MAINTAINERS: Add myself as middle-end maintainer.
8562
85632005-08-17  Christian Groessler  <chris@groessler.org>
8564
8565	* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8566	* Makefile.in: Regenerate.
8567
85682005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8569
8570	* MAINTAINERS (write after approval): Added myself.
8571
85722005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8573
8574	* MAINTAINERS (Write After Approval): Add myself.
8575
85762005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8577
8578	* configure.in: Replace NCN_STRICT_CHECK_TOOL with
8579	NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8580	Look for alternate names of the target cc and c++
8581	* configure: Regenerate.
8582
85832005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8584
8585	* configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8586	GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8587	them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8588	tools; remove code to manually set them.
8589	(Target tools): Look in the environment for them.
8590	* Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8591	GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8592	(AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8593	build directory.
8594	(CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8595	CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8596	CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8597	USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8598	USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8599	(CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8600	RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8601	* configure: Regenerate.
8602	* Makefile.in: Regenerate.
8603
86042005-07-28  Ben Elliston  <bje@au.ibm.com>
8605
8606	* MAINTAINERS: Update for removed CPU targets.
8607
86082005-07-27  Mark Mitchell  <mark@codesourcery.com>
8609
8610	* Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8611	* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8612	* Makefile.in: Regenerated.
8613
86142005-07-26  Mark Mitchell  <mark@codesourcery.com>
8615
8616	* Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8617	(CFLAGS_FOR_TARGET): Use it.
8618	(CXXFLAGS_FOR_TARGET): Likewise.
8619	* Makefile.in: Regenerated.
8620	* configure.in (--with-build-sysroot): New option.
8621	* configure: Regenerated.
8622
86232005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8624
8625	* Makefile.tpl: Wrap install between unstage and stage
8626	* Makefile.in: Regenerate.
8627
86282005-07-21  Eric Christopher  <echristo@apple.com>
8629
8630	* MAINTAINERS: Update affiliation.
8631
86322005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8633
8634	* MAINTAINERS: Add self as crx port maintainer.
8635
86362005-07-20  DJ Delorie  <dj@redhat.com>
8637
8638	* MAINTAINERS: Add self as m32c maintainer.
8639
86402005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8641
8642	* all files: Update FSF address.
8643
86442005-07-15  Eric Christopher  <echristo@redhat.com>
8645
8646	* MAINTAINERS: Change affiliation.
8647
86482005-07-14  Jim Blandy  <jimb@redhat.com>
8649
8650	* configure.in: Add cases for Renesas m32c.
8651	* configure: Regenerated.
8652
86532005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8654
8655	* COPYING.LIB: Update from fsf.org.
8656
86572005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8658
8659	* COPYING, compile, config.guess,
8660	config.sub, install-sh, missing, mkinstalldirs,
8661	symlink-tree, ylwrap: Sync from upstream sources.
8662	* config-ml.in: Update FSF address.
8663
86642005-07-13  Eric Christopher  <echristo@redhat.com>
8665
8666	* configure.in: Add toplevel noconfigdir support for tpf.
8667	* configure: Regenerate.
8668
86692005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8670
8671	PR ada/22340
8672
8673	* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8674	* Makefile.in: Regenerate.
8675
86762005-07-07  Mark Mitchell  <mark@codesourcery.com>
8677
8678	* MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8679	Brolley to write-after-approval.
8680
86812005-07-07  Andreas Schwab  <schwab@suse.de>
8682
8683	* Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8684	* Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8685	* Makefile.in: Regenerated.
8686
86872005-07-06  Geoffrey Keating  <geoffk@apple.com>
8688
8689	* configure.in: Don't build sim or rda when targetting darwin.
8690	* configure: Regenerate.
8691
86922005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8693
8694	* configure.in: Add --enable-libssp and --disable-libssp.
8695	* configure: Regenerate with autoconf-2.13.
8696
86972005-07-02  Jakub Jelinek  <jakub@redhat.com>
8698
8699	* Makefile.def (target_modules): Add libssp.
8700	* configure.in (target_libraries): Add target-libssp.
8701	* configure: Rebuilt.
8702	* Makefile.in: Rebuilt.
8703
87042005-07-01  Zack Weinberg  <zackw@panix.com>
8705
8706	* MAINTAINERS: Change email address.  Resign from maintainership.
8707
87082005-07-01  Richard Guenther  <rguenther@suse.de>
8709
8710	* MAINTAINERS: Change my e-mail address and affiliation.
8711
87122005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8713
8714	* Makefile.def (stagefeedback): Come after profile.
8715	Define profiledbootstrap target.
8716	* Makefile.tpl (profiledbootstrap): Remove.
8717	(stageprofile-end): Zap stagefeedback.
8718	(stagefeedback-start): Copy all .gcda files, not only GCC's.
8719	* Makefile.in: Regenerate.
8720
87212005-06-13  Richard Sandiford  <richard@codesourcery.com>
8722
8723	* MAINTAINERS: Update my email address.
8724
87252005-06-13  Zack Weinberg  <zack@codesourcery.com>
8726
8727	* depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8728	In 'cpp' stanza, support '#line' as well as '# '.
8729
87302005-06-08  Andreas Schwab  <schwab@suse.de>
8731
8732	* MAINTAINERS: Move myself from 'Write After Approval' to
8733	'CPU Port Maintainers' section as m68k maintainer.
8734
87352005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8736
8737	* configure.in (unsupported_languages): New macro.
8738	<mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8739	non-ported target libraries in noconfigdirs.
8740	<cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8741	non-linux-gnu.  Remove libgcj_ex_libffi.
8742	<lang_frag loop>: Set add_this_lang=no if the language is in
8743	unsupported_languages.
8744	* configure: Regenerate.
8745
87462005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
8747
8748	* configure.in: Fix typo in handling of --with-mpfr-dir.
8749	* configure: Regenerate.
8750
87512005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
8752
8753	* MAINTAINERS: Update my email address.
8754
87552005-06-02  Jim Blandy  <jimb@redhat.com>
8756
8757	* config.sub: Add cases for the Renesas m32c.  (This patch has been
8758	accepted into the master sources.)
8759
87602005-06-02  Aldy Hernandez  <aldyh@redhat.com>
8761	    Michael Snyder  <msnyder@redhat.com>
8762	    Stan Cox  <scox@redhat.com>
8763
8764	* configure.in: Set noconfigdirs for ms1.
8765
8766	* configure: Regenerate.
8767
87682005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
8769
8770	* MAINTAINERS (Write After Approval): Add self.
8771
87722005-06-01  Josh Conner  <jconner@apple.com>
8773
8774	* MAINTAINERS (Write After Approval): Add self.
8775
87762005-06-01  Kazu Hirata  <kazu@codesourcery.com>
8777
8778	* MAINTAINERS: Update my email address.
8779
87802005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
8781
8782	* MAINTAINERS (Write After Approval): Add self.
8783
87842005-05-26  Chris Demetriou  <cgd@broadcom.com>
8785
8786	* MAINTAINERS (Write After Approval): Remove self.
8787
87882005-05-25  Paolo Bonzini  <bonzini@gnu.org>
8789
8790	* Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8791	(Dependencies): Consider target modules for bootstrap dependencies.
8792	Make target bootstrap modules depend on each stage's gcc.
8793	* Makefile.in: Regenerate.
8794
87952005-05-20  Paolo Bonzini  <bonzini@gnu.org>
8796
8797	* Makefile.def (configure-gcc): Depend on binutils having been built.
8798	(all-gcc): No need to do it here.
8799	* Makefile.in: Regenerate.
8800
88012005-05-19  Paul Brook  <paul@codesourcery.com>
8802
8803	* configure.in: Rewrite misleading error message when requested
8804	language cannot be built.
8805	* configure: Regenerate.
8806
88072005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
8808
8809	* ylwrap: Import from Automake 1.9.5.
8810
88112005-05-13  David Ung  <davidu@mips.com>
8812
8813	* MAINTAINERS (Write After Approval): Add self.
8814
88152005-05-09  Mike Stump  <mrs@apple.com>
8816
8817	* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8818	lt_cv_sys_max_cmd_len for now.
8819
88202005-05-09  Stan Cox  <scox@redhat.com>
8821
8822	* MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8823
88242005-05-08  Matt Kraai  <kraai@ftbfs.org>
8825
8826	* README.SCO: Update the URL.
8827
88282005-05-05  David Edelsohn  <edelsohn@gnu.org>
8829
8830	* ltconfig: Define file_list_spec.  Pass file_list_spec and
8831	with_gnu_ld to libtool.
8832	* ltcf-c.sh (aix[45]): Define file_list_spec.
8833	* ltcf-cxx.sh (aix[45]): Same.
8834	* ltcf-gcj.sh (aix[45]): Same.
8835	* ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8836	exists, write list of input files to temporary file.
8837
88382005-05-04  Mike Stump  <mrs@apple.com>
8839
8840	* configure.in: Always pass --target to target configures as
8841	otherwise rebuilds that do --recheck will fail.
8842	* confiugure: Rebuilt.
8843
88442005-05-04  Paolo Bonzini  <bonzini@gnu.org>
8845
8846	* Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8847	STAGE_HOST_EXPORTS.
8848	(configure, all): Add bootstrap support.
8849	(Host modules, target modules): Pass post-stage1 flags and exports.
8850	(Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8851	* Makefile.in: Regenerate.
8852
88532005-04-29  Paolo Bonzini  <bonzini@gnu.org>
8854
8855	* configure: Regenerate.
8856
88572005-04-27  Mike Stump  <mrs@apple.com>
8858
8859	* MAINTAINERS: Add self as darwin maintainer.
8860
88612005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
8862
8863	* config.sub: Update from master copy.
8864
88652005-04-21  Mike Stump  <mrs@apple.com>
8866
8867	* MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8868	* MAINTAINERS: Add Zem as Objective-C++ maintainer.
8869
88702005-04-19  Hans-Peter Nilsson  <hp@axis.com>
8871
8872	* configure.in <crisv32-*-*, cris-*-*>: New local variable
8873	libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
8874	matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
8875	"*-*-elf" and "*-*-linux*".
8876	* configure: Regenerate.
8877
88782005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
8879
8880	* MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8881
88822005-04-12  Mike Stump  <mrs@apple.com>
8883
8884	* libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8885
88862005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
8887
8888	* MAINTAINERS (Write After Approval): Add myself.
8889
88902005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
8891
8892	* MAINTAINERS (Port Maintainers): Add self for Blackfin.
8893
88942005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8895
8896	* Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8897	(TARGET_CONFIGARGS): Include --with-target-subdir.
8898	(configure, all): New macros.  Use them throughout.
8899	* Makefile.in: Regenerate.
8900
89012005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
8902
8903	* MAINTAINERS (Write After Approval): Add myself.
8904
89052005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8906
8907	* MAINTAINERS: Remove 'loop unrolling' maintainer.
8908
89092005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
8910
8911	* MAINTAINERS: Move John Carr to Write After Approval.
8912
89132005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
8914
8915	* config/mh-mingw32: Delete.
8916	* configure.in: Don't use it.
8917	* configure: Regenerate.
8918
89192005-03-31  Paolo Bonzini  <bonzini@gnu.org>
8920
8921	* Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8922	* Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8923	(HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8924	(HOST_LIB_PATH): Generate from Makefile.def.
8925	(TARGET_LIB_PATH): Likewise.
8926	(Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8927	* Makefile.in: Regenerate.
8928	* configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8929	(RPATH_ENVVAR): Include Darwin case.
8930	* configure: Regenerate.
8931
89322005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
8933
8934	* MAINTAINERS (Various Maintainers): Remove self.
8935	(Write After Approval): Add self.
8936
89372005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
8938
8939	* MAINTAINERS (Various Maintainers): Add self.
8940
89412005-03-25  Paolo Bonzini  <bonzini@gnu.org>
8942
8943	* configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8944	* configure: Regenerate.
8945
89462005-03-21  Zack Weinberg  <zack@codesourcery.com>
8947
8948	* Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8949	gcc_version, and gcc_version_trigger from set of flags to pass.
8950	* Makefile.tpl: Remove definitions of above variables.
8951	(config.status): Remove dependency on $(gcc_version_trigger).
8952	* Makefile.in: Regenerate.
8953	* configure.in: Do not reference config/gcc-version.m4 nor
8954	config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8955	TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8956	* configure: Regenerate.
8957
89582005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8959	    Andrew Pinski  <pinskia@physics.uc.edu>
8960
8961	* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8962	* Makefile.in: Regenerate.
8963
89642005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8965
8966	* MAINTAINERS (Write After Approval): Add myself.
8967
89682005-03-03  David Ayers  <d.ayers@inode.at>
8969
8970	* MAINTAINERS (Write After Approval): Add myself.
8971
89722005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8973
8974	PR libgcj/20160
8975	* ltmain.sh: Avoid creating archives with components that have
8976	duplicate basenames.
8977
89782005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8979
8980	PR bootstrap/20250
8981	* Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8982	instead of check.
8983	* Makefile.in: Regenerate.
8984
89852005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8986
8987	* Makefile.in: Regenerate to fix conflict between the previous two
8988	patches.
8989
89902005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8991
8992	PR bootstrap/17383
8993	* Makefile.def (target_modules): Remove "stage", now unnecessary.
8994	* Makefile.tpl (HOST_SUBDIR): New substitution.
8995	(STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8996	USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8997	USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8998	USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8999	(Host modules, Bootstrapped modules): Use it.
9000	(Build modules, Target modules): Do not create symlink trees,
9001	always configure out-of-srcdir.
9002	(distclean): Try removing $(host_subdir) with rm before using rm -rf.
9003	* configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9004	GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9005	$(HOST_SUBDIR).  Create a symlink for host_subdir.
9006
9007	* Makefile.in: Regenerate.
9008	* configure: Regenerate.
9009
90102005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9011
9012	Merged from libada-gnattools-branch:
9013	2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9014
9015	* gnattools: New directory.
9016	* Makefile.def: Add gnattools as a module, depending on target-libada.
9017	* Makefile.in: Regenerate.
9018	* configure.in: Include gnattools in host_tools; disable it if ada
9019	is disabled.
9020	* configure: Regenerate.
9021
90222005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9023
9024	* MAINTAINERS (Language Front Ends Maintainers): Add myself as
9025	treelang maintainer.
9026	(Write After Approval): Remove myself.
9027
90282005-02-23  Paul Schlie  <schlie@comcast.net>
9029
9030	* configure.in: Allow darwin targeted ports to build tk, itcl and
9031	libgui.
9032	* configure: Regenerate.
9033
90342005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9035
9036	PR libgcj/10353
9037	* configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9038	* configure: Regenerate.
9039
90402005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9041
9042	* MAINTAINERS (Write After Approval): Add myself.
9043
90442005-02-10  Ian Lance Taylor  <ian@airs.com>
9045
9046	* MAINTAINERS: Update my e-mail address.
9047
90482005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9049
9050	* MAINTAINERS (Write After Approval): Add myself.
9051
90522005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9053
9054	* configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9055	<crisv32-*-*, cris-*-*>: Only disable target-newlib and
9056	target-libgloss when not *-*-elf and *-*-aout.
9057	* configure: Regenerate.
9058
90592005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9060
9061	* MAINTAINERS: Remove obsolete entries.
9062
9063	* MAINTAINERS (Write After Approval): Add Michael Matz.
9064
90652005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9066
9067	* MAINTAINERS: Remove self as cpplib maintainer.
9068
90692005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9070
9071	* install-sh, config.sub: Import from upstream.
9072
90732005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9074
9075	PR bootstrap/18222
9076	* Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9077	* Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9078	* Makefile.in: Regenerate.
9079
90802005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9081
9082	* MAINTAINERS: Update my email address.
9083
90842005-01-12  David Edelsohn  <edelsohn@gnu.org>
9085	    Andreas Schwab  <schwab@suse.de>
9086
9087	PR bootstrap/18033
9088	* config-ml.in: Eval option if surrounded by single quotes.
9089
90902005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9091
9092	Revert 2004-12-28 Makefile changes, a better fix will be
9093	applied to mainline and src after GCC 4.0 branches.
9094
90952004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9096
9097	PR bootstrap/17383
9098
9099	* Makefile.def (target_modules): Remove stage parameter,
9100	it is always true now.
9101	* Makefile.tpl (configure-build-[+module+],
9102	configure-target-[+module+]): Always build symlink tree
9103	for the directory and for include.  BUILD_SUBDIR and
9104	TARGET_SUBDIR cannot be . anymore.
9105	* Makefile.in: Regenerate.
9106
91072004-12-25  David Edelsohn  <edelsohn@gnu.org>
9108
9109	Revert 2004-12-08 Makefile changes.
9110
91112004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9112
9113	* MAINTAINERS: Move myself to OS Port Maintainers for windows,
9114	cygwin, mingw.
9115
91162004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9117
9118	* configure.in (sh64-*-*): Reenable gprof.
9119	* configure: Regenerate.
9120
91212004-12-08  David Edelsohn  <edelsohn@gnu.org>
9122
9123	* Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9124	* Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9125	(EXTRA_TARGET_FLAGS): Add PICFLAG.
9126	* Makefile.in: Regenerate.
9127
91282004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9129
9130	* MAINTAINERS: Update my email address.
9131
91322004-12-07  Matt Kraai  <kraai@ftbfs.org>
9133
9134	* Makefile.tpl: Generate normal dependencies if the LHS module is
9135	not bootstrapped.
9136	* Makefile.in: Regenerate.
9137
91382004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9139
9140	* configure.in: Include config/gxx-include-dir.m4.  Use
9141	TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9142	* configure: Regenerate.
9143
91442004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9145
9146	* config.if: Delete.
9147	* configure.in: Set libstdcxx_incdir directly.
9148	* configure: Regenerate.
9149
91502004-12-02  Eric Christopher  <echristo@redhat.com>
9151
9152	* Makefile.tpl (clean-target-libgcc): Make change in correct place.
9153	* Makefile.in: Regenerate.
9154
91552004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9156
9157	* configure.in: Clear gcc_version_trigger if the file doesn't exist.
9158	* configure: Regenerate.
9159
91602004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9161
9162	* configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9163	to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9164	* configure: Regenerate.
9165
91662004-12-01  Eric Christopher  <echristo@redhat.com>
9167
9168	* Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9169	of things to remove.
9170
91712004-11-29  Matt Kraai  <kraai@ftbfs.org>
9172
9173	* MAINTAINERS (Write After Approval): Update my e-mail address.
9174
91752004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9176
9177	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9178	from CVS libtool to always pass_all.
9179
91802004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9181
9182	* configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9183	(hppa*64*-*-*): Delete incorrect comment.
9184	* configure: Rebuilt.
9185
91862004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9187
9188	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9189
91902004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9191
9192	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9193	from CVS libtool to always pass_all.
9194
91952004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9196
9197	* install-sh, compile: Import from automake.
9198
91992004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9200
9201	* config.guess, config.sub:  Import from savannnah.
9202
92032004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9204
9205	* MAINTAINERS (Write After Approval): Add myself
9206
92072004-11-12  Mike Stump  <mrs@apple.com>
9208
9209	* Makefile.def: Add html support.
9210	* Makefile.tpl: Likewise.
9211	* Makefile.in: Regenerate.
9212
92132004-11-11  Geoffrey Keating  <geoffk@apple.com>
9214
9215	PR 18423
9216	* configure.in: Remove all instances of build-fixincludes from
9217	noconfigdirs.
9218	(build_configargs): Supply --target to subdirectories.
9219	* configure: Regenerate.
9220
9221	* Makefile.def: Make gcc install depend on fixincludes install.
9222	* Makefile.in: Regenerate.
9223
92242004-11-10  Janis Johnson  <janis187@us.ibm.com>
9225
9226	* MAINTAINERS: Add myself as gcc testsuite maintainer.
9227
92282004-11-11  Paul Brook  <paul@codesourcery.com>
9229
9230	* MAINTAINERS: Add self as arm maintainer.  Update email address.
9231
92322004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9233
9234	* configure.in (noconfigdirs) [mmix-*-*]: Disable
9235	target-libgfortran.
9236	* configure: Regenerate.
9237
92382004-11-07  David Edelsohn  <edelsohn@gnu.org>
9239
9240	* config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9241	like CC.
9242
92432004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9244
9245	* Makefile.def (host fixincludes): Specify missing targets.
9246	* Makefile.in: Regenerate.
9247
92482004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9249
9250	* MAINTAINERS: Add myself
9251
92522004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9253
9254	* MAINTAINERS (Write After Approval): Add myself.
9255
92562004-11-04  Geoffrey Keating  <geoffk@apple.com>
9257
9258	* Makefile.def: Build fixincludes for the host, too.
9259	* Makefile.in: Regenerate.
9260	* configure.in (host_tools): Add fixincludes.
9261	* configure: Regenerate.
9262
92632004-11-04  Daniel Jacobowitz  <dan@debian.org>
9264
9265	* configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9266	* configure: Regenerated.
9267
92682004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9269
9270	PR other/17783
9271	* configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9272	* configure: Regenerated.
9273
92742004-10-31  Mark Mitchell  <mark@codesourcery.com>
9275
9276	* README.SCO: Update per FSF instructions.
9277
92782004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9279
9280	PR target/18151
9281	* configure.in (case ${target}): Do not build fixincludes for avr.
9282	* configure: Regenerated.
9283
92842004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9285
9286	* configure.in (case ${target}): Do not build fixincludes
9287	on platforms where it is not used.
9288	* configure: Regenerated.
9289
92902004-10-23  Daniel Jacobowitz  <dan@debian.org>
9291
9292	* configure.in: Use an absolute path to install-sh.
9293	* configure: Regenerated.
9294
92952004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9296
9297	* MAINTAINERS (Write After Approval): Add myself.
9298
92992004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9300
9301	* MAINTAINERS: Remove from Write After Approval those that are
9302	already maintainers.
9303
93042004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9305
9306	* MAINTAINERS:  Update my email address.
9307
93082004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9309
9310	* configure.in (*-*-cygwin*): Supress warning if newlib not present.
9311	* configure: Regenerate.
9312
93132004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
9314
9315	* MAINTAINERS:  Update my email address.
9316
93172004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
9318
9319	* MAINTAINERS (Language Front Ends Maintainers): New.  Move
9320	entries belonging to this category.
9321
93222004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
9323
9324	* MAINTAINERS: Update my e-mail address.
9325
93262004-10-06  Paolo Bonzini  <bonzini@gnu.org>
9327
9328	Fix wrong conflict resolution in:
9329
9330	2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9331
9332	* Makefile.in: Regenerate.
9333	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9334	in the recursive `make', instead of hardwiring `all'.
9335	(Autogenerated TARGET-* variables): New.
9336
93372004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
9338
9339	* configure.in: Enable target-libgloss for crx-*-*.
9340	* configure: Regenerate.
9341
93422004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9343
9344	* MAINTAINERS (Various Maintainers): Move the "windows,
9345	cygwin, mingw" maintainer to ...
9346	(OS Port Maintainers): ... here.
9347
93482004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9349
9350	* MAINTAINERS (Write After Approval): Remove those that are
9351	maintainers of some subsystem.
9352
93532004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
9354
9355	* ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9356	* ltcf-cxx.sh (tpf*): Likewise.
9357	* ltconfig (tpf*): Add TPF OS configuration support.
9358
93592004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
9360
9361	* MAINTAINERS: Change my email address to my new work account.
9362
93632004-09-24  Michael Roth  <mroth@nessie.de>
9364
9365	* configure.in (--without-headers): Add missing double quotes.
9366	* configure: Regenerate.
9367
93682004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
9369
9370	* ylwrap: Revert to previous version.
9371
93722004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
9373
9374	PR bootstrap/17369
9375	* Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9376	(HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9377	SET_GCC_LIB_PATH_CMD.
9378	(BASE_TARGET_EXPORTS): Likewise.
9379	* Makefile.in: Regenerated.
9380
9381	* configure.in (SET_GCC_LIB_PATH): Set and substitute.
9382	* configure: Regenerated.
9383
93842004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
9385
9386	* config.guess: New upstream version
9387	* compile, depcomp, install-sh, ylwrap: Likewise.
9388
93892004-09-19  Roger Sayle  <roger@eyesopen.com>
9390
9391	* config/mh-x86omitfp: New host makefile fragment.  Add
9392	-fomit-frame-pointer to the default BOOT_CFLAGS.
9393	* configure.in: Use it to speed up bootstrap on some IA-32 hosts.
9394	* configure: Regenerate.
9395
93962004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
9397
9398	PR target/11572
9399	* configure.in (*-*-darwin*): Renable libobjc.
9400	* configure: Regenerate.
9401
94022004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
9403
9404	* MAINTAINERS: Add self as c++ and type-safe vector maintainer.
9405
94062004-09-09  Daniel Berlin  <dberlin@dberlin.org>
9407
9408	* Makefile.def: Remove libbanshee.
9409	* Makefile.tpl: Ditto.
9410	* configure.in: Ditto.
9411	* Makefile.in: Regen.
9412	* configure: Ditto.
9413
94142004-09-08  David Edelsohn  <edelsohn@gnu.org>
9415
9416	* ltmain.sh: Use $pic_object as $non_pic_object if
9417	$non_pic_object=none.
9418
94192004-09-07  Paolo Bonzini  <bonzini@gnu.org>
9420
9421	* missing: Import latest version from master repository.
9422
94232004-09-06  Nick Clifton  <nickc@redhat.com>
9424
9425	* config.sub: Import latest version from master repository.
9426	* config.guess: Likewise.
9427	This includes these changes:
9428
9429	2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
9430
9431	* config.sub: Handle crisv32, alias etraxfs.
9432	* config.guess (crisv32:Linux:*:*): Handle.
9433
9434	2004-08-13  Brad Smith  <brad@comstyle.com>
9435
9436	* config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9437	(sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9438
9439	2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9440
9441	* config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9442	assume the processor is a powerpc.  This is because coreutils
9443	uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9444	in this case, due to a MacOS X bug that causes
9445	sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9446	to return a negative number.
9447	Problem reported by Petter Reinholdtsen in:
9448	http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9449
9450	2004-07-19  Ben Elliston  <bje@gnu.org>
9451
9452	* config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9453
9454	2004-06-24  Ben Elliston  <bje@gnu.org>
9455
9456	* config.guess: Update copyright years.
9457	* config.sub: Likewise.
9458
9459	2004-06-22  Robert Millan  <robertmh@gnu.org>
9460
9461	* config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9462	since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9463
9464	2004-06-22  Stanley F. Quayle <stan@stanq.com>
9465
9466	* config.guess (*:*VMS:*:*): New entry. Replaces
9467	Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9468	manufacturer.
9469
9470	2004-06-22  Ben Elliston  <bje@gnu.org>
9471
9472	* config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9473	* config.sub: Likewise.
9474
9475	2004-06-22  Ben Elliston  <bje@gnu.org>
9476
9477	Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9478	* config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9479
9480	2004-06-11  Ben Elliston  <bje@gnu.org>
9481
9482	* config.guess (pegasos:OpenBSD:*:*): Remove.
9483
9484	2004-06-11  Ben Elliston  <bje@gnu.org>
9485
9486	From Wouter Verhelst <wouter@grep.be>:
9487	* config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9488
9489	2004-06-11  Ben Elliston  <bje@gnu.org>
9490
9491	* config.guess (luna88k:OpenBSD:*:*): New.
9492
9493	2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9494
9495	* config.guess (m32r*:Linux:*:*): New case.
9496	* config.sub: Handle m32rle.
9497
9498	2004-03-12  Ben Elliston  <bje@wasabisystems.com>
9499
9500	From Jens Petersen  <petersen@redhat.com>:
9501	* config.sub: Handle sparcv8.
9502
9503	2004-03-03  Ben Elliston  <bje@wasabisystems.com>
9504
9505	From Tom Smith <smith@cag.lkg.hp.com>:
9506	* config.guess: Version suffixes are equally significant on Tru64
9507	V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
9508	prefix of "P" (patched kernel).
9509
9510	2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
9511
9512	* config.sub: Add support for National Semiconductor CRX target.
9513
95142004-09-03  Janis Johnson  <janis187@us.ibm.com>
9515
9516	* MAINTAINERS (Various Maintainers): Remove myself as web page
9517	maintainer, add myself as maintainer of build status lists.
9518
95192004-09-03  Jan Beulich  <jbeulich@novell.com>
9520
9521	* configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9522	*-*-netware, but add target-libmudflap.
9523	Consolidate *-*-netware targets (of which really only i?86 exists)
9524	into a single entry.
9525	* configure: Likewise.
9526
95272004-09-01  Paolo Bonzini  <bonzini@gnu.org>
9528
9529	* Makefile.tpl (sorry): Remove.
9530	(clean-stage[+id+], clean-stage[+id+]-module): New targets.
9531	(cleanstrap targets): Depend on distclean, not distclean-stage1.
9532	(do-clean): Clean per-stage directories too.
9533	(do-distclean): Run distclean-stage1 too.
9534	(.NOTPARALLEL): Enable during toplevel bootstrap.
9535	(stage[+id+]-bubble): Enable parallel execution during
9536	the recursive invocation.
9537	* Makefile.in: Regenerate.
9538
9539	Fix previous checkin:
9540
9541	* Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9542	include.
9543	* configure.in: Fix indentation.
9544	* configure: Regenerate.
9545
95462004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9547
9548	* Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9549	* configure.in: add test for powerpc-*-darwin* to specify makefile frag
9550	* configure: regenerate
9551	* config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9552	-mdynamic-no-pic
9553
95542004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9555
9556	* Makefile.def (build_modules): Add fixincludes.
9557	(dependencies): Make gcc depend on fixincludes.
9558	* configure.in (build_tools): Add fixincludes.
9559	(build_configdirs): Always include build_libs.
9560	* Makefile.in: Regenerate.
9561	* configure: Regenerate.
9562
95632004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9564
9565	* Makefile.def (bootstrap stages): Add 'lean' parameter.
9566	* Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9567	phony targets; do not generate timestamp files.
9568	(distclean-stageN): Remove references to their timestamp files.
9569	(restageN, touch-stageN): Remove.
9570	(stageN-bubble): Rewritten.
9571	(compare): Support lean bootstraps.
9572	* Makefile.in: Regenerate.
9573
9574	* configure.in: Only warn when bootstrapping but
9575	build != host or build != target.  Support lean bootstraps.
9576	* configure: Regenerate.
9577
95782004-08-26  Phil Edwards  <phil@codesourcery.com>
9579
9580	* configure.in:  Give a better error message if GMP/MPFR are missing
9581	and a language needing them has been requested.
9582	* configure:  Regenerated.
9583
95842004-08-25  Phil Edwards  <phil@codesourcery.com>
9585
9586	* configure.in:  Print a list of available language front-ends if
9587	a requested one is missing.  Tidy stray tab characters.
9588	* configure:  Regenerated.
9589
95902004-08-19  Michael Koch  <konqueror@gmx.de>
9591
9592	* gcc/doc/install.texi: Update entry about automake for libjava.
9593
95942004-08-17  Robert Millan  <robertmh@gnu.org>
9595
9596	* configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9597	(instead of FreeBSD).
9598	* configure: Regenerate.
9599
96002004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9601
9602	* Makefile.in: Regenerate.
9603	* configure: Regenerate.
9604
9605	* Makefile.def (bootstrap-stage): Rename extra_*_flags to
9606	stage_*_flags.
9607	* Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9608	for bootstrapped modules if toplevel bootstrap is going.
9609	(GCC bootstrap): Generate per-stage targets for all bootstrapped
9610	modules.  Adjust for changes in Makefile.def.  Enable several
9611	rules even in non-bootstrap mode, just to avoid peppering the
9612	template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9613	(stage-[+prev+]-bubble): Remove.
9614
9615	* Makefile.def (Dependencies): Depend on all-build-bison,
9616	all-build-flex, all-build-byacc, all-build-texinfo, rather
9617	than the host variations.
9618	* Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9619	with BUILD_SUBDIR.
9620	(BISON): Update for recent Bisons.
9621	(YACC): Fix typo.
9622	(cross): Depend on all-build.
9623	(all): Do not depend on all-build.
9624	(prebootstrap): Remove.
9625	(dep-kind): Accept separate prefixes for MODULE and ON variables.
9626	(Prebootstrap dependencies): Add them to the per-stage targets
9627	and to all-prebootstrap.
9628	* configure.in (build_configdirs): Always enable build_tools.
9629	(BUILD_DIR_PREFIX): Remove.
9630
9631	* Makefile.def (gcc): Add target variable.
9632	(gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9633	* Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9634	in the recursive `make', instead of hardwiring `all'.
9635	(Autogenerated TARGET-* variables): New.
9636
96372004-08-13  Brian Booth  <bbooth@redhat.com>
9638
9639	* MAINTAINERS: Remove myself from write-after-approval.
9640
96412004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9642
9643	* src-release: Stop distributing mmalloc with gdb (which doesn't
9644	use it).
9645	* Makefile.def: GDB doesn't depend on mmalloc anymore.
9646	* Makefile.in: Regenerate.
9647
96482004-08-09  Mark Mitchell  <mark@codesourcery.com>
9649
9650	* configure.in (arm*-*-eabi*): New target.
9651	* configure: Regenerate.
9652
96532004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9654
9655	* Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9656	(bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9657	(Dependencies): New section.
9658	* Makefile.tpl (Dependencies): Generate from Makefile.def.
9659	(configure-target-[+module+]): Depend on maybe-all-gcc
9660	(all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9661	(toplevel profiledbootstrap): Fix dependencies.
9662	* Makefile.in: Regenerate.
9663
96642004-08-03  Mark Mitchell  <mark@codesourcery.com>
9665
9666	* configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9667	target-libiberty to noconfigdirs.
9668	* configure: Regenerate.
9669
96702004-08-03  Paul Brook  <paul@codesourcery.com>
9671
9672	* configure.in: Check for MPFR as well as GMP.
9673	* configure: Regenerate.
9674
96752004-08-01  Robert Millan  <robertmh@gnu.org>
9676
9677	* configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9678	libmudflap for all GNU-based systems (with Glibc).
9679	* configure: Regenerate.
9680
96812004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9682
9683	* Makefile.def (host-modules): Add gcc.
9684	* Makefile.in: Regenerate.
9685	* Makefile.tpl (sorry): New rule.
9686	(configure-host, all-host, [+make_target+]-host, do-check,
9687	install-host): Do not add gcc as a special case.
9688	(host modules): Add a small special-casing for gcc.  Export
9689	extra_make_flags through the environment.
9690	(maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9691	maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9692	other recursive targets for gcc): Remove.
9693
9694	(all, do-[+make_target+], do-check): Wrap between unstage and stage.
9695	(stage, unstage): New rules.
9696	(stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9697	distclean-stage[+id+]): Use stage_current.
9698	([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9699	the stage*-start rules.
9700
97012004-08-02  Geoffrey Keating  <geoffk@apple.com>
9702
9703	* ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9704	use -all_load flag.
9705
97062004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9707
9708	* configure.in: Sync from src, add noconfigdirs for crx-*-*.
9709	* configure: Regenerate.
9710
97112004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9712
9713	* maintainer-scripts/gcc_release: Revert yesterday's change.
9714
97152004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9716
9717	* MAINTAINERS: Add myself to write-after-approval.
9718
97192004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9720
9721	* libf2c: Removed.
9722	* gcc/gccbug.in: Updated because of libf2c removal.
9723	* maintainer-scripts/gcc_release: Ditto.
9724
97252004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9726
9727	* configure.in: Build libmudflap by default on FreeBSD.
9728	* configure: Regenerated.
9729
97302004-07-09  Mark Mitchell  <mark@codesourcery.com>
9731
9732	* configure.in: Do not build libmudflap by default on non-GNU/Linux
9733	systems.
9734	* configure: Regenerated.
9735
97362004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9737
9738	PR target/16344
9739	* Makefile.tpl (profiledbootstrap): Build runtime libraries with
9740	feedback based compiler.
9741	* Makefile.in: Rebuilt.
9742
97432004-07-08  Alexandre Oliva  <aoliva@redhat.com>
9744
9745	* Makefile.def (host_modules): Set bootstrap=true for flex.
9746	* Makefile.tpl (all-gcc): Depend on texinfo and flex.
9747	* Makefile.in: Rebuilt.
9748
97492004-07-07  Jan Hubicka  <jh@suse.cz>
9750
9751	* MAINTAINERS: Add self as a profile feedback maintainer.
9752
97532004-07-05  Phil Edwards  <phil@codesourcery.com>
9754
9755	* configure.in:  Do not prepend $srcdir to /dev/null in
9756	makefile fragments.
9757	* configure:  Regenerate.
9758
97592004-07-01  Paolo Bonzini  <bonzini@gnu.org>
9760
9761	* Makefile.def (build_modules): Add bison, byacc, flex,
9762	m4, texinfo.
9763	(flags_to_pass): Add FLEX.
9764	* Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9765	(BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9766	(DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9767	DEFAULT_MAKEINFO): Remove.
9768	(CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9769	CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9770	(YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9771	objdir or else use configured tool.
9772	(all-build): New.
9773	(all): Depend on it.
9774	(Build module dependencies): Add.
9775	* Makefile.in: Regenerate.
9776	* configure.in: Better support for multiple build modules,
9777	matching what is done for host/target modules.  Do not look
9778	for "plausible" locations of build tools if Canadian cross.
9779	Use autoconf's AC_PROG_CC to find a C compiler.  Define
9780	BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
9781	* configure: Regenerate.
9782
97832004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9784
9785	* Makefile.tpl (HOST_EXPORTS): Fix pasto.
9786	* Makefile.in: Regenerate.
9787
97882004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9789
9790	* Makefile.tpl (configure-build-[+module+],
9791	configure-[+module+], configure-target-[+module+]): Pass
9792	[+extra_configure_args+].
9793	(all-build-[+module+], all-[+module+], check-[+module+],
9794	install-[+module+], [+make_target+]-[+module+],
9795	all-target-[+module+], check-target-[+module+],
9796	install-target-[+module+], [+make_target+]-target-[+module+]):
9797	Pass [+extra_make_args+].
9798	(HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9799	(GCC_HOST_EXPORTS): Remove.
9800	(configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9801	cross, check-gcc, check-gcc-c++, install-gcc,
9802	gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9803	Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9804	* Makefile.in: Regenerate.
9805
98062004-06-21  Matthew Sachs  <msachs@apple.com>
9807
9808	* MAINTAINERS: Added self to write-after-approval.
9809
98102004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
9811
9812	* configure.in: Check for srcdir/winsup rather than build directory
9813	winsup.
9814	* configure: Regenerate.
9815
98162004-06-17  Corinna Vinschen  <vinschen@redhat.com>
9817
9818	* configure.in: Don't build Cygwin native newlib if winsup
9819	directory is missing.  Emit warning instead.
9820	* configure: Regenerate.
9821
98222004-06-09  Paolo Bonzini  <bonzini@gnu.org>
9823
9824	* Makefile.tpl (touch-stage[+id+]): New.
9825	(restage[+prev+]): Depend on touch-stage[+id+].
9826
9827	* Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9828	Use it throughout.
9829
9830	* Makefile.def: Add profile and feedback bootstrap stages.
9831	Remove next field from bootstrap stages.
9832	* Makefile.tpl (LN, LN_S): Substitute.
9833	(stageN-start, stageN-end): Use double-colon rules, to
9834	provide a hook for additional setup commands.
9835	(distclean-stageN-gcc, restageN): Create dependencies from
9836	[+prev+], not from [+next+].
9837	(stageN-bubble): Add commands for successive stages from
9838	[+prev+], using double-colon rules.
9839	(all-stageN-gcc): Fix typo.
9840	(stagefeedback-start, profiledbootstrap): New.
9841	* Makefile.in: Regenerate.
9842	* configure.in: Call ACX_PROG_LN.
9843	* configure: Regenerate.
9844
98452004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
9846
9847	* MAINTAINERS (Write After Approval): Add myself.
9848
98492004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
9850
9851	* MAINTAINERS (Write After Approval): Add myself.
9852
98532004-06-03  Paolo Bonzini  <bonzini@gnu.org>
9854
9855	* configure.in: Fix --enable-bootstrap breakage introduced in trees
9856	without gcc.
9857	* configure: Regenerate.
9858
98592004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9860
9861	* Makefile.tpl: Fix typo.
9862	* Makefile.in: Regenerate.
9863
98642004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9865
9866	* configure.in: Remove new- prefix from toplevel
9867	bootstrap targets.
9868	* configure: Regenerate.
9869
98702004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9871
9872	* Makefile.tpl (all.normal): Rename to all.
9873	(all): Replace with a rule to pick the default
9874	target from configure.
9875	(all-gcc, configure-gcc): Use conditionals to
9876	do nothing when toplevel bootstrap is going on.
9877	(GCC directory bootstrap) [gcc-bootstrap]: Disable.
9878	(Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9879	* configure.in: Support --enable-bootstrap.
9880
9881	* Makefile.def: Remove new- prefix from toplevel
9882	bootstrap targets.
9883	* Makefile.tpl: Likewise.
9884
9885	* Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
9886	target.
9887
9888	* Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9889	$(RECURSE_FLAGS) to recursive invocation of make.
9890
9891	* Makefile.in: Regenerate.
9892	* configure: Regenerate.
9893
98942004-05-30  Andreas Jaeger  <aj@suse.de>
9895	    Jim Wilson  <wilson@specifixinc.com>
9896
9897	* config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9898	like CC.
9899
99002004-05-27  Daniel Jacobowitz  <dan@debian.org>
9901
9902	* configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9903	* configure: Regenerate.
9904
99052004-05-25  Daniel Jacobowitz  <drow@false.org>
9906
9907	* Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9908	(STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9909	(NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
9910	targets.
9911	* Makefile.in: Regenerate.
9912
99132004-05-24  Paolo Bonzini  <bonzini@gnu.org>
9914
9915	* configure.in: Test the ability to symlink directories.
9916	* configure: Regenerate.
9917
9918	* Makefile.def (bootstrap-stage): New definitions.
9919	* Makefile.tpl (configure-stage1-gcc,
9920	configure-stage2-gcc, configure-stage3-gcc,
9921	all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9922	new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9923	new-restage3, compare): Autogenerate, see Makefile.in
9924	entry for behavioral changes.
9925	(distclean-stage1, new-stage1-start, new-stage1-end,
9926	new-stage1-bubble, distclean-stage2, new-stage2-start,
9927	new-stage2-end, new-stage2-bubble, distclean-stage3,
9928	new-stage3-start, new-stage3-end): New autogenerated targets.
9929	(objext, prebootstrap, BOOT_CFLAGS,
9930	POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9931	targets.
9932
9933	* Makefile.in: Regenerate.
9934	(distclean-stage1, new-stage1-start, new-stage1-end,
9935	new-stage1-bubble, distclean-stage2, new-stage2-start,
9936	new-stage2-end, new-stage2-bubble, distclean-stage3,
9937	new-stage3-start, new-stage3-end): New targets.
9938	(all-stage1-gcc): Move prebootstrap dependency from here...
9939	(configure-stage1-gcc): ...to here.
9940	(new-bootstrap): Use bubble targets.
9941	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
9942	Use per-stage distclean targets.
9943	(configure-stage1-gcc, configure-stage2-gcc,
9944	configure-stage3-gcc, all-stage1-gcc,
9945	all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9946	Use new-stageN-start to prepare the tree.
9947
99482004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9949
9950	* Makefile.def (host_modules): add libcpp.
9951	* Makefile.tpl: Add dependencies on and for libcpp.
9952	* Makefile.in: Regenerate.
9953	* configure.in: Add libcpp host module.
9954	* configure: Regenerate.
9955
99562004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9957
9958	* Makefile.tpl: Whenever a recursive target is defined, wrap
9959	it in a special @if/@endif block, and prepare its maybe
9960	dependency in the @if/@endif block
9961	* configure.in: Instead of writing maybe dependencies, remove
9962	the @if/@endif statements, and remove the @if/@endif blocks
9963	that remain.
9964	* configure: Regenerate.
9965	* Makefile.in: Regenerate.
9966
99672004-05-20  Janis Johnson  <janis187@us.ibm.com>
9968
9969	* MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9970
99712004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9972
9973	PR bootstrap/15120
9974	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9975	* */configure: Rebuilt.
9976
99772004-05-17  Zack Weinberg  <zack@codesourcery.com>
9978
9979	* Makefile.def, Makefile.tpl, configure.in: Remove all mention
9980	of libf2c.
9981	* configure, Makefile.in: Regenerate.
9982
99832004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9984
9985	* MAINTAINERS (Write After Approval): Add myself.
9986
99872004-05-13  Diego Novillo  <dnovillo@redhat.com>
9988
9989	Merge from tree-ssa-20020619-branch.
9990
9991	* Makefile.def: Add libbanshee, libmudflap and libgfortran.
9992	* Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9993	(HOST_GMPLIBS): Define.
9994	(HOST_GMPINC): Define.
9995	(TARGET_LIB_PATH): Add libmudflap.
9996	(GFORTRAN_FOR_TARGET): Define.
9997	(configure-build*): Export GFORTRAN.
9998	(configure-gcc): Export GMPLIBS and GMPINC.
9999	(all-gcc): Add maybe-all-libbanshee.
10000	(configure-target-libgfortran): Define.
10001	* Makefile.in: Regenerate.
10002	* configure.in (host_libs): Add libbanshee.
10003	(target_libraries): Add target-libmudflap and target-libgfortran.
10004	Add --with-libbanshee.
10005	Handle --disable-libmudflap.
10006	(*-*-freebsd*): Use with_gmp.
10007	Add $(libgcj) to noconfigdirs.
10008	* configure: Regenerate.
10009	* depcomp: New file.
10010	* MAINTAINERS: Add tree-ssa maintainers.
10011
100122004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10013
10014	* MAINTAINERS (Various Maintainers): Add myself.
10015
100162004-04-30  Brian Ford  <ford@vss.fsi.com>
10017
10018	* MAINTAINERS (Write After Approval): Add myself.
10019
100202004-04-29  Uros Bizjak  <uros@kss-loka.si>
10021
10022	* MAINTAINERS (Write After Approval): Add myself.
10023
100242004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10025
10026	* config/acx.m4: Fix fastcompare support for new-bootstrap.
10027	* configure: Regenerate.
10028
100292004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10030
10031	Revert:
10032	2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10033
10034	* Makefile.def (flags_to_pass): Remove *dir variables that
10035	are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10036	as well as prefix and exec_prefix.
10037	* Makefile.in: Regenerate.
10038
100392004-04-26  Robert Millan  <robertmh@gnu.org>
10040
10041	Add patches from libtool CVS.
10042	* libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10043	* ltconfig: Likewise.
10044	* ltcf-c.sh: Likewise.
10045	* ltcf-cxx.sh: Likewise.
10046	* ltcf-gcj.sh: Likewise.
10047
100482004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10049
10050	* Makefile.def (host_modules): Mark with the bootstrap
10051	flag packages on which gcc depends.
10052	* Makefile.tpl (all-bootstrap): Use it.
10053	* Makefile.in: Regenerate.
10054
100552004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10056
10057	* Makefile.def (flags_to_pass): Remove *dir variables that
10058	are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10059	as well as prefix and exec_prefix.
10060	* Makefile.in: Regenerate.
10061
100622004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10063
10064	* configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10065	* configure: Regenerate.
10066	* config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10067	* gcc/Makefile.tpl (compare): Use the result of the test.
10068	* gcc/Makefile.in: Regenerate.
10069
100702004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10071
10072	* Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10073	Always relocate gcc and prev-gcc to the original names, even
10074	if the build fails.
10075	(new-cleanstrap, new-restage1, new-restage2, new-restage3):
10076	New targets.
10077
100782004-04-23  Laurent GUERBY <laurent@guerby.net>
10079
10080	* MAINTAINERS: Update my email address.
10081
100822004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10083
10084	* configure.in (mips*-*-irix5*): Enable ld.
10085	* configure: Regenerate.
10086
100872004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10088
10089	* configure: Regenerate.
10090
100912004-04-15  James E Wilson  <wilson@specifixinc.com>
10092
10093	* Makefile.tpl (configure-[+module+], configure-gcc,
10094	configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10095	Set and export LDFLAGS.
10096	* Makefile.in: Regenerate.
10097
100982004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10099
10100	* MAINTAINERS: Add myself to write-after-approval.
10101
101022004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10103
10104	PR bootstrap/14871
10105	* Makefile.tpl: If we don't have built-in-tree target tools,
10106	use the ones found by configure rather than hacking around with
10107	program_transform_name.
10108	* configure.in: Give Makefile.tpl the information necessary
10109	to do that.
10110	* Makefile.in: Regenerate.
10111	* configure: Regenerate.
10112
101132004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10114
10115	PR bootstrap/14760
10116	* configure.in: When computing baseargs, strip *all* copies of
10117	offending options.  Also, don't match/substitute the trailing space,
10118	so that this actually works when two similar options are separated by
10119	only one space.
10120	* configure: Regenerate.
10121
101222004-04-06  David Edelsohn  <edelsohn@gnu.org>
10123
10124	* configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10125	(rs6000-*-aix*): Same.
10126	* configure: Regenerate.
10127
101282004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10129
10130	* MAINTAINERS: Add myself to write-after-approval.
10131
101322004-04-03  Bud Davis  <bdavis9659@comcast.net>
10133
10134	* MAINTAINERS: Add myself to write-after-approval.
10135
101362004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10137
10138	* Makefile.tpl (top level bootstrap support): Remove now-unneeded
10139	STRICT_WARN, WARN_CFLAGS flags passed down to make.
10140	* Makefile.in: Regenerate.
10141
10142	* configure.in (top level bootstrap support): Rework --enable-werror
10143	to set @stage2_werror_flag@.
10144	* configure: Regenerate.
10145	* Makefile.tpl (top level bootstrap support): Pass
10146	@stage2_werror_flag@ down to configure in stages 2 and 3.
10147	* Makefile.in: Regenerate.
10148
101492004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10150
10151	* Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10152	for stages 2 and 3 as well as in make.  As a consequence, remove
10153	OUTPUT_OPTION (now detected by configure) from the flags passed down
10154	to make.
10155	* Makefile.in: Regenerate.
10156
10157	* Makefile.tpl (new-bootstrap): Fix typo.
10158	* Makefile.in: Regenerate.
10159
101602004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10161
10162	* Makefile.tpl: Rearrange by moving recursive_targets rules
10163	into their proper sections.
10164	* Makefile.tpl (top level bootstrap support): Move disabling
10165	of coverage flags from 'make' to 'configure'; improve comments.
10166	* Makefile.in: Regenerate.
10167
10168	* Makefile.tpl (experimental top level bootstrap) Move stage1
10169	language setting from all- target to configure- target; disable
10170	intermodule optimization in stage 1; prevent gratuitous rebuilds
10171	of stage 1.
10172	* Makefile.in: Regenerate.
10173	* configure.in: Comma-separate stage 1 language list for top
10174	level bootstrap.
10175	* configure: Regenerate.
10176
10177	* Makefile.tpl: Clean up experimental top level bootstrap support:
10178	note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10179	prev-gcc in configure- targets as well as all- targets.
10180	* Makefile.in: Regenerate.
10181
101822004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10183
10184	* compile: New file imported from automake.
10185
101862004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10187
10188	* configure.in: Remove symbolic link section.
10189	* configure: Regenerate.
10190	* Makefile.tpl (links): Remove.
10191	* Makefile.in: Regenerate.
10192
101932004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10194	    Nathanael Nerode  <neroden@gcc.gnu.org>
10195
10196	* configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10197	Set with AC_CHECK_PROGS.
10198	* configure.in: Fix comment typo from last patch.
10199	* configure: Regenerate.
10200
102012004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10202
10203	* Makefile.tpl: Introduce experimental top level bootstrap support.
10204	* Makefile.in: Regenerate.
10205	* configure.in: Introduce support for top level bootstrap.
10206	* configure: Regenerate.
10207
102082004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10209	    Paolo Bonzini  <bonzini@gnu.org>
10210
10211	PR bootstrap/14522
10212	* configure.in: Cope with shells that do not support unquoted ^
10213	* configure: Regenerate.
10214
102152004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10216	    Paolo Bonzini  <bonzini@gnu.org>
10217
10218	PR bootstrap/14522
10219	* configure.in: Cope with shells that do not support nesting
10220	quotes inside quoted backquote substitutions.
10221	* configure: Regenerate.
10222
102232004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10224
10225	PR bootstrap/14522
10226	* configure.in: Fix escaping of $.
10227	* configure: Regenerate.
10228
102292004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10230
10231	* configure: Regenerate, since I forgot to while committing Paolo's
10232	changes.
10233
102342004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10235
10236	PR ada/14131
10237	Move language detection to the top level.
10238	* configure.in: Find default values for the tools as
10239	soon as possible.  Disable ada if GNAT is not found.
10240	Emit error message about missing languages.  Expand
10241	--enable-languages=all for the gcc subdirectory.
10242
102432004-03-10  Ben Elliston  <bje@gnu.org>
10244
10245	* MAINTAINERS: Update my email address.
10246
102472004-03-05  David Edelsohn  <edelsohn@gnu.org>
10248
10249	* ltconfig: Disable building static libraries if building shared
10250	libraries on AIX 5L.
10251
102522004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10253
10254	* configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10255	and disable libgcj.
10256	* configure: Regenerated.
10257
102582004-03-01  Brian Booth  <bbooth@redhat.com>
10259
10260	* MAINTAINERS: Add myself to write-after-approval.
10261
102622004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10263
10264	* MAINTAINERS: Add myself to write-after-approval.
10265
102662004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10267
10268	PR bootstrap/7087
10269	* Makefile.tpl: Guard XFOO sed statements better.
10270	* Makefile.tpl: Add dependency for configure-target-libada.
10271	* Makefile.in: Regenerate (incidentally fixes broken
10272	commit when libada-branch was merged).
10273
102742004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10275
10276	* MAINTAINERS: Add myself to write-after-approval.
10277
102782004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10279
10280	* MAINTAINERS: Add Nicola Pero and myself as libobjc
10281	maintainers.
10282
102832004-02-20  Andrew Cagney  <cagney@redhat.com>
10284
10285	* config.guess: Update from version 2003-10-16 to 2004-02-16.
10286	* config.sub: Update from version 2003-11-03 to 2004-02-16.
10287
102882004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10289
10290	PR bootstrap/11932
10291	* mkinstalldirs, install-sh: Import from automake CVS HEAD.
10292
102932004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10294
10295	* MAINTAINERS: Added myself to write-after-approval.
10296
102972004-02-14  Michael Koch  <konqueror@gmx.de>
10298
10299	* MAINTAINERS: Added myself to write-after-approval.
10300
103012004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10302
10303	* MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10304	some OS port maintainers to OS port maintainers section.
10305
103062004-02-13  Frank Ch. Eigler  <fche@redhat.com>
10307
10308	* MAINTAINERS: Add self.
10309
103102004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10311
10312	* MAINTAINERS: Alphabetize.
10313
103142004-02-12  Paolo Bonzini  <bonzini@gnu.org>
10315
10316	* MAINTAINERS: Remove myself.
10317
103182004-02-11  David Edelsohn  <edelsohn@gnu.org>
10319
10320	* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10321	(rs6000-*-aix*): Same.
10322	* configure: Regenerate.
10323
103242004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
10325
10326	* configure.in (host): Add in missing $noconfigdirs to defines.
10327	* configure: Regenerate.
10328
103292004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
10330	    Nathanael Nerode  <neroden@gcc.gnu.org>
10331
10332	PR ada/6637, PR ada/5911
10333	Merge with libada-branch:
10334	* configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10335	with appropriate dependencies. Add --enable-libada configure switch.
10336	* configure, Makefile.in: Regenerate.
10337
103382004-02-09  Paolo Bonzini  <bonzini@gnu.org>
10339
10340	* MAINTAINERS: Add myself to write-after-approval.
10341
103422004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10343
10344	* configure.in: Don't pass --with-stabs on IRIX 5 either.
10345	* configure: Regenerate.
10346
103472004-02-04  Geoffrey Keating  <geoffk@apple.com>
10348
10349	Merge from upstream:
10350
10351	* ltmain.in: When setting IFS to '~', be careful about user
10352	arguments that contain '~'.
10353
10354	2004-02-04  Peter O'Gorman  <peter@pogma.com>
10355
10356	* ltmain.in (infer_tag): Move tag inferrence to a shell function.
10357	Also test $base_compile against $CC with escaped arguments. Bug
10358	reported by Geoff Keating <geoffk@apple.com>.
10359
103602004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
10361
10362	* MAINTAINERS: Remove i960 port.
10363
103642004-01-23  DJ Delorie  <dj@redhat.com>
10365
10366	* Makefile.def (target_modules) [libiberty]: Don't stage.
10367	* Makefile.in: Rebuilt.
10368
103692004-01-20  Caroline Tice  <ctice@apple.com>
10370
10371	* MAINTAINERS: Add myself to write-after-approval.
10372
103732004-01-19  Paolo Carlini  <pcarlini@suse.de>
10374
10375	* MAINTAINERS: Update my email address.
10376
103772004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
10378
10379	* MAINTAINERS: Add myself to write-after-approval.
10380
103812004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10382
10383	* MAINTAINERS: Remove entries without email address.
10384
103852004-01-15  Daniel Jacobowitz  <drow@mvista.com>
10386
10387	* MAINTAINERS: Add myself to write-after-approval.
10388
103892004-01-15  Steven Bosscher  <stevenb@suse.de>
10390
10391	* MAINTAINERS: Update my email address.
10392
103932004-01-14  Loren J. Rittle  <ljrittle@acm.org>
10394
10395	* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
10396	* Makefile.tpl (configure-target-[+module+]): Support stage.
10397	* Makefile.in: Rebuilt.
10398
103992004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
10400
10401	* MAINTAINERS: Add myself as a libiberty MAINTAINER.
10402
104032004-01-10  Richard Sandiford  <rsandifo@redhat.com>
10404
10405	* MAINTAINERS: Add myself as a MIPS maintainer.
10406
104072004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10408
10409	* configure.in: Use ./config.cache, not config.cache.
10410	* configure: Regenerate.
10411	* Makefile.tpl: Special-casing not needed for GCC any more.
10412	* Makefile.in: Regenerate.
10413
10414	* configure.in: Don't share a cache file for host dirs.
10415	* configure: Regenerate.
10416
10417	* config-ml.in: Don't mess with the cache file.
10418
104192004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10420
10421	* MAINTAINERS: Move myself from 'Write After Approval' to
10422	'CPU Port Maintainers' section as SPARC maintainer.
10423
104242004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10425
10426	* Makefile.tpl: Make GCC use a separate config.cache.
10427	* Makefile.in: Regenerate.
10428
10429	PR bootstrap/11932, PR bootstrap/11933
10430	(I don't know if it will fix either of them, but it relates
10431	to them.)
10432	* configure.in: Don't use shared config.cache for target
10433	directories.
10434	* configure: Regenerate.
10435
104362004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
10437
10438	* MAINTAINERS: Add myself to 'Write After Approval' section.
10439
104402003-12-31  Roger Sayle  <roger@eyesopen.com>
10441
10442	* configure.in (ia64*-*-hpux*): Disable building java libraries.
10443	* configure: Regenerated.
10444
104452003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
10446
10447	* MAINTAINERS: Remove the mn10200 maintainer.
10448
104492003-12-21  Bernardo Innocenti  <bernie@develer.com>
10450
10451	* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10452	* configure: Regenerated.
10453
104542003-12-16  Jan Hubicka  <jh@suse.cz>
10455
10456	* MAINTAINERS: Add myself as callgraph maintainer.
10457
104582003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
10459
10460	* configure.in (raw_libstdcxx_flags): Remove the leading space.
10461	* configure: Regenerate.
10462
104632003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10464
10465	* MAINTAINERS: Move myself from 'Bug database only accounts' to
10466	'Write After Approval' section. Update email.
10467
104682003-12-01  James Lemke  <jim@wasabisystems.com>
10469
10470	* MAINTAINERS (Write After Approval): Add myself.
10471
104722003-11-20  Matt Thomas  <matt@3am-software.com>
10473
10474	* MAINTAINERS: Add myself as a vax port maintainer.
10475
104762003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
10477
10478	* Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10479	(configure-build-[+module+], configure-[+module+]): Likewise.
10480	(configure-target-[+module+], configure-gcc, config.status): Likewise.
10481	* Makefile.in: Regenerate.
10482
104832003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
10484
10485	* libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10486	shared/dylibed libraries.
10487	* ltmain.sh: Likewise.
10488	* ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10489	* ltcf-cxx.sh: Likewise.
10490	* ltcf-gcj.sh: Likewise.
10491	* ltconfig: Likewise.
10492
104932003-11-17  Stan Cox  <scox@redhat.com>
10494
10495	* MAINTAINERS: Add myself as iq2000 port maintainer.
10496
104972003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
10498
10499	* Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10500	* Makefile.in: Regenerate.
10501
105022003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
10503
10504	* config.sub: Update to 2003-11-03 version.
10505
105062003-10-20  Phil Edwards  <phil@codesourcery.com>
10507
10508	* configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
10509	* configure:  Regenerate.
10510
105112003-10-20  Nicolas Pitre  <nico@cam.org>
10512
10513	* MAINTAINERS: Add myself to 'Write After Approval' section.
10514
105152003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
10516
10517	* MAINTAINERS (Various maintainers: Ada front end): Added myself.
10518
105192003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
10520
10521	* MAINTAINERS: Update my email address.
10522
105232003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10524
10525	* config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10526
105272003-10-17  Ralph Loader  <rcl@ihug.co.nz>
10528
10529	* MAINTAINERS: Add myself to 'Write After Approval' section.
10530
105312003-10-16  Bernardo Innocenti  <bernie@develer.com>
10532
10533	* config.guess: Update to 2003-10-16 version.
10534	* config.sub: Update to 2003-10-16 version.
10535
105362003-10-15  David Daney  <ddaney@avtrex.com>
10537
10538	* MAINTAINERS: Added myself to 'Write After Approval' section.
10539
105402003-10-15  Falk Hueffner  <falk@debian.org>
10541
10542	* MAINTAINERS: Move myself from 'Bug database only accounts' to
10543	'Write After Approval' section. Update email.
10544
105452003-10-14  Roger Sayle  <roger@eyesopen.com>
10546
10547	* MAINTAINERS: Move myself from 'Write After Approval' to
10548	'Various Maintainers' section as middle-end maintainer.
10549
105502003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10551
10552	* Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10553	HOST_FLAGS_TO_PASS.
10554	* Makefile.in: Regenerate.
10555
105562003-10-11  Bernardo Innocenti  <bernie@develer.com>
10557
10558	* config.guess: Update to 2003-10-07 version.
10559	* config.sub: Update to 2003-10-07 version.
10560
105612003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10562
10563	* ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10564	* ltconfig (irix5*, irix6*): Don't override version_type.
10565
105662003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10567
10568	* configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10569	* configure: Rebuilt
10570	* Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10571	* Makefile.in: Rebuilt
10572
105732003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10574
10575	* ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10576
105772003-09-30  Carlo Wood  <carlo@alinoe.com>
10578
10579	* MAINTAINERS (Write After Approval): Add myself.
10580
105812003-09-29  Paul Koning  <ni1d@arrl.net>
10582
10583	* MAINTAINERS: Move myself from "Write After Approval"
10584	to CPU platform maintainers for pdp11 platform.
10585
105862003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10587
10588	* MAINTAINERS: Move myself from 'Write After Approval' to
10589	'Various Maintainers' section as libffi testsuite maintainer.
10590
105912003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10592
10593	* configure.in: Pass a computed --program-transform-name
10594	to subconfigures.
10595	* configure: Regenerated.
10596
105972003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10598
10599	* Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10600	* Makefile.in: Regenerate.
10601
10602	* Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10603	* Makefile.in: Regenerate.
10604
106052003-09-19  Ziemowit Laski  <zlaski@apple.com>
10606
10607	* MAINTAINERS: Move myself from 'Write After Approval'
10608	to 'Various Maintainers' (objective-c) section.
10609
106102003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10611
10612	* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10613	quoting.
10614	* configure: Regenerated.
10615
106162003-09-16  Joel Brobecker  <brobecker@gnat.com>
10617
10618	* MAINTAINERS (Write After Approval): Add myself to write after
10619	approval list.
10620
106212003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10622
10623	* MAINTAINERS (Write After Approval): Add myself.
10624
106252003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10626
10627	* MAINTAINERS: Update my e-mail address.
10628
106292003-09-09  Alan Modra  <amodra@bigpond.net.au>
10630
10631	* libtool.m4 (LD): Correct powerpc64 host match.
10632
106332003-09-06  James E Wilson  <wilson@tuliptree.org>
10634
10635	* MAINTAINTERS: Update my affiliation and email address.
10636
106372003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10638
10639	* MAINTAINERS (Write After Approval): Add myself.
10640
106412003-09-04  DJ Delorie  <dj@redhat.com>
10642
10643	* configure: Regenerate.
10644
106452003-09-04  Robert Millan  <robertmh@gnu.org>
10646
10647	* configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10648
106492003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10650
10651	* configure.in: Ensure arguments to sed are properly spaced.
10652	* configure: Regenerate.
10653
106542003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10655
10656	* MAINTAINERS: Update my e-mail address.
10657
106582003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10659
10660	* MAINTAINERS (Write After Approval): Add myself.
10661
106622003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10663
10664	* configure.in: Set RAW_CXX_FOR_TARGET if unset.
10665	* configure: Regenerated.
10666
106672003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10668
10669	* MAINTAINERS: Update my email address.
10670
106712003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10672
10673	* configure.in:  Use newline instead of semicolon when assuming
10674	shell arguments in a for loop.
10675	* configure:  Regenerated.
10676
106772003-08-22  Jason Eckhardt  <jle@rice.edu>
10678
10679	* MAINTAINERS: Resurrect the i860 maintainer.
10680
106812003-08-20  Geoffrey Keating  <geoffk@apple.com>
10682
10683	PR 8180
10684	* configure.in: When testing with_libs and with_headers, treat
10685	'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10686	* configure: Regenerate.
10687
10688	* configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10689	make, shell, etc.
10690	(baseargs): Likewise.
10691	* configure: Regenerate.
10692
106932003-08-20  Bernardo Innocenti  <bernie@develer.com>
10694
10695	* MAINTAINERS (Write After Approval): Add myself.
10696
106972003-08-19  Geoffrey Keating  <geoffk@apple.com>
10698
10699	* configure.in: Disable libgcj for darwin not on powerpc.
10700	* configure: Rebuild.
10701
107022003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10703
10704	* config-ml.in, symlink-tree: Add license.
10705
107062003-08-03  Richard Stallman  <rms@gnu.org>
10707	    Eben Moglen  <moglen@columbia.edu>
10708
10709	* README.SCO: New file.
10710
107112003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10712
10713	* Makefile.tpl (check, check-c++): Express dependencies using
10714	dependencies rather than commands.
10715	* Makefile.in: Regenerate.
10716
107172003-08-01  Andrew Cagney  <cagney@redhat.com>
10718
10719	* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10720	* configure: Ditto.
10721
107222003-07-31  Geoffrey Keating  <geoffk@apple.com>
10723
10724	* Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10725	* Makefile.in: Update.
10726
107272003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10728
10729	* configure.in: Enable libgcj for darwin.
10730	* configure: Rebuild.
10731
107322003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10733
10734	* config-ml.in:  Use ac_configure_args directly instead of
10735	ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10736	actually seen.
10737
107382003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10739
10740	* Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10741	creating target and build subdirs to build all parent dirs as needed.
10742	* Makefile.in: Rebuild.
10743	* configure.in: Don't build dirs explicitly here.
10744	* configure: Rebuild.
10745
107462003-07-26  Paul Brook  <paul@nowt.org>
10747
10748	* MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10749
107502003-07-22  Alexandre Oliva  <aoliva@redhat.com>
10751
10752	* Makefile.tpl (all-make): Depend on intl.
10753	* Makefile.in: Rebuilt.
10754
107552003-07-20  Phil Edwards  <pme@gcc.gnu.org>
10756
10757	* install-sh:  Update to newer upstream versions (associated with
10758	aclocal 1.7).
10759	* mkinstalldirs:  Likewise.
10760	* missing:  Likewise, plus $1Help2man -> $1 typo fix.
10761
107622003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
10763
10764	* MAINTAINERS: Move self from Bug database only accounts
10765	to write-after-approval.
10766
107672003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10768
10769	* config.if: Remove unused libc_interface determination.
10770
107712003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10772
10773	* MAINTAINERS: Move self from write-after-approval to
10774	build machinery (*.in).
10775
107762003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10777
10778	PR bootstrap/11273
10779	PR bootstrap/11408
10780	* Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
10781	unused INSTALL_PROGRAM_ARGS.
10782	* configure.in: Use AC_PROG_INSTALL.
10783	* Makefile.in: Regenerate.
10784	* configure: Regenerate.
10785
107862003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
10787
10788	* MAINTAINERS: Alphabetize.
10789
107902003-07-10  Alexandre Oliva  <aoliva@redhat.com>
10791
10792	* configure: Rebuilt.
10793	2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10794	* configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10795	newlib nor libgloss.
10796	Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
10797	* configure.in (am33_2.0-*-linux*): Added.
10798
107992003-07-09  Bob Wilson  <bob.wilson@acm.org>
10800
10801	* configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10802	* configure: Regenerate.
10803
108042003-07-07  Zack Weinberg  <zack@codesourcery.com>
10805
10806	* Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10807	* Makefile.in: Regenerate.
10808
108092003-07-04  Zack Weinberg  <zack@codesourcery.com>
10810
10811	* Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10812	* Makefile.in: Regenerate.
10813
108142003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10815
10816	* Makefile.tpl: Replace PWD with PWD_COMMAND.
10817	* Makefile.in: Regenerated.
10818
10819	* config-ml.in: Replace PWD with PWD_COMMAND.
10820
108212003-07-04  Zack Weinberg  <zack@codesourcery.com>
10822
10823	* intl: New directory; see intl/ChangeLog for details.
10824	* ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10825	* Makefile.tpl: all-gcc depends on maybe-all-intl.
10826	* Makefile.in: Regenerate.
10827
108282003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10829
10830	* configure.in: Clean up config-lang.in handling.  Delete
10831	useless assignment to "subdirs".
10832	* configure: Regenerate.
10833
108342003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10835
10836	* configure.in: Rename 'target_libs' to 'target_libraries'.
10837	Remove useless reference to 'target_libs'.
10838	* configure: Regenerate.
10839
108402003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
10841
10842	* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10843	* Makefile.in: Regenerate.
10844
108452003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10846
10847	* Makefile.def: Introduce flags_to_pass.
10848	* Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10849	* Makefile.in: Regenerate.
10850
108512003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
10852
10853	* configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10854	and target-libgloss.
10855	<d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10856	<h8300*-*-*>: Disable libf2c and ${libgcj}.
10857	* configure: Regenerate.
10858
108592003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10860
10861	* configure.in: Update testsuite_flags to new location.
10862	* configure. Regenerate.
10863
108642003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10865
10866	* Makefile.tpl: Remove BUILD_CC stuff.
10867	* Makefile.in: Regenerate.
10868
108692003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10870
10871	* MAINTAINERS (Write After Approval): Remove Andrew Haley.
10872
108732003-06-16  Graeme Peterson  <gp@qnx.com>
10874
10875	* MAINTAINERS (Write After Approval): Add myself.
10876
108772003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
10878
10879	* config.guess: Update to 2003-06-12 version.
10880	* config.sub: Update to 2003-06-13 version.
10881
108822003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
10883
10884	* config.guess: Update to 2003-06-06 version.
10885	* config.sub: Update to 2003-06-06 version.
10886
108872003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10888
10889	* configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10890	* configure. Regenerate.
10891
108922003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10893
10894	* configure.in: Disable serial configure by default.
10895	* configure: Regenerate.
10896	* Makefile.tpl: Abolish .NOTPARALLEL.
10897	* Makefile.in: Regenerate.
10898
10899	* Makefile.tpl: Replace {build,host,target}_canonical by
10900	{build,host,target}.
10901	* Makefile.in: Regenerate.
10902
10903	* Makefile.tpl: Fix stupid pasto.
10904	* Makefile.in: Regenerate.
10905
109062003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10907
10908	* Makefile.tpl: Remove bogus conditional.
10909	* Makefile.in: Regenerate.
10910
109112003-06-05  Jan Hubicka  <jh@suse.cz>
10912
10913	* Makefile.tpl (profiledbootstrap): New target.
10914	* Makefile.in (profiledbootstrap): New target.
10915
109162003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
10917
10918	* MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10919	Pinski. Remove user names from other bugzilla-only maintainers.
10920
109212003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10922
10923	* Makefile.tpl: Make 'recursive targets' using autogen rather
10924	than shell loop.  Remove duplicate 'clean' targets and false
10925	comments.
10926	* Makefile.def: Add systematic dependencies to 'recursive' targets.
10927	Add systematic method of specifying missing targets in subdirs.
10928	Add copyright boilerplate.
10929	* Makefile.in: Regenerate.
10930	* configure.in: Add 'recursive targets' to maybe list.
10931	* configure: Regenerate.
10932
10933	* MAINTAINERS: "GNATS only" -> "Bug database only".
10934
10935	* Makefile.tpl: Rename [+target+] to [+make_target+].
10936	* Makefile.def: Rename 'target' to 'make_target'.
10937
109382003-05-31  Neil Booth  <neil@daikokuya.co.uk>
10939
10940	* MAINTAINERS: Add self as options handling maintainer.
10941
109422003-05-28  Michael Meissner  <gnu@the-meissners.org>
10943
10944	* MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10945	been too long since I touched those ports.
10946
109472003-05-28  DJ Delorie  <dj@redhat.com>
10948
10949	* Makefile.tpl: Make maybe-check-gcc .PHONY.
10950	* Makefile.in: Regenerate.
10951
109522003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10953
10954	* configure.in: Use curly braces in the definition of tooldir.
10955	* configure: Regenerate.
10956
109572003-05-21  DJ Delorie  <dj@redhat.com>
10958
10959	* Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10960	newlib or libgloss.
10961	* Makefile.in: Regenerate.
10962
109632003-05-21  DJ Delorie  <dj@redhat.com>
10964
10965	* Makefile.tpl: Add missing empty maybe-check-gcc target.
10966	* Makefile.in: Regenerate.
10967
109682003-05-20  Ian Lance Taylor  <ian@airs.com>
10969
10970	* MAINTAINERS: Update my e-mail address.
10971
109722003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10973
10974	* configure.in: Switch more things to use maybe dependencies.
10975	* Makefile.tpl: Switch more things to use maybe dependencies.
10976	Factor out common code from autogen IF statements.
10977	* configure: Regenerate.
10978	* Makefile.in: Regenerate.
10979
109802003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10981
10982	* configure.in: Accept i[3456789]86 for machine type.
10983	* configure: Regenerate.
10984
109852003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10986
10987	* configure.in: Switch more things to use maybe dependencies.
10988	Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10989	* configure: Regenerate.
10990	* Makefile.tpl: Switch more things to use maybe dependencies.
10991	* Makefile.in: Regenerate.
10992
109932003-05-16  Andreas Schwab  <schwab@suse.de>
10994
10995	* Makefile.tpl (install-opcodes): Define.
10996	* Makefile.in: Rebuild.
10997
109982003-05-13  Andreas Jaeger  <aj@suse.de>
10999
11000	* config.guess: Update to 2003-05-09 version.
11001	* config.sub: Update to 2003-05-09 version.
11002
110032003-05-13  Michael Eager  <eager@mvista.com>
11004
11005	* configure.in: Correct sed script so that options in quotes are not
11006	deleted.
11007	* configure: Rebuild.
11008
110092003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11010
11011	* configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11012	and $$s/newlib/libc/sys/cygwin32 include paths.
11013	* configure: Ditto.
11014
110152003-05-12  Michael Meissner  <gnu@the-meissners.org>
11016
11017	* MAINTAINERS: Update my email addresses.
11018
110192003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11020
11021	* config-ml.in: Propagate INSTALL variables.
11022
110232003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11024
11025	* MAINTAINERS: Remove duplicate entries in Write After Approval.
11026
110272003-05-02  Chris Demetriou  <cgd@broadcom.com>
11028
11029	* Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11030	* Makefile.in: Regenerate.
11031
110322003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11033
11034	* MAINTAINERS (GNATS only): Add Falk Hueffner.
11035
110362003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11037
11038	* MAINTAINERS (GNATS only): Add Giovanni Bajo.
11039
110402003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11041
11042	* Makefile.tpl: Clean $(BUILD_SUBDIR).
11043	* Makefile.in: Regenerated.
11044
110452003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11046
11047	* MAINTAINERS (Write After Approval): Upgrade myself from
11048	GNATS only to write-after-approval. Update my mail address.
11049
110502003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11051
11052	(OS Port Maintainers: freebsd): Add myself.
11053
110542003-04-22  Mark Mitchell  <mark@codesourcery.com>
11055
11056	* MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11057
110582003-04-22  Kean Johnston  <jkj@sco.com>
11059
11060	* MAINTAINERS (SCO ports): Added myself.
11061
110622003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11063
11064	* MAINTAINERS (gcov): Add myself and Jan Hubicka.
11065
110662003-04-19  Kean Johnston  <jkj@sco.com>
11067
11068	* MAINTAINERS (Write After Approval): Add myself.
11069
110702003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11071
11072	* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11073	* Makefile.in: Regenerate.
11074
110752003-04-18  Jakub Jelinek  <jakub@redhat.com>
11076
11077	* configure.in (powerpc64*-*-linux*): Remove.
11078	* configure: Rebuilt.
11079
110802003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11081
11082	* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11083	previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11084	and restrap.
11085	* Makefile.in:  Regenerate.
11086
110872003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11088
11089	* configure.in (arm-*-netbsdelf*): Enable building java libraries.
11090	* configure: Regenerated.
11091
110922003-04-15  DJ Delorie  <dj@redhat.com>
11093
11094	* MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11095
110962003-04-13  Nick Clifton  <nickc@redhat.com>
11097
11098	* config-ml.in: Remove support for --disable-aix removing
11099	call-aix multilibs.
11100
111012003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11102
11103	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11104	* */configure: Rebuilt.
11105
111062003-04-08  Joel Sherrill  <joel@oarcorp.com>
11107
11108	* MAINTAINERS: Add my email address.
11109
111102003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11111
11112	* MAINTAINERS (Write After Approval): Add myself.
11113
111142003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11115
11116	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11117	* Makefile.in: Regenerate.
11118
111192003-03-14  Michael Chastain  <mec@shout.net>
11120
11121	* Makefile.in: Regenerate with correct Makefile.def.
11122
111232003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11124
11125	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11126	Make macro.
11127	* Makefile.in: Regenerate.
11128	* configure.in: Clean up gxx_include_dir logic.
11129	* configure: Regenerate.
11130
111312003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11132
11133	* MAINTAINERS (Write After Approval): Add myself.
11134
111352003-03-10  Ben Elliston  <bje@wasabisystems.com>
11136
11137	* MAINTAINERS: Update my mail address.
11138
111392003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11140
11141	* configure.in (gxx_include_dir): Fix typo.
11142	* configure: Regenerated.
11143
111442003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11145
11146	* Makefile.tpl: Reindent.
11147	* Makefile.in: Regenerate.
11148	* configure.in: Reindent.  Don't set unused variables.
11149	* configure: Regenerate.
11150
111512003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11152
11153	* configure.in: Include $(build_tooldir)/sys-include in
11154	FLAGS_FOR_TARGET.
11155	* configure: Regenerated.
11156
111572003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11158
11159	* Makefile.tpl: Always pass down RANLIB.
11160	* Makefile.in: Regenerate.
11161
11162	* Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11163	* Makefile.in: Regenerate.
11164	* configure.in: Remove unused logic relating to --enable-shared
11165	and --enable-threads.  Remove bogus comments.  Remove redundant
11166	noconfigdirs.
11167	* configure: Regenerate.
11168
11169	* configure.in: Replace ${libstdcxx_version} by its value.
11170	Remove reference to mh-dgux.
11171	* configure: Regenerate.
11172
111732003-03-03  Kevin Buettner  <kevinb@redhat.com>
11174
11175	* MAINTAINERS (Write After Approval): Add myself.
11176
111772003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11178
11179	* Makefile.tpl: Rearrange.
11180	* Makefile.in: Regenerate.
11181
111822003-02-25  Uwe Stieber  <uwe@wwws.de>
11183
11184	* configure.in: Add support for kaOS as cross build target system.
11185	* configure: Regenerated.
11186
111872003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11188
11189	* MAINTAINERS (Write after approval): Add myself.
11190
111912003-02-21  James E Wilson  <wilson@tuliptree.org>
11192
11193	* MAINTAINERS: Update my email address.
11194
111952003-02-21  Zack Weinberg  <zack@codesourcery.com>
11196
11197	* MAINTAINERS: Add self to blanket write privs. section.
11198
111992003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11200
11201	* Makefile.tpl: Add definition of CPPFLAGS to pass into
11202	configure-target-* as some target builds may require additional
11203	flags for preprocessor tests.
11204	* Makefile.in: Regenerated.
11205
112062003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11207
11208	* libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11209	* ltconfig: Handle it.
11210	* ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11211	auto-detecting it.
11212
11213	* ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11214	it is used as argument to $CC.
11215	* ltcf-gcj.sh: Likewise.
11216
11217	* configure.in: Introduce --enable-maintainer-mode.
11218	* configure: Rebuilt.
11219	* Makefile.tpl (Makefile.in, configure): Enable dependencies only
11220	for maintainer mode.
11221	* Makefile.in: Rebuilt.
11222
112232003-02-18  Jason Merrill  <jason@redhat.com>
11224
11225	* Makefile.tpl (check-c++): Allow parallelism.
11226
112272003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11228
11229	* MAINTAINERS: Remove John Carr (who never actually had access to
11230	gcc.gnu.org).
11231
112322003-02-15  Geoffrey Keating  <geoffk@apple.com>
11233
11234	* configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11235	don't configure target-libobjc.
11236	* configure: Regenerate.
11237
112382003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11239
11240	* Makefile.tpl (RANLIB): Define.
11241	* Makefile.in: Regenerate.
11242
112432003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11244
11245	* MAINTAINERS: Update my email.
11246
112472003-02-06  Keith R Seitz  <keiths@redhat.com>
11248
11249	* Makefile.def: Remove "snavigator", "grep", and "db" modules.
11250	* Makefile.tpl: Remove "all-snavigator" and "all-grep".
11251	* Makefile.in: Regenerated.
11252	* configure.in: Remove all traces of snavigator, db, and grep.
11253	* configure: Regenerated.
11254
112552003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11256
11257	* MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11258	After Approval.
11259
112602003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11261
11262	* MAINTAINERS (Write after approval): Add myself.
11263
112642003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11265
11266	* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11267	* Makefile.in: Regenerated.
11268
112692003-01-30  Roger Sayle  <roger@eyesopen.com>
11270
11271	* config.guess: Updated to 2003-01-30's version.
11272	* config.sub: Updated to 2003-01-28's version.
11273
112742003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11275
11276	* config.if: If gcc_version is already set, just use it.  Don't set
11277	gcc_version_trigger if it's already set, otherwise set it to
11278	gcc/version.c, but only if the file exists.  If it is not set and
11279	gcc/version.c does not exist, try to extract the version number from
11280	$CC.
11281
112822003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11283
11284	* MAINTAINERS: Add myself to write-after-approval list.
11285
112862003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11287
11288	* configure.in:  Revert 24Jan change.
11289	* configure:  Regenerate.
11290
112912003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11292
11293	* MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11294	entry of HJ Lu.
11295
112962003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11297
11298	* configure.in: Revert previous change.
11299	* configure: Regenerate.
11300
113012003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11302
11303	* configure.in: Make rda native-only.
11304	* configure: Regenerate.
11305
113062003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11307
11308	* MAINTAINERS: Move myself from GNATS-only-accounts to
11309	write-after-approval.
11310
113112003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11312
11313	* configure.in: Add missing \.
11314	* configure: Rebuilt.
11315
113162003-01-17  Jakub Jelinek  <jakub@redhat.com>
11317
11318	* configure.in (baseargs): Avoid using \| in sed regular
11319	expressions.
11320	* configure: Rebuilt.
11321
113222003-01-16  Jakub Jelinek  <jakub@redhat.com>
11323
11324	* configure.in (baseargs): Remove all supported forms of
11325	--cache-file, --srcdir, --host, --build and --target options
11326	from argument lists.
11327	* configure: Rebuilt.
11328
113292003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11330
11331	* MAINTAINERS: Add myself to write-after-approval list.
11332
113332003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11334
11335	* configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11336	* configure: Rebuilt.
11337
113382003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11339
11340	* configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11341	* Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11342	* Makefile.in: Regenerate.
11343	* configure: Regenerate.
11344
113452003-01-09  Alexandre Oliva  <aoliva@redhat.com>
11346
11347	* configure.in: Remove Makefile in build, host and target modules
11348	unless configure was run with --no-recursion.
11349	* configure: Rebuilt.
11350
113512003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11352
11353	* Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11354	(install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11355	* Makefile.in: Regenerate.
11356
113572003-01-08  Chris Demetriou  <cgd@broadcom.com>
11358
11359	* config.guess: Update to 2003-01-03 version.
11360	* config.sub: Update to 2003-01-03 version.
11361
113622003-01-07  Christopher Faylor  <cgf@redhat.com>
11363
11364	* configure: Regenerate with proper autoconf 2.13.
11365
113662003-01-07  Christopher Faylor  <cgf@redhat.com>
11367
11368	* configure.in: Add AC_PREREQ for consistency.
11369	* configure: Regenerate.
11370
113712003-01-06  Andrew Cagney  <ac131313@redhat.com>
11372
11373	* configure.in (GDB_TK): Add tcl directories conditional on
11374	gdb/gdbtk directory being present.
11375	* configure: Regenerate.
11376
113772003-01-04  John David Anglin  <dave.anglin@nrc.ca>
11378
11379	* configure.in (LD): Improve test for gcc.  Try to set LD to the ld
11380	used by gcc if LD is not defined and we are not doing a Canadian Cross.
11381	* configure: Rebuilt.
11382
113832002-12-31  Tom Tromey  <tromey@redhat.com>
11384
11385	* Makefile.in: Rebuilt.
11386	* Makefile.def (target_modules) [libffi]: Allow installation.
11387
113882002-12-31  Andreas Schwab  <schwab@suse.de>
11389
11390	* configure.in: Fix use of $program_transform_name.
11391	* configure: Regenerated.
11392
113932002-12-30  Daniel Jacobowitz  <drow@mvista.com>
11394
11395	* configure.in (baseargs): Don't remove first configure argument.
11396	* configure: Regenerated.
11397
113982002-12-29  Alexandre Oliva  <aoliva@redhat.com>
11399
11400	* Makefile.tpl (local-distclean): Don't remove...
11401	(multilib.ts): ... this.  Moved into...
11402	(multilib.out): ... this.  Don't use sub-make.
11403	($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
11404	$(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
11405	(configure-build-[+module+], configure-[+module+],
11406	configure-target-[+module+], configure-gcc): ... these.  Test
11407	for Makefile existence.  Drop config.status from dependencies.
11408	* Makefile.in: Rebuilt.
11409	* configure.in: Move gcc-version-trigger to the end of
11410	ac_configure_args.  Add comments to maybedep.tmp and
11411	serdep.tmp.  Introduce --disable-serial-configure.  Remove
11412	nonopt from baseargs, matching and removing corresponding
11413	whitespace while at it.
11414	* configure: Rebuilt.
11415
114162002-12-28  Alexandre Oliva  <aoliva@redhat.com>
11417
11418	* configure.in (host_configargs): Replace reference to
11419	no-longer-defined buildopts with --build=${build_alias}.
11420	* configure: Rebuilt.
11421
11422	* Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
11423	program_transform_name to standard idiom.
11424	(AUTOGEN, AUTOCONF): Define.
11425	(Makefile.in): Use $(AUTOGEN).
11426	(Makefile): Depend on config.status, and use autoconf-style rule to
11427	build it.  Move original commands to...
11428	(config.status): ... this new target.
11429	(configure): Add $(srcdir).  Depend on config/acx.m4.  Use
11430	$(AUTOCONF).
11431	* Makefile.in: Rebuilt.
11432
114332002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11434
11435	* Makefile.tpl: Fix dramatic bustage due to change in
11436	program_transform_name.
11437	* Makefile.in: Regenerate.
11438
11439	* configure.in: Remove unnecessary PATH setting.
11440	* configure: Regnerate.
11441
11442	* configure.in: Don't default to unprefixed tools unless
11443	the native tools will work.
11444	* configure: Regenerate.
11445
11446	* configure.in: Convert to autoconf script.  Blow away lots
11447	of now-redundant Makefile fragments.
11448	* configure: Generate using Autoconf.
11449	* Makefile.tpl: Rewrite to reflect autoconfiscation.
11450	* Makefile.in: Regenerate.
11451
114522002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11453
11454	* configure: Fix stupid bug where RANLIB was mistakenly included.
11455
11456	* configure.in: Rename (buildargs, hostargs, targargs) to
11457	(build_configargs, host_configargs, target_configargs).
11458
11459	* configure.in: Move logic out of sed statement.
11460
11461	* configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
11462	CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11463
114642002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
11465
11466	* config.sub: Import from master repository
11467	* config.guess: Ditto
11468
114692002-12-24  Andreas Schwab  <schwab@suse.de>
11470
11471	* Makefile.tpl (multilib.out): Fix missing space.
11472	* Makefile.in: Regenerate.
11473
114742002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11475
11476	* Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
11477	Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
11478	* Makefile.in: Regenerate.
11479	* configure.in: Remove unnecessary leftovers.
11480
114812002-12-21  Geoffrey Keating  <geoffk@apple.com>
11482
11483	* configure.in (extra_ranlibflags_for_target): New variable.
11484	(*-*-darwin): Add -c to ranlib commands.
11485	* configure (tooldir): Handle extra_ranlibflags_for_target.
11486
114872002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11488
11489	* Makefile.tpl: Revert HJL's change.
11490	* Makefile.in: Regenerated.
11491	* configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11492	always.
11493
114942002-12-19  Andreas Schwab  <schwab@suse.de>
11495
11496	* Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11497	* Makefile.in: Regenerate.
11498
114992002-12-18  H.J. Lu  <hjl@gnu.org>
11500
11501	* Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11502	* Makefile.in: Regenerated.
11503
11504	* configure.in (build_prefix): New. Substitute.
11505
115062002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11507
11508	* Makefile.tpl: Don't let real targets depend on phony targets.
11509	* Makefile.in: Regenerate.
11510
11511	* Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11512	* Makefile.in: Regenerate.
11513
115142002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
11515
11516	* config.sub: Import from master repository
11517	* config.guess: Ditto
11518
115192002-12-16  Jason Merrill  <jason@redhat.com>
11520
11521	* Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11522	previous 'make bootstrap'.
11523	* Makefile.in: Regenerate.
11524
115252002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
11526
11527	* configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11528
115292002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11530
11531	* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11532	* Makefile.in: Regenerate.
11533
115342002-12-13  Jason Merrill  <jason@redhat.com>
11535
11536	* Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
11537	library tests.
11538	(check-c++): Just depend on it and check-target-libstdc++-v3.
11539	* Makefile.in: Regenerate.
11540
115412002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11542
11543	* Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11544	* Makefile.in: Rebuilt.
11545
115462002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11547
11548	* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11549
115502002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11551
11552	* configure: Fix bug put in by gremlins.
11553
11554	* Makefile.tpl: Substitute more autoconfily.
11555	* configure: Substitute more autoconfily.
11556	* Makefile.in: Regenerate.
11557
115582002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11559
11560	* config.sub: Import from master repository
11561	* config.guess: Ditto
11562	* MAINTAINERS: Added Svein Seldal under write after approval
11563
115642002-12-08  Andrew Cagney  <ac131313@redhat.com>
11565
11566	* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11567	* Makefile.in (all-sim): Ditto.
11568
115692002-12-06  DJ Delorie  <dj@redhat.com>
11570
11571	* Makefile.tpl: Change configure dependencies to not have real
11572	targets depend on phony targets.
11573
115742002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11575
11576	* configure.in: Revert unintentional change.
11577
11578	* Makefile.tpl: Change dependency for */multilib.out so that
11579	it works when gcc isn't in the tree.
11580
11581	* configure.in: Substitute more.
11582	* configure: Run subconfigures from the Makefile.
11583	* Makefile.tpl: Run subconfigures from the Makefile; add a few
11584	convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11585
115862002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11587
11588	* MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11589
115902002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11591
11592	* Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11593	and corresponding dependencies.
11594	* Makefile.in: Regenerate.
11595
11596	* configure.in (host_tools): Order binutils, gas and ld for
11597	convenience in running the testsuites.
11598
11599	* Makefile.tpl: Introduce rules to serialize subconfigure runs.
11600	* Makefile.in: Regenerate.
11601	* configure.in: Introduce rules to serialize subconfigure runs.
11602
11603	* configure.in: Introduce BASE_CC_FOR_TARGET.
11604	* Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11605	Realize configure-build-* targets.  Realize configure-target-* targets.
11606	* Makefile.in: Regenerate.
11607
116082002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11609
11610	* configure: Move gcc_version_trigger stuff from here...
11611	* configure.in: ...to here.
11612
11613	* configure.in: Separate subconfigure options added by this file from
11614	options given by the user.  Add machinery to put args for host
11615	subconfigures into the Makefile.
11616
11617	* Makefile.tpl: Remove 'vault' targets.
11618	* Makefile.tpl: Reorder and comment dependencies.
11619	* Makefile.in: Regenerate.
11620
116212002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11622	* configure.in: Fix my broken commit of previous patch. (sigh)
11623
116242002-11-28  Geoffrey Keating  <geoffk@apple.com>
11625
11626	* configure.in: Move host-specific darwin noconfigdirs into
11627	the host-specific section.
11628
116292002-11-28  Geoffrey Keating  <geoffk@apple.com>
11630
11631	* configure.in: Move host-specific darwin noconfigdirs into
11632	the host-specific section.
11633
116342002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11635
11636	* configure: Remove skip-this-dir support.
11637	* Makefile.tpl: Remove skip-this-dir support.
11638
11639	* Makefile.tpl: Remove leftover support for non-autoconfiscated
11640	subdirectories.
11641	* Makefile.in: Regenerate.
11642
11643	* Makefile.tpl: Strip out useless setting of 'dir'.
11644	* Makefile.in: Regenerate.
11645
116462002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11647
11648	* configure.in: Fix deeply stupid bug.
11649
11650	* configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11651	shell code in CXX_FOR_TARGET
11652	* Makefile.def: Introduce raw_cxx.
11653	* Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11654	RAW_CXX_FOR_TARGET.
11655	* Makefile.in: Regenerate.
11656
116572002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11658
11659	* Makefile.tpl: Remove unnecessary ifs.
11660	* Makefile.in: Regenerate.
11661
11662	* Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11663	dependencies.  Maybe-ize build-libiberty.  Create dummy install
11664	targets for 'no_install' modules.
11665	* configure: Move GDB_TK substitution to configure.in.  Move
11666	build_modules stuff to configure.in.
11667	* configure.in: Implement soft dependency machinery.  Maybe-ize
11668	GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11669	* Makefile.in: Regenerate.
11670
116712002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11672
11673	* Makefile.tpl: Make all-target, install-target behave similarly
11674	to all, install (only hitting configured targets).  Eliminate
11675	unused macro defintions.
11676
11677	* Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11678	build != host.
11679
11680	* Makefile.tpl: Add all-gcc: all-libiberty dependency.
11681
11682	* ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11683
11684	* configure.in: Produce lists of subdir targets we're actually
11685	configuring.  Remove references to "dosrel".
11686	* Makefile.tpl: Let configure set which subdir targets are hit.
11687	Remove install-cross; clean up install; remove ALL.  Remove
11688	references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11689	Autogenerate host module targets.  Remove empty dependency lines
11690	and redundant dependency; rearrange slightly.
11691	* Makefile.def: Add host-side libtermcap, utils.
11692
11693	* Makefile.in: Regenerate.
11694
116952002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11696
11697	* ltconfig (osf[345]): Append $major to soname_spec.
11698	Reflect this in library_names_spec.
11699	* ltmain.sh (osf): Prefix $major with . for use as extension.
11700
117012002-11-19  Andreas Jaeger  <aj@suse.de>
11702
11703	* libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11704	linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11705	and sparc64 GNU/Linux systems.
11706
117072002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11708
11709	* MAINTAINERS: Update email.
11710
117112002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11712
11713	* MAINTAINERS: Complete James Dennett's entry.
11714
117152002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11716
11717	* MAINTAINERS (Write After Approval): Add myself.
11718
117192002-11-13  Bruce Korb  <bkorb@gnu.org>
11720
11721	* Makefile.tpl: syntactic cleanup
11722
117232002-11-13  Stuart Hastings  <stuart@apple.com>
11724
11725	* MAINTAINERS: Add myself to write-after-approval list.
11726
117272002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11728
11729	* Makefile.def: Add list of recursive targets to autogenerate.
11730	Add build_modules.
11731	* Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11732	targets.  Autogenerate *-build-* targets.
11733	* Makefile.in: Regenerate.
11734
117352002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11736
11737	* configure: More autoconf-style substitutions.
11738	* Makefile.tpl: More autoconf-style substitutions.
11739	* Makefile.in: Regenerate.
11740
117412002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11742
11743	* configure: Substitute more variables in a more autoconf-friendly
11744	way.  Simplify slightly.
11745	* Makefile.tpl: Make more variables substitutable in an
11746	autoconf-friendly way.
11747	* Makefile.in: Regenerate.
11748
117492002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
11750
11751	* MAINTAINERS (Write After Approval): Add myself.
11752
117532002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11754
11755	* configure.in (v810*): Remove special setting of tools.
11756
11757	* configure: Add support for extra required flags for ar or nm.
11758	* configure.in (aix4.3+): Use above support for target-specific
11759	issues, rather than using config/mt-aix43.
11760
117612002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11762
11763	* configure: Remove 'removing', which doesn't work.  Replace $subdir
11764	with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
11765	with $srcdir.  Reformat indentation.  Substitute some variables
11766	formerly hard-coded in the Makefile for build=host.
11767	* Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11768	* Makefile.def: Autogenerate more.
11769	* Makefile.in: Regenerate.
11770
117712002-11-04  Adam Nemet  <anemet@lnxw.com>
11772
11773	* MAINTAINERS (Write After Approval): Add myself.
11774
117752002-11-04  Kevin Buettner  <kevinb@redhat.com>
11776
11777	* Makefile.def (host_modules): Add rda.
11778	* Makefile.in: Regenerate.
11779	* configure.in (target_tool): Add target-rda to list.
11780
117812002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11782
11783	* MAINTAINERS: Remove "co-maintainer" note for web pages.
11784
117852002-10-25  Phil Edwards  <pme@gcc.gnu.org>
11786
11787	* Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
11788	and restrap targets to this rule.
11789	* Makefile.in:  Regenerate.
11790
117912002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11792
11793	* MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11794	GNATS only accounts.
11795
117962002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
11797
11798	* configure.in (i[3456]86-*-linux*): Add check to disable
11799	${libgcj} for glibc1.
11800
118012002-10-24  Denis Chertykov  <denisc@overta.ru>
11802
11803	* MAINTAINERS: Add myself as ip2k port maintainer.
11804
118052002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
11806
11807	* configure.in: Add tic4x target.
11808
118092002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11810
11811	* Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11812	* configure.in: Make SET_LIB_PATH substitution more autoconfy.
11813	* Makefile.in: Regenerate.
11814
11815	* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11816	* configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11817	* Makefile.in: Regenerate.
11818
118192002-10-02  Janis Johnson  <janis187@us.ibm.com>
11820
11821	* MAINTAINERS: Add myself as web pages co-maintainer.
11822
118232002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11824
11825	* Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11826	* Makefile.in: Regenerate.
11827
118282002-10-02  Zack Weinberg  <zack@codesourcery.com>
11829
11830	* MAINTAINERS: Add myself and Nathan Sidwell
11831	<nathan@codesourcery.com> as VxWorks maintainers.
11832
118332002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11834
11835	* Makefile.def: Remove order dependency comments.
11836	* Makefile.tpl: Add explicit install-install dependencies.
11837	* Makefile.in: Regenerate.
11838
11839	* Makefile.tpl: Remove material now in src-release.  (Finally!)
11840	* Makefile.in: Regenerate.
11841
11842	* Makefile.tpl: Add configure-target (for src-release in src)
11843	* Makefile.in: Regenerate.
11844
118452002-09-30  Nick Clifton  <nickc@redhat.com>
11846
11847	* Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11848
118492002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11850
11851	* configure.in (s390*-*-linux*): Enable libgcj.
11852
118532002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11854
11855	* configure: Revert accidentally applied changes.
11856
11857	* Makefile.tpl: Make more autoconf-friendly.
11858	* Makefile.in: Regenerate.
11859	* configure: Make substitution more autoconf-like.
11860
118612002-09-28  Richard Earnshaw  <rearnsha@arm.com>
11862
11863	* configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11864	single entry to handle all these.
11865	(arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
11866	libjava on arm-*-elf.
11867
118682002-09-27  Geoffrey Keating  <geoffk@apple.com>
11869
11870	* configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11871	things that depend on them.
11872
118732002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11874
11875	* Makefile.tpl: Make subsituted variables more autoconfy.
11876	* Makefile.in: Regenerate.
11877	* configure: Make seds more autoconfy.
11878
118792002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11880
11881	* Makefile.tpl: Rewrite substituted lines to look autoconfy.
11882	* Makefile.in: Regenerate.
11883	* configure.in: Rewrite sed statements to look autoconfy.
11884
11885	* Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11886	all-target-foo on configure-target-foo.
11887	* Makefile.def: Ditto.
11888	* Makefile.in: Rebuild.
11889
118902002-09-25  Andrew Haley  <aph@redhat.com>
11891
11892	* MAINTAINERS: Add aph@redhat.com as Java maintainer.
11893
118942002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11895
11896	* Makefile.def: New file.
11897	* Makefile.tpl: New file.
11898	* Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11899	* contrib/gcc_update: Note that Makefile.in is a generated file.
11900
11901	* configure.in: Minor rearrangement.  Simplify tests.
11902
119032002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
11904
11905	* configure.in (with_headers): Skip copy if value is "yes".
11906	(with_libs): Likewise.
11907
119082002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11909
11910	* configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11911	* configure.in (sh*-*-pe*): Ditto.
11912	* configure.in (mips*-*-pe*): Ditto.
11913	* configure.in (*arm-wince-pe): Ditto.
11914
11915	* configure.in: Rearrange.
11916
119172002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
11918
11919	* MAINTAINERS: Update my email address.
11920
119212002-08-30  Paul Koning  <pkoning@equallogic.com>
11922
11923	* MAINTAINERS: (Write After Approval): Add myself.
11924
119252002-08-29  Geoffrey Keating  <geoffk@redhat.com>
11926
11927	* MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11928
119292002-08-24  Geoffrey Keating  <geoffk@redhat.com>
11930
11931	* MAINTAINERS: Change my mailing address.
11932
119332002-08-21  Paolo Carlini  <pcarlini@unitus.it>
11934
11935	* MAINTAINERS (Write After Approval): Remove myself.
11936	(Various Maintainers: c++ runtime libs): Add myself.
11937
119382002-08-20  Loren J. Rittle  <ljrittle@acm.org>
11939
11940	* MAINTAINERS (Write After Approval): Remove myself.
11941	(Various Maintainers: c++ runtime libs): Add myself.
11942
119432002-08-15  Eric Christopher  <echristo@redhat.com>
11944
11945	* config.sub: Import from master repository.
11946	* config.guess: Ditto.
11947
119482002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11949
11950	* Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11951	* configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11952	CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11953
119542002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11955
11956	* MAINTAINERS: Add self to rs6000 vector extensions.
11957
119582002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11959
11960	* libiberty/configure: Reverted unintended yesterday's check in.
11961
119622002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11963
11964	* boehm-gc/configure, libf2c/configure: Rebuilt.
11965	* libffi/configure, libiberty/configure: Ditto.
11966	* libjava/configure, libobjc/configure: Ditto.
11967	* libstdc++-v3/configure, zlib/configure: Ditto.
11968	Merged from binutils:
11969	2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11970	From Steve Ellcey <sje@cup.hp.com>:
11971	* libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11972	(lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11973	lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11974	IA64.
11975	* ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11976	* ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11977	soname_spec, sys_lib_search_path_spec): Ditto.
11978
119792002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11980
11981	* configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11982
119832002-08-04  H.J. Lu  (hjl@gnu.org)
11984
11985	* configure.in (mips*-*-linux*): Don't skip target-libffi.
11986
119872002-08-02  Krister Walfridsson  <cato@df.lth.se>
11988
11989	* MAINTAINERS (Write After Approval): Add myself.
11990
119912002-07-31  Alan Modra  <amodra@bigpond.net.au>
11992
11993	* configure.in: Move generic linux case to end.	 Copy generic
11994	linux noconfigdirs to mips*-*-linux* entry and new
11995	powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11996
119972002-07-19  Michael Matz  <matz@suse.de>
11998
11999	* MAINTAINERS: Add myself as ra* maintainer.
12000
120012002-07-16  Chris Demetriou  <cgd@broadcom.com>
12002
12003	* config.guess: Update to 2002-07-09 version.
12004	* config.sub: Update to 2002-07-03 version.
12005
120062002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12007
12008	* MAINTAINERS: Fix typo in a maintainer email address.
12009
120102002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12011
12012	* configure.in: Remove two redundant tests.
12013
120142002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12015
12016	* configure.in (mips*-*-irix6*o32): Enable stabs.
12017
120182002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12019
12020	* configure.in: Don't build grez.
12021	* Makefile.in: Ditto.
12022
12023	* Makefile.in: Remove references to bsp, cygmon, libstub.
12024	* configure.in: Ditto.
12025
12026	* configure.in: Remove leftover reference to gdbtest.
12027
120282002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12029
12030	* configure.in (gxx_include_dir):  Change to match versioned
12031	C++ headers if --enable-version-specific-runtime-libs is used.
12032
120332002-07-04  Steve Ellcey  <sje@cup.hp.com>
12034
12035	* ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12036
120372002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12038
12039	* configure.in: Make --without-x work.
12040
120412002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12042
12043	* configure.in: Rearrange target Makefile fragment collection.
12044
12045	* Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12046	cvs[src].
12047	* configure.in: Ditto.
12048
120492002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12050
12051	* MAINTAINERS (Write After Approval): Update my e-mail address.
12052
120532002-06-24  Ben Elliston  <bje@redhat.com>
12054
12055	* configure.in (host_tools): Remove cgen.
12056
12057	* Makefile.in (all-cgen): Remove; runs from its source directory.
12058	(check-cgen, install-cgen, clean-cgen): Likewise.
12059	(all-opcodes): Do not depend on all-cgen.
12060	(all-sim): Likewise.
12061
120622002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12063
12064	* Makefile.in: Eliminate 'apache' targets.
12065	* configure.in: Eliminate 'apache' targets.
12066
12067	* configure.in: Eliminate redundant tests.  Reorganize.
12068
12069	* Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12070
12071	* config-ml.in: Eliminate references to Cygnus configure.
12072
12073	* Makefile.in: Eliminate references to building emacs.
12074
120752002-06-28  Graham Stott  <graham.stott@btinternet.com>
12076
12077	* MAINTAINERS: Update my email address.
12078
120792002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12080
12081	* config.if (libstdcxx_incdir): Version C++ headers.
12082	(cxx_incdir): Remove.
12083
120842002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12085
12086	* MAINTAINERS (Write After Approval): Add self.
12087
12088Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12089
12090	* configure.in: Add support for ip2k.
12091
120922002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12093
12094	* configure.in: Fix AIX configury bug.
12095
120962002-06-20  Steve Ellcey  <sje@cup.hp.com>
12097
12098	* MAINTAINERS (Write After Approval): Add self.
12099
121002002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12101
12102	* configure.in: replace ${topsrcdir} with ${srcdir}
12103
12104	* configure.in: Move definition of libstdcxx_flags
12105	right above usage, rather than waaay earlier.
12106
12107	* configure.in: Pull definition of is_cross_compiler earlier.
12108
12109	* configure.in: Rearrange a little.
12110
12111	* configure.in: Remove references to librx.
12112	* Makefile.in: Remove references to librx.
12113
12114Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12115
12116	* config.sub: Add support for avr target.
12117	Import from master sources, rev 1.255
12118
121192002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12120
12121	* configure, .cvsignore:  Revert previous change...
12122	* Makefile:  ...delete.
12123
121242002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12125
12126	* configure.in: Eliminate ${gasdir} variable.
12127
121282002-06-18  Dave Brolley  <brolley@redhat.com>
12129
12130	* configure.in: Add support for frv.
12131	* config.sub: Add support for frv.
12132
121332002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12134
12135	* configure:  Remove garbage from previous commit.
12136
121372002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12138
12139	* configure:  For in-source builds, make a subdir and re-exec there.
12140	* Makefile:  New file.  Pass targets through to build directory.
12141	* .cvsignore:  No longer ignore "Makefile".
12142
121432002-06-16  Douglas Rupp  <rupp@gnat.com>
12144
12145	* MAINTAINERS (Write After Approval): Add self.
12146
121472002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12148
12149	* Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12150
121512002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12152
12153	* configure.in (vax-*-netbsd*): Re-enable gas.
12154
121552002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12156
12157	* Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12158	BUILD_PREFIX_1, to correct nomenclature.
12159	* configure: Likewise.
12160
12161	* Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12162	* configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12163
121642002-05-31  Olaf Hering  <olh@suse.de>
12165
12166	* config-ml.in: Propogate DESTDIR also.
12167
121682002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12169
12170	* configure.in (vax-*-netbsd*): Don't build gas for this
12171	platform.
12172
121732002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12174
12175	* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12176	and libgcj for AVR.
12177
121782002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12179
12180	* MAINTAINERS (Write After Approval): Add myself.
12181
121822002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12183
12184	* config.guess: Update to 2002-05-22 version.
12185	* config.sub: Likewise.
12186
121872002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12188
12189	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12190	* config-ml.in: Likewise.
12191	* configure: Likewise.
12192	* configure.in: Likewise.
12193
121942002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12195
12196	* MAINTAINERS: Update my email address.
12197
121982002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12199
12200	* configure.in: Simplify makefile fragment collection.
12201
12202	* configure.in: Remove code to build emacs.
12203
12204	* configure.in : Remove --srcdir argument from targargs and buildargs
12205	(it's always overridden in the Makefile anyway).  Rearrange a bit.
12206
12207	* configure: Move some logic to configure.in.
12208	* configure.in: Move some logic from configure.
12209
122102002-05-11  Tom Tromey  <tromey@redhat.com>
12211
12212	* MAINTAINERS: Reflect libgcj reality.
12213
122142002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12215
12216	* Makefile.in: Honour DESTDIR.
12217
122182002-05-08  Mark Mitchell  <mark@codesourcery.com>
12219
12220	* config.guess: Import 2002-03-20 version.
12221	* config.sub: Import 2002-04-26 version.
12222
122232002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12224
12225	* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12226
122272002-05-07  Tim Josling  <tej@melbpc.org.au>
12228
12229	* MAINTAINERS: Add self.
12230
122312002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12232
12233	* ltmain.sh: Detect and handle object name conflicts
12234	while piecewise linking a static library.
12235
122362002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12237
12238	* configure.in (noconfigdirs): Don't disable libgcj on
12239	sparc64-*-solaris* and sparcv9-*-solaris*.
12240
122412002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12242
12243	* configure.in: Revert 2002-04-18's patch; fixed in libjava.
12244
122452002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12246
12247	* configure.in (FLAGS_FOR_TARGET): Do not add
12248	-B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12249	on i[3456]86-*-linux*.
12250
122512002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12252
12253	* configure.in (noconfigdirs): Replace [ ] with test.
12254
12255	* configure.in (noconfigdirs): Do not add target-newlib if
12256	target == i[3456]86-*-linux*, and host == target.
12257
122582002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12259
12260	* configure.in: delete reference to absent file
12261
12262	* configure.in: replace '[' with 'test'
12263
12264	* configure.in: Eliminate references to gash.
12265	* Makefile.in: Eliminate references to gash.
12266
12267	* configure.in: remove useless references to 'pic' makefile fragments.
12268
12269	* configure.in: (*-*-windows*) Finish removing.
12270
12271	* configure.in: Eliminate redundant test for libgui.
12272
122732002-04-29  Roger Sayle  <roger@eyesopen.com>
12274
12275	* MAINTAINERS: Add self and realphabetize.  Update entries
12276	for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12277	entry for a29k port maintainer.
12278
122792002-04-26  Joel Sherrill  <joel@OARcorp.com>
12280
12281	* configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12282	(sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12283
122842002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12285
12286	* configure.in: remove references to dead files
12287
122882002-04-19  Mark Mitchell  <mark@codesourcery.com>
12289
12290	* MAINTAINERS: Add information about purpose of this file.
12291
122922002-04-18  Tom Tromey  <tromey@redhat.com>
12293
12294	* configure.in: Disallow configuring libgcj when it is already
12295	installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12296	Solaris 2.8 by default.  For PR libgcj/6158.
12297
122982002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12299
12300	* configure.in:  Move default CC setting out of config/mh-* fragments
12301	directly into here.
12302
123032002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12304
12305	* configure.in: don't even try to configure or make a subdirectory
12306	if there's no configure script for it.
12307
123082002-04-15  Mark Mitchell  <mark@codesourcery.com>
12309
12310	* MAINTAINERS: Remove chill maintainers.
12311	* Makefile.in (CHILLFLAGS): Remove.
12312	(CHILL_LIB): Remove.
12313	(TARGET_CONFIGDIRS): Remove libchill.
12314	(CHILL_FOR_TARGET): Remove.
12315	(BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12316	CHILL_LIB.
12317	(CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12318	(CHECK_TARGET_MODULES): Likewise.
12319	(INSTALL_TARGET_MODULES): Likewise.
12320	(CLEAN_TARGET_MODULES): Likewise.
12321	(configure-target-libchill): Remove.
12322	(all-target-libchill): Remove.
12323	* configure.in (target_libs): Remove target-libchill.
12324	Do not compute CHILL_FOR_TARGET.
12325	* libchill: Remove directory.
12326
123272002-04-11  DJ Delorie  <dj@redhat.com>
12328
12329	* Makefile.in, configure.in: Sync with binutils, entries
12330	follow...
12331
123322002-04-07  Andrew Cagney  <ac131313@redhat.com>
12333
12334	* Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
12335	(do-tar, do-bz2): New rules.
12336	(taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
12337	(gdb-tar): New rule.
12338	(gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
12339	(insight_dejagnu.tar): New rule.
12340	(insight.tar): New rule.
12341	(gdb+dejagnu.tar): New rule.
12342	(gdb.tar): New rule.
12343
123442002-02-01  Mo DeJong  <supermo@bayarea.net>
12345
12346	* Makefile.in: Add all-tix to deps for all-snavigator
12347	so that tix is built when building snavigator.
12348
123492002-01-11  Steve Ellcey  <sje@cup.hp.com>
12350
12351	* configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12352	ld and gdb are not supported.
12353
123542002-01-07  Mark Salter  <msalter@redhat.com>
12355
12356	* configure.in: Remove target-bsp and target-cygmon from arm builds.
12357	Allow target-libgloss to be built for arm, strongarm, and xscale.
12358
123592001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
12360
12361	* configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12362	options for i[3456]86-pc-linux* native builds.
12363
123642001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
12365
12366	* Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12367	files from .po files for a distribution.
12368
123692001-09-03  Jeff Holcomb  <jeffh@redhat.com>
12370
12371	* configure.in: Enable libstdc++-v3 for h8300 targets.
12372
123732001-06-19  Alan Modra  <amodra@bigpond.net.au>
12374
12375	* Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12376	version from bfd/.
12377
12378Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
12379
12380	* Makefile.in (VER): When present, extract the version number from
12381	the file version.in.
12382
123832001-05-24  Tom Rix  <trix@redhat.com>
12384
12385	* configure.in : enable ld for aix
12386
123872001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12388
12389	* config.guess: Add linux target for S/390.
12390
123912000-11-07  Philip Blundell  <pb@futuretv.com>
12392
12393	* Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
12394
123952000-11-03  Philip Blundell  <pb@futuretv.com>
12396
12397	* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
12398	files.
12399
124002001-01-15  Ben Elliston  <bje@redhat.com>
12401
12402	* configure.in (host_tools): Add sid.
12403	Always configure cgen.
12404
124052000-11-24  Nick Clifton  <nickc@redhat.com>
12406
12407	* configure.in (c4x, c5x, tic54x): Move after ARM targets.
12408
124092000-08-20  Doug Evans  <dje@casey.transmeta.com>
12410
12411	* Makefile.in (ALL_MODULES): Add all-cgen.
12412	(CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
12413	(all-cgen): New target.
12414	(all-opcodes,all-sim): Depend on all-cgen.
12415	* configure.in (host_tools): Add cgen.
12416	Only configure cgen if --enable-cgen-maint.
12417
124182002-04-09  Loren J. Rittle  <ljrittle@acm.org>
12419
12420	* configure.in: Add *-*-freebsd* configurations.
12421
124222002-04-08  Tom Tromey  <tromey@redhat.com>
12423
12424	* configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
12425	Fixes PR libgcj/6068.
12426
124272002-03-30  Krister Walfridsson  <cato@df.lth.se>
12428
12429	* configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12430
124312002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12432
12433	* configure.in (alpha*-dec-osf*): Enable libgcj.
12434
124352003-03-27  Matthew Gingell  <gingell@gnat.com>
12436
12437	* MAINTAINERS (Write After Approval): Add myself.
12438
124392002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
12440
12441	Fix for: PR bootstrap/3591, target/5676
12442	* configure.in (mcore-pe): Disable the configuration of
12443	libstdc++-v3 since exceptions are not supported.
12444
124452002-03-20  Anthony Green  <green@redhat.com>
12446
12447	* configure.in: Enable libgcj for xscale-elf target.
12448
12449Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
12450
12451	* MAINTAINERS:  Update my email address.
12452
124532002-03-16  Alexandre Oliva  <aoliva@redhat.com>
12454
12455	* ltmain.sh (relink_command): Fix typo in previous change.
12456
124572002-03-15  Alexandre Oliva  <aoliva@redhat.com>
12458
12459	* ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
12460	(relink_command): Added --tag flags.
12461	(mode=install): If relinking fails; error out.
12462
124632002-03-12  Richard Henderson  <rth@redhat.com>
12464
12465	* Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
12466	.NOTPARALLEL tag.
12467	(do-check): Rename from check.
12468	(check): Allow parallel check.
12469
124702002-03-12  Bob Wilson  <bob.wilson@acm.org>
12471
12472	* MAINTAINERS: Add myself as maintainer for xtensa port.
12473	Fix alphabetical order in CPU port maintainer list.
12474	Remove myself from Write After Approval list.
12475
124762002-03-11  Richard Henderson  <rth@redhat.com>
12477
12478	* Makefile.in (.NOTPARALLEL): Add fake tag.
12479
124802002-03-07  H.J. Lu  (hjl@gnu.org)
12481
12482	* configure.in: Enable gprof for mips*-*-linux*.
12483
124842002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
12485
12486	* MAINTAINERS (Write After Approval): Add myself.
12487
124882002-02-28  Alexandre Oliva  <aoliva@redhat.com>
12489
12490	* configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12491	libjava.
12492	(CXX_FOR_TARGET): Explain why -shared-libgcc here.
12493
124942002-02-23  Alexandre Oliva  <aoliva@redhat.com>
12495
12496	* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12497	because its Makefile is there; test for the executable instead.
12498
124992002-02-22  Alexandre Oliva  <aoliva@redhat.com>
12500
12501	* configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12502	libstdc++-v3 and libjava.
12503
125042002-02-11  Adam Megacz  <adam@xwt.org>
12505
12506	* gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12507	boehm-gc
12508
125092002-02-09  Alexandre Oliva  <aoliva@redhat.com>
12510
12511	* config.guess: Updated to 2002-01-30's version.
12512	* config.sub: Updated to 2002-02-01's version.
12513	Contribute sh64-elf.
12514	2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
12515	* configure.in: Added sh64-*-*.
12516
125172002-02-08  Chris Demetriou  <cgd@broadcom.com>
12518
12519	* MAINTAINERS: Belatedly add myself to write after approval list.
12520
12521Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
12522
12523	* MAINTAINERS: Put self in as maintainer for x86-64 port.
12524	Remove self as Write After Approval.
12525
125262002-01-31  Geoffrey Keating  <geoffk@redhat.com>
12527
12528	* MAINTAINERS: Put self in as maintainer for contrib/regression
12529	directory.
12530
125312002-01-28  Phil Edwards  <pme@gcc.gnu.org>
12532
12533	* MAINTAINERS:  Update my email address.
12534
125352002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
12536
12537	* configure.in (*-*-netbsd*): New.  Skip target-newlib,
12538	target-libiberty, and target-libgloss.  Skip Java-related
12539	libraries if not supported for NetBSD on target CPU.
12540
125412002-01-25  Douglas B Rupp  <rupp@gnat.com>
12542
12543	* install-sh: Use _inst.$$_ for temp file name.
12544
125452002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12546
12547	* MAINTAINERS (Write After Approval): Move my contact info
12548	from here...
12549	(OS Port Maintainers): ...to here (netbsd).
12550
125512002-01-22  Bob Wilson  <bob.wilson@acm.org>
12552
12553	* MAINTAINERS (Write After Approval): Add myself.
12554
125552002-01-17  H.J. Lu  <hjl@gnu.org>
12556
12557	* Makefile.in (all-fastjar): Also depend on all-libiberty.
12558	(all-target-fastjar): Also depend on all-target-libiberty.
12559
125602002-01-16  H.J. Lu  (hjl@gnu.org)
12561
12562	* config.guess: Import from master sources, rev 1.225.
12563	* config.sub: Import from master sources, rev 1.238.
12564
125652002-01-16  Kazu Hirata  <kazu@hxi.com>
12566
12567	* MAINTAINERS (Write After Approval): Remove myself.
12568
125692001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12570
12571	* MAINTAINERS (Write After Approval): Add myself.
12572
125732001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12574
12575	* MAINTAINERS: Add self as docs co-maintainer.
12576
125772001-12-11  Matthias Klose  <doko@debian.org>
12578
12579	* MAINTAINERS (Write After Approval): Add myself.
12580
125812001-12-09  Zack Weinberg  <zack@codesourcery.com>
12582
12583	* MAINTAINERS: Update my email address.
12584
125852001-12-07  Turly O'Connor  <turly@apple.com>
12586	* MAINTAINERS (Write After Approval): Add myself.
12587	* rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12588	(rs6000_initialize_trampoline): Call __trampoline_setup for
12589	ABI_DARWIN too.
12590	* darwin-tramp.asm: New file, implements __trampoline_setup.
12591	* t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12592
125932001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12594
12595	* MAINTAINERS (Write After Approval): Add myself.
12596
12597Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12598
12599	* configure, configure.in: Use temp file for long sed commands.
12600
126012001-12-03  Laurent Guerby  <guerby@acm.org>
12602
12603	* config.sub: Update to version 1.232 on subversion.
12604
126052001-12-03  Ben Elliston  <bje@redhat.com>
12606
12607	* MAINTAINERS: Update mail address for config.* patches.
12608
126092001-11-27  DJ Delorie  <dj@redhat.com>
12610	    Zack Weinberg  <zack@codesourcery.com>
12611
12612	When build != host, create libiberty for the build machine.
12613
12614	* Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12615	CONFIG_ARGUMENTS.
12616	(ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12617	New variables.
12618	(ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12619	and rules.
12620	(all.normal): Depend on ALL_BUILD_MODULES.
12621	(CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12622	(all-build-libiberty): Depend on configure-build-libiberty.
12623
12624	* configure: Calculate and substitute proper value for
12625	ALL_BUILD_MODULES.
12626	* configure.in: Create the build subdirectory.
12627	Calculate and substitute TARGET_CONFIGARGS (formerly
12628	CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12629
126302001-11-26  Ziemowit Laski  <zlaski@apple.com>
12631
12632	* MAINTAINERS (write-after-approval): Add self.
12633
126342001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12635
12636	* MAINTAINERS (GNATS only accounts): Remove self.
12637
126382001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12639
12640	* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12641	libf2c.
12642
126432001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12644
12645	* MAINTAINERS (Write After Approval): Add self.
12646
126472001-11-12  David O'Brien  <obrien@FreeBSD.org>
12648
12649	* MAINTAINERS: mips and s390 are also CPU ports.
12650
126512001-11-12  David O'Brien  <obrien@FreeBSD.org>
12652
12653	* MAINTAINERS: mcore, cris and mmix are also CPU ports.
12654
126552001-11-11  David O'Brien  <obrien@FreeBSD.org>
12656
12657	* MAINTAINERS: Alphabetize.
12658
126592001-11-09  Kazu Hirata  <kazu@hxi.com>
12660
12661	* MAINTAINERS (Various maintainers: h8 port): Add myself.
12662
126632001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12664
12665	* MAINTAINERS (Various maintainers: hppa port): Added myself.
12666
126672001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12668
12669	* configure.in (--enable-languages): Be more permissive about
12670	syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12671
126722001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12673
12674	* config.sub: Import from master sources, rev. 1.230.
12675	* MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12676
126772001-11-07  Laurent Guerby  <guerby@acm.org>
12678
12679	* MAINTAINERS (Write After Approval): Add self.
12680
126812001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12682
12683	* Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12684
126852001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12686
12687	* config.sub: Import from master sources, rev 1.226.
12688	* config.guess: Import from master sources, rev 1.216.
12689
126902001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12691
12692	* configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12693	* MAINTAINERS: Add self as maintainer of MMIX port.
12694	Remove old after-approval entry.
12695
126962001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12697
12698	* ChangeLog, configure: Fix spelling errors.
12699
127002001-10-20  Brendan Kehoe  <brendan@zen.org>
12701
12702	* MAINTAINERS: Tweak my address.
12703
12704Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12705
12706	* MAINTAINERS: Update my email address.
12707
127082001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12709
12710	* configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12711	* MAINTAINERS: Add self as maintainer of CRIS port.
12712
127132001-10-10  Geert Bosch  <bosch@gnat.com>
12714
12715	* MAINTAINERS (Various maintainers: Ada front end):
12716	Added Robert Dewar.
12717
127182001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12719
12720	* MAINTAINERS (Write After Approval): Added self
12721
127222001-10-02  Geert Bosch  <bosch@gnat.com>
12723
12724	* MAINTAINERS (Various maintainers: Ada front end): Added myself.
12725
127262001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12727
12728	* configure: Handle temporary files securely using mkdir.
12729
127302001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12731
12732	* Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12733
127342001-09-26  Will Cohen  <wcohen@redhat.com>
12735
12736	* configure.in (*-*-linux*): Disable configuration of target-newlib
12737	and target-libgloss.
12738
127392001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12740
12741	* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12742	RANLIB.
12743
127442001-09-21  Alexandre Oliva  <aoliva@redhat.com>
12745
12746	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12747	DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12748	RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12749	avoid quotes nesting problems.
12750	(NATIVE_CHECK_MODULES): Ditto, just for consistency.
12751	(DO_X): Export only variables that are set.
12752
127532001-09-19  Ben Elliston  <bje@redhat.com>
12754
12755	* configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12756	Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12757	semantics.  Use the shell built-in "type" command instead.
12758
127592001-08-31  Alexandre Oliva  <aoliva@redhat.com>
12760
12761	Merged from gcc-3_0-branch:
12762	2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
12763	* ltcf-c.sh: Use $objext, not $ac_objext.
12764	2001-07-27  Mark Kettenis  <kettenis@gnu.org>
12765	* ltcf-cxx.sh: Add support for GNU.
12766	2001-07-22  Timothy Wall  <twall@redhat.com>
12767	* ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
12768	default settings if using GNU tools with that configuration.
12769	* ltcf-cxx.sh: Ditto.
12770	* ltcf-gcj.sh: Ditto.
12771	2001-07-21  Michael Chastain  <chastain@redhat.com>
12772	* ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12773	HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
12774	* ltmain.sh: Mark as gcc-local.
12775
127762001-08-30  Eric Christopher  <echristo@redhat.com>
12777	    Jason Eckhardt  <jle@redhat.com>
12778
12779	* config.guess: Merge from master sources.
12780	* config.sub: Merge from master sources, add support for mipsisa32.
12781
127822001-08-25  Geoffrey Keating  <geoffk@redhat.com>
12783	* config.sub: Merge from master sources, rev 1.219.
12784	* MAINTAINERS: Add self as contact for stormy16 port.
12785
127862001-08-14  Zack Weinberg  <zackw@panix.com>
12787
12788	* config.sub: Merge from master sources, rev 1.218.
12789	* config.guess: Merge from master sources, rev 1.209.
12790
127912001-08-11  Graham Stott  <grahams@redhat.com>
12792
12793	* Makefile.in (check-c++): Add missing semicolon.
12794
12795Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
12796
12797	* MAINTAINERS (Various maitainers: predict.def): Added myself.
12798
127992001-07-30  Eric Christopher  <echristo@redhat.com>
12800
12801	* MAINTAINERS (Various maintainers: mips port): Added myself.
12802
128032001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
12804
12805	* configure.in (sh-*-linux*): New.
12806
128072001-07-27  Richard Henderson  <rth@redhat.com>
12808
12809	* .cvsignore: Add LAST_UPDATED.
12810
128112001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
12812
12813	* MAINTAINERS (Various maintainers: s390 port): Added myself.
12814
128152001-07-16  Aldy Hernandez  <aldyh@redhat.com>
12816
12817	* config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12818
12819Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
12820
12821	* MAINTAINERS (Write After Approval): Added myself.
12822
128232001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12824
12825	* configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12826	and libgcj on m68hc11/m68hc12.
12827
128282001-06-27  H.J. Lu  (hjl@gnu.org)
12829
12830	* Makefile (CFLAGS_FOR_BUILD): New.
12831	(EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12832
128332001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12834
12835	* README: Remove version number.
12836
128372001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12838
12839	* INSTALL/README: Update wrt. to the installation instructions now
12840	residing in gcc/doc/install.texi.
12841
128422001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12843
12844	* README: Replace with a cut-down and updated version of gcc/README.
12845
128462001-06-12  David Edelsohn  <edelsohn@gnu.org>
12847
12848	* config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12849	multilibs to be disabled.
12850
128512001-06-11  Daniel Berlin  <dan@cgsoftware.com>
12852
12853	* MAINTAINERS (Write After Approval): Add myself.
12854
128552001-06-09  Alexandre Oliva  <aoliva@redhat.com>
12856
12857	* config.guess: Import CVS version 1.195.
12858	* config.sub: Import CVS version 1.212.
12859
128602001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
12861
12862	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12863	gcc/xgcc is built, use -print-prog-name to find out the program
12864	name to use.
12865
128662001-06-04  Phil Edwards  <pme@sources.redhat.com>
12867
12868	* config.guess:  Import CVS version 1.194.  All gcc-local changes
12869	appear to also be in the master copy.
12870	* config.sub:  Import CVS version 1.211.
12871
12872Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
12873
12874	* ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12875	with_gcc]: Use `gcc -shared' to build a shared library.
12876
12877Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12878
12879	* ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12880	archives.
12881
12882Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12883
12884	* MAINTAINERS (Write After Approval): Add myself.
12885
128862001-06-01  Hans-Peter Nilsson  <hp@axis.com>
12887
12888	* configure.in (libstdcxx_flags): Do not try to execute
12889	libstdc++-v3/testsuite_flags until it exists.
12890
128912001-06-01  Alan Modra  <amodra@bigpond.net.au>
12892
12893	* MAINTAINERS: Update my email address.
12894
128952001-05-31  Graham Stott  <grahams@redhat.com>
12896
12897	* MAINTAINERS (Write After Approval): Add myself.
12898
128992001-05-28  Simon Patarin  <simon.patarin@inria.fr>
12900
12901	* ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
12902	libraries when using g++ with native linker.
12903
129042001-05-28  Alexandre Oliva  <aoliva@redhat.com>
12905
12906	* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12907
129082001-05-22  Alexandre Oliva  <aoliva@redhat.com>
12909
12910	* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12911	[aix4*|aix5*]: Prepend blank.
12912
129132001-05-20  Alexandre Oliva  <aoliva@redhat.com>
12914
12915	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12916	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
12917	of subdir/configure scripts to use the new libtool.m4.
12918
129192001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12920
12921	* MAINTAINERS (Write After Approval): Add myself.
12922
129232001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
12924
12925	* configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12926
129272001-05-11  Ben Elliston  <bje@redhat.com>
12928
12929	* Makefile.in (all-sid): New target.
12930	(check-sid, clean-sid, install-sid): Likewise.
12931
129322001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
12933
12934	* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12935
129362001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12937
12938	* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12939	libgcj.
12940
129412001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12942
12943	* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12944	gcc/xgcc is built, use -print-prog-name to find out the program
12945	name to use.
12946
129472001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12948
12949	* configure.in (noconfigdirs): Don't reset it from scratch in the
12950	target case; only append to it.
12951
12952	* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12953	sparc-*-solaris2.8]: Disable ${libgcj}.
12954
129552001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12956
12957	* configure.in (libgcj_saved): Copy from $libgcj.
12958	(libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12959	--disable-libgcj.
12960
129612001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12962
12963	* MAINTAINERS: Remove self as MIPS maintainer and
12964	C front end maintainer.
12965
12966Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12967
12968	* configure.in: Move *-chorusos target case to the proper switch.
12969	Disable libgcj.
12970
129712001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12972
12973	* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12974	1.641.2.228.
12975
129762001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12977
12978	* Makefile.in (STAGE1_CFLAGS): Pass down.
12979
129802001-04-13  Alan Modra  <amodra@one.net.au>
12981
12982	* config.guess: Add hppa64-linux support.  Note for next import that
12983	this is already in the master file.
12984	* configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12985
129862001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12987
12988	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12989	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12990
129912001-04-11  Stan Shebs  <shebs@apple.com>
12992
12993	* MAINTAINERS: Add self as Darwin port maintainer.
12994
129952001-04-11  Alan Modra  <amodra@one.net.au>
12996
12997	* MAINTAINERS: Update my email address.
12998
129992001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13000
13001	* ltcf-cxx.sh: Support creation of C++ shared libraries on
13002	recent versions of FreeBSD (release 3 or later).
13003	* ltconfig: On FreeBSD, -lc must not be provided when building
13004	a shared library or else the standard -pthread gcc option is
13005	rendered worthless to later users of the built library.
13006
130072001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13008
13009	* MAINTAINERS: Add self and RTH as C front end maintainers.
13010
130112001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13012
13013	* config.sub: Make sure to match an already-canonicalized
13014	machine name (eg. mn10300-unknown-elf).
13015
130162001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13017
13018	* Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13019	New macros.
13020	(bootstrap, cross): Use RECURSE_FLAGS.
13021	* configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13022
130232001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13024
13025	* configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13026
130272001-03-22  Colin Howell  <chowell@redhat.com>
13028
13029	* Makefile.in (DO_X): Do not backslash single-quotes in
13030	backquotes (two places).
13031
130322001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13033
13034	Re-installed:
13035	2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13036	* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13037	'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13038	* ltcf-cxx.sh: Likewise.
13039	* ltcf-gcj.sh: Likewise.
13040
130412001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13042
13043	* MAINTAINERS: Add myself as "documentation co-maintainer".
13044
130452001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13046
13047	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13048	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13049
130502001-03-19  Tom Tromey  <tromey@redhat.com>
13051
13052	* config-ml.in: Handle GCJ and GCJFLAGS.
13053
130542001-03-21  Michael Chastain  <chastain@redhat.com>
13055
13056	* Makefile.in: all-m4 depends on all-texinfo.
13057
130582001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13059
13060	* MAINTAINERS: Add myself to write after approval list.
13061
130622001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13063
13064	* Makefile.in (DO_X): Quote nested quotes.
13065
130662001-03-18  Alan Modra  <alan@linuxcare.com.au>
13067
13068	* MAINTAINERS: Add myself to write after approval list.
13069
130702001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13071
13072	* Makefile.in (DO_X): Use double quotes for quoting
13073	"RANLIB=$${RANLIB}".
13074
130752001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13076
13077	* MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13078
130792001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13080
13081	* configure.in: Only use `lang_requires' for languages athat are
13082	actually enabled.
13083
130842001-03-08  Phil Edwards  <pme@sources.redhat.com>
13085
13086	* MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13087
130882001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13089
13090	* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13091
130922001-03-07  Tom Tromey  <tromey@redhat.com>
13093
13094	* configure.in: Allow config-lang.in to set `lang_requires' to list
13095	of other required languages.
13096
130972001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13098
13099	* Makefile.in: Remove RANLIB definition. Use RANLIB
13100	in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13101	EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13102
131032001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13104	    Alexandre Oliva  <aoliva@redhat.com>
13105
13106	* Makefile.in (check-c++): Use tabs, not spaces.
13107
131082001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13109
13110	* MAINTAINERS: add myself to Write After Approval list.
13111
131122001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13113
13114	* Makefile.in (check-c++): New rule.
13115
13116	* configure.in (target_libs): Remove libg++.
13117	(noconfigdirs): Remove libg++.
13118	(noconfigdirs): Same.
13119	(noconfigdirs): Same.
13120	(noconfigdirs): Same.
13121
13122	* config-ml.in: Remove libg++ references.
13123
13124	* Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13125	(ALL_TARGET_MODULES): Same.
13126	(configure-target-libg++): Remove.
13127	(all-target-libg++): Remove.
13128	(configure-target-libio): Remove.
13129	(all-target-libio): Remove.
13130	(check-target-libio): Remove.
13131	(.PHONY): Remove.
13132	(libg++.tar.bz2): Remove.
13133	(all-target-cygmon): Remove libio.
13134	(all-target-libstdc++): Remove.
13135	(configure-target-libstdc++): Remove.
13136	(TARGET_LIB_PATH): Remove libstdc++.
13137	(ALL_GCC_CXX): Remove libstdc++.
13138	(all-target-gperf): Correct.
13139
131402001-02-16  Nick Clifton  <nickc@redhat.com>
13141
13142	* configure.in (noconfigdirs): Allow configuration of texinfo
13143	for Cygwin hosts.
13144
131452001-02-15  Anthony Green  <green@redhat.com>
13146
13147	* configure: Introduce GCJ_FOR_TARGET.
13148	* configure.in: Ditto.
13149	* Makefile.in: Ditto.
13150
131512001-02-13  Andreas Schwab  <schwab@suse.de>
13152
13153	* MAINTAINERS: Update mail address.
13154
131552001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13156
13157	* config.guess: Add linux target for S/390.
13158	* config.sub: Likewise.
13159
131602001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13161
13162	* configure.in: for *-chorusos, don't config target-newlib and
13163	target-libgloss.
13164
131652001-02-06  Ben Elliston  <bje@redhat.com>
13166
13167	* configure: Output host type to stdout, not stderr.
13168
131692001-02-05  Mark Mitchell  <mark@codesourcery.com>
13170
13171	* ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13172	* ltcf-cxx.sh: Likewise.
13173
13174	* config.if: Assume enable_libstdcxx_v3 is defined.
13175
131762001-02-04  Mark Mitchell  <mark@codesourcery.com>
13177
13178	Remove V2 C++ library.
13179	* configure.in: Remove --enable-libstdcxx_v3 support.
13180
131812001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13182
13183	* include/demangle.h: Add prototype for java_demangle_v3.
13184
131852001-01-29  Phil Edwards  <pme@sources.redhat.com>
13186
13187	* COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13188
131892001-01-27  Richard Henderson  <rth@redhat.com>
13190
13191	* configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13192
131932001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13194
13195	* ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13196	Don't unset, it's non-portable and no longer necessary, set to empty
13197	instead.
13198
131992001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13200
13201	* ltconfig: Shell portability fix for the tagname validity check.
13202
132032001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13204
13205	* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13206	* ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13207
132082001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13209
13210	* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13211
132122001-01-26  Tom Tromey  <tromey@redhat.com>
13213
13214	* configure.in: Allow libgcj to be built on Sparc Solaris.
13215
132162001-01-25  David Edelsohn  <edelsohn@gnu.org>
13217
13218	* ltcf-c.sh: Add aix5 case.
13219	* ltcf-cxx.sh: Likewise.
13220	* ltconfig: Likewise.
13221
132222001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13223
13224	* ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13225	keep at least one of build_libtool_libs or build_old_libs set to
13226	yes.
13227
13228	* ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13229	* libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13230
132312001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13232
13233	* configure.in: Enable libgcj on several additional platforms.
13234
132352001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13236
13237	* configure.in: Enable libgcj for linux targets.
13238
132392001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13240
13241	* MAINTAINERS (Write After Approval): Add myself.
13242
132432001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13244
13245	* MAINTAINERS: Add myself as vax port maintainer.
13246
132472001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13248
13249	* MAINTAINERS: Add myself as Mercury front-end maintainer.
13250
132512001-01-09  Mike Stump  <mrs@wrs.com>
13252
13253	* Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13254	failures of subdirectories.
13255
132562001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13257
13258	* ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13259	'-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13260	* ltcf-cxx.sh: Likewise.
13261	* ltcf-gcj.sh: Likewise.
13262	* ltconfig.sh: Fix typo.
13263
132642001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13265
13266	* configure: handle DOS-style absolute paths.
13267
132682001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13269
13270	* configure.in: remove supported directories from $noconfigdirs for DJGPP.
13271
132722000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13273
13274	* MAINTAINERS: Add myself as avr port co-maintainer.
13275
132762000-12-28  Ben Elliston  <bje@redhat.com>
13277
13278	* MAINTAINERS: Add myself under ``Write After Approval''.
13279
132802000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13281
13282	* texinfo: Remove directory from GCC.
13283
132842000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13285
13286	* COPYING: Update to current
13287	ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13288	to 19yy as example year in copyright notice).
13289
132902000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13291
13292	* Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13293	(libstdcxx_incdir): Pass down.
13294	* config.if: Remove expired bits for cxx_interface, add stub.
13295	(libstdcxx_incdir): Add variable for g++ include directory.
13296	* configure.in (gxx_include_dir): Use it.
13297
132982000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13299
13300	* MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13301	with old-email address from ``Write After Approval''.
13302
133032000-12-15  Andreas Jaeger  <aj@suse.de>
13304
13305	* configure.in: Handle lang_dirs.
13306
133072000-12-14  Tom Tromey	<tromey@redhat.com>
13308
13309	* MAINTAINERS: Removed brads.
13310
13311	* MAINTAINERS: Added gcj developers.
13312
133132000-12-13  Anthony Green  <green@redhat.com>
13314
13315	* configure.in: Disable libgcj for any target not specifically
13316	listed.  Disable libgcj for x86 and Alpha Linux until compatible
13317	with g++ abi.
13318
133192000-12-13  Mike Stump  <mrs@wrs.com>
13320
13321	* Makefile.in (local-distclean): Also remove fastjar.
13322
133232000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
13324
13325	* contrib/gcc_update: Add fastjar --touch entries.
13326
133272000-12-12  Alexandre Oliva  <aoliva@redhat.com>
13328
13329	* configure.in: Disable language-specific target libraries for
13330	languages that aren't enabled.
13331
133322000-12-10  Anthony Green  <green@redhat.com>
13333
13334	* configure.in: Define libgcj.  Disable libgcj target libraries for
13335	most targets.
13336
133372000-12-10  Neil Booth  <neilb@earthling.net>
13338
13339	* MAINTAINERS: Update mail address, remove from WAA list.
13340
133412000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13342
13343	* libjava: Imported from /cvs/java.
13344	* libffi: Likewise.
13345	* Boehm-gc: Likewise.
13346
133472000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13348
13349	* configure.in (target_libs): Revert 2000-12-08 patch.
13350	(noconfigdirs): Added target-libjava.
13351
133522000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13353
13354	* djunpack.bat: removed.
13355
133562000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13357
13358	* Makefile.in: handle DOS-style absolute paths.
13359	* config-ml.in: likewise.
13360	* symlink-tree: likewise.
13361
133622000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13363
13364	* fastjar: Imported.
13365
133662000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13367
13368	* Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13369	libjava.
13370	* configure.in (target_libs): Removed `target-libjava'.
13371
133722000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13373
13374	* Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13375	(ALL_MODULES): Added fastjar.
13376	(NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13377	(all-target-libjava): all-fastjar replaces all-zip.
13378	(all-fastjar): Added.
13379	(configure-target-fastjar, all-target-fastjar): Likewise.
13380	* configure.in (host_tools): Added fastjar.
13381
133822000-12-07  Mike Stump  <mrs@wrs.com>
13383
13384	* Makefile.in (local-distclean): Remove leftover built files.
13385
133862000-11-24  Nick Clifton  <nickc@redhat.com>
13387
13388	* configure.in (xscale-elf): Add target.
13389	(xscale-coff): Add target.
13390
133912000-11-22  Loren J. Rittle  <ljrittle@acm.org>
13392
13393	* ltcf-cxx.sh: Support creation of C++ shared libraries on
13394	recent versions of FreeBSD (release 3 or later).
13395	* ltconfig: On FreeBSD, -lc must not be provided when building
13396	a shared library or else the standard -pthread gcc option is
13397	rendered worthless to later users of the built library.
13398
133992000-11-16  Fred Fish  <fnf@be.com>
13400
13401	* configure.in (enable_libstdcxx_v3): Fix typo,
13402	libstd++ -> libstdc++.
13403
134042000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13405
13406	* MAINTAINERS: Add self to Write After Approval list.
13407
134082000-11-21  Bernd Schmidt  <bernds@redhat.com>
13409
13410	* MAINTAINERS: Update my email address.  Add myself to global write
13411	privs list.
13412
134132000-11-18  Alexandre Oliva  <aoliva@redhat.com>
13414
13415	* Makefile.in: Merge with src and libgcj.
13416	(ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
13417	configure-target-<library> when their configure scripts need the C
13418	or C++ library to have already been built to work properly.
13419	(do_proto_toplev): Set them to an empty string.
13420
13421	* Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
13422	(REALLY_SET_LIB_PATH): Use them.
13423
134242000-11-17  Stan Shebs  <shebs@apple.com>
13425
13426	* MAINTAINERS: Add self to Write After Approval list.
13427
134282000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13429
13430	* configure: Provide the original toplevel configure arguments
13431	(including $0) to subprocesses in the environment rather than
13432	through gcc/configargs.h.
13433
134342000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13435
13436	* MAINTAINERS: Remove references to cccp. Change C9X reference to
13437	C99.  Alphabetise "Write After Approval" list.
13438
134392000-11-12  Mark Mitchell  <mark@codesourcery.com>
13440
13441	* configure: Turn on libstdc++ V3 by default.
13442
13443	* ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13444	if we've got GCC.
13445
134462000-11-11  Philip Blundell  <philb@gnu.org>
13447
13448	* MAINTAINERS: Add self to Write After Approval list.
13449
134502000-11-09  David Edelsohn  <edelsohn@gnu.org>
13451
13452	* ltcf-c.sh (aix4): Improve shared library configuration; require
13453	exporting symbols.
13454	* ltcf-cxx.sh (aix4): Define.
13455	* ltconfig (aix4): Define library and soname specs appropriate for
13456	AIX.  Define command to create export symbols list.
13457
13458Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
13459
13460	* config.sub: Add support for Sun Chorus
13461
134622000-10-31  Nick Clifton  <nickc@redhat.com>
13463
13464	* MAINTAINERS: Rename <name>@cygnus.com addresses to
13465	<name>@redhat.com.  Also installed new email address for Clint
13466	Popetz.
13467
134682000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
13469
13470	* etc: Remove directory from GCC.
13471
134722000-10-16  Michael Meissner  <meissner@redhat.com>
13473
13474	* configure (gcc/configargs.h): Only create if there is a build GCC
13475	directory created.
13476
134772000-10-16  Matthias Klose  <doko@debian.org>
13478
13479	* config.if: Search libstdc++-v3/configure.in for INTERFACE,
13480	when configured for libstdc++-v3.
13481
134822000-10-05  Phil Edwards  <pme@gcc.gnu.org>
13483
13484	* configure: Save configure arguments to gcc/configargs.h.
13485
134862000-10-04  Philipp Thomas  <pthomas@suse.de>
13487
13488	* config.guess: Import CVS version 1.157.
13489	* config.sub: Import CVS version 1.181.
13490
134912000-10-04  Andris Pavenis  <pavenis@latnet.lv>
13492
13493	* Makefile.in (bootstrap): avoid recursion if subdir missing
13494	(cross): ditto
13495	(do-proto-toplev): ditto
13496
134972000-09-30  Alexandre Oliva  <aoliva@redhat.com>
13498
13499	* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13500	ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13501
13502	* ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13503	multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
13504	all affected `configure' scripts.
13505
13506Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
13507
13508	* MAINTAINERS: Add self as cpplib co-maintainer.
13509
135102000-09-24  Aldy Hernandez  <aldyh@redhat.com>
13511
13512	* MAINTAINERS: Add self to Write After Approval list.
13513
135142000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13515
13516	* INSTALL/README: egcs -> GCC update.
13517
13518Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13519
13520	* MAINTAINERS: Add myself to Write After Approval list.
13521
135222000-09-15  Kazu Hirata  <kazu@hxi.com>
13523
13524	* MAINTAINERS: Add myself to Write After Approval list.
13525
13526Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
13527
13528	* configure.in: Do not build byacc for hppa64.  Provide paths to the
13529	X11 libraries for hppa64.
13530
135312000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13532
13533	* MAINTAINERS: Add myself as 68hc11 port maintainer.
13534
135352000-09-06  Alexandre Oliva  <aoliva@redhat.com>
13536
13537	* Makefile.in (all-zlib): Added dummy target.
13538
13539	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13540	ltcf-gcj.sh: Updated from libtool multi-language branch.
13541
135422000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13543
13544	* Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13545	(bootstrap*): Depend on all-bootstrap.
13546
135472000-09-05  Philipp Thomas  <pthomas@suse.de>
13548
13549	* config.guess: Import CVS version 1.156.
13550	* config.sub: Import CVS version 1.179.
13551
135522000-09-02  Anthony Green  <green@cygnus.com>
13553
13554	* Makefile.in (all-gcc): Depend on all-zlib.
13555	(CLEAN_MODULES): Add clean-zlib.
13556	(ALL_MODULES): Add all-zlib.
13557	* configure.in (host_libs): Add zlib.
13558
135592000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13560
13561	* configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13562	crosses, but add gcc/include to the header search path for them.
13563
135642000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13565
13566	* MAINTAINERS: Add self to Write After Approval list.
13567
135682000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13569
13570	* config.guess: Import CVS version 1.152.
13571	* config.sub: Import CVS version 1.177.
13572
135732000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13574
13575	* configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13576	$targargs to tell whether newlib is going to be built.
13577
13578	* configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13579	$$r/TARGET_SUBDIR/libio for _G_config.h.
13580
135812000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13582
13583	* MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13584
135852000-08-22  DJ Delorie  <dj@redhat.com>
13586
13587	* MAINTAINERS: Add self as a build machinery (*.in) maintainer
13588
135892000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13590
13591	* config-ml.in (CC, CXX): Avoid trailing whitespace.
13592	(LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13593	sub-configures.
13594
135952000-08-21  DJ Delorie  <dj@redhat.com>
13596
13597	* MAINTAINERS: Add self as a libiberty maintainer
13598
135992000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13600
13601	* configure.in (libstdcxx_flags): Use
13602	libstdc++-v3/src/libstdc++.INC.
13603
136042000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13605
13606	* configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13607
136082000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13609
13610	* configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13611
13612	* configure: Make enable_threads and enable_shared defaults
13613	explicit.  Substitute enable_threads into generated Makefiles.
13614	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13615	* libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13616
136172000-08-13  Geoff Keating  <geoffk@cygnus.com>
13618
13619	* Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13620
136212000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13622
13623	* config-ml.in (CC): Remove bogus duplicate quotation mark from
13624	previous delta.
13625
136262000-08-11  Jason Merrill  <jason@redhat.com>
13627
13628	* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13629	CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13630	(FLAGS_FOR_TARGET): Not here.
13631	(CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13632
136332000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13634
13635	* config-ml.in (CC, CXX): Don't introduce a leading space.
13636
136372000-08-07  DJ Delorie  <dj@delorie.com>
13638
13639	* MAINTAINERS: Add self as a DJGPP maintainer
13640
136412000-08-07  DJ Delorie  <dj@redhat.com>
13642
13643	* configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13644	"if we're also building gcc, and it's a gcc that will run on the
13645	build machine, we want to use its includes instead of the system's
13646	default includes".
13647
136482000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13649
13650	* MAINTAINERS: Add self to Write After Approval list.
13651
136522000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13653
13654	* configure.in (libstdcxx_flags): Don't use `"'.
13655
13656	* config-ml.in: Adjust multilib search paths to the
13657	appropriate multilib tree.
13658
136592000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13660
13661	* configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13662	commas in $LANGUAGES.
13663
136642000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13665
13666	* configure.in: Re-enable all references to libg++ and librx.
13667
136682000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13669
13670	* ltconfig, ltmain.sh: Update from libtool multi-language branch.
13671	* ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13672	(ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13673	* ltcf-cxx.sh (need_lc): Set based on postdeps.
13674
13675	* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13676
136772000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13678
13679	* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13680	CXX_FOR_TARGET for sed.
13681
136822000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13683
13684	* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13685	Do not override if already set in the environment or in configure.
13686	Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13687	(FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13688
136892000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13690
13691	* libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13692	the libtool CVS tree multi-language branch.
13693	* ltconfig, ltmain.sh: Updated.
13694
136952000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13696
13697	* Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13698	(clean-target): Depend on it.
13699
13700	* Makefile.in (FLAGS_FOR_TARGET): New macro.
13701	(GCC_FOR_TARGET): Use it.
13702	(CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13703	* configure.in: ... here.
13704	(FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13705	(libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13706
137072000-07-24  Eric Christopher  <echristo@cygnus.com>
13708
13709	* MAINTAINERS: Add self to Write After Approval list.
13710
137112000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13712
13713	* Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13714	(configure-target-libchill, configure-target-libobjc): Likewise.
13715
13716	* configure.in: Use the same cache file for all target libs.
13717	* config-ml.in: But different cache files per multilib variant.
13718
137192000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13720
13721	* configure (topsrcdir): Don't use dirname.
13722
137232000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13724
13725	* MAINTAINERS: Add self to Write After Approval list.
13726
137272000-07-20  Jason Merrill  <jason@redhat.com>
13728
13729	* configure.in: Remove all references to libg++ and librx.
13730
13731	* configure, configure.in, Makefile.in: Unify gcc and binutils.
13732
137332000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13734
13735	* config.sub: Update to subversions version 2000-07-06.
13736
137372000-07-12  Andrew Haley  <aph@cygnus.com>
13738
13739	* configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13740	(target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13741
137422000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
13743
13744	* symlink-tree:  Check number of arguments.
13745
137462000-07-05  Jim Wilson  <wilson@cygnus.com>
13747
13748	* Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13749	search path for a g++ extracted from the build tree.  This
13750	will allow link tests run by configure scripts in
13751	subdirectories to succeed.
13752
137532000-07-01  Koundinya K  <kk@ddeorg.soft.net>
13754
13755	* ltconfig: Add support for mips-dde-sysv4.2MP
13756
137572000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13758
13759	* MAINTAINERS: Add myself as loop discovery maintainer.
13760
137612000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
13762
13763	* ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13764	`os2'. Force ac_cv_exeext to be ".exe" in that case.
13765
137662000-06-19  Timothy Wall  <twall@cygnus.com>
13767
13768	* configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13769	* config.sub: Add tic54x target.
13770
13771Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13772
13773	* MAINTAINERS: Add self as Fortran maintainer,
13774	remove Craig Burley.
13775
13776Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13777
13778	* config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13779	* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13780
13781Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
13782
13783	* MAINTAINERS: Add self as i18n maintainer
13784
1378520000-05-21  H.J. Lu  (hjl@gnu.org)
13786
13787	* Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13788	directory are used if they exist. Make sure
13789	$(build_tooldir)/include is searched for header files,
13790	$(build_tooldir)/lib/ for library files.
13791	(GCC_FOR_TARGET): Likewise.
13792	(CXX_FOR_TARGET): Likewise.
13793
13794Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
13795
13796	* configure.in (hppa*64*-*-*): Do build ld for this configuration.
13797
13798Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
13799
13800	* Makefile.in (configure-target-libiberty): Depend on
13801	configure-target-newlib.
13802
138032000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
13804
13805	* configure.in, Makefile.in: Merge all libffi-related
13806	configury stuff from the libgcj tree.
13807
13808Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13809
13810	Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13811	* Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13812
13813Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13814
13815	Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13816	* Makefile.in (do-djunpack): New target. Update djunpack.bat with
13817	current version information.  Add to proto-toplev directory.
13818	(gdb-taz): Build do-djunpack.
13819
138202000-05-15  David Edelsohn  <edelsohn@gnu.org>
13821
13822	* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13823
13824Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13825
13826	* MAINTAINERS: Add self to Write After Approval list.
13827
138282000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13829
13830	* ltmain.sh: Preserve in relink_command any environment
13831	variables that may affect the linker behavior.
13832
13833Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
13834
13835	* config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13836
13837Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
13838
13839	* configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13840
138412000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13842
13843	* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13844	with the version name.
13845
13846Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
13847
13848	* MAINTAINERS: Add self as bb-reorder maintainer.
13849
138502000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
13851
13852	* config.if: Tweak.
13853
138542000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
13855
13856	* djunpack.bat: New file.
13857
13858Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13859
13860	* Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13861	gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13862	dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13863	insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13864
138652000-04-16  Dave Pitts  <dpitts@cozx.com>
13866
13867	* config.sub (case $basic_machine): Change default for "ibm-*"
13868	to "openedition".
13869
138702000-04-13  Andreas Jaeger  <aj@suse.de>
13871
13872	* MAINTAINERS: Added myself.
13873
13874Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13875
13876	* Makefile.in (gdb-taz): New target.  GDB specific archive.
13877	(do-md5sum): New target.
13878	(MD5PROG): Define.
13879	(PACKAGE): Default to TOOL.
13880	(VER): Default to a shell script.
13881	(taz): Rewrite target.  Move real work to do-proto-toplev.  Include
13882	md5 checksum generation.
13883	(do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13884	(do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13885	(gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13886	insight.tar.bz2): Use gdb-taz to create archive.
13887
13888Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13889
13890	* configure (warn_cflags): Delete.
13891
13892Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
13893
13894	* MAINTAINERS: Added myself.
13895
138962000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13897	    Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
13898
13899	* configure.in (enable_libstdcxx_v3): Add.
13900	(target_libs): Add bits here to switch between libstdc++-v2 and
13901	libstdc++-v3.
13902	* config.if: And this file too.
13903	* Makefile.in: Add libstdc++-v3 targets.
13904
139052000-04-05  Michael Meissner  <meissner@redhat.com>
13906
13907	* config.sub (d30v): Add d30v as a basic machine type.
13908
139092000-03-29  Jason Merrill  <jason@casey.cygnus.com>
13910
13911	* configure.in: -linux-gnu*, not -linux-gnu.
13912
13913Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13914
13915	* MAINTAINERS: Add self in write-after-approval section.
13916
13917Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
13918
13919	* MAINTAINERS: Add self as ia64 port maintainer.
13920
139212000-03-08  Neil Booth  <NeilB@earthling.net>
13922
13923	* MAINTAINERS: Add self in write-after-approval section.
13924
13925Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13926
13927	* Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13928	(do-tar-bz2): Replace TOOL with PACKAGE.
13929	(gdb.tar.bz2): Remove GDBTK from GDB package.
13930	(gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13931	dejagnu.tar.bz2): New packages.
13932
139332000-02-27  Andreas Jaeger  <aj@suse.de>
13934
13935	* configure.in: Add entry for mips*-*-linux*, move catch all
13936	*-*-*linux* entry below this one.
13937
139382000-02-27  Ian Lance Taylor  <ian@zembu.com>
13939
13940	* ltconfig, ltmain.sh: Update to libtool 1.3.4.
13941
139422000-02-24  Nick Clifton  <nickc@cygnus.com>
13943
13944	* config.sub: Support an OS of "wince".
13945
13946Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13947
13948	* config.guess, config.sub: Updated to match config's 2000-02-15
13949	version.
13950
139512000-02-23  Linas Vepstas  <linas@linas.org>
13952
13953	* config.sub: Add support for Linux/IBM 370.
13954	* configure.in: Likewise.
13955
139562000-02-22  Nick Clifton  <nickc@cygnus.com>
13957
13958	* configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13959
139602000-02-20  Christopher Faylor  <cgf@cygnus.com>
13961
13962	* config.guess: Guess "cygwin" rather than "cygwin32".
13963
139642000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13965
13966	* configure (gcc_version): When setting, narrow search to
13967	lines containing `version_string'.
13968
139692000-02-15  Denis Chertykov  <denisc@overta.ru>
13970
13971	* config.sub: Add support for avr target.
13972
139732000-02-14  Nick Clifton  <nickc@cygnus.com>
13974
13975	* MAINTAINERS: Add maintainers for MCore port.
13976
13977Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13978
13979	* config.sub: Add mmix-knuth-mmixware.
13980
139812000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13982
13983	* MAINTAINERS: Pair cccp with cpplib maintainership.
13984
139852000-01-27  Christopher Faylor  <cgf@redhat.com>
13986
13987	* Makefile.in (CC_FOR_TARGET): Add new winsup directory
13988	structure stuff to -L library search.
13989	(CXX_FOR_TARGET): Ditto.
13990	(CROSS_CHECK_MODULES): Fix spelling mistake.
13991
139922000-01-24  Mark Mitchell  <mark@codesourcery.com>
13993
13994	* Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13995	the C++ compiler.
13996
139972000-01-12  Richard Henderson  <rth@cygnus.com>
13998
13999	* configure.in: Don't build some bits for beos.
14000
140012000-01-12  Joel Sherrill (joel@OARcorp.com)
14002
14003	* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14004	as include files.
14005
140062000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14007
14008	* Add self as cpplib maintainer, as requested by Jason
14009	Merrill.  Correct my e-mail address.
14010
140112000-01-06  Geoff Keating  <geoffk@cygnus.com>
14012
14013	* configure.in: Use mt-aix43 to handle *_TARGET defs,
14014	not mh-aix43.
14015
14016Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14017
14018	* MAINTAINERS: Add myself to "write after approval" list.
14019
140201999-12-14  Richard Henderson  <rth@cygnus.com>
14021
14022	* config.guess (alpha-osf, alpha-linux): Detect ev67.
14023	* config.sub: Accept alphaev[78], alphaev8.
14024
140251999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14026
14027	* config.guess, config.sub: Update from autoconf.
14028
140291999-11-29  Bruce Korb  <autogen@linuxbox.com>
14030
14031	* MAINTAINERS:  update my playtime e-address.
14032
14033Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14034
14035	* config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14036	necessary libraries are missing.
14037
14038Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14039
14040	* MAINTAINERS: Add new 'write after approval' maintainer.
14041
14042Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14043
14044	* MAINTAINERS: Add new Java maintainer.
14045
140461999-10-25  Andreas Schwab  <schwab@suse.de>
14047
14048	* configure: Fix quoting inside arguments of eval.
14049
140501999-10-21  Nick Clifton  <nickc@cygnus.com>
14051
14052	* config-ml.in: Allow suppression of some ARM multilibs.
14053
14054Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14055
14056	* config.guess: Add OS/390 match pattern.
14057	* config.sub: Add mvs, openedition targets.
14058	* configure.in (i370-ibm-opened*): New.
14059
140601999-09-04  Steve Chamberlain  <sac@pobox.com>
14061
14062	* config.sub: Add support for configuring for pj.
14063
140641999-08-31  Nick Clifton  <nickc@cygnus.com>
14065
14066	* config.sub (maybe_os): Add support for configuring for fr30.
14067
140681999-08-25  Nick Clifton  <nickc@cygnus.com>
14069
14070	* configure.in: Do not configure or build ld for AIX
14071	platforms.  ld is known to be broken on these platforms.
14072
14073Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14074
14075	* config-ml.in: Pass compiler flag corresponding to multidirs to
14076	subdir configures.
14077
140781999-08-09  Ian Lance Taylor  <ian@zembu.com>
14079
14080	* Makefile.in (LDFLAGS): Define.
14081
140821999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14083
14084	* configure.in (i[3456]-*-mingw32*): Don't put gprof in
14085	noconfigdirs.
14086	(*-*-cygwin*): Likewise.
14087
140881999-08-08  Ian Lance Taylor  <ian@zembu.com>
14089
14090	* mkdep: New file.
14091	* Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14092	(BINUTILS_SUPPORT_DIRS): Add mkdep.
14093
14094	From Eli Zaretskii <eliz@is.elta.co.il>:
14095	* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14096	long file name when using DJGPP on MS-DOS.
14097
14098Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14099
14100	* config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14101
141021999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14103
14104	* Makefile.in (check-target-libio): Remove all-target-libstdc++
14105	dependency as this causes "make check" to globally "make all"
14106
14107Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14108
14109	* configure.in (target_libs): Added target-zlib.
14110	* Makefile.in (ALL_TARGET_MODULES): Added zlib.
14111	(CONFIGURE_TARGET_MODULES): Likewise.
14112	(CHECK_TARGET_MODULES): Likewise.
14113	(INSTALL_TARGET_MODULES): Likewise.
14114	(CLEAN_TARGET_MODULES): Likewise.
14115	(configure-target-zlib): New target.
14116	(all-target-zlib): Likewise.
14117	(all-target-libjava): Depend on all-target-zlib.
14118	(configure-target-libjava): Depend on configure-target-zlib.
14119
14120	* Makefile.in (configure-target-libjava): Depend on
14121	configure-target-newlib.
14122	(configure-target-boehm-gc): New target.
14123	(configure-target-qthreads): New target.
14124
14125	* configure.in (target_libs): Added target-qthreads.
14126	* Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14127	(CONFIGURE_TARGET_MODULES): Likewise.
14128	(CHECK_TARGET_MODULES): Likewise.
14129	(INSTALL_TARGET_MODULES): Likewise.
14130	(CLEAN_TARGET_MODULES): Likewise.
14131	(all-target-qthreads): New target.
14132	(configure-target-libjava): Depend on configure-target-qthreads.
14133	(all-target-libjava): Depend on all-target-qthreads.
14134
14135	* Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14136	(CONFIGURE_TARGET_MODULES): Likewise.
14137	(CHECK_TARGET_MODULES): Likewise.
14138	(INSTALL_TARGET_MODULES): Likewise.
14139	(CLEAN_TARGET_MODULES): Likewise.
14140	(all-target-libjava): New target.
14141	(all-target-boehm-gc): Likewise.
14142	* configure.in (target_libs): Added libjava, boehm-gc.
14143
141441999-07-22  Ian Lance Taylor  <ian@zembu.com>
14145
14146	* Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14147	configure.bat in SUPPORT_FILES.
14148	(gas+binutils.tar.bz2): Likewise.
14149
14150	* makeall.bat: Remove; obsolete.
14151
141521999-07-21  Ian Lance Taylor  <ian@zembu.com>
14153
14154	From Mark Elbrecht:
14155	* configure.bat: Remove; obsolete.
14156
141571999-07-11  Ian Lance Taylor  <ian@zembu.com>
14158
14159	* configure: Add -W -Wall to the default CFLAGS when compiling with
14160	gcc.
14161
14162Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14163
14164	* configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14165
141661999-06-30  Mark Mitchell  <mark@codesourcery.com>
14167
14168	* configure.in: Build ld on IRIX6.
14169
141701999-06-12  Ian Lance Taylor  <ian@zembu.com>
14171
14172	* Makefile.in: Change distribution targets to use bzip2 instead of
14173	gzip.
14174	(TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14175	(taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14176
141771999-06-04  Nick Clifton  <nickc@cygnus.com>
14178
14179	* config.sub: Add mcore target.
14180
14181Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14182
14183	* config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14184
14185Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14186
14187	* config.guess (dummy): Changed to $dummy.
14188
141891999-05-24  Nick Clifton  <nickc@cygnus.com>
14190
14191	* config.sub: Tidied up case statements.
14192
141931999-05-22  Ben Elliston  <bje@cygnus.com>
14194
14195	* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14196	<jiro@din.or.jp>.
14197
14198	* config.guess: Merge with FSF version. Future changes will be
14199	more accurately recorded in this ChangeLog.
14200	* config.sub: Likewise.
14201
14202Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14203
14204	 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14205
142061999-04-30  Tom Tromey  <tromey@cygnus.com>
14207
14208	* ltmain.sh: [mode link] Always use CC given by ltconfig.
14209
142101999-04-23  Tom Tromey  <tromey@cygnus.com>
14211
14212	* ltconfig, ltmain.sh: Update to libtool 1.2f.
14213
142141999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14215
14216	* configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14217	(noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14218	Bad merge removed these two changes.
14219
14220Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14221			  Martin Heller (Ing.-Buero_Heller@t-online.de)
14222
14223	* config.guess (interix Alpha): Add.
14224
142251999-04-11  Richard Henderson  <rth@cygnus.com>
14226
14227	* configure.in (i?86-*-beos*): Do config gperf; don't config
14228	gdb, newlib, or libgloss.
14229
14230Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14231
14232	* config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14233	link a trivial program with -mabi=64.  If it fails, remove mabi=64
14234	from multidirs.
14235
14236Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14237
14238	* config.sub: Set basic_machine to i586 when target_alias = k6-*.
14239
142401999-04-08  Nick Clifton  <nickc@cygnus.com>
14241
14242	* config.sub: Add support for mcore targets.
14243
142441999-04-07  Michael Meissner  <meissner@cygnus.com>
14245
14246	* configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14247	not mt-ospace, in order to shut up assembler warning about using
14248	symbols that are named the same as registers.
14249
142501999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14251
14252	* Makefile.in (all-target-cygmon): Added all-target-bsp to the
14253	dependency list for all-target-cygmon.
14254
142551999-04-05  Doug Evans  <devans@casey.cygnus.com>
14256
14257	* config-ml.in: Check $host, not $target, for selective multilibs.
14258	(arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14259	thumb interworking, and underscore prefix multilibs.
14260
142611999-04-04  Ian Lance Taylor  <ian@zembu.com>
14262
14263	* missing: Update to version from current automake.
14264
14265Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14266
14267	* configure (gxx_include_dir): Removed.
14268
14269	* configure.in (gxx_include_dir): Handle it.
14270	* Makefile.in: Likewise.
14271
142721999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14273
14274	* config.sub (mips64vr4111,mips64vr4111el) Add.
14275
142761999-03-21  Ben Elliston  <bje@cygnus.com>
14277
14278	* config.guess: Correct typo for detecting ELF on FreeBSD.
14279
14280Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14281
14282	* configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14283	config/mh-djgpp.
14284
14285Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14286
14287	* Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14288	all-target-newlib to dependency list for all-target-bsp.
14289
14290Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14291
14292	* config.sub: Add i386-uwin support.
14293	* config.guess: Likewise.
14294
14295Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14296
14297	* configure.in: cleanup, add mh-*pic handling for arm, special
14298	case powerpc*-*-aix*
14299
14300Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14301
14302	* configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14303	can be built.
14304
14305Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14306
14307	* configure.in: Added bsp support to arm-*-coff and arm-*-elf
14308	targets.
14309
143101999-03-02  Nick Clifton  <nickc@cygnus.com>
14311
14312	* config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14313
14314Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
14315
14316	* config.sub: Check for "cygwin*" rather than "cygwin32*"
14317
143181999-02-24  Nick Clifton  <nickc@cygnus.com>
14319
14320	* config.sub: Fix typo in arm recognition.
14321
14322Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
14323
14324	* configure.in (noconfigdirs): Changed target_configdirs to
14325	include target-bsp only for m68k-*-elf* and m68k-*-coff*
14326	rather than m68k-*-* since it is not known to work on
14327	m68k-aout. Ditto for arm-*-*oabi.
14328
14329Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
14330
14331	* configure.in (*-*-windows*): Remove, no longer used.
14332
143331999-02-19  Ben Elliston <bje@cygnus.com>
14334
14335	* config.guess: Automatically recognise ELF on FreeBSD. From Niall
14336	Smart and improved by Andrew Cagney.
14337
14338Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
14339
14340	* config.guess: Recognize openbsd-*-hppa.
14341
14342Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
14343
14344	* Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14345	only if it is not empty.
14346
143471999-02-17  Nick Clifton  <nickc@cygnus.com>
14348
14349	Patch from: Scott Bambrough <scottb@corelcomputer.com>
14350
14351	* config.guess: Modified to recognize uname's armv* syntax.
14352
14353	* config.sub: Modified to recognize uname's armv* syntax.
14354
143551999-02-17  Mark Salter  <msalter@cygnus.com>
14356
14357	* configure.in: Added target-bsp for sparclite.
14358
14359Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
14360
14361	* config.sub: Recognize alphapca5[67] and up to alphaev8.
14362
143631999-02-08  Nick Clifton  <nickc@cygnus.com>
14364
14365	* configure.in: Add support for strongarm port.
14366	* config.sub: Add support for strongarm target.
14367
14368Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14369
14370	* configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14371	the old name config/mh-cygwin32.
14372	Enable texinfo.
14373
14374Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
14375
14376	* configure.in: Do build ld for ix86 Solaris.
14377
14378Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
14379
14380	* Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
14381	$AR_FOR_TARGET.  Likewise for RANLIB.
14382
14383Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
14384
14385	* config.sub (oabi):  Recognize.
14386	* configure.in (arm-*-oabi):  Handle.
14387
14388Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
14389
14390	* config.guess: Improve detection of i686 on UnixWare 7.
14391
14392Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14393
14394	* config.guess: Add support for i386-pc-interix.
14395	* config.sub: Likewise.
14396	* configure.in: Likewise.
14397
14398Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
14399
14400	* Makefile.in: Remove unneeded all-target-libio from
14401	from all-target-winsup target since it is now unneeded.
14402	Add all-target-libtermcap in its place since it is now
14403	needed.
14404
14405Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
14406
14407	* configure.in: makefile stub for cygwin target is probably
14408	unnecessary.  Remove it for now.
14409
14410Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
14411
14412	* configure.in: libtermcap.a should be built when cygwin is the
14413	target as well as the host.
14414	* config.guess: Allow mixed case in cygwin uname output.
14415	* Makefile.in: Add libtermcap target.
14416
14417Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
14418
14419	* config.sub: Clean up handling of hppa2.0.
14420
14421Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
14422
14423	* config.guess: Use C code to identify more HP machines.
14424
14425Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
14426
14427	* config.sub: Handle hppa2.0.
14428
14429Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
14430
14431	* configure.in: Add cygmon for x86-coff and x86-elf. Configure
14432	cygmon for all sparclite targets, regardless of object format.
14433
144341998-12-15  Mark Salter  <msalter@cygnus.com>
14435
14436	* configure.in: Added target-bsp for several target architectures.
14437
14438	* Makefile.in: Added rules for bsp.
14439
14440Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
14441
14442	* config.guess: Improve detection of hppa2.0 processors.
14443
14444Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
14445
14446	* config.guess: Recognize FreeBSD using ELF automatically.
14447
144481998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
14449
14450	* configure (skip-this-dir): Add handling for new shell script, which
14451	might be created by a sub-directory's configure to indicate, this particular
14452	directory is "unwanted".
14453	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14454
14455Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
14456
14457	* ltconfig: import from libtool, after changing libtool to
14458	account for the cygwin name change.
14459
14460Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
14461
14462	* Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14463	include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14464
14465Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
14466
14467	* configure.in: Add libtermcap to list of cygwin dependencies.
14468
14469Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
14470
14471	* Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14472	they include winsup/include when it's a cygwin target.
14473
144741998-11-12  Tom Tromey  <tromey@cygnus.com>
14475
14476	* configure.in (host_tools): Added zip.
14477	* Makefile.in (all-target-libjava): Depend on all-zip.
14478	(all-zip): New target.
14479	(ALL_MODULES): Added all-zip.
14480	(NATIVE_CHECK_MODULES): Added check-zip.
14481	(INSTALL_MODULES): Added install-zip.
14482	(CLEAN_MODULES): Added clean-zip.
14483
14484Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
14485
14486	* Makefile.in: lose "32" from comment about cygwin.
14487
14488Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
14489
14490	* configure.in: Use -Os to build target libraries for the fr30.
14491
14492Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
14493
14494	* config.sub: Add fr30.
14495
14496Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
14497
14498	* configure.in: drop "32" from config/mh-cygwin32.  Check
14499	cygwin* instead of cygwin32*.
14500	* config.sub: Check cygwin* instead of cygwin32*.
14501
14502Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
14503
14504	* config.guess: Match any version of Unixware7.
14505
145061998-10-20  Syd Polk  <spolk@cygnus.com>
14507
14508	* Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14509	if desired.
14510
14511Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
14512
14513	* config.if (cxx_interface, libstdcxx_interface): Do not try to set
14514	these if the appropriate directories and files to not exist.
14515
14516Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
14517
14518	* Makefile.in (DEVO_SUPPORT): Add config.if.
14519
14520Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14521
14522	* configure: Add pattern to replace "build_tooldir"'s
14523	definition in the generated Makefile with "tooldir"'s
14524	actual value.
14525
14526Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
14527
14528	* config.sub: Bring back lost sparcv9.
14529
14530	* Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14531
14532Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
14533
14534	* Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14535	CC_FOR_TARGET and friends.
14536
14537Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
14538
14539	* Makefile.in (build_tooldir): New variable, same as tooldir.
14540	(CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14541	-B$(build_tooldir)/bin/.
14542	(BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14543
14544Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14545
14546	* README: Remove installation instructions and refer to the
14547	INSTALL directory instead.
14548
14549Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14550
14551	* config.sub: Add support for i[34567]86-pc-udk.
14552	* configure.in: Likewise.
14553
14554Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14555
14556	* Makefile.in: add bzip2 package building bits for user
14557	tools module
14558	* configure.in: ditto
14559
14560Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14561
14562	* Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14563	(ALL_TARGET_MODULES): Add all-target-libobjc.
14564	(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14565	(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14566	(all-target-libchill): Add dependencies.
14567	* configure.in (target_libs): Add libchill.
14568
145691998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14570
14571	* configure.in (target_subdir): Remove duplicate line.
14572
14573Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14574
14575	* Makefile.in (all-automake): fix dependencies.
14576
14577Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14578
14579	* configure.in: Minor cleanups for building in the $(target_alias)
14580	subdir.
14581
145821998-09-22  Jim Wilson  <wilson@cygnus.com>
14583
14584	* Makefile.in (bootstrap): Set r and s before make all.  Use
14585	BASE_FLAGS_TO_PASS in make all.
14586	(cross): Likewise.
14587
145881998-09-20  Mark Mitchell  <mark@markmitchell.com>
14589
14590	* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14591
14592Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14593
14594	* config.sub: Fix typo in last change.
14595
145961998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14597
14598	* config.sub: Add support for C4x target.
14599	* configure.in: Likewise.
14600
146011998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14602
14603	* config.sub: Recognize sparcv9 just like sparc64.
14604
14605Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14606
14607	* config.guess: Match "Pent II" or "PentII" for OpenServer.
14608
14609Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14610
14611	* config.guess: Correctly identify Pentium II sco boxes.
14612
14613	* config.guess: Fix "tr" code.  From Weiwen Liu.
14614
14615Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14616
14617	* configure.in: Do not assume x86-svr4 or x86-unixware can handle
14618	stabs.
14619
14620Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14621
14622	* Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14623	(ALL_TARGET_MODULES): Add all-target-libchill.
14624	(CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14625	(INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14626	(all-target-libchill): Add dependencies.
14627	* configure.in (target_libs): Add libchill.
14628
14629Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14630
14631	* config.guess: Avoid assumptions about "tr" behaves when
14632	LANG is set to something other than English.
14633
14634Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14635
14636	* configure (gxx_include_dir): Changed to
14637	'${prefix}/include/g++'-${libstdcxx_interface}.
14638
14639	* config.if: New to determine the interfaces.
14640
14641Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14642
14643	* config.guess: Detect and handle MPE/IX.
14644	* config.sub: Deal with MPE/IX.
14645
14646Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14647
14648	* configure.in: Use mh-aix43.
14649
146501998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14651
14652	* configure: Fix --without/--disable cases for gxx-include-dir.
14653
14654Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14655
14656	* mdata-sh:  Imported.  Needed for automake support.
14657
14658Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14659
14660	* Makefile.in (taz): Try "chmod -R og=u ." before
14661	"chmod og=u `find . -print`".
14662
14663Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14664
14665	* configure.in: Add arm-elf and thumb-elf support.
14666
14667Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14668
14669	* Makefile.in: Undo previous patch.
14670
14671Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14672
14673	* Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14674	to here ...
14675	(install-no-fixedincludes): and here
14676	(INSTALL_MODULES): ... from here.
14677
14678Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14679
14680	* config.sub: Merge with FSF.
14681
14682	* config.guess: Merge with FSF.
14683
14684Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14685
14686	* configure (extraconfigdirs): New variable.
14687	(SUBDIRS): Add extraconfigdirs and recurse on them too.
14688	* Makefile.in (all): Move higher in file.
14689	(EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14690	(EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14691	(ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14692	(CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14693	(INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14694
146951998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14696
14697	* Makefile.in (all-target-libjava): Depend on all-gcc and
14698	all-target-newlib.
14699	(configure-target-libjava): Depend on $(ALL_GCC).
14700
14701Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14702
14703	* config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14704	(*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14705
14706Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14707
14708	* INSTALL/README: Fix typo.
14709
14710Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14711
14712	* ylwrap: Change absolute path checks to check for DOS style path
14713	names.
14714
14715	* ylwrap: Don't use a full path name if the source file is in the
14716	same directory.  From hjl@lucon.org (H.J. Lu).
14717
14718	* config-ml.in: Default to being verbose, to match Feb 18 change to
14719	configure.
14720
14721Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14722
14723	Brought over from egcs:
14724
14725	Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14726
14727	* configure.in (target_subdir): Set to ${target_alias} instead
14728	of "libraries".
14729
14730	Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14731
14732	* configure.in (target_subdir): Set to libraries if enable_multilib.
14733
14734Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14735
14736	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14737	multilibs, force reconfiguration the first time we create
14738	multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14739
14740Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14741
14742	* configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14743	avoid confusion with --no-recursion.
14744
14745Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
14746
14747	* configure.in: Win32 hosts shouldn't use install -x
14748	* install-sh: remove -x option, and special .exe-handling
14749	hack.
14750
14751Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
14752
14753	* config.guess: Recognize i586-pc-beos.
14754	* configure.in: Don't build some bits for beos.
14755
14756Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14757
14758	* configure: If CC is set but CFLAGS is not, and CC is gcc, make
14759	CFLAGS default to -O2.
14760
14761	* ltmain.sh: Add some hacks to make SunOS --enable-shared work
14762	when using GNU ld.
14763
14764Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
14765
14766	* ltmain.sh: Correct install when using a different shell.
14767
14768Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14769
14770	* ltconfig, ltmain.sh: Update to libtool 1.2b.
14771
14772Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
14773
14774	* makefile.vms: Update to build binutils/makefile.vms.  Add install
14775	target.
14776
14777Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
14778
14779	* ltconfig: Update to correct AIX handling.
14780
14781Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14782
14783	* Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14784
14785	* configure.in (target_subdir): Set to ${target_alias} instead
14786	of "libraries".
14787
147881998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
14789
14790	* Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14791	(Makefile): Depend on $(gcc_version_trigger).
14792
14793	* configure (gcc_version): Change default initializer to empty
14794	string.
14795	(gcc_version_trigger): New variable; pass this variable down
14796	to subdir configures to enable them checking gcc's version
14797	themselves. Emit make macros for both gcc_version vars.
14798	(topsrcdir): Initialize reliably.
14799	(recursion line): Remove --with-gcc-version=${gcc_version}.
14800
148011998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14802
14803	* configure (enable_version_specific_runtime_libs): Implement new flag
14804	--enable-version-specific-runtime-libs which installs C++ runtime stuff
14805	in $(libsubdir); emit definition in each generated Makefile.
14806	(gxx_include_dir): Initialize depending on
14807	$enable_version_specific_runtime_libs.
14808
148091998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14810
14811	* configure (gcc_version): Initialize properly depending on
14812	how and where configure is started.
14813	(recursion line): Pass a --with-gcc-version=${gcc_version}
14814	to configures in subdirs.
14815
14816Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
14817
14818	* configure.in (noconfigdirs): Add configure pattern for mips tx39
14819	cygmon
14820
14821Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
14822
14823	* configure.in: Add cygmon and libstub support for mn10200.
14824
148251998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
14826
14827	* configure (gcc_version): Add new variable describing the
14828	particular gcc version we're building.
14829	* Makefile.in (libsubdir): Add new macro for the directory
14830	in which the compiler finds executables, libraries, etc.
14831	(BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14832	and libsubdir.
14833
14834Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14835
14836	* Makefile.in (local-clean): Remove *.log.
14837	(warning.log): Built with warn_summary from build.log.
14838	(mail-report.log): Run test_summary.
14839	(mail-report-with-warnings.log): Run test_summary including
14840	warning.log in the report.
14841
14842Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
14843
14844	* config.guess: Detection of Pentium II for *-sco-3.2v5*.
14845
14846Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
14847
14848	* Makefile.in (grep): Grep no longer depends on libiberty.
14849
14850Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
14851
14852	* Makefile.in: all-snavigator needs all-libgui.
14853
14854Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
14855
14856	* configure.in: Add cygmon and libstub support for mn10300.
14857
14858Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
14859
14860	* missing: Update to version from automake 1.3.
14861
14862	* ltmain.sh: On installation, don't get confused if the same name
14863	appears more than once in the list of library names.
14864
14865Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14866
14867	* config.sub: Accept m68060 and m5200 as CPU names.
14868
14869Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
14870
14871	* configure: Use && rather than using -a in test, because odd
14872	strings can confuse test.
14873	* configure.in: Likewise.
14874
14875Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14876
14877	* ltconfig, ltmain.sh: Bring in Visual C++ support.
14878
14879Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14880
14881	* Makefile.in (boostrap2-lean, bootstrap3-lean,
14882	bootstrap4-lean): New targets.
14883
14884Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
14885
14886	* mpw-* Delete.  Not used.
14887
14888Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
14889
14890	* COPYING.LIB: Update FSF address.
14891
14892Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
14893
14894	* ltconfig, ltmain.sh: Update to libtool 1.2a.
14895
14896	* Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14897	GAS_SUPPORT_DIRS.
14898
14899Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
14900
14901	* ltconfig, ltmain.sh: Avoid producing a version number if
14902	-version-info was not used.
14903
14904Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14905
14906	* configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14907	building with newlib.
14908
149091998-04-30  Paul Eggert  <eggert@twinsun.com>
14910
14911	* Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14912	Solaris `make' causes it to continue to next definition.
14913
14914Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14915
14916	* Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14917	the right GUI libraries and files are installed along with GDB.
14918
14919Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14920
14921	* configure.in: Change alpha to alpha* in several places.
14922
14923Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
14924
14925	* config.sub: Recognize sparc86x.
14926
14927Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
14928
14929	* configure.in (--enable-target-optspace): Remove debug echo.
14930
14931Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
14932
14933	* configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14934
14935Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14936
14937	* ltconfig: Update cygwin32 support.
14938
14939	* Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14940	(BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14941	(GDB_SUPPORT_DIRS): Likewise.
14942
14943Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
14944
14945	* configure.in (target_makefile_frag): If --enable-target-optspace,
14946	use -Os to compile target libraries rather than -O2.  Default to
14947	using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14948	not used.
14949	* configure.in (target_cflags): Ditto for d30v.
14950
14951Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14952
14953	* Makefile.in (all-bfd): Depend on all-intl.
14954	(all-binutils): Likewise.
14955	(all-gas): Likewise.
14956	(all-gprof): Likewise.
14957	(all-ld): Likewise.
14958
149591998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14960
14961	* configure.in (host_tools): Fix typo, lbtool -> libtool.
14962
14963Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14964
14965	* Makefile.in (all-bfd): Depend upon all-libiberty.
14966
14967	* ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14968
14969Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14970
14971	* Makefile.in: Add libstub.
14972
14973	* configure.in: Ditto. Build libstub for targets that have cygmon
14974	support.
14975
14976Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14977
14978	* configure.in: Don't set PICFLAG on ix86-cygwin32.
14979
14980Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14981
14982	* configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14983	use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14984
14985Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14986
14987	* configure: Define DEFAULT_M4 by searching PATH.
14988	* Makfile.in: Use DEFAULT_M4.
14989
14990Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14991
14992	* ltconfig: Add cygwin32 support.
14993
14994	* Makefile.in, configure.in: Add libtool as a native only directory
14995	to configure and build.
14996
14997Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14998
14999	* Makefile.in (INSTALL_MODULES): Remove texinfo.
15000
15001Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15002
15003	* Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15004
15005Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15006
15007	* Makefile.in: add ash make rules
15008	* configure.in: add ash to native_only and host_tools lists
15009
15010Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15011
15012	* Makefile.in (all-gettext, all-intl): New targets.
15013	(ALL_MODULES): Added all-gettext, all-intl.
15014	(CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15015	(INSTALL_MODULES): Added install-gettext, install-intl.
15016	(CLEAN_MODULES): Added clean-gettext, clean-intl.
15017
15018	* configure.in (host_tools): Added gettext.
15019	(native_only): Likewise.
15020	(noconfigdirs) [various cases]: Likewise.
15021	(host_libs): Added intl.
15022
15023Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15024
15025	* configure: Do not disable building gdbtk for cygwin32 hosts.
15026
15027Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15028
15029	* configure.in: Add thumb-coff target.
15030	* config.sub: Add thumb-coff target.
15031
15032Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15033
15034	* Makefile.in: Revert yesterday's change.
15035	(all-target-winsup):  all-target-librx stays out of here.
15036
15037Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15038
15039	* Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15040	CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15041	INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15042	Remove references to librx and libg++.
15043
15044Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15045
15046	* Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15047	recursive makes
15048
15049Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15050
15051	* Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15052	for newlib directory.
15053	(CXX_FOR_TARGET): Likewise.
15054
15055Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15056
15057	* ltconfig: Update after libtool/ltconfig.in change for
15058	hpux11.
15059
15060Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15061
15062	* ltconfig, ltmain.sh: Update to libtool 1.2.
15063
15064Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15065
15066	* Makefile.in (install-gcc): Don't specify LANGUAGES here.
15067	(install-gcc-cross): Instead, override LANGUAGES here.
15068
150691998-03-18  Dave Love  <d.love@dl.ac.uk>
15070
15071	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15072	non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15073
15074Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15075
15076	* configure.in: Add Thumb-pe target.
15077
15078Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15079
15080	* Makefile.in - changed sn targets to snavigator
15081	* configure.in - changed sn targets to snavigator
15082
15083Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15084
15085	* config-ml.in: After building symlink tree call make distclean
15086	if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15087	to be the case for libiberty.
15088
15089Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15090
15091	* configure: When making link, also check the current
15092	directory. The configure scripts may create one.
15093
15094Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15095
15096	* config.sub: Accept alphapca56 and alphaev6 properly.
15097
15098Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15099
15100	* configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15101
15102Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15103
15104	* config.sub (sco5): Fix typo.
15105
15106Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15107
15108	* Makefile.in (INSTALL_MODULES): Move install-tcl before
15109	install-itcl.
15110	(install-itcl): Remove dependency on install-tcl.
15111
15112Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15113
15114	* configure.in: Remove libgloss from noconfigdirs for MN10300.
15115
15116Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15117
15118	* configure.in: Don't build libgui for a cygwin32 target when not on
15119	a cygwin32 host.
15120
15121Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15122
15123	* configure (redirect): Set to null, so default behavior of
15124	configure is now --verbose.
15125
151261998-02-16  Dave Love  <d.love@dl.ac.uk>
15127
15128	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15129	CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15130
15131Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15132
15133	* Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15134	this change to sync Makefile.in with its ChangeLog entries.
15135
15136Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15137
15138	* ltmain.sh (mkdir): Check that the directory doesn't exist
15139	before we exit with error, so that we don't get races during
15140	parallel builds.
15141
15142Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15143
15144	* ltconfig, ltmain.sh: Update from libtool 1.0i.
15145
15146Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15147
15148	* Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15149	PICFLAG_FOR_TARGET.
15150	(EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15151
15152	* configure: Emit a definition for the new macro enable_shared
15153	into each Makefile.
15154
15155Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15156
15157	* configure.in (host_tools, native_only): Add libtool.
15158
15159Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15160
15161	* configure.in: add target-gperf to noconfigdirs for Cygwin32.
15162	Fix typo in ming config comment.
15163
15164Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15165
15166	* ltconfig, ltmain.sh: Update from libtool 1.0h.
15167
15168Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15169
15170	* config.sub: Add tic30 cases, and map c30 to tic30.
15171
15172Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15173
15174	* Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15175	(ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15176	(CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15177	(CLEAN_TARGET_MODULES): Similarly
15178	(all-target-libf2c): Add dependences.
15179	* configure.in (target_libs): Add libf2c.
15180
15181Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15182
15183	* configure.in: Remove expect from noconfigdirs when target
15184	is cygwin32.  OK to build expect and dejagnu with Canadian
15185	Cross.
15186
15187Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15188
15189	* configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15190	host.
15191
15192	* config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15193	and mingw32.
15194
15195Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15196
15197	* Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15198	here as it is not defined in the toplevel Makefile.
15199
15200Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15201
15202	* configure (package_makefile_rules_frag): New variable, which names
15203	a file with generic rules, ...
15204	Change comment to mention we now have FIVE parts.
15205	* configure: Undo last change.
15206
15207Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15208
15209	* config.guess: More accurate determination of HP processor types.
15210	* config.sub: More accurate determination of HP processor types.
15211
15212Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15213
15214	* configure (package_makefile_frag): Move inserting the
15215	${package_makefile_frag} to where it should be according
15216	to the comment.
15217
15218Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15219
15220	* config.guess: Add support for Linux/ARM.
15221
15222Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15223
15224	* .cvsignore: Remove *-info and *-install since they match
15225	release-info and mpw-install, which we don't want to just ignore.
15226
15227Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15228
15229	* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15230
15231Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15232
15233	* Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15234	local_prefix to sub-make invocations.
15235
15236Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15237
15238	* configure.in: Check makefile fragments in the source
15239	directory.
15240
15241Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15242
15243	* configure.in: Check whether host and target makefile
15244	fragments exist before adding them to *_makefile_frag.
15245
15246Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15247
15248	* configure.in (target_configdirs): Add cygmon for sparc64-elf.
15249
15250Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15251
15252	* configure.in: Make sure we only replace RPATH_ENVVAR on
15253	lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15254	regexp to sed.
15255
15256	* Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15257	to sub-makes.
15258
152591998-01-13  Lee Iverson   (leei@ai.sri.com)
15260
15261	* config-ml.in (multi-do): LDFLAGS must include multilib
15262	designator.
15263
15264Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15265
15266	* config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15267
15268Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15269
15270	* config.sub: Add mingw32 support.
15271	* configure.in: Likewise.
15272
15273Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15274
15275	* configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15276
15277Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15278
15279	* Makefile.in (INSTALL_TARGET): Do install-gcc first.
15280	* configure (gxx_include_dir): Provide a definition for subdirs
15281	which do not use autoconf.
15282
15283Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15284
15285	* config.guess: Sync with egcs.  Picks up new alpha support,
15286	BeOS & some additional linux support.
15287
15288Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15289
15290	* config.guess: HP 9000/803 is a PA1.1 machine.
15291
15292Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15293
15294	* configure.in: It's alpha*-...
15295
15296Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15297
15298	* configure.in (host_makefile_frag, target_makefile_frag):
15299	Handle multiple config files.
15300	(alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15301	alpha-*-*.
15302
15303Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15304
15305	* mkdep: New file.
15306
15307Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
15308
15309	* configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15310
15311Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15312
15313	* Makefile.in: Add libgui directory.
15314	(GDB_TK): Add all-libgui.
15315	* configure.in: Add libgui directory.
15316	* configure: Add all-libgui to GDB_TK.
15317
15318Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
15319
15320	* config-ml.in (multidirs): Add m32r to multilib list.
15321
15322Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
15323
15324	* Makefile.in (all-target-gperf): Change dependency to
15325	all-target-libstdc++.
15326
15327Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
15328
15329	* config.guess: Add BeOS support.
15330
15331Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15332
15333	Source directory cvs renamed to cvssrc:
15334	* configure.in (host_tools): Change cvs to cvssrc.
15335	(native_only): Likewise.
15336	(noconfigdirs) [various cases]: Likewise.
15337	* Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15338	(CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15339	(INSTALL_MODULES): Change install-cvs to install-cvssrc.
15340	(CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15341	(all-cvssrc): Rename target from all-cvs.
15342
15343Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
15344
15345	* configure (gxx_include_dir): Fix thinko.
15346
15347Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
15348
15349	* Makefile.in (INSTALL_TARGET_CROSS): Define.
15350	(install-cross, install-gcc-cross): New targets.
15351
15352Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
15353
15354	* configure.in (noconfigdirs): Add support for Thumb target.
15355
15356	* config.sub (maybe_os): Add support for Thumb target.
15357
15358Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
15359
15360	* Makefile.in: Add rules for cygmon.
15361
15362	* configure.in: Build cygmon for sparc-elf and sparclite-aout.
15363
15364Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
15365
15366	* Makefile.in (INSTALL_TARGET): Do install-gcc first.
15367	* configure (gxx_include_dir): Provide a definition for subdirs
15368	which do not use autoconf.
15369
15370Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
15371
15372	* Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
15373	11/18/97 build
15374
15375Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
15376
15377	* From Franz Sirl.
15378	* config.guess (powerpc*-*-linux): Handle glibc2 beta release
15379	found on RedHat Linux systems.
15380
15381Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
15382
15383	* config.guess (alpha stuff): Merge with FSF to avoid incorrect
15384	guesses.
15385
15386Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
15387
15388	* configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
15389
15390Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
15391
15392	* ltmain.sh: If mkdir fails, check whether the directory was created
15393	anyhow by some other process.
15394
15395Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
15396
15397	* configure.in (d30v-*-*): Configure all directories.
15398
15399Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
15400
15401	* configure.in (d30v-*-*): Configure newlib, libiberty directories
15402	for the D30V.
15403
15404Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
15405
15406	* configure.in (d30v-*-*): Configure target-libgloss on the D30V.
15407
15408Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
15409
15410	* include/libiberty.h: Add extern "C" { so it can be used with C++
15411	progrms.
15412	* include/remote-sim.h:  Add extern "C" { so it can be used with C++
15413	programs.
15414
15415Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
15416
15417	* configure.in (d30v-*-*): Configure GCC now.
15418
15419Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
15420
15421	* configure.in: Remove a "second pass" of tweaking noconfigdirs,
15422	is no longer needed.
15423
15424Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
15425
15426	* Makefile.in: check-target-libio depends on all-target-libstdc++.
15427
15428Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
15429
15430	* Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15431	targets using "$@" to provide support for similar but not identical
15432	targets without having to duplicate code.
15433
15434Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
15435
15436	* makefile.vms: Fix to work with DEC C.
15437
15438Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
15439
15440	* config.sub: Add mips-tx39-elf to marketing names.
15441
15442Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
15443
15444	* ltmain.sh: Handle symlinks in generated script.
15445
15446Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
15447
15448	* configure: Handle autoconf style directory options: --bindir,
15449	--datadir, --includedir, --infodir, --libdir, --libexecdir,
15450	--mandir, --oldincludedir, --sbindir, --sharedstatedir,
15451	--sysconfdir.
15452	* Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15453	(sharedstatedir, localstatedir, oldincludedir): New variables.
15454	(BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15455	infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15456	sbindir, sharedstatedir, and sysconfdir.
15457
15458Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15459
15460	* Makefile.in (bootstrap-lean): New target.
15461
15462Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
15463
15464	* configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
15465	sn, and gnuserv from noconfigdirs.
15466
15467Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
15468
15469	* ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15470
15471Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
15472
15473	* Makefile.in (cross): New target.
15474
15475Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
15476			  Jeff Law	   <law@cygnus.com>
15477
15478	* Makefile.in (bootstrap2, bootstrap3): New targets.
15479	(all-bootstrap): Remove outdated and confusing target.
15480	(bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15481
15482Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15483
15484	* configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15485	windows.  Consistent with gdb/configure.
15486
154871997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
15488
15489	* configure.in: Name Linux target fragment.
15490
15491	* configure: Rewrite so that project Makefile fragment is inserted
15492	first and appears last in the resulting Makefile.
15493
15494Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15495
15496	* Makefile.in (install-itcl): Install tcl first.
15497
15498Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
15499
15500	* configure.in: remove bison from noconfigdirs for Cygwin32 host
15501
15502Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15503
15504	* Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15505
15506	* configure.in (skipdirs): Add target-librx for Linux.
15507	(alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15508
15509Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
15510
15511	* Makefile.in (bootstrap): New target.
15512
15513Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
15514
15515	* config.sub: Accept 'amigados' for backward compatibility.
15516
15517Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
15518
15519	* config.guess: Merge with FSF.
15520
15521Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
15522
15523	* config.sub: Change 'amigados' to 'amigaos' to match current usage.
15524
15525Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
15526
15527	* config.sub: Add "marketing-names" patch.
15528
15529Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
15530
15531	* configure.in (*-*-rtems*): Do not build libgloss for rtems.
15532
15533Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
15534
15535	* config.sub: Handle v850-elf.
15536
15537Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
15538
15539	* .cvsignore (*-install): Remove.
15540
15541Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
15542
15543	* ltconfig: Set CONFIG_SHELL in libtool.
15544	* ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15545
15546Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15547
15548	* configure.in (target_subdir): Set to libraries if enable_multilib.
15549
15550Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15551
15552	* config.guess: Update from gcc directory.
15553
15554Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15555
15556	* Makefile.in (all-sim): Depends on all-readline.
15557
15558Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15559
15560	* Makefile.in (BISON, YACC): Use $$s.
15561	(all-bison): Depend on all-texinfo.
15562
15563Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15564
15565	* Makefile.in (BISON): Add -L flag.
15566	(YACC): Likewise.
15567
15568Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15569
15570	* configure.in (noconfigdirs): Add support for v850e target.
15571
15572	* config.sub (maybe_os): Add support for v850e target.
15573
15574Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15575
15576	* configure.in (noconfigdirs): Add support for v850ea target.
15577
15578	* config.sub (maybe_os): Add support for v850ea target.
15579
15580Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15581
15582	* config.sub: Add mipstx39.  Delete r3900.
15583
15584Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15585
15586	* Makefile.in (all-autoconf): Depends on all-texinfo.
15587
15588Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15589
15590	* config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15591	eabi targets.
15592
15593Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15594
15595	* configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15596
15597	* configure: When handling a Canadian Cross, handle YACC as well as
15598	BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15599	* Makefile.in (all-bison): Depend upon all-texinfo.
15600
15601Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15602
15603	* Makefile.in (BISON): bison, not byacc or bison -y.
15604	(YACC): bison -y or byacc or yacc.
15605	(various): Add *-bison as appropriate.
15606	(taz): No need to mess with BISON anymore.
15607
15608Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15609
15610	* configure: If OSTYPE matches *win32*, try to find a good value for
15611	CONFIG_SHELL.
15612
15613Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15614
15615	* Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15616	configure.in if it is present.
15617
15618Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15619
15620	* Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15621
15622Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15623
15624	* config.sub: Recognize `arc' cpu.
15625	* configure.in: Likewise.
15626	* config-ml.in: Likewise.
15627
15628Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15629
15630	* Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15631
15632Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15633
15634	* configure: Changed sed delimiter from ':' to '|' when
15635	attempting to substitute ${config_shell} for SHELL. On
15636	NT ${config_shell} may contain a ':' in it.
15637
15638Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15639
15640	* Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15641
15642Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15643
15644	* Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15645
15646Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15647
15648	* Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15649
15650	* ylwrap: If the program is a relative path, force it to be
15651	absolute.
15652
15653Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15654
15655	* configure (tooldir): Set BISON to `bison -y' and not just bison.
15656
15657Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15658
15659	* Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15660	correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15661	for libraries.
15662
15663Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15664
15665	* Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15666	separated by spaces.
15667
15668Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15669
15670	* ylwrap: New file.
15671	* Makefile.in (DEVO_SUPPORT): Add ylwrap.
15672
15673	* ltmain.sh: Handle /bin/sh at start of install program.
15674
15675	* Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15676
15677	* ltconfig, ltmain.sh: New files, from libtool 1.0.
15678	* missing: New file, from automake 1.2.
15679
15680Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15681
15682	* Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15683	check-tk to CHECK_X11_MODULES.
15684
15685Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15686
15687	* config.sub: Merge with FSF.
15688
15689Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15690
15691	* config.guess: Merge with FSF.
15692
15693Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15694
15695	* configure: Treat msdosdjgpp like go32.
15696	* configure.in: Likewise.  Don't remove gprof for go32.
15697
15698	* configure: Change Makefile.tem2 to Makefile.tm2.
15699
15700Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15701
15702	* configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15703
15704Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15705
15706	* install-sh (chmodcmd): Set to null if the DST directory already
15707	exists.  Same as Nov 11th change.
15708
15709Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15710
15711	* configure (GDB_TK): Needs itcl and tix.
15712
15713Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15714
15715	* config.guess: Update from FSF.
15716
15717Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15718
15719	* Makefile.in (GDB_TK): Depend on itcl and tix.
15720
15721Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15722
15723	* Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15724	(INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15725	(INSTALL_SCRIPT): New variable.
15726	(BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15727	* configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15728	to -x.
15729	* install-sh: Add support for -x option.
15730
15731Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15732
15733	* configure.in, Makefile.in: Treat tix like itcl.
15734
15735Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15736
15737	* Makefile.in (WINDRES): New variable.
15738	(WINDRES_FOR_TARGET): New variable.
15739	(BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15740	(EXTRA_HOST_FLAGS): Add WINDRES.
15741	(EXTRA_TARGET_FLAGS): Add WINDRES.
15742	(EXTRA_GCC_FLAGS): Add WINDRES.
15743	($(DO_X)): Pass down WINDRES.
15744	($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15745	* configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15746	DLLTOOL_FOR_TARGET.
15747
15748Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
15749
15750	* configure.in: configure sim before gdb for win32-x-ppc
15751
15752Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15753
15754	Move gperf into the toplevel, from libg++.
15755	* configure.in (target_tools): Add target-gperf.
15756	(native_only): Add target-gperf.
15757	* Makefile.in (all-target-gperf): New target, depend on
15758	all-target-libg++.
15759	(configure-target-gperf): Empty rule.
15760	(ALL_TARGET_MODULES): Add all-target-gperf.
15761	(CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15762	(CHECK_TARGET_MODULES): Add check-target-gperf.
15763	(INSTALL_TARGET_MODULES): Add install-target-gperf.
15764	(CLEAN_TARGET_MODULES): Add clean-target-gperf.
15765
15766Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
15767
15768	* config.sub (mn10200): Recognize new basic machine.
15769
15770Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15771
15772	* configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15773	--enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15774
15775Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15776
15777	* configure.in: If we're building mips-sgi-irix6* native, turn on
15778	ENABLE_MULTILIB and set TARGET_SUBDIR.
15779
15780Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
15781
15782	* Makefile.in (all-sn): Depend on all-grep.
15783
15784Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
15785
15786	* configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15787
15788	* configure: Set CFLAGS and CXXFLAGS, and substitute them into
15789	Makefile.  From Jeff Makey <jeff@cts.com>.
15790	* Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15791
15792	* Makefile.in (DISTBISONFILES): Remove.
15793	(taz): Don't futz with DISTBISONFILES.  Change BISON to use
15794	$(DEFAULT_YACC).
15795
15796	* configure.in: Build itl, db, sn, etc., when building for native
15797	cygwin32.
15798
15799	* Makefile.in (LD): New variable.
15800	(EXTRA_HOST_FLAGS): Pass down LD.
15801	($(DO_X)): Likewise.
15802
15803Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
15804
15805	* Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15806
15807Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
15808
15809	* configure.in (targargs): Strip out any supplied --build argument
15810	before adding our own. Always add --build.
15811
15812Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
15813
15814	* configure.in (targargs): Pass --build if we're doing
15815	a cross-compile.
15816
15817Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
15818
15819	* configure: Use '|' instead of ":" as the separator in
15820	sed. Otherwise sed chokes on NT path names with drive
15821	designators. Also look for "?:*" as the leading characters in an
15822	absolute pathname.
15823
15824Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
15825
15826	* config.sub: Support for r3900.
15827
15828Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15829
15830	* configure.in: Use install-sh, not install.sh.
15831
15832Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15833
15834	* Makefile.in (taz): Improve check for BISON so it doesn't try to
15835	apply it twice.
15836
15837Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15838
15839	* Makefile.in (INSTALL_MODULES): Put install-opcodes before
15840	install-binutils.
15841
15842Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
15843
15844	* Makefile.in: Add automake targets.
15845	* configure.in (host_tools): Add automake.
15846
15847Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15848
15849	* configure: Default CXX to c++, not gcc.
15850	* Makefile.in (CXX): Set to c++, not gcc.
15851	(CXX_FOR_TARGET): When cross, transform c++, not gcc.
15852
15853Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
15854
15855	* install-sh: try appending a .exe if source file doesn't
15856	exist
15857
15858Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
15859
15860	* configure.in: Turn on multilib by default.
15861	(cross_only): Remove target-libiberty.
15862
15863	* Makefile.in (all-gcc): Don't depend on libiberty.
15864
15865Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
15866
15867	* config.guess: improve algorithm for recognizing Gnu Hurd x86.
15868
15869Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15870
15871	* Makefile.in (DEVO_SUPPORT): Add mpw-install.
15872	(DISTBISONFILES): Add ld/Makefile.in
15873
15874Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
15875
15876	* configure.in: if target is cygwin32 but host isn't cygwin32,
15877	don't configure gdb tcl tk expect, not just gdb.
15878
15879Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
15880
15881	* configure.in: Added gnuserv everywhere sn appears.
15882
15883	* Makefile.in (ALL_MODULES): Added all-gnuserv.
15884	(CROSS_CHECK_MODULES): Added check-gnuserv.
15885	(INSTALL_MODULES): Added install-gnuserv.
15886	(CLEAN_MODULES): Added clean-gnuserv.
15887	(all-gnuserv): New target.
15888
15889Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
15890
15891	* config.guess: Fixes for MIPS OpenBSD systems.
15892
15893Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15894
15895	* Makefile.in (INSTALL_XFORM): Remove.
15896	(BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15897
15898	* mkinstalldirs: New file, copied from automake.
15899	* Makefile.in (installdirs): Rename from install-dirs.  Use
15900	mkinstalldirs.  Change all users.
15901	(DEVO_SUPPORT): Add mkinstalldirs.
15902
15903Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15904
15905	* install-sh: Rename from install.sh.
15906	* Makefile.in (INSTALL): Change install.sh to install-sh.
15907	(DEVO_SUPPORT): Likewise.
15908
15909	* configure: Use ${config_shell} with ${moveifchange}.  From Thomas
15910	Graichen <graichen@rzpd.de>.
15911
15912Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
15913
15914	* config.guess: Recognize OpenBSD systems correctly.
15915
15916Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15917
15918	* README, Makefile.in (ETC_SUPPORT): Remove references to
15919	cfg-paper*, configure.{texi,man,info*}._
15920
15921Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
15922
15923	* Makefile.in (all.normal): Ensure that gcc is built after all
15924	the x11 - ie gdb - targets.
15925
15926Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
15927
15928	* makefile.vms: Don't run conf-a-gas.
15929
15930Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
15931
15932	* configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15933
15934Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
15935
15936	* configure.in: Remove noconfigdirs case since gdb also
15937	configures and builds for tic80-coff.
15938
15939Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15940
15941	* configure: Set cache_file to config.cache.
15942	* Makefile.in (local-distclean): Remove config.cache.
15943
15944Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15945
15946	* COPYING: Update FSF address.
15947
15948Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15949
15950	* configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15951	noconfigdirs.
15952
15953Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15954
15955	* Makefile.in (install-dirs): Don't crash if prefix, and hence
15956	MAKEDIRS, is empty.
15957
15958Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15959
15960	* config.sub: Tweak mn10300 entry.
15961
15962Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15963
15964	* configure.in (host_tools): Put sim before gdb, so gdb's
15965	configure.tgt can determine if the simulator was configured.
15966
15967Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15968
15969	* config.sub: Move BeOS $os case to be with other Cygnus
15970	local cases.
15971
15972Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15973
15974	* config.sub: Remove misplaced comment that broke Linux.
15975
15976Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15977
15978	* config.sub: Add BeOS support.
15979
15980Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15981
15982	* Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15983
15984Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15985
15986	* configure.in (noconfigdirs): Remove tcl and tk from
15987	noconfigdirs for cygwin32 builds.
15988
15989Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15990
15991	* configure.in (tic80-*-*): Remove ld from noconfigdirs.
15992
15993Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15994
15995	* Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15996	make-all.com, use makefile.vms instead.
15997
15998Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15999
16000	* config.sub: Accept -lnews*.
16001
16002Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16003
16004	* configure.in (noconfigdirs): Disable target-newlib,
16005	target-examples and target-libiberty for d30v.
16006
16007Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16008
16009	* configure.in (noconfigdirs): Enable ld for d30v.
16010
16011Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16012
16013	* configure.in (tic80-*-*): Build compiler.
16014
16015Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16016
16017	* configure.in (d30v-*): Remove sim directory from list of
16018	unsupported d30v directories
16019
16020Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16021
16022	* config.sub, configure.in: Add d30v target cpu.
16023
16024Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16025
16026	* makefile.vms: New file.
16027	* make-all.com: Remove.
16028
16029Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16030
16031	* Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16032
16033Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16034
16035	* Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16036
16037Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16038
16039	* Makefile.in (ALL_MODULES): Added all-db.
16040	(CROSS_CHECK_MODULES): Addec check-db.
16041	(INSTALL_MODULES): Added install-db.
16042	(CLEAN_MODULES): Added clean-db.
16043
16044Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16045
16046	* config.guess: Merge with latest FSF sources.
16047
16048Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16049
16050	* Makefile.in (ALL_MODULES): Added all-itcl.
16051	(CROSS_CHECK_MODULES): Added check-itcl.
16052	(INSTALL_MODULES): Added install-itcl.
16053	(CLEAN_MODULES): Added clean-itcl.
16054
16055Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16056
16057	* configure.in: build gdb for mn10200
16058
16059Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16060
16061	* Makefile.in (all-target-winsup): Depend on all-target-libio.
16062
16063Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16064
16065	* configure.in (tic80-*-*): Turn off most targets right now.
16066
16067Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16068
16069	* Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16070	rather than the makeinfo program.
16071	(do-info): Depend upon all-texinfo.
16072
16073Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16074
16075	* configure.in: Remove uses of config/mh-linux.
16076
16077	* config.sub, config.guess: Merge with latest FSF sources.
16078
16079Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16080
16081	* config.sub (case $basic_machine): Add tic80 entries.
16082
16083Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16084
16085	* config.sub, config.guess: Merge with latest FSF sources.
16086
16087Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16088
16089	* mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16090	* mpw-config.in: Test for NewFolderRecursive.
16091	* mpw-install: Use symbolic name for startup filename.
16092	* mpw-README: Add various additional details.
16093
16094Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16095
16096	* configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16097
16098Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16099
16100	* configure.in: Do build gcc and the target libraries for
16101	the mn10200.
16102
16103Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16104
16105	* configure.in: don't avoid building gdb for mn10300 any more
16106	* Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16107	instead of single-quoting it.
16108
16109Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16110
16111	* configure.in: Don't use --with-stabs on IRIX 6.
16112
16113Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16114
16115	* configure.in (m32r): Build gdb, libg++ now.
16116
16117Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16118
16119	* configure.in (mips*-sgi-irix6*):  Remove gdb and related
16120	directories from noconfigdirs.
16121
16122Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16123
16124	* config.sub (basic_machine): added mips16 configuration
16125
16126Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16127
16128	* config.sub: Handle d10v-unknown.
16129
16130Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16131
16132	* config.sub: Handle v850-unknown.
16133
16134Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16135
16136	* Makefile.in: add findutils
16137	* configure.in: add findutils to list of host_tools
16138
16139Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16140
16141	* config.sub: Handle mn10200 and mn10300.
16142
16143Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16144
16145	* configure.in (d10v-*): Do not build librx.
16146
16147Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16148
16149	* configure.in (mn10300): Build everything except gdb & libgloss.
16150
16151Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16152
16153	* config.guess:  Patch for Dansk Data Elektronik servers,
16154	from Niels Skou Olsen <nso@dde.dk>.
16155
16156	For ncr, use /bin/uname rather than uname, since GNU uname does not
16157	support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16158
16159	Patch for MIPS R4000 running System V,
16160	from Eric S. Raymond <esr@snark.thyrsus.com>.
16161
16162	Fix thinko for nextstep.
16163
16164	Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16165
16166	Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16167	* config.guess: Guess mips-dec-mach_bsd4.3.
16168
16169	Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16170	* config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16171	release numbers.
16172	* config.guess (mips-mips-riscos*):  Emit just enough of the
16173	release number.
16174
16175	Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16176	* config.guess (sparc-auspex-sunos*):  Added.
16177	(f300-fujitsu-*): Added.
16178
16179	Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16180	* config.guess:  Recognize a Tadpole as a sparc.
16181
16182Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16183
16184	* config.guess: Don't assume that NextStep version is either 2 or
16185	3.  NextStep 4 (aka OpenStep 4) has come out now.
16186
16187Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16188
16189	* config.guess: Support Cray T90 that reports itself as "CRAY TS".
16190	From Rik Faith <faith@cs.unc.edu>.
16191
16192Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16193
16194	* config.sub: Contributions from bug-gnu-utils to:
16195	Support plain "hppa" (no version given) architecture, reported by
16196	OpenStep.
16197	OpenBSD like NetBSD.
16198	LynxOs is not a hardware supplier.
16199
16200	* config.guess: Contributions from bug-gnu-utils to add support for:
16201	OpenBSD like NetBSD.
16202	Stratus systems.
16203	More Pyramid systems.
16204	i[n>4]86 Intel chips.
16205	M680[n>4]0 Motorola chips.
16206	Use unknown instead of lynx for hardware manufacturer.
16207
16208Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16209
16210	* install.sh (chmodcmd): Set to null if the DST directory already
16211	exists.
16212
16213Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16214
16215	* configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16216	not use mt-ppc target Makefile fragment any more.
16217
16218Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16219
16220	* configure.in (*-*-windows):  Exclude everything but those dirs
16221	needed to build windows.
16222
16223Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16224
16225	* Makefile.in (all-target-winsup): Depend on all-target-librx.
16226
16227Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16228
16229	* configure.in:  Exclude mmalloc from i386-windows.
16230
16231Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16232
16233	* Undo my previous change.
16234
16235Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16236
16237	* Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16238	unconditionally.
16239	(MAKEOVERRIDES): Define (revert this part of October 18 change).
16240
16241Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16242
16243	* Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16244	host to add it's own flags.
16245
16246Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16247
16248	* configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16249
16250Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16251
16252	* Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16253	(CXX_FOR_TARGET): Likewise.
16254	(GCC_FOR_TARGET): Define.
16255	(BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16256	(EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16257	CC_FOR_TARGET was specified on the command line.
16258	(MAKEOVERRIDES): Don't define.
16259
16260Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16261
16262	* configure.in (m32r): Fix spelling of libg++ libs.
16263
16264Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16265
16266	* config.sub (-apple*): Remove, now redundant.
16267
16268Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16269
16270	* configure: Don't get confused by CPU-VENDOR-linux-gnu.
16271
16272	* configure: Rework yesterday's sed script patch.
16273
16274	* config.sub: Merge with FSF.
16275
16276Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16277
16278	* config.guess:  Merge from FSF.
16279
16280	1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16281	* config.guess: Use pc instead of unknown, for pc clone systems.
16282	Change linux to linux-gnu.
16283
16284	Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16285	* config.guess: Avoid non-portable tr syntax.
16286
16287Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16288
16289	* test-build.mk (HOLES): Add "xargs" for gdb.
16290
16291	* configure: Avoid hpux10.20 sed bug.
16292
16293Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16294
16295	* configure.in:  Add support for windows host
16296	(that is a build done under the Microsoft build environment).
16297
16298Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16299
16300	* Makefile.in: Replace all uses of srcroot with s, to shrink
16301	command line lengths.
16302
16303	Patches from Geoffrey Noer <noer@cygnus.com>:
16304	* configure.in: If configuring for newlib, pass --with-newlib to
16305	subdirectories.
16306	* Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16307	-Bnewlib/ and -Lwinsup to gcc.
16308	(CXX_FOR_TARGET): Likewise.
16309
16310Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16311
16312	* Makefile.in (ETC_SUPPORT): Add configure.
16313
16314Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
16315
16316	* configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16317	host configuration file.
16318
16319Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
16320
16321	* configure.in: Break mn10x00 support into separate
16322	mn10200 and mn10300 configurations.
16323	* config.sub: Likewise.
16324
16325Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
16326
16327	* configure.in: Add lots of stuff to noconfigdirs for
16328	the mn10x00 targets.
16329
16330	* config.sub, configure.in: Add mn10x00 support.
16331
16332Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
16333
16334	* make-all.com: Call conf-a-gas, not config-a-gas.
16335
16336Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
16337
16338	* configure.in (noconfigdirs): Don't build libgloss for arm-coff
16339	targets.
16340
16341Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
16342
16343	* mpw-README: Add much more detail for native PowerMac.
16344	* mpw-install: New file.
16345	* mpw-configure: Add --norecursion and --help options.
16346	* mpw-config.in: Translate readme and install files when
16347	copying to objdir.
16348	* mpw-build.in: Don't always depend on byacc and flex.
16349	(install-only-top): New action.
16350
16351Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
16352
16353	* configure.in:  You can now configure GDB for the v850.
16354
16355Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
16356
16357	* configure.in (noconfigdirs): Don't configure any C++ dirs
16358	if targeting D10V.
16359
16360Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16361
16362	* config.sub: Recognize mips64vr5000.
16363
16364Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
16365
16366	* configure.in: Use a single line for host_tools and native_only.
16367
16368Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
16369
16370	* config.sub, configure.in: Add entries for m32r.
16371
16372Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
16373
16374	* Makefile.in (inet-install): Don't run install-gzip.
16375
16376Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
16377
16378	* configure.in:  Don't config lots of things for *-*-windows*.
16379
16380Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
16381
16382	* mpw-config.in: Test for mpw-true, true, and null-command scripts.
16383	(host_libs, host_tools): Copy from configure.in.
16384	* mpw-configure: Don't complain about directories not found.
16385
16386Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16387
16388	* configure.in (i[345]86): Recognize i686 for pentium pro.
16389	(i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
16390	file.
16391
16392	* config.guess (i[345]86): Ditto.
16393
16394Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16395
16396	* configure.in (noconfigdirs): Removed gdb for D10V.
16397
16398Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
16399
16400	* configure.in: Remove ld, target-libio, target-libg++, and
16401	target-libstdc++ from noconfigdirs.
16402
16403Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
16404
16405	* configure: Fix three locations where shell scripts were
16406	being run directly rather than with config_shell.
16407
16408Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
16409
16410	* configure.in (v850-*-*): Set up initial $noconfigdirs.
16411	* config.sub (basic_machine): Recognize v850.
16412
16413Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
16414
16415	* mpw-configure: Handle multiple enable/disable options and
16416	pass them down recursively, handle -c and -s flags appropriately
16417	depending on choice of compiler, add escape mechanism for
16418	quoted arguments to gC.
16419
16420Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16421
16422	* configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
16423	solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
16424	so that -mrelocatable-lib and -mno-eabi are used.
16425
16426	* Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16427	not support --print-multi-lib, don't abort.
16428
16429Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
16430
16431	* make-all.com: Run config-a-gas.
16432	* setup.com: Don't copy subdirectory files around.
16433
16434Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
16435
16436	* configure.in (*-*-ose): Remove exclusion of libgloss for this
16437	target, it now compiles correctly.
16438
16439Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
16440
16441	* mpw-config.in: Generate Mac include for elf/dwarf2.h.
16442
16443Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16444
16445	* configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16446
16447Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16448
16449	* configure.in (native_only): Add prms.
16450
16451Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
16452
16453	* Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16454	(BINUTILS_SUPPORT_DIRS): Likewise.
16455
16456Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16457
16458	* configure.in (d10v-*-*): Don't configure ld or gdb until the
16459	d10v support is added.
16460
16461Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16462
16463	* configure.in (d10v-*-*): New target.
16464
16465Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
16466
16467	* config.guess (HP 9000/811): Recognize this as a PA1.1
16468	machine.
16469
16470Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
16471
16472	* Makefile.in (do-tar-gz): New target, split out from tail end of
16473	taz target.  Run each command separately, don't use pipes.
16474	(taz): Use it.
16475
16476Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
16477
16478	* mpw-configure: Look for g-mpw-make.sed in config/mpw.
16479	* mpw-build.in: No builds should depend on building byacc or flex,
16480	they are assumed to be installed already.
16481
16482Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16483
16484	* Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16485	variable that CC_FOR_TARGET needs.
16486
16487Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16488
16489	* Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16490	options have changed since the last time the subdirectory was
16491	configured, and if it has, reconfigure.
16492	(CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16493	CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16494
16495Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
16496
16497	* Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16498	CLEAN_MODULES): Add bash.
16499	(all-bash): New target.
16500
16501Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
16502
16503	* configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16504
16505Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16506
16507	* config.sub (basic_machine): Recognize d10v as a valid processor.
16508
16509Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
16510
16511	* mpw-configure: Add support for --bindir.
16512	* mpw-build.in: Use a GCC-specific build script for GCC actions.
16513
16514Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
16515
16516	* configure.in: add bash, time, gawk to list of hosttools and things
16517	to only build for native toolchains
16518
16519Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16520
16521	* Makefile.in (docdir): Remove.
16522
16523Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16524
16525	* Makefile.in (datadir): Set to $(prefix)/share.
16526
16527Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
16528
16529	* configure.in: build diff and patch for cygwin32-hosted
16530	toolchains.
16531
16532Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
16533
16534	* config.sub: Accept -rtems*.
16535
16536Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
16537
16538	* configure.in: enable dosrel for cygwin32-hosted builds,
16539		remove diff from the list of things not buildable
16540		via Canadian Cross
16541
16542Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16543
16544	* Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16545	don't get ". ".
16546
16547Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16548
16549	* configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16550
16551Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16552
16553	* Makefile.in (taz): Handle case where tex3patch didn't even get
16554	checked out.  Also, if it was found, put the symlink in a new util
16555	subdirectory.
16556
16557Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16558
16559	* config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16560
16561Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16562
16563	* config.sub: Recognize -openvms.
16564	* configure.in (alpha*-*-*vms*): Set noconfigdirs.
16565	* make-all.com, setup.com: New files.
16566
16567Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16568
16569	* Makefile.in (taz): tex3patch moved to texinfo/util.
16570
16571Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16572
16573	* configure: enable_gdbtk=no for cygwin32-hosted toolchains
16574	* configure.in: remove make from disable-if-Can-Cross list
16575		enable gdb if ${host} and ${target} are cygwin32
16576
16577Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16578
16579	* config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16580	Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16581
16582Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16583
16584	* config.guess:  Combine mips-mips-riscos cases, and use cpp to
16585	distinguish sysv/svr4/bsd variants.
16586	Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16587
16588Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16589
16590	* configure.in: Added copyright notice.
16591	* move-if-change: Added copyright notice.
16592
16593Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16594
16595	* configure.in (powerpcle-*-solaris*): Until we get shared
16596	libraries working, don't build gdb, sim, make, tcl, tk, or
16597	expect.
16598
16599Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16600
16601	* config.guess:  Merge with FSF:
16602
16603	Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16604	* config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16605
16606	Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16607	* config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16608
16609	Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16610	* config.guess:  Combine two OSF1 rules.
16611	Also recognize field test versions.  From mjr@zk3.dec.com.
16612	* config.guess (dgux):  Use /usr/bin/uname rather than uname,
16613	because GNU uname does not support -p.  From pmr@pajato.com.
16614
16615Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16616
16617	* Makefile.in (MAKEDIRS): Removed $(tooldir).
16618
16619Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16620
16621	* mpw-README: Document GCCIncludes.
16622
16623Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16624
16625	* configure.in (alpha-*-linux*): Set enable_shared to yes.
16626
16627Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16628
16629	* mpw-configure: Handle --enable-FOO and --disable-FOO.
16630
16631Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16632
16633	* configure.in (*-*-cygwin32): Configure make.
16634
16635Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16636
16637	* Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16638
16639Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16640
16641	* Makefile.in (all-inet): Depend on all-perl.
16642
16643	* Makefile.in (inet-install): New target.
16644
16645	* Makefile.in (all-inet): Depend on all-tcl.
16646	(all-inet): Depend on all-send-pr.
16647
16648Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16649
16650	* configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16651	temporarily.
16652
16653Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16654
16655	* configure.in: Don't configure --with-gnu-ld on AIX.
16656
16657Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16658
16659	* configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16660
16661Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16662
16663	* Makefile.in (ALL_MODULES): Added all-inet.
16664	(CROSS_CHECK_MODULES): Added check-inet.
16665	(INSTALL_MODULES): Added install-inet.
16666	(CLEAN_MODULES): Added clean-inet.
16667	(all-indent): New target.
16668
16669	* configure.in (host_tools): Added inet.
16670	(native_only): Added inet.
16671	(noconfigdirs): Added inet.
16672
16673Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16674
16675	* configure.in: Don't configure libgloss if we are not configuring
16676	newlib.
16677
16678Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16679
16680	* configure.in: Don't configure libgloss for unsupported
16681	architectures.
16682
16683Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16684
16685	* Makefile.in (CLEAN_MODULES): Add clean-apache.
16686
16687Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16688
16689	* Makefile.in (ALL_MODULES): Include all-apache.
16690	(CROSS_CHECK_MODULES): Include check-apache.
16691	(INSTALL_MODULES): Include install-apache.
16692	(all-apache): New target.
16693
16694	* configure.in: Added apache everywhere perl is seen.
16695
16696Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16697
16698	* Makefile.in: Add support for clean-{module} and
16699	clean-target-{module} rules.
16700
16701Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16702
16703	* configure.in (*-*-ose) do not build libgloss.
16704
16705Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16706
16707	* config.guess (prep*:SunOS:5.*:*): Turn into
16708	powerpele-unknown-solaris2.
16709
16710Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16711
16712	* configure.in: Permit --enable-shared to specify a list of
16713	directories.
16714
16715Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16716
16717	* configure.in (host==solaris): Pass only the first word of $CC
16718	to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16719
16720Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16721
16722	* Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16723
16724Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16725
16726	* Makefile.in (ALL_MODULES): Include all-perl.
16727	(CROSS_CHECK_MODULES): Include check-perl.
16728	(INSTALL_MODULES): Include install-perl.
16729	(ALL_X11_MODULES): Include all-guile.
16730	(CHECK_X11_MODULES): Include check-guile.
16731	(INSTALL_X11_MODULES): Include install-guile.
16732	(all-perl): New target.
16733	(all-guile): New target.
16734
16735	* configure.in (host_tools): Include perl and guile.
16736	(native_only): Include perl and guile.
16737	(noconfigdirs): Don't build guile and perl; no ports have been
16738	done.
16739
16740Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16741
16742	* configure (--enable-*): Handle quoted option lists such as
16743	--enable-sim-cflags='-g0 -O' better.
16744
16745Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16746
16747	* Makefile.in ({,inst}all-target): New rule so we can make and
16748	install all of the target directories easily.
16749
16750Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16751
16752	* configure.in: Add missing global flag in sed substitution when
16753	deleting `target-' from ${configdirs}.
16754
16755Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
16756
16757	* Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16758	option.
16759
16760	* configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16761	config/mh-necv4.
16762
16763	* install.sh: Correct misspelling of transformbasename.
16764
16765	* config.guess: Recognize mips-*-sysv*.
16766
16767Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
16768
16769	* config.sub: Recognize mon960.
16770
16771Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
16772
16773	* configure: Restore Canadian Cross handling of BISON and LEX,
16774	removed in Feb 20 change.
16775
16776Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
16777
16778	* README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16779	Mention make install.  Remove the old copyright date as well the
16780	clumsy and rather pointless copyright on the README file.
16781
16782Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16783
16784	* Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16785	Makefile after running symlink-tree, then run `make distclean' to
16786	avoid clobbering any generated files in srcdir.
16787
16788Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
16789
16790	* configure.in (m68k-*-netbsd*): Build everything now.
16791
16792Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16793
16794	* Makefile.in (taz): Fix quoting.
16795
16796Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
16797
16798	* configure.in (sparclet-*-*): Build everything now.
16799
16800Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16801
16802	* configure.in (m68k-*-linux*): New host.
16803
16804Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
16805
16806	* configure: Check for bison before byacc.
16807
16808Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
16809
16810	* Makefile.in configure:  Change the way LEX and BISON/YACC are
16811	set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
16812	searching PATH.  These are used as fallbacks by Makefile.in if
16813	flex/bison/byacc aren't in objdir.
16814
16815Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
16816
16817	* Makefile.in: Make everything which depends upon all-bfd also
16818	depend upon all-opcodes, in case --with-commonbfdlib is used.
16819
16820Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16821
16822	* configure.in (host *-*-cygwin32): Don't build gdb if we are
16823	building NT native compilers on Unix.
16824
16825Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
16826
16827	* configure.in: Don't get CC from the host Makefile fragment if we
16828	can find gcc in PATH, or if this is a Canadian Cross.  Move the
16829	Solaris test for /usr/ucb/cc to the post target script, just after
16830	the compiler sanity test.
16831
16832Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
16833
16834	* config.sub: Merge with FSF.
16835
16836Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
16837
16838	* Makefile.in (RPATH_ENVVAR): New variable.
16839	(REALLY_SET_LIB_PATH): Use it.
16840	* configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16841
16842Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
16843
16844	* config.sub, configure.in: Recognize sparclet cpu.
16845
16846Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16847
16848	* config.guess:  Support m68k-cbm-sysv4.
16849
16850Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16851
16852	* config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16853	m68k-unknown-linuxaout from linker help string.  Put quotes around
16854	$ld_help_string.
16855
16856Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
16857
16858	* config.guess (powerpc-harris-powerunix): Add guess for port
16859	to new target.
16860
16861Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16862
16863	* config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16864
16865Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
16866
16867	* configure.in: If --enable-shared was used, set SET_LIB_PATH to
16868	$(REALLY_SET_LIB_PATH) in Makefile.
16869	* Makefile.in (SET_LIB_PATH): New variable.
16870	(REALLY_SET_LIB_PATH): New variable.
16871	($(DO_X)): Use $(SET_LIB_PATH).
16872	(install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16873	($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16874	($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16875	($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16876	($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16877	($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16878	(all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16879	(install-dosrel): Likewise.
16880	(all-opcodes): Depend upon all-libiberty.
16881
16882Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16883
16884	* config.guess (*:CYGWIN*): New
16885
16886Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16887
16888	* Makefile.in (all-target-winsup): All all-target-libiberty.
16889
16890Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16891
16892	* configure.in (noconfigdirs): Add missing # in front of comment.
16893
16894Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
16895
16896	* configure.in: add second pass to things added to noconfigdirs
16897	so *-gm-magic can exclude libgloss properly.
16898
16899Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
16900
16901	* mpw-configure (extralibs_name, rez_name): Set correctly
16902	for MWC68K compiler.
16903
16904	* mpw-README: Add more info on the necessary build tools.
16905
16906Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16907
16908	* configure.in, config.sub: Recognize cygwin32.
16909
16910Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
16911
16912	* config.guess, config.sub: Recognize A/UX.
16913
16914Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
16915
16916	* config.sub: Merge with gcc/config.sub.
16917
16918Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
16919
16920	* mpw-build.in (do-binutils): Add build of stamps.
16921
16922Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
16923
16924	* config.sub: Add recognition for mips64vr4100*-* targets.
16925
16926Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16927
16928	* test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16929	Add creation of gconfigargs with `--enable-shared' turned on.
16930	($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16931	($(host)-stamp-stage3-configured): Likewise.
16932	(HOLES): Add chatr and ldd.
16933	(i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16934
16935Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
16936
16937	* configure: Pass --nfp to recursive configures.
16938
16939Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16940
16941	* Makefile.in (DLLTOOL): New.
16942	(DLLTOOL_FOR_TARGET): New.
16943	(EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16944	(EXTRA_TARGET_FLAGS): Ditto.
16945	(EXTRA_GCC_FLAGS): Ditto.
16946	(CONFIGURE_TARGET_MODULES): Ditto.
16947	(DO_X): Ditto.
16948	* configure: Add DLLTOOL.
16949
16950Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16951
16952	SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16953	* configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16954	mh-sco, since old workarounds no longer needed, and don't
16955	build ld, since libraries have weak symbols in COFF.
16956
16957Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16958
16959	* Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16960
16961Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16962
16963	* configure.in: Make sure that ${CC} can be used to compile an
16964	executable.
16965
16966Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16967
16968	* Makefile.in (all-gdb): Depend on $(GDB_TK).
16969	* configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16970	nothing depending on whether gdbtk is being built.
16971
16972Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16973
16974	* Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16975
16976Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16977
16978	* configure.in (noconfigdirs): Put ld or gas in this early, if the
16979	user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16980
16981Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16982
16983	* config-ml.in: Add support for
16984	--disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16985	Simplify setting of multidirs from --disable-foo.
16986
16987Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16988
16989	* Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16990	LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16991	LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16992	non-empty, pass them on to the	GCC make.
16993	(all-bootstrap): New rule that is like all-gcc, except it executes
16994	the GCC bootstrap rule instead of the GCC all rule.
16995
16996Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16997
16998	* config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16999
17000Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17001
17002	* config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17003	DG/UX support.
17004
17005Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17006
17007	* config.sub (i*86*) Change [345] to [3456]
17008
17009Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17010
17011	* configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17012	--with-gnu-ld=no.
17013
17014Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17015
17016	* config-ml.in (rs6000*, powerpc*): Add switches to control which
17017	AIX multilibs get built.
17018
17019Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17020
17021	* configure.in (i386-win32): Don't build expect if we're not
17022	building the tcl subdir.
17023
17024Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17025
17026	* Makefile.in: (configure-target-examples, all-target-examples):
17027	New targets, configure and build example programs.
17028
17029Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17030
17031	* mpw-configure: If an mpw-config.in generated a file mk.sed,
17032	use it as input to sedit the generated MPW makefile.
17033	* mpw-README: Add a suggestion about Gestalt.h.
17034
17035Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17036
17037	* config.sub: Accept *-*-ieee*.
17038
17039Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17040
17041	* Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17042	Ronald F. Guilmette <rfg@monkeys.com>.
17043
17044Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17045
17046	* configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17047	for powerpc-pe native.
17048	(target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17049	(target==powerpc-pe): duplicate i386-win32 entry.
17050
17051Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17052
17053	* configure.in (noconfigdirs): Exclude target-newlib for all versions
17054	of vxworks, not just vxworks5.1.
17055
17056Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17057
17058	* mpw-configure: Add support for exec-prefix.
17059
17060Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17061
17062	* config.guess: Recognize HP model 816 machines as having
17063	a PA1.1 processor.
17064
17065Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17066
17067	* configure: Ignore new autoconf configure options.
17068
17069Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17070
17071	* config.guess:  Recognize Pentium under SCO.
17072	From Robert Lipe <robertl@arnet.com>.
17073
17074Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17075
17076	* configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17077
17078Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17079
17080	* configure.in: Don't configure gas for alpha-dec-osf*.
17081
17082Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17083
17084	* configure.in: Default to --with-stabs for some targets for which
17085	it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17086	i[345]86*-*-unixware*.
17087
17088Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17089
17090	* config-ml.in: Get list of multidirs using gcc --print-multi-lib
17091	rather than basing it on the target.  Simplify handling of options
17092	controlling which directories to configure.  Remove extraneous
17093	slash in multi-clean target.
17094
17095Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17096
17097	* config-ml.in: Prefix more variables with ml_ so they don't collide
17098	with configure's.
17099
17100Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17101
17102	* configure: Don't turn -v into --v.
17103
17104Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17105
17106	* configure.in (targargs): Fix typo.
17107
17108	* Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17109
17110Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17111
17112	* configure.in: Strip --host and --target options from
17113	CONFIG_ARGUMENTS, and always configure for --host only.  Add
17114	--with-cross-host option when building with a cross-compiler.
17115	* configure: Canonicalize the arguments put into config.status by
17116	always using `=' for an option with an argument.  Pass a presumed
17117	--host or --target explicitly.
17118
17119Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17120
17121	* config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17122	into general OS recognition case.
17123
17124Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17125
17126	* configure.in (target_configdirs): add target-winsup only
17127	for win32 target systems.
17128
17129Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17130
17131	* Makefile.in (all-target-libgloss): Depend upon
17132	configure-target-newlib, since when libgloss is built it looks to
17133	see if the newlib directory exists.
17134
17135Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17136
17137	* Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17138	cfg-ml-*.in.
17139
17140Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17141
17142	* configure: Handle LD and LD_FOR_TARGET when configuring a
17143	Canadian Cross.
17144
17145Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17146
17147	* configure.in (target_libs): add target-winsup.
17148	(target==i386-win32): add patch diff flex make to $noconfigdirs.
17149	(target==ppcle-pe): remove ld from $noconfigdirs.
17150
17151Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17152
17153	* Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17154	Preserve relative path names in $srcdir.  Build symlink tree if
17155	configuring cross target dir and srcdir=. (= no VPATH support).
17156	(configure-target-libg++): Depend on configure-target-librx.
17157	* cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17158	* config-ml.in: New file.
17159	* symlink-tree: New file.
17160	* configure: Ensure srcdir="." if that's what it is.
17161
17162Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17163
17164	* mpw-README: Clarify some phrasing, add notes about CodeWarrior
17165	includes and FLEX_SKELETON setting.
17166	* mpw-configure (--with-gnu-ld): New option, controls whether
17167	to use PPCLink or ld with PowerMac GCC.
17168	* mpw-build.in (all-grez, do-grez, install-grez): New targets.
17169	* mpw-config.in: Configure grez if targeting Mac.
17170
17171	* config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17172	accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17173	just macos.
17174	* configure.in: Configure grez resource compiler if targeting Mac.
17175	* Makefile.in (all-grez, install-grez): New targets.
17176
17177Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17178
17179	* configure: CXX defaults to gcc, not g++.  If we find
17180	gcc in the path, set CC to gcc -O2.
17181
17182Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17183
17184	* configure: Default ${build} correctly.  Avoid picking up extra
17185	spaces when reading CC and CXX from Makefile.  When doing a
17186	Canadian Cross, use plausible default values for numerous
17187	variables.
17188	* configure.in: When doing a Canadian Cross, don't try to
17189	configure tools whose configure script can't handle it.
17190
17191Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17192
17193	* cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17194
17195Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17196
17197	* configure:  Remove dubious bug reporting address.
17198
17199Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17200
17201	* Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17202	configure script, run that instead of this directory's configure.
17203	In either case, print a message that we're configuring the sub-dir.
17204
17205Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17206
17207	* configure.in: Before checking for the existence of various files,
17208	use sed to filter out "target-".
17209
17210Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17211
17212	* Makefile.in (DO_X): Split rule to decrease command line length
17213	for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17214	(Philippe De Muyter).
17215
17216Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17217
17218	* Makefile.in (all-patch): depend on all-libiberty.
17219
17220Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17221
17222	* configure.in: If the only directory in target_configdirs which
17223	actually exists is libiberty, then set target_configdirs to empty,
17224	to avoid trying to build a target libiberty in a gas or gdb
17225	distribution.
17226
17227Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17228
17229	* configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17230	of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17231	systems.
17232
17233Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17234
17235	* configure.in (copy_dirs): Use sys-include instead of include
17236	for --with-headers option.
17237
17238Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17239
17240	* Makefile.in, configure.in: Make winsup builds work with
17241	new scheme.
17242
17243Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17244
17245	* configure.in: Build the linker on AIX.
17246
17247Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17248
17249	* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17250	where needed.
17251
17252Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17253
17254	* Makefile.in (all-gcc): Fix typo.
17255
17256Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17257
17258	* Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17259
17260Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17261
17262	* configure.in:  Rename libFOO to target-libFOO, and xiberty
17263	to target-xiberty, to provide more flexibility.
17264	(target_subdir):  Define.  Create if cross.
17265	Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17266	* Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17267	-> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17268	check-libFOO -> check-target-libFOO, etc.
17269	($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17270	($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17271	$(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17272	(configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17273	allow ALL_GCC="" to only configure.
17274	(DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17275	(ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17276	(LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17277
17278Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17279
17280	* Makefile.in (taz): Build "info" in etc explicitly.
17281
17282Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17283
17284	* configure.in:  Make sure that CC is undefined (as opposed to
17285	null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17286	problem with autoconf trying to configure on a host without GCC.
17287
17288Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17289
17290	* mpw-configure: Set host alias from choice of host compiler,
17291	only use generic MPW Makefile sed if present, edit a file
17292	named "hacked_Makefile.in" instead of "Makefile.in" if present.
17293	* mpw-README: Add problem notes about CW6 and CW7.
17294
17295Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17296
17297	* Makefile.in (taz): Use ";" instead of ";;".
17298
17299Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17300
17301	* Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17302	sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17303	DISTDOCDIRS.
17304	(DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17305	(newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17306
17307Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17308
17309	* Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
17310	and gnats, because they are now subsumed by DISTSTUFFDIRS.
17311	Move bfd to DISTSTUFFDIRS.
17312
17313Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17314
17315	* Makefile.in (X11_LIB): Removed.
17316	(X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17317
17318	* configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17319
17320Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17321
17322	* cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17323	names.
17324
17325Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17326
17327	* cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17328
17329Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
17330
17331	* configure.in (i[345]86-*-win32): Always build newlib.
17332	Don't configure cvs, autoconf or texinfo.
17333	* Makefile.in (LD_FOR_TARGET): New.
17334	(BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17335	Pass down LD_FOR_TARGET.
17336
17337Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17338
17339	* winsup: New directory.
17340	* Makefile.in: Build winsup.
17341	* configure.in: Winsup is configured when target is win32.
17342	Can only build win32 target GDB when native.
17343
17344Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
17345
17346	* config.guess: Recognize HP model 819 machines as having
17347	a PA 1.1 processor.
17348
17349Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17350
17351	* configure: Fix sed loop which substitutes for CC and CXX to
17352	avoid bug found in various sed implementations.
17353
17354Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17355
17356	* cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17357	simulator.  Use standard powerpc-*-eabi*.
17358
17359Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17360
17361	* configure.in: Stop putting gas and binutils in noconfigdirs for
17362	powerpc-*-aix* and rs6000-*-*.
17363
17364Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
17365
17366	* cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17367	-mcall-aixdesc libraries.
17368
17369Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
17370
17371	Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17372
17373	* config.sub (arm | armel | armeb): Fix shell syntax.
17374
17375Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17376
17377	* cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17378	-msoft-float and -mcpu=common support.
17379	(powerpc*-*-eabisim*): Add support for building -mcall-aix
17380	libraries.
17381
17382Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17383
17384	* configure.in: Allow configuration and build of emacs19 for the alpha.
17385
17386Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17387
17388	* configure.in (CC): Get ^CC, not just any old CC, from
17389	${host_makefile_frag}.
17390
17391Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17392
17393	* configure.in (CC): Try to get CC from
17394	${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
17395
17396Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17397
17398	* Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
17399	only if it exists in $(srcdir).
17400
17401Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17402
17403	* configure: If CC and CXX are not set in the environment, set
17404	them, based on either an existing Makefile or on searching for gcc
17405	in PATH.  Substitute for CC and CXX in Makefile.
17406	* configure.in: Remove libm from target_libs.  Separate
17407	target_configdirs from configdirs.  If CC is not set in
17408	environment, try to get it from a host Makefile fragment.  Rewrite
17409	changes of configdirs to use skipdirs instead.  A few minor
17410	tweaks.  Take directories out of target_configdirs as they are
17411	taken out of configdirs.  Remove existing Makefile files from
17412	subdirectories.  Substitute for TARGET_CONFIGDIRS and
17413	CONFIG_ARGUMENTS in Makefile.
17414	* Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
17415	by configure.in.
17416	(CONFIG_ARGUMENTS): Likewise.
17417	(CONFIGURE_TARGET_MODULES): New variable.
17418	($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
17419	($(CONFIGURE_TARGET_MODULES)): New target.
17420	(configure-libg++, configure-libio): New targets.
17421	(all-libg++): Depend upon configure-libg++.
17422	(all-libio): Depend upon configure-libio.
17423	(configure-libgloss, all-libgloss): New targets.
17424	(configure-libstdc++): New target.
17425	(all-libstdc++): Depend upon configure-libstdc++.
17426	(configure-librx, all-librx): New targets.
17427	(configure-newlib): New target.
17428	(all-newlib): Depend upon configure-newlib
17429	(configure-xiberty): New target.
17430	(all-xiberty): Depend upon configure-xiberty.
17431
17432Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17433
17434	* configure.in (host i[345]86-*-win32):  Expand the
17435	noconfigdirs again.
17436
17437Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
17438
17439	* mpw-configure: Fix sed command file name.
17440
17441Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17442
17443	* configure.in (host i[345]86-*-win32): Reduce the
17444	noconfigdirs again.
17445
17446Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
17447
17448	* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17449	or powerpc*-*-pe*, since they are not yet supported.
17450
17451Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17452
17453	Add PowerMac support and many other enhancements.
17454	* mpw-configure: New option --cc to select compiler to use,
17455	paste options set according to --cc into the generated
17456	Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17457	if mpw-make.sed is present.
17458	* mpw-config.in: Don't test for gC1, test for mpw-touch,
17459	add forward includes for PowerPC include files.
17460	* mpw-build.in: Build using Makefile.PPC if present.
17461	(do-byacc, etc): Remove separate version resource builds.
17462	(do-gas): Build "stamps" before "all".
17463	(do-gcc): Build "stamps-h" and "stamps-c" before "all".
17464	* mpw-README: Update to reflect --cc option, PowerMac support,
17465	and recently-reported compatibility problems.
17466
17467Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
17468
17469	* cfg-ml-com.in (m68*-*-*): Only build multilibs for
17470	embedded m68k systems (-aout, -coff, -elf, -vxworks).
17471	(--with-multilib-top): Pass to recursive invocations.
17472
17473Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
17474
17475	* configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17476	v810-*-*.
17477
17478Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17479
17480	* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17481	gdb, ld and opcodes on v810-*-*.
17482
17483Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17484
17485	* Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17486	(local-maintainer-clean): New target.
17487	(maintainer-clean): New target.
17488	(realclean): Just depend upon maintainer-clean.
17489
17490Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17491
17492	* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17493
17494Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
17495
17496	* configure.in: Build ld in mips*-*-bsd* case.
17497
17498Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
17499
17500	* config.sub: Accept -lites* OS.  From Ian Dall.
17501
17502Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
17503
17504	* config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17505	targets.
17506
17507Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17508
17509	* configure.in: treat i386-win32 canadian cross the same as
17510	i386-go32 canadian cross.
17511
17512Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17513
17514	* cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17515	running under the simulator to build a reduced set of libraries.
17516	(powerpc-*-eabiaix): Add fine grained multilib support added to
17517	other powerpc targets yesterday.
17518
17519Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17520
17521	* cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17522	-disable-softfloat, -disable-relocatable, -disable-aix, and
17523	-disable-sysv to control which multilib libraries get built.
17524
17525Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17526
17527	* configure: Add Makefile.tem to list of files to remove in trap
17528	handler.
17529
17530Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17531
17532	* config.guess (*Linux*):  Add missing "exit"s.
17533	Also, need specific check for alpha-unknown-linux (uses COFF).
17534
17535Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17536
17537	* config.guess:  Merge with FSF:
17538
17539	Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
17540	* config.guess (AIX4): More robust release numbering discovery.
17541
17542	Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
17543	* config.guess (i386-sequent-ptx): Properly get version number.
17544
17545	Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17546	* config.guess (mips:*:4*:UMIPS): New case.
17547
17548Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17549
17550	* configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17551	(i386-win32 host): Likewise.  Don't build readline.
17552
17553Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17554
17555	* Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17556	SUPPORT_FILES to submakes.
17557
17558Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17559
17560	* Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17561	(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17562	mpw-configure.
17563
17564Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17565
17566	* configure.in (appdirs): Use =, not ==, in test expression when
17567	trying to build the text to print in the warning message for
17568	Solaris users.
17569
17570Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17571
17572	* cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17573
17574Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17575
17576	* config.guess: Recognize lynx-2.3.
17577
17578Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17579
17580	* config.sub (z8ksim): Deleted
17581	(z8k-*-coff): New, this is the one true name of the target.
17582
17583Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17584
17585	* cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17586
17587Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17588
17589	* config.guess (*:Linux:*:*): First try asking the linker what the
17590	default object file format is (elf, aout, or coff).  Then if this
17591	fails, try previous methods.
17592
17593Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17594
17595	* configure.in: Don't build newlib for *-*-vxworks5.1.
17596
17597Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17598
17599	* configure.in: Don't build newlib for a29k-*-vxworks5.1.
17600	* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17601
17602Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17603
17604	* cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17605
17606Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17607
17608	* cfg-ml-com.in: New file.
17609	* cfg-ml-pos.in: New file.
17610
17611Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17612
17613	* COPYING.NEWLIB: Add HP free copyright to list.
17614
17615Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17616
17617	* config.sub: Recognize -eabi* for the system, not just -eabi.
17618
17619Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17620
17621	* Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17622	* config.sub, configure.in (win32): New target and host.
17623
17624Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17625
17626	* configure.in: Add i386-pe configuration.
17627
17628Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17629
17630	* mpw-build.in (install): Install GDB after LD.
17631
17632Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17633
17634	* mpw-config.in (elf/mips.h): Always forward-include, needed
17635	for GDB to build.
17636
17637Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17638
17639	* testsuite: New directory for customer acceptance and whole tool
17640	chain tests.
17641
17642Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17643
17644	* configure: If per-host line isn't found, but AC_OUTPUT is found
17645	and a configure script exists, run it instead.
17646
17647Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17648
17649	* config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17650
17651Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17652
17653	* configure: Set build_{cpu,vendor,os,alias} to host values when
17654	--build isn't specified.
17655
17656Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17657
17658	* Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17659	(FLAGS_TO_PASS): Pass them.
17660	(EXTRA_TARGET_FLAGS): Ditto.
17661
17662Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17663
17664	* Makefile.in (all-libg++): Depend on all-libstdc++.
17665
17666Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17667
17668	* configure.in (noconfigdirs): Enable all packages for
17669	  i386-unknown-netbsd.
17670
17671Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17672
17673	* configure.in (noconfigdirs): Don't configure tk for i386-go32
17674	hosted builds (DOS builds)
17675
17676Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17677
17678	Changes for ARM based on patches from Richard Earnshaw:
17679	* config.sub: Handle armeb and armel.
17680	* configure.in: Omit arm linker only for riscix.
17681
17682Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17683
17684	* config.guess:  Update from FSF.
17685
17686Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17687
17688	* config.sub: Recognize powerpcle as the little endian variant of
17689	the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17690	powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17691	alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17692	temporarily.
17693
17694Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17695
17696	* configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17697
17698Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17699
17700	* config.sub: Accept -lites* as a basic system type.
17701
17702Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17703
17704	* config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17705	installed, and if so return linuxoldld as the system name.
17706
17707Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17708
17709	* config.guess: Add hppa1.1-hp-lites support.
17710
17711Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17712
17713	* configure.in: Don't build newlib for m68k-vxworks5.1.
17714
17715Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17716
17717	* configure.in (mips-sgi-irix6): Use mh-irix5.
17718
17719Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17720
17721	* Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17722
17723Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17724
17725	* test-build.mk: Enable building of shared libraries on IRIX 5 and
17726	OSF/1.  Fix compiler flags.
17727	* build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17728
17729Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17730
17731	* configure.in: Recognize --with-newlib.
17732	(sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17733
17734Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17735
17736	* Makefile.in: move {all,check,install}-gdb from *_MODULES
17737	to *_X11_MODULES due to gdbtk needing X include files et al.
17738
17739Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17740
17741	Merge in support for Mac MPW as a host.
17742	(Old change descriptions retained for informational value.)
17743
17744	* mpw-config.in: Add generic include forwards for cpu-specific
17745	include files in aout and elf directories.
17746
17747	* mpw-configure: Added copyright.
17748	* mpw-config.in: Check for presence of required build tools.
17749	(target_libs): Add newlib.
17750	(target_tools): Add examples.
17751	(Read Me): Generate as "Read Me for MPW" instead.
17752	* mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17753	(all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17754	(do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17755
17756	* mpw-configure: Remove subdir-specific makefile hackery,
17757	delete mk.tmp after using it.
17758
17759	* mpw-build.in (all): Display start and end times.
17760
17761	* mpw-configure (host_canonical): Set.
17762	(target_cpu): Always add to makefiles.
17763	(ARCHDEFS, EMUL): Add to makefile only if nonempty.
17764	(TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17765	(mpw-mh-mpw): Look for in srcdir and srcroot.
17766	Use sed instead of mpw-edit-prefix to edit prefix definitions.
17767
17768	* mpw-build.in: (install-only): New target.
17769
17770	* mpw-configure (host_alias, target_alias): Rename from hostalias
17771	and targetalias, add into generated Makefile.
17772	(mk.tmp): If present, add into generated Makefile.
17773	* mpw-build.in (all-gas): Build config.h first before gas proper.
17774
17775	* mpw-configure (config.status): Write only if changed.
17776	* mpw-config.in (readline): Configure it (not built, just used for
17777	definitions).
17778
17779	* mpw-config.in (elf/mips.h): Add a forward include.
17780
17781	* mpw-config.in: Forward-include most .h files in include into
17782	extra-include.
17783	(readline): Don't build.
17784	mpw-build.in (install): Install GDB.
17785
17786	* mpw-configure (prefix, mpw_prefix): Handle it.
17787	* mpw-config.in (mmalloc, readline): Don't configure.
17788	* mpw-build.in (thisscript): Rename to ThisScript.
17789	Use mpw-build instead of BuildProgram everywhere.
17790	(mmalloc, readline): Don't build.
17791	* mpw-README: New file, basic documentation about the MPW port.
17792
17793	* mpw-config.in: Use forward-include to create include files.
17794
17795	* mpw-configure: Add more things to the top of each configured
17796	Makefile, including contents of config/mpw-mh-mpw.
17797	* mpw-config.in (extra-include): Create this directory and fill it
17798	with Posix-like include files when configuring.
17799
17800	* config.sub (apple, mac, mpw): Add various aliases.
17801
17802	* mpw-build.in: New file, top-level build script fragment for MPW.
17803	* mpw-configure: New file, configure script for MPW.
17804	* mpw-config.in: New file, config fragment for MPW.
17805
17806Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17807
17808	* configure.in (host_libs): Remove glob, since it is gone from the
17809	sources.
17810
17811Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17812
17813	* Makefile.in: define empty GDB_NLM_DEPS var.
17814
17815	* configure.in(target_makefile_frag): use config/mt-netware
17816	for netware targets.
17817
17818Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17819
17820	* config.sub: Merge in recent FSF changes.  Remove linux special
17821	cases.
17822
17823Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17824
17825	Revert this change:
17826
17827	Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17828
17829		* build-all.mk: Use CC=cc -Xs on Solaris.
17830
17831Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17832
17833	* glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
17834	stop using it.
17835	* Makefile.in: Nuke all references to glob subdirectory.
17836
17837Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17838
17839	* configure.in: Fix --enable-shared logic in per-host.
17840
17841Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17842
17843	* configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17844
17845Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17846
17847	* configure.in (noconfigdirs): Don't build gas on AIX, for
17848	powerpc*-*-aix* as well as for rs6000*-*-aix*.
17849
17850Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
17851
17852	* configure: Fix --cache-file to work if the file argument is a
17853	relative path.
17854
17855Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
17856
17857	* configure: If the --cache-file is used, pass it down to
17858	configure in subdirectories.
17859
17860Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
17861
17862	* config.sub: add vxworks29k configuration.
17863
17864Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17865
17866	* Makefile.in (taz): Do "diststuff" part quietly.
17867
17868Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17869
17870	* config.sub: Mini-merge with gcc/config.sub.
17871
17872Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17873
17874	* config.guess (IRIX): Sed - to _.
17875
17876Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17877
17878	* Makefile.in (source-vault, binary-vault): New targets.
17879
17880Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
17881
17882	* config.sub: Recognize -eabi as a basic system type.
17883
17884Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17885
17886	* configure.in (enable_shared stuff): Fix typo.
17887
17888Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
17889
17890	* Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17891
17892Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17893
17894	* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17895
17896Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
17897
17898	* configure.in (rs6000-*-*): Don't build gas.
17899
17900Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
17901
17902	* Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17903	reduce command line length.
17904	(AS_FOR_TARGET): Check for as.new, not Makefile.
17905	(NM_FOR_TARGET): Check for nm.new, not Makefile.
17906
17907Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17908
17909	* config.guess:  Merge from FSF.
17910
17911Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17912
17913	* configure: Don't use $ when handling program_suffix.
17914
17915Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
17916
17917	* configure.in:  Configure tk for hppa/hpux.
17918
17919Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17920
17921	* Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
17922
17923Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17924
17925	* Makefile.in:  Move -fno-implicit-template from CXXFLAGS
17926	to LIBCXXFLAGS.  Tests are better run without it.
17927
17928Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
17929
17930	* Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17931
17932Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
17933
17934	* configure.in (*-*-netware*): Don't configure xiberty.
17935
17936Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
17937
17938	* configure.in:  Remove tk from native_only list.
17939
17940Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
17941
17942	* build-all.mk: Add mips-ncd-elf target to sun4 targets
17943	  for special NCD build.
17944
17945Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17946
17947	* Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17948	makeall.bat, they're only useful for binutils snapshots.
17949	(binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17950	makeall.bat to specified SUPPORT_FILES.
17951
17952Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17953
17954	* build-all.mk: Add Ericsson targets to sun4 and solaris
17955	  hosts.  Add  BNR's sun4 target to solaris host, so their
17956	  build-from-source will be tested in-house first.
17957
17958Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17959
17960	* Makefile.in (LIBCFLAGS): New variable.
17961	(CFLAGS_FOR_TARGET): Ditto.
17962	(LIBCFLAGS_FOR_TARGET): Ditto.
17963	(LIBCXXFLAGS): Ditto.
17964	(CXXFLAGS_FOR_TARGET): Ditto.
17965	(LIBCXXFLAGS_FOR_TARGET): Ditto.
17966	(BASE_FLAGS_TO_PASS): Pass them.
17967	(EXTRA_TARGET_FLAGS): Ditto.
17968
17969	* configure.in: Support --enable-shared.
17970
17971Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17972
17973	* configure.in (target_libs):  Include libstdc++ again.
17974	* config.guess:  Update from FSF (for FreeBSD).
17975
17976Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17977
17978	* Makefile.in (DEVO_SUPPORT): Include configure.bat and
17979	makeall.bat.
17980	(DISTDOCDIRS): Add `etc'.
17981	(ETC_SUPPORT_PFX): New variable.
17982	(taz): Include anything from etc starting with a word in
17983	ETC_SUPPORT_PFX.
17984
17985Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17986
17987	* config.sub: Update for recent FSF changes.  Remove obsolete
17988	h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17989	spacing changes.
17990
17991Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17992
17993	* configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17994
17995	* config.guess:  Merge with FSF.
17996	* configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17997
17998Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17999
18000	* configure: Since the "trap 0" handler will override the exit
18001	status on many systems, only use it for "exit 1", and make it set
18002	a non-zero exit status; reset it before "exit 0".  Also, check
18003	exit status of config.sub, and error out if it failed.
18004
18005Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18006
18007	* Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18008	and install libgloss.
18009
18010Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18011
18012	* Makefile.in (all-binutils): Depend upon all-byacc.
18013
18014	* configure.in: Don't build emacs on Irix 5.
18015
18016Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18017
18018	* configure.in (*-*-netware*): Add libio.
18019
18020Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18021
18022	* Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18023	(CHECK_TARGET_MODULES): Ditto.
18024	(INSTALL_TARGET_MODULES): Ditto.
18025	(TARGET_LIBS): Ditto.
18026	(all-libstdc++): Note dependencies.
18027
18028Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18029
18030	* Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18031
18032Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18033
18034	* Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18035	-fexternal-templates.
18036
18037	* configure.in (target_libs): Add libstdc++.
18038	(noconfigdirs): Add libstdc++ as appropriate.
18039
18040Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18041
18042	* config.guess:  Update from FSF.
18043
18044Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18045
18046	* configure: Use ${config_shell} when running ${configsub}.
18047
18048Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18049
18050	* config.sub: No longer recognize h8300h.
18051
18052Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18053
18054	* config.sub: Remove extraneous differences between config.sub and
18055	gcc/config.sub.
18056
18057Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18058
18059	* Makefile.in (DISTSTUFFDIRS): Add gas.
18060
18061Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18062
18063	* COPYING.NEWLIB: New file.
18064
18065Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18066
18067	* config.guess (HP-UX):  Patch from Harlan Stenn
18068	<harlan@landmark.com> to also emit release level.
18069
18070Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18071
18072	* config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18073
18074Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18075
18076	* config.sub:  Merge nextstep cleanup from FSF.
18077
18078Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18079
18080	* configure.in (arm-*-*): Don't configure ld for this target.
18081
18082Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18083
18084	* configure.in (*-*-netware): don't configure libg++, libio,
18085	  librx, or newlib.
18086
18087Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18088
18089	* configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18090	configure ld--it works, but it doesn't support shared libraries.
18091
18092Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18093
18094	* config.guess (*-unknown-freebsd*):  Get rid of possible
18095	trailing "(Release)" in version string.
18096	Patch from Paul Richards <paul@isl.cf.ac.uk>.
18097
18098Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18099
18100	* config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18101	Fix type: *-next-neststep -> *-next-nextstep.
18102
18103	* config.guess:  Merge from FSF:
18104
18105	Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18106
18107	* config.guess: Recognize powerpc-ibm-aix3.2.5.
18108
18109	Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18110
18111	* config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18112	instead of UNIX_SV for UnixWare 1.0).
18113
18114Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18115
18116	* Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18117	to make gdb/nlm/* build after the compiler and linker.
18118
18119Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18120
18121	* config.guess (netbsd, freebsd, linux):  Accept any machine,
18122	not just i[34]86.
18123	(m68k-atari-sysv4):  Relocate to match FSF version.
18124
18125	* config.guess:  More merges from the FSF:
18126
18127	Add a space before function call or macro invocation.
18128
18129	Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18130
18131	* config.guess: Add trap cmd to remove dummy.c and dummy when
18132	interrupted.
18133
18134	Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18135
18136	* config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18137	(dummy): Redirect stderr from compilation of dummy.c.
18138
18139	Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18140
18141	* config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18142
18143Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18144
18145	* configure: Accept and ignore --cache*, for compatibility with
18146	new autoconf.
18147
18148Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18149
18150	* config.guess:  Merge from FSF:
18151
18152	Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18153
18154	* config.guess (Pyramid*:OSx*:*:*): New case.
18155	(PATH): Add /.attbin at end for finding uname.
18156	(dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18157
18158	Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18159
18160	* config.guess (M88*:DolphinOS:*:*): New case.
18161
18162	Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18163
18164	* config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18165	to select whether to use ELF or COFF.
18166
18167	Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18168
18169	* config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18170
18171	Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18172
18173	* config.guess: Guess the OS version for HPUX.
18174
18175	Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18176
18177	* config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18178
18179Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18180
18181	* configure.in: Recognize --with-headers, --with-libs, and
18182	--without-newlib.
18183	* Makefile.in (all-xiberty): Depend upon all-ld.
18184
18185Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18186
18187	* configure.in: Change i[34]86 to i[345]86.
18188
18189Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18190
18191	* configure (version): A few more tweaks to help message.
18192
18193Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18194
18195	* Makefile.in:  Remove (for now) librx as a host library,
18196	now that we're building it for target.
18197
18198Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18199
18200	* configure: Fix up help message; from karl@owl.hq.ileaf.com
18201	(Karl Berry).
18202
18203Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18204
18205	* configure.in:  Also configure librx.
18206
18207Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18208
18209	* Makefile.in:  Update various rules to reflect that librx
18210	is now needed for libg++.
18211
18212Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18213
18214	* config.sub: Accept mips64orion and mips64orionel as a CPU name.
18215
18216Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18217
18218	* configure.in: Configure the examples directory.
18219
18220Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18221
18222	* configure: Simplify Jun 2 1994 change.
18223
18224Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18225
18226	* change CC to /usr/latest/bin/gcc for lynx host builds, since
18227	/bin/gcc isn't good enough to build gcc.
18228
18229Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18230
18231	* Makefile.in (GDB_SUPPORT_FILES): Remove
18232	(setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18233	(gdb.tar.gz): Add new rule to use standard distribution building
18234	mechanism.
18235
18236Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18237
18238	* configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18239	Bill Cox <bill@cygnus.com>.
18240
18241Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18242
18243	* config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18244
18245Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18246
18247	* configure:  Search current dir first in .gdbinit.
18248
18249Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18250
18251	* config.sub:  Recognize freebsd (merged from gcc config.sub).
18252
18253Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18254
18255	* config.sub:  Refer to NeXT's operating system as nextstep.
18256
18257	* config.sub (case $basic_machine):  Re-order the cases, to match
18258	the order in the FSF version (which is mostly alphabethical).
18259	Merge in some additions and changes from the FSF.
18260
18261Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18262
18263	* config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18264	* config.sub: Recognize cxux7.
18265	* configure.in: Use mh-cxux for m88k-harris-cxux*.
18266
18267Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18268
18269	* config.sub:  Fix typo powerpc -> powerpc-*.
18270
18271Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18272
18273	* Makefile.in: `all-emacs19' depends on `all-byacc'.
18274
18275	* Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18276	parallel with all-emacs and install-emacs).  Top-level command
18277	`make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18278
18279Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18280
18281	* test-build.mk ($(host)-stamp-stage2-installed): Remove
18282	$(relbindir)/make before doing ``make install'', and use
18283	$(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18284	installing over running make binary.
18285	($(host)-stamp-stage3-installed): Likewise.
18286
18287Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18288
18289	* config.guess: Recognize Mach.
18290
18291Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18292
18293	* configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18294	see whether --exec-prefix was used.
18295
18296Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18297
18298	* README:  Explicitly mention libg++/README.  (Zoo's idea.)
18299
18300Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18301
18302	* Makefile.in: Add all-librx target similar to all-libproc.
18303
18304Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18305
18306	* config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
18307	with post 1.2 uname bogosity.
18308
18309Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18310
18311	* configure: Remove temporary files on receipt of a signal.
18312
18313Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
18314
18315	* configure: If there is a package_makefile_frag, remove
18316	${subdir}/Makefile.tem after copying it in.
18317
18318Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18319
18320	* build_all.mk: support rs6000 lynx identifies itself as
18321	rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
18322	since /bin/gcc is too feeble to compile a modern gcc.
18323
18324Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18325
18326	* brought devo/test-build.mk update-to-date with progressive/
18327	  test-build.mk. Add lynx targets and hppa flag info.
18328
18329Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18330
18331	* configure.in:  Use mh-ncrsvr43.  Patch from
18332	Tom McConnell <tmcconne@sedona.intel.com>.
18333
18334Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18335
18336	* config.guess (i386-unknown-bsdi):  No longer need to
18337	check #if defined(__bsdi__) && defined(__i386__).
18338
18339Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18340
18341	* configure: Set program_transform_nameoption correctly.
18342
18343Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18344
18345	* brought build-all.mk update-to-date with progressive build-all.mk,
18346	  added new targets and hppa info.
18347
18348Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18349
18350	* configure: If config.guess result is a prefix of the user
18351	specified target, assume a native build and use the user specified
18352	target as the host alias.  Remove SunOS patch suffix removal hack.
18353	* configure.in: Remove SunOS patch suffix removal hack.
18354
18355	* Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18356	in NATIVE_CHECK_MODULES.
18357
18358Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
18359
18360	* Makefile.in: Rename HOST_ONLY to NATIVE.
18361	* configure: Delete SunOs patch suffix from host_canonical
18362	  and build_canonical variables that are prepended to Makefiles.
18363	* configure.in: Add comments for easier maintenance.
18364
18365Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18366
18367	* Makefile.in: Add all-libproc target similar to all-gui.
18368
18369Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
18370
18371	* Makefile.in (CHECK_MODULES): split into
18372	HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18373
18374Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
18375
18376	* config.guess (i386-unknown-bsdi): New system to guess.
18377
18378Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18379
18380	* Makefile.in: Add all-gui target (but not yet build by "all").
18381
18382Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
18383
18384	* config.sub: Move deletion of patch suffix from here...
18385	* configure.in: To here, at Ian's suggestion.  The top-
18386	  level scripts might need to know of a patch level.
18387
18388Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
18389
18390	* config.sub: Strip off patch suffix so rtl is recognized
18391	  as a sunos4.1.3 machine, even though it's been patched.
18392
18393Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
18394
18395	* Makefile.in (INSTALL_LAST): Delete.
18396	(INSTALL_DOSREL): New.
18397
18398Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18399
18400	* configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
18401	Don't set use_gnu_ld to no for *-*-sysv4; that only controls
18402	whether we pass down --with-gnu-ld anyhow.
18403
18404Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
18405
18406	* Makefile.in (INSTALL_LAST): Change operation so it works
18407	on more flavors of make.
18408	* configure.in (go32): Don't build libg++ or libio.
18409
18410Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
18411
18412	* Makefile.in (Move HOST_PREFIX_1 and friends up so
18413	they can be overriden by templates.
18414
18415Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
18416
18417	* configure.in (target==go32): Don't build gdb.
18418	* dosrel: New directory.
18419
18420Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
18421
18422	* configure.in (host==go32): Configure dosrel too.
18423	* Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
18424	(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
18425	be set by incoming names or templates.
18426	(INSTALL_LAST): New rule.
18427
18428Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
18429
18430	* config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18431
18432Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18433
18434	* configure.in (appdirs): New variable.  Currently empty, but will
18435	be used in gas distribution.  If nonempty, lists a set of
18436	directories at least one of which must get configured, or top
18437	level configuration is considered to have failed.
18438	(rs6000-*-lynxos*): Use new file name.
18439
18440Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18441
18442	Eliminate XTRAFLAGS.
18443	* Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18444	newlib include files using -idirafter, and also use -nostdinc.
18445	(CXX_FOR_TARGET): Likewise.
18446	(XTRAFLAGS): Removed.
18447	(BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18448	(EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18449	(EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18450	($(DO_X)): Don't pass down XTRAFLAGS.
18451
18452Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18453
18454	* configure.in (mips*-dec-bsd*): New target; do build linker.
18455	(mips*-*-bsd*): New target; don't build linker.
18456
18457Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18458
18459	* configure.in: support rs6000-*-lynxos* configuration.
18460	support sunos4 as a cross target.
18461
18462	* config.sub: look for lynx*, not lynx since the OS version may
18463	legitimately be part of the name.
18464
18465Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18466
18467	* configure.in (i[34]86-*-sco*): Move to be with other i386
18468	targets.
18469	(romp-*-*): New target.  Skip various binary utilities.
18470	(vax-*-*): New target.  Don't build newlib.
18471	(vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
18472
18473Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18474
18475	* configure.in: Only set host_makefile_frag if config
18476	directory exists.
18477
18478Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18479
18480	* install.sh: If $dstdir exists, don't check whether each
18481	component does.
18482
18483Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18484
18485	* test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18486
18487Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
18488
18489	* configure.in (*-*-lynxos*): Don't configure newlib for either
18490	native or cross Lynx.
18491
18492Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
18493
18494	* config.sub (sparc64-elf): Fix os.
18495	(z8k): Remove duplicate.
18496
18497Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18498
18499	* Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18500	gcc/stmp-fixproto, to try to prevent fixproto from being run.
18501
18502Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
18503
18504	* configure: Make file links cleanly even if Lynx fails on
18505	  an NFS symlink (at least fail cleanly).
18506
18507Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18508
18509	* test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18510	-XNh2000.
18511
18512Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18513
18514	* configure: Unknown options are fatal again.
18515
18516Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
18517
18518	* configure: Ignore --x-includes and --x-libraries, for Autoconf
18519	compatibility.
18520
18521Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
18522
18523	* build-all.mk: Add `clean' target.
18524
18525Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18526
18527	* config.guess:  Add SINIX support.
18528	* configure.in:  Add mips-*-sysv4* support.
18529
18530Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
18531
18532	* build-all.mk: Document all useful targets.
18533	If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18534	If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18535
18536Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18537
18538	* configure: Support --silent, --quiet.
18539
18540Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18541
18542	* configure: Support --disable-FEATURE.
18543
18544Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18545
18546	* config.guess: Recognize NCR running SVR4.3.
18547
18548Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18549
18550	* config.guess:  Make BSDI generate i386-unknown-bsd386.
18551	Patch from Paul Eggert <eggert@twinsun.com>.
18552
18553Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18554
18555	* configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18556
18557Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18558
18559	* configure: Make unrecognized options give nonfatal warnings
18560	instead of fatal errors, and pass them to any subdirectory
18561	configures in case they recognize them.
18562	Make --x equivalent to --with-x.
18563
18564Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18565
18566	* configure: Add --enable-* options.  Clean up usage message and
18567	some comments.
18568
18569Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18570
18571	* Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18572
18573Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18574
18575	* configure.in (hppa*-*-*): Enable binutils.
18576
18577Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18578
18579	* config.sub: Recognize cisco.
18580
18581Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18582
18583	* Makefile.in (CXXFLAGS): Add -fexternal-templates.
18584
18585Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18586
18587	* config.guess: about target *-hitachi-hiuxwe2, don't print more
18588	than one configuration name.  Add comment.
18589
18590Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18591
18592	* config.guess: about target *-hitachi-hiuxwe2, fixed
18593	machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18594	macro is incorrect.]
18595
18596Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18597
18598	* Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18599	than the "make ls" stuff which used to be here.
18600
18601Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18602
18603	* config.guess:  Recognize i[34]86-unknown-freebsd.
18604	From Shawn M Carey <smcarey@rodan.syr.edu>.
18605
18606Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18607
18608	* configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18609
18610Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18611
18612	* config.guess: Check for ptx.
18613
18614Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18615
18616	* config.sub: Add os9k checking.
18617
18618Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18619
18620	* config.guess: Handle OSF1 running on HPPA processors
18621
18622Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18623
18624	* configure: If subdir configure fails, print out a message with
18625	subdirectory name, in case subdir's configure code didn't identify
18626	itself.
18627
18628Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18629
18630	* configure.in: Remove embedded newlines from configdirs.
18631	Avoid mismatches of substrings.  Fix matching strings at end
18632	of configdirs.
18633
18634Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18635
18636	* config.guess:  Add Lynx/rs6000 config support.
18637
18638Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18639
18640	* configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18641
18642Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18643
18644	* configure.in (hppa*-*-osf*): Treat this just like most other
18645	PA configurations (eg no binutils or ld).
18646	(hppa*-*-*elf*): These configurations have binutils and ld.
18647
18648Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18649
18650	* config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18651
18652Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18653
18654	* configure.in (rs6000-*-*): Build gas.
18655
18656Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18657
18658	* Makefile.in:  Avoid bug in losing hpux sed.
18659
18660Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18661
18662	* Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18663	for GDB and GDB has been fixed to not need it.
18664
18665Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18666
18667	* config.guess: Recognize vax hosts.
18668
18669Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18670
18671	* configure (while loop): Don't use "break 2" inside case
18672	statement -- the case statement isn't an enclosing loop.
18673
18674Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18675
18676	* config.guess:  Clean up NeXT support, to allow nextstep
18677	on Intel machines.  Make OS be nextstep.
18678
18679Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18680
18681	* config.guess: Add alternate forms for Convex.
18682
18683Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18684
18685	* configure:  Completely rewrite option processing.  Take
18686	advantage of pattern-matching to avoid invoking test frequently.
18687	Also clean up host and target defaulting logic.
18688
18689Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18690
18691	* Makefile.in: Replace all occurrances of "rootme" with "r" and
18692	"$${rootme}" with "$$r", to increase the likelihood that the do-*
18693	commands (plus user environment) will fit SCO limits.
18694
18695Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18696
18697	* configure.in: Don't issue warnings about directories which are
18698	not being configured if -norecursion is set.  Correct test for
18699	--with-gnu-as and --with-gnu-ld to not get confused by substring
18700	matches.
18701
18702	* configure.in: Don't build gas for alpha-dec-osf1*.
18703
18704Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18705
18706	* configure:  Back out Per's change of 12/19/1993.  It changes the
18707	behavior of configure in unexpected and confusing ways.
18708
18709	Also, use different delim char when calculating
18710	program_transform_name so that the name can contain slashes.
18711
18712Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18713
18714	* configure.in, config.sub: Add support for VSTa micro-kernel.
18715
18716Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18717
18718	* configure.in: Nuke hacks which were used to get a special
18719	version of GAS for HPPA configurations.
18720
18721Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18722
18723	* configure:  If only ${target_alias} is given, use that
18724	as the default for ${host_alias}.
18725	* configure:  Add missing back-slashes before nested quotes.
18726
18727Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18728
18729	* Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18730
18731Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18732
18733	* config.guess:  Recognize some Tektronix configurations.
18734	From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18735
18736Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18737
18738	* config.sub: Match any flavor of SH.
18739
18740Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18741
18742	* configure.in: Don't try to configure newlib for Alpha.
18743
18744Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18745
18746	* configure.in: Don't build ld for Irix 5.  Don't build gas,
18747	libg++ or libio for any Alpha target.
18748
18749	* configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18750
18751Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
18752
18753	* Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18754	default arguments -- so it tried to compress itself.
18755
18756Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18757
18758	* configure.in (notsupp): ensure that a space is always at the end
18759	  of the configdirs list, since the grep checks for an explicit space
18760
18761Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18762
18763	* configure.in (target i386-sysv4.2): don't build ld, since static
18764	  versions of many libraries are not available.
18765
18766Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18767
18768	* config.guess: Recognize Apollos (using environment variables).
18769	* configure.in: Don't configure ld, binutils, or gprof for Apollo.
18770
18771Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18772
18773	* config.guess: Recognize Sony news mips running newsos.
18774
18775Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
18776
18777	* Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18778	"fi ; else" for bash.
18779
18780Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
18781
18782	* Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18783
18784Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
18785
18786	* config.sub: accept unixware as an alias for svr4.2.
18787	Fix some inconsistancies with the gcc version.
18788
18789Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18790
18791	* Makefile.in (DISTDOCDIRS):  Add gdb.
18792
18793Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18794
18795	* Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
18796
18797Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18798
18799	* Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18800	(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18801	this now.
18802
18803Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18804
18805	* config.sub: Accept hiux* as an OS name.
18806
18807	* Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18808	etc/make-stds.texi.  The underscore came from gcc, and dje now
18809	agrees that RUNTESTFLAGS is the correct name.
18810
18811Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18812
18813	* install.sh:  Remove 'set -e'.  It makes any conditionals
18814	in the script useless.
18815
18816	* config.guess: Automatically recognize arm-acorn-riscix
18817	Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18818
18819Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
18820
18821	* Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18822
18823Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18824
18825	* Makefile.in (DISTDOCDIRS): New variable.
18826	(taz): Edit local Makefile.in sooner, instead of proto-toplev
18827	Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
18828
18829Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18830
18831	* configure.in (hppa target): check the source directory for the
18832	  pagas sub-directory
18833
18834Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
18835
18836	* config.sub: Allow -aout* and -elf*.
18837
18838Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18839
18840	* configure.in: Don't build ld on i386-solaris2, same as for
18841	sparc-solaris2.
18842
18843Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18844
18845	* Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18846
18847Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18848
18849	* configure.in:  Configure gdb for alpha.
18850
18851Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18852
18853	* Makefile.in (CXXFLAGS): Add -O.
18854
18855Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18856
18857	* config.guess: added support for DG Aviion
18858
18859Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18860
18861	* configure.in: Produce warning message for subdirectories not
18862	configurable for this host/target combination.  Don't try to
18863	configure gdb for vms.
18864
18865Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18866
18867	* Makefile.in (taz): Replace "byacc" with "bison -y" in the
18868	appropriate files before making "diststuff".
18869	(DISTBISONFILES): New var: list of files to be edited.
18870	(DISTSTUFFDIRS): Add binutils.
18871
18872Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18873
18874	* config.sub: also handle mipsel and mips64el (for little endian mips)
18875
18876Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18877
18878	* configure.in: Add * to end of all OS names.
18879
18880Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
18881
18882	* configure.in: Build newlib for LynxOS native.
18883
18884Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18885
18886	* config.guess: Add support for delta 88k running SVR3.
18887
18888	* configure.in: Add comment about HP compiler vs. emacs.
18889
18890Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18891
18892	* configure.in: don't build ld on solaris2 (not a viable option
18893	  due to bugs in getpwnam & getpwuid)
18894
18895Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18896
18897	* configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18898	config.guess will produce a full version number.
18899
18900Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18901
18902	* configure.in: Build linker and binutils for alpha-dec-osf1.
18903
18904Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18905
18906	* Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18907	and gdb/testsuite/Makefile.in.
18908
18909Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18910
18911	* configure.in: recognize mips*- instead of mips-
18912
18913Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18914
18915	* config.sub: Accept linux*coff and linux*elf as operating
18916	systems.
18917
18918Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18919
18920	* config.sub: Recognize mips64, and mips3 as an alias for it.
18921
18922Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18923
18924	* configure.in: Remove alpha-dec-osf*, no longer necessary now that
18925	gdb knows how to handle OSF/1 shared libraries.
18926
18927Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18928
18929	* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18930	* config.guess: Recognize Hitachi's HIUX.
18931	* config.sub: Recognize h3050r* and hppahitachi.
18932	Remove redundant cases for hp9k[23]*.
18933
18934Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18935
18936	* configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18937	if gas and ld are in the source tree and are in ${configdirs}.
18938	If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18939	--with options (but still pass them down on the command line,
18940	if they were explicitly specified).
18941
18942Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18943
18944	* configure: substitute SHELL value in Makefile.in with
18945	${CONFIG_SHELL}
18946
18947Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18948
18949	* configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18950	*-*-solaris2* targets.
18951
18952Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18953
18954	* Makefile.in: define M4, and pass it down to sub-makes;
18955	all-autoconf now depends on all-m4
18956
18957Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18958
18959	* Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18960	presence of {ar,ranlib} instead of a configured directory
18961
18962Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18963
18964	* config.guess: Accept 34?? as well as 33?? for NCR.
18965
18966Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18967
18968	* configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18969	of 'gas' in sed commands, since 'gash' is now in the tree as well.
18970
18971Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18972
18973	* configure: grab values for $(CC) and $(CXX) from the
18974	environment, so that someone can do "CC=gcc configure; make" and
18975	have it work right (matching the way that autoconf works now)
18976
18977	* configure.in, Makefile.in: add support for gash, the tcl
18978	interface to Galaxy
18979
18980	* config.guess: add NetBSD variants (hp300, x86)
18981
18982Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18983
18984	* install.sh: Support -d option (in the manner of SunOS 4 install,
18985	as it is more deterministic than that of GNU install)
18986	(chmodcmd): Set file to mode 755 by default (should also do default
18987	chgrp and chown, but I don't feel like dealing with that now)
18988
18989Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18990
18991	* config.sub: Remove h8300hhms alias.
18992
18993Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18994
18995	* configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18996
18997Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18998
18999	* Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19000	as stmp-fixinc
19001
19002Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19003
19004	* config.sub: recognize m88110-bug-coff.
19005
19006Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19007
19008	* Makefile.in (all-libio): all dependencies on the toolchain used
19009	to build this (gcc, gas, ld, etc)
19010
19011Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19012
19013	* config.guess: Deal with OSF/1 1.3 on alpha.
19014
19015Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19016
19017	* install.sh: add some 'else true' clauses for portability
19018
19019	* configure.in: don't build libio for h8[35]00-*-* targets
19020
19021Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19022
19023	* Makefile.in:  Add support for new libio.
19024
19025Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19026
19027	* install.sh: If one command fails, don't try the rest.  Don't try
19028	to remove $dsttmp (via trap) unless we have already created it.
19029	If $src doesn't exist, detect it and exit with an error.
19030
19031	* config.guess: Recognize BSD on hp300.
19032
19033Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19034
19035	* config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19036	Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19037
19038Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19039
19040	* Makefile.in (all-send-pr): depends on all-prms
19041
19042Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19043
19044	* config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19045
19046Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19047
19048	* config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19049	Added test for mips-mips-riscos5.
19050
19051Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19052
19053	* configure.in: use mh-hp300 for 68k HP hosts
19054
19055Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19056
19057	* configure: add support for CONFIG_SHELL, so that you can use
19058	some alternate shell for evaluating configure scripts
19059
19060Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19061
19062	* Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19063	in configure script to bug-gdb@prep.ai.mit.edu when building
19064	distribution archive.
19065	* Makefile.in (COMPRESS):  Remove def.
19066	* Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19067	gdb.tar.Z and make-gdb.tar.Z respectively.
19068	* Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19069	* Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19070	to convergence with 'taz' target in Makefile.in.
19071
19072Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19073
19074	* install.sh (dsttmp): use trap to ensure that tmp files go
19075	away on error conditions
19076
19077Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19078
19079	* Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19080
19081Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19082
19083	* Makefile.in (install-dirs): Deal with a prefix like /gnu;
19084	its parent is '/' not ''.
19085
19086	* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19087
19088Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19089
19090	* configure: if ${newsrcdir}/configure doesn't exist, don't assume
19091	that ${newsrcdir}/configure.in does.
19092
19093Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19094
19095	* test-build.mk: support for CONFIG_SHELL
19096
19097Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19098
19099	* config.sub (netware):  Add as a basic system type.
19100
19101Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19102
19103	* Makefile.in (Makefile): depend on configure.in.  Also drop the
19104	  $(srcdir)/ from the dependency on Makefile.in.
19105
19106Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19107
19108	* config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19109	(h8300hhms is temporary until multi-libraries are implemented).
19110	* configure.in: Handle h8300h too.
19111
19112Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19113
19114	* config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19115
19116Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19117
19118	* configure:  Remove extraneous output when guessing host type.
19119	* config.guess:  Remove extraneous output when guessing using C
19120	compiler rather than uname, or when guessing fails.
19121
19122Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19123
19124	* Makefile.in: remove all.cross and install.cross targets
19125
19126	* configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19127	  definitions
19128
19129Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19130
19131	* configure.in (target sh): Build gprof.
19132
19133Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19134
19135	* config.sub: change -solaris to -solaris2
19136
19137Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19138
19139	* configure.in: Use config/mh-riscos for mips-*-sysv*.
19140
19141Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19142
19143	* configure: Correct error message for missing Makefile.in to
19144	print correct directory.
19145
19146Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19147
19148	* install.sh: kludge around 386BSD shell bug
19149
19150Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19151
19152	* config.guess:  Recognize NeXT.
19153	* config.guess:  Recognize i486-ncr-sysv4.
19154	* Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19155
19156Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19157
19158	* Makefile.in (MAKEINFOFLAGS): New variable.
19159	(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19160	* build-all.mk, test-build.mk: Pass down --no-split as
19161	MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19162
19163Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19164
19165	* Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19166
19167Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19168
19169	* Makefile.in (libg++.tar.z):  New rule.
19170	* Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19171	* Makefile.in (taz):  Only do a single chmod.
19172
19173Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19174
19175	* install.sh: don't use dirname anymore (replaced with sed usage)
19176
19177Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19178
19179	* Makefile.in:  Change extension for gzip'd files from '.z' to
19180	'.gz' per new FSF standard usage.
19181
19182Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19183
19184	* configure: put quotes around the final value of program_transform_name
19185
19186Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19187
19188	* Makefile.in: new install.sh support; update install-info rules
19189
19190Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19191
19192	* configure.in: Build diff for crosses, but not for go32 host.
19193
19194	* configure.in: Build gprof only for native, and don't build it
19195	for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19196
19197Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19198
19199	* configure.in: don't build gas,ld,binutils on for *-*-sysv4
19200
19201Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19202
19203	* configure.in (host_tools): Add prms.
19204
19205Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19206
19207	* Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19208	with $(FLAGS_TO_PASS) on the command line
19209
19210	* config.sub: Recognize lynx and lynxos
19211
19212Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19213
19214	* config.sub: Accept -ecoff*, not just -ecoff.
19215
19216Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19217
19218	* Makefile.in (taz): Use .gz suffix instead of .z.
19219	(binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19220	names.
19221
19222Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19223
19224	* Makefile.in (vault-install): add an 'else true' (for Ultrix)
19225
19226Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19227
19228	* Makefile.in (install-no-fixedincludes):  install gcc last, so
19229	that rebuilds that might happen during 'make install' don't get
19230	bogus gcc include files
19231
19232Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19233
19234	Change from Utah for HPPA support:
19235	* config.guess: Recognize hppa1.x-hp-bsd.
19236
19237Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19238
19239	* config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19240	Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19241
19242Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19243
19244	* config.sub: Add support for rom68k and bug boot monitors.
19245
19246Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19247
19248	* Makefile.in: Make all-opcodes depend on all-bfd.
19249
19250Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19251
19252	* config.guess: Added special check for i[34]86-univel-sysv4*.
19253
19254Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19255
19256	* config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19257	the processor rather than assuming i486.
19258
19259Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19260
19261	* config.guess: Recognize SunOS6 as Solaris3.
19262
19263Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19264
19265	* config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19266	Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19267
19268Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19269
19270	* build-all.mk (all-cross): New target for Canadian Cross.
19271	Added Q2 go32 targets.
19272	* test-build.mk: Configure go32 cross sparclite-aout and
19273	mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19274	PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19275
19276Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19277
19278	* configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19279	GO32 hosted toolchains
19280
19281Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19282
19283	* configure: change  so "-exec-prefix" gets passed down rather
19284	than "-exec_prefix" so autoconf generated Makefiles get the
19285	exec_prefix set right.
19286
19287Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19288
19289	* config.guess: get the Solaris2 minor version number
19290
19291	* Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19292
19293Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19294
19295	* config.guess: Recognize some Sequent platforms.
19296
19297Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19298
19299	* Makefile.in: added the vault-install target
19300
19301	* configure.in: actually use the Sun3 makefile fragment that's in
19302	config, also added the release dir to configdirs
19303
19304Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19305
19306	* Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19307
19308Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19309
19310	* configure.in: remove some program from Alpha targetted toolchains
19311
19312Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
19313
19314	* Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
19315	gprof.
19316	(taz): Run "make diststuff" in those directories instead of "make
19317	proto-dir".  Look for "VERSION=" only at start of line in subdir
19318	Makefile.  Use "gzip -9" for compression.
19319	(TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19320	(binutils.tar.z): New target.
19321
19322Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19323
19324	* Makefile.in (taz): Include gpl.texinfo.
19325
19326Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19327
19328	* Makefile.in (setup-dirs): Merged into "taz" target.
19329	(taz): Only do `proto-dir' stuff if a directory is actually needed
19330	for this target.
19331
19332Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
19333
19334	* Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19335	(FLAGS_TO_PASS): Pass down MUNCH_NM.
19336	(HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19337	(EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19338	(gcc-no-fixedincludes): Correct for current gcc Makefile.
19339
19340Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
19341
19342	* Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
19343	config.sub, and move-if-change to gdb testsuite distribution
19344	archive, so the testsuite can be extracted, configured, and
19345	run separately from the gdb distribution.  Blow away the Chill
19346	tests that require a Chill compiled executable, since GNU Chill
19347	is not yet publically available.
19348
19349Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19350
19351	* test-build.mk: set environment variables in a single command,
19352	instead of a list of assignments and exports
19353
19354	* config.guess: recognize Alpha/OSF1 systems
19355
19356Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19357
19358	* configure: Change help message to prefer --options rather than
19359	  -options.
19360
19361Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19362
19363	* config.sub: Convergent Tech. "miniframe" uses m68010, sez
19364	zippy@ecst.csuchico.edu.
19365	* config.guess: Recognize miniframe.
19366
19367Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19368
19369	* Makefile.in: Use srcroot to find runtest rather than rootme.
19370	Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
19371
19372Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19373
19374	* test-build.mk: Extensive additions to support building on a
19375	machine other than the host.
19376
19377Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19378
19379	* configure (tooldir): Fix for i386-aix again.
19380
19381Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
19382
19383	* configure, Makefile.in:  Change definition of $(tooldir)
19384	to match the FSF.
19385
19386Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
19387
19388	* config.guess:  Recognize i[34]86/SVR4.
19389
19390Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19391
19392	* Makefile.in (all-gdb): gdb depends on sim.
19393
19394Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
19395
19396	* Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
19397	at the same time we make the prototype gdb directory.
19398	* Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
19399	files at the same time as the gdb base release distribution.
19400
19401Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
19402
19403	* Makefile.in (check): Use individual check targets rather than
19404	DO_X rule.
19405	(check-gcc): Added.
19406
19407Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
19408
19409	* config.sub: Use sysv3.2 not sysv32 for canonical OS
19410	for System V release 3.2.
19411
19412Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19413
19414	* config.sub: Recognize hppaosf.
19415	* configure.in: Do configure ld/binutils/gas for it.
19416
19417Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19418
19419	* configure (tooldir): Alter syntax used to set this, for systems
19420	where "\$" isn't handled right, like i386-aix.
19421
19422Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19423
19424	* configure: Pass program-transform-name, not
19425	program_transform_name, to recursive configures.
19426
19427Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
19428
19429	* Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19430	of gas+ld+binutils.
19431
19432Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
19433
19434	* config.guess:  Recognize AIX3.2 as distinct from 3.1.
19435
19436Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19437
19438	* configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19439
19440Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19441
19442	* Makefile.in (PRMS): Set back to all-prms.
19443
19444Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19445
19446	* test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19447	targets, rather than for MIPS hosts.
19448
19449Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19450
19451	* configure.in: add comment for --with-x default values
19452
19453	* config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19454
19455	* Makefile.in: add check-* targets for each of the directories in
19456	the tree.  Add a definition of RUNTEST that will use the one we
19457	just built, if it exists.  Pass this down via FLAGS_TO_PASS.
19458
19459Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
19460
19461	* configure.in: Removed obsolete references to bfd_target and
19462	target_makefile_frag.
19463
19464	* build-all.mk: Set assorted targets for Q2.
19465	* config.sub: Recognize z8k-sim and h8300-hms.
19466	* test-build.mk: Really don't pass host to configure.
19467	(HOLES): Added uname.
19468
19469Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
19470
19471	* configure: Handle an empty program-prefix, program-suffix or
19472	program-transform-name correctly.
19473
19474Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19475
19476	* build-all.mk: -G 8 no longer required for MIPS targets.
19477	* test-build.mk: Don't pass host argument to configure; make it
19478	guess.
19479
19480Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
19481
19482	* Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
19483	* Makefile.in (COMPRESS):  New macro, like GZIP.
19484
19485Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19486
19487	* test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19488
19489	* build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19490	with gas currently defaults to -G 0.
19491
19492Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
19493
19494	* Makefile.in (all-flex): flex depends on byacc.
19495
19496	* build-all.mk: If host not specified, use config.guess.  Pass TAG
19497	to test-build.mk as RELEASE_TAG.
19498	* test-build.mk (configargs): New variable containing arguments to
19499	pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
19500	(FLAGS_TO_PASS): Pass down RELEASE_TAG.
19501
19502	* config.guess: Use /bin/uname when checking -X argument on SCO,
19503	to avoid invoking GNU uname which doesn't understand -X.
19504
19505	* test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19506
19507	* configure.in: Build gas for mips-*-*.
19508
19509Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19510
19511	* Makefile.in (all.normal): insert missing backslash.
19512
19513Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19514
19515	* build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19516
19517	* Makefile.in: Complete overhaul to merge many almost identical
19518	targets.
19519
19520Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19521
19522	* Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19523	(gdb.tar.Z): Adjusted.
19524
19525	* Makefile.in (setup-dirs, taz): New targets; should be general
19526	enough to adapt for gdb sometime.  Build only .z file.
19527	(gas.tar.z): New target.
19528
19529Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19530
19531	* build-all.mk: Use CC=cc -Xs on Solaris.
19532
19533Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
19534
19535	* Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
19536	for handling BISON for FSF releases.
19537
19538Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19539
19540	* configure: Actually implement the change zoo just documented.
19541
19542Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19543
19544	* configure: when using config.guess, only set target_alias when
19545	it's not already been set (ie, on the command line)
19546
19547Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19548
19549	* Makefile.in: add installcheck target, set PRMS to install-prms
19550
19551Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19552
19553	* configure: add support for package_makefile_fragment, handle the
19554	case where a directory has a configure.in file but no Makefile.in
19555	more gracefully (with an actual understandable error message, even);
19556	add support for --without (and add this to the usage message); also
19557	explicitly add a --host=${host_alias} to the command line when
19558	config.guess is used
19559
19560Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19561
19562	* configure: Must use both --host and --target in recursive calls.
19563
19564Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19565
19566	* Makefile.in: Change deja-gnu to dejagnu.
19567
19568Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19569
19570	* configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19571
19572Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19573
19574	* configure.in: canonicalize all instances to *-*-solaris2*,
19575	also strip out a number of tools to not build for go32 host
19576
19577Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19578
19579	* config.guess: add GPL.
19580
19581	* Makefile.in, config.guess, config.sub, configure: bump
19582	  copyrights to 93.
19583
19584Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19585
19586	* Makefile.in (do-info): Removed obsolete check for existence of
19587	localenv file.
19588
19589	* Makefile.in (MAKEOVERRIDES): Define to be empty.
19590
19591Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19592
19593	* Makefile.in: a couple of 'else true' for decstation,
19594	support for TclX
19595
19596	* configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19597
19598Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19599
19600	* Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19601
19602Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19603
19604	* config.guess: Recognize i386-ibm-aix (PS/2).
19605	* configure.in: Use config/mh-aix386 file for it.
19606
19607Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19608
19609	* Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19610	CC_FOR_TARGET instead.
19611	(BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19612
19613Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19614
19615	* Makefile.in: Add sim to list of directories sent with gdb
19616
19617Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19618
19619	* configure.in: Put back mips-dec-bsd* case.
19620
19621Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19622
19623	(Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19624	* configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19625	* config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19626
19627Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19628
19629	* configure.in: remove no-op mips-dec-bsd* in "case $target"
19630
19631	* Makefile.in (dir.info): only run gen-info-dir if it exists,
19632	(install-info): install dir.info only if it exists,
19633	(all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19634
19635Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19636
19637	* configure.in: For vms target, skip bfd, ld, binutils.  Do build
19638	gas for mips-dec-bsd.
19639
19640Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19641
19642	* configure (makesrcdir): If ${srcdir} is relative and not ".",
19643	and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19644
19645Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19646
19647	* configure.in: Added "dejagnu" to hosttools list.
19648
19649Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19650
19651	* config.sub, configure.in, config.guess:  Add support
19652	for Bosx, an AIX variant from Bull.
19653	Patches from F.Pierresteguy@frcl.bull.fr.
19654
19655Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19656
19657	* devo/dejagnu: Initial creation of devo/dejagnu.
19658	Migrated dejagnu testcases and support files for testing software
19659	tools to reside as subdirectories, currently called "testsuite",
19660	within the directory of the software tool.  Migrated all programs,
19661	support libraries, etc. beloging to dejagnu proper from
19662	devo/deja-gnu to devo/dejagnu.	These files were moved "as is"
19663	with no modifications.	The changes to these files which will
19664	allow them to configure, build, and execute properly will be made
19665	in a future update.
19666
19667Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19668
19669	* Makefile.in: Change send_pr to send-pr.
19670	* configure.in: Likewise.
19671	* send_pr: Renamed directory to send-pr.
19672
19673Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19674
19675	* Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19676
19677Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19678
19679	* README:  Update for gdb-4.8 release.
19680	* Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19681	gdb-xxx.tar.z (gzip'd) file also.
19682
19683Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19684
19685	* Makefile.in: make all-diff depend on all-libiberty
19686
19687Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19688
19689	* config.guess: add vax-ultrix in the spirit of mips-ultrix.
19690
19691Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19692
19693	* configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19694
19695Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19696
19697	* Makefile.in (DEVO_SUPPORT):  Remove etc directory
19698	(ETC_SUPPORT):  Only add the files GDB wants from etc/.
19699	(gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19700
19701Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19702
19703	* Makefile.in:  makeinfo binary is in a new location
19704
19705Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19706
19707	* config.sub: Accept -ecoff as an OS.
19708
19709	* Makefile.in: Various changes to eliminate a level of make
19710	recursion and reduce the required command line length.
19711	(BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19712	sub-makes.
19713	(EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19714	variables holding settings for specific sub-makes.
19715	(FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19716	in terms of BASE_FLAGS_TO_PASS.
19717	(TARGET_LIBS): New variable listing directories which use
19718	TARGET_FLAGS_TO_PASS.
19719	(subdir_do): Eliminated.
19720	(do-*): New set of targets to replace subdir_do.
19721	(various): All targets which used subdir_do now depend on do-*.
19722	(local-clean): Renamed from do_clean.
19723	(local-distclean): New target, dependency of distclean and
19724	realclean.
19725	(install-info): Don't create directories.  Depend on dir.info
19726	rather than calling make recursively.
19727	(install-dir.info): Eliminated.
19728	(install-info-dirs): Create all info directories here.
19729	(dir.info): Depend upon do-install-info.
19730
19731	* test-build.mk (HOLES): Added false.
19732
19733Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19734
19735	* config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19736
19737Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19738
19739	* Makefile.in (info): remove dependency on all-texinfo.  The
19740	problem was really in texinfo/C, not at this level.
19741
19742Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19743
19744	* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19745
19746Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
19747
19748	* Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
19749	GDB releases.
19750
19751Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19752
19753	* configure: Include srcdir in message about target of link not
19754	being found.  Don't convert `-' to `_' in `with' options being
19755	passed to subdirs.
19756
19757Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19758
19759	* configure.in: add uudecode to host_tools
19760
19761	* Makefile.in: added {all,install}-uudecode targets, added them to
19762	the appropriate lists
19763
19764Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
19765
19766	* Makefile.in (all-gcc): Added dependency on all-gas.
19767
19768	* configure.in (mips-*-*): Build ld and binutils.
19769
19770Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19771
19772	* configure: check return code from mkdir, print error message and
19773	  exit on failure.
19774
19775Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
19776
19777	* Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
19778
19779Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19780
19781	* test-build.mk (HOLES): Added tar, cpio and uudecode.
19782
19783Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19784
19785	* config.sub (h8500):  Recognize this as a cpu type.
19786
19787Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19788
19789	* configure: source directory missing is no longer a warning
19790
19791	* configure.in: recognize irix[34]* instead of irix[34]
19792
19793	* Makefile.in: define and pass down X11_LIB
19794
19795Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
19796
19797	* guess-systype: Renamed to ...
19798	* config.guess:  ... by popular request.
19799	* configure.in, Makefile.in:  Update accordingly.
19800
19801Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
19802
19803	* guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
19804	+ Add Convex, Cray/Unicos, and Encore/Multimax support.
19805	+ Execute ./dummy instead of assuming . is in PATH.
19806
19807Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
19808
19809	* guess-systype:  New shell script.  Attempts to guess the
19810	canonical host name of the executing host.
19811	Only a few hosts are supported so far.
19812	* configure:  Call guess-systype if no host is specified.
19813
19814Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19815
19816	* Makefile.in (gcc-no-fixedincludes): Made to work with current
19817	gcc Makefile.
19818
19819Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
19820
19821	* Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19822	(all-gcc, install-gcc, subdir_do): Use it.
19823
19824Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19825
19826	* Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19827
19828Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
19829
19830	* Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19831	  set exclusively by configure, using configure.in .
19832
19833Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19834
19835	* test-build.mk: set $PATH for all builds
19836
19837	* Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19838
19839Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
19840
19841	* Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
19842	the one used in gcc/Makefile.in, so that a null expansion doesn't
19843	override the one needed to build gcc with a native cc.
19844
19845Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19846
19847	* configure: Accept -with arguments.
19848
19849Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19850
19851	* Makefile.in: added h8300sim
19852
19853Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
19854
19855	* build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19856	to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
19857	(all-cygnus, native, build-cygnus): Make
19858	$(canonhost)-stamp-3stage-done, not $(host)....
19859	* test-build.mk (stamp-3stage-compared): Use tail +10c for
19860	i386-sco3.2v4.  Added else true to if command.
19861
19862Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
19863
19864	* config.sub: (from FSF) Sequent uses a BSD-like OS.
19865
19866Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
19867
19868	* configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19869
19870Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19871
19872	* configure.in: don't remove binutils from Solaris builds
19873
19874Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
19875
19876	* Makefile.in: get rid of earlier definitions for *clean,
19877	also handle the recursive info rule better
19878
19879Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
19880
19881	* Makefile.in (mostlyclean, distclean, realclean):  Fix to
19882	do more-or-less the right thing.
19883
19884Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
19885
19886	* Makefile.in: Add lines defining CC and CXX, and use CXX rather
19887	than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19888
19889Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19890
19891	* Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19892	$(host_canonical).
19893
19894	* configure.in: split the configdirs list into 4 categories (native
19895	v. cross, library v. tool) and handle the cross-only and native-
19896	only in more reasonable (and correct!) way.
19897
19898Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
19899
19900	* configure.in (hppa*-*-*):  Don't remove bfd and gdb from
19901	configdirs anymore.
19902
19903Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19904
19905	* Makefile.in: extensive cleanup::  removed all of the explicit
19906	clean-* targets, collapsed many wrappers around subdir_do into
19907	one, added additional targets to satisfy standards.texi, deleted
19908	some old targets, some changes for consistency
19909
19910Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19911
19912	* configure.in: handle some programs as cross-only, and others as
19913	native only
19914
19915	* test-build.mk: handle partial holes in a more generic manner
19916
19917	* Makefile.in: m4 depends on libiberty
19918
19919Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19920
19921	* configure.in: add m4, textutils, fileutils, sed, shellutils,
19922	time, wdiff, and find to configdirs
19923
19924	* Makefile.in: all, clean, and install rules for the new programs
19925	added to configure.in
19926
19927Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19928
19929	* configure.in: use mh-sun for all *-sun-* hosts
19930
19931Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19932
19933	* Makefile.in: define flags for X11 include files and library file
19934	locations, pass them down to the programs that need this info
19935
19936	* build-all.mk: added a 'native' target, to 3stage the native toolchain
19937
19938Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19939
19940	* configure.in: start building libg++ for HP-UX targets
19941
19942Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
19943
19944	* README:  Update references to files moved into etc/.
19945
19946Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19947
19948	* config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19949	* configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19950
19951Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19952
19953	* configure: accept dash as well as underscore in long option
19954	names for FSF compatibility.
19955
19956Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19957
19958	* config.sub: added -sco3.2v4 support from FSF.
19959
19960Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19961
19962	* configure.in: expand the section that adds or removes
19963	directories from the list of programs to build, to handle native
19964	vs. cross in addition to host v. native
19965
19966Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19967
19968	* Makefile.in:  Replace C++ in macro names with CXX.
19969	This is less likely to break ...
19970
19971Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19972
19973	* test-build.mk: add -w to GNU_MAKE
19974
19975Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19976
19977	* config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19978	add 'sparc' to list of recognized cpus.  This needed to make
19979	'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19980	Delete some redundant ose68 variants.  Recognize -wrs as an os,
19981	then changes that into $CPU-wrs-vxworks.
19982
19983	* configure.in: remove most references to gdbtest, regularize
19984	target based program removal
19985
19986	* test-build.mk: import from p3 tree (many fixes and changes)
19987
19988Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19989
19990	* Makefile.in: added rules to handle tcl, tk, and expect
19991
19992	* configure.in: handle those directories if they exist
19993
19994Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19995
19996	* config.sub: removed bogus hppabsd and hppahpux names, since
19997	"hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19998
19999Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20000
20001	* Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20002	depends upon all-xiberty
20003
20004	* Makefile.in: changes from p3, including:
20005
20006	Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20007
20008	* Makefile.in (XTRAFLAGS): include newlib directories if
20009	newlib/Makefile exists, rather than if host != target.
20010
20011	Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20012
20013	* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20014	from the same source tree and not building a cross-compiler.  This
20015	matters for the libg++ configuration if reconfiguring a tree that
20016	has already been installed.
20017
20018	Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20019
20020	* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20021	pick up the machine and system specific header files.
20022
20023	* Makefile.in: added AS_FOR_TARGET, passed down in
20024	TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20025	the C compiler to use to create programs which are run in the
20026	build environment, set it to default to $(CC), and passed it down
20027	in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20028
20029	Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20030
20031	* Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20032	We need them for unusual native builds, like systems without
20033	ranlib.
20034
20035	* configure: also define $(host_canonical) and
20036	$(target_canonical), which are the full, canonical names for the
20037	given host and target
20038
20039Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20040
20041	* Makefile.in:  Added separate definitions for C++.
20042
20043Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20044
20045	* configure.in (configdirs):  Add deja-gnu.
20046
20047Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20048
20049	* README:  Update for configure.texi and gdb-4.7 release.
20050
20051Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20052
20053	* Makefile.in:  Move "all" target to top of file.
20054	Previously, first target was ".PHONY" which caused BSD4.4 make
20055	to build .PHONY when make was run without arguments.
20056
20057Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20058
20059	* Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20060	Library-copylefted code in libiberty.
20061
20062Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20063
20064	* config.sub:  Replace m68kmote with plain old m68k.
20065
20066Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20067
20068	* Makefile.in:  Remove space from blank line, avoid Make complaints.
20069
20070Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20071
20072	* config.sub: Complain if no argument is given.  Added support for
20073	386bsd as OS and target alias.
20074
20075Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20076
20077	* Makefile.in (XTRAFLAGS): include newlib directories if
20078	newlib/Makefile exists, rather than if host != target.
20079
20080Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20081
20082	* config.sub: recognize sparclite-wrs-vxworks.
20083
20084	* Makefile.in (install-xiberty): added *-xiberty make rules (from
20085	p3.) Added clean-xiberty to clean.
20086
20087Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20088
20089	* configure.in: use *-*-* instead of nested cases for host and target
20090
20091Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20092
20093	* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20094	from the same source tree and not building a cross-compiler.  This
20095	matters for the libg++ configuration if reconfiguring a tree that
20096	has already been installed.
20097
20098Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20099
20100	* config.sub (i486v/i486v4):  Merge in from FSF version.
20101
20102Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20103
20104	* configure: only set PWD if it is already set.
20105
20106Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20107
20108	* configure: just set PWD=`pwd` at the top, since Ultrix sh
20109	doesn't have unset and all success paths (and most error paths)
20110	out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20111	to just ${PWD} to avoid confusion.)
20112
20113Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20114
20115	* configure: always set $(tooldir) to $(libdir)/$(target_alias),
20116	even for a native compilation.
20117
20118Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20119
20120	Changes to make the gdb.tar.Z rule work better.
20121
20122	* Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20123	(DEVO_SUPPORT):  Add configure.texi.
20124	(bfd-ilrt.tar.Z):  Remove ancient rule.
20125
20126Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20127
20128	* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20129	pick up the machine and system specific header files.
20130
20131	* configure.in, config.sub: added new target m68010-adobe-scout,
20132	with alias of adobe68k.  Changed configure.in to check for
20133	-scout before -sco* to avoid a false match.
20134
20135	* Makefile.in: added AS_FOR_TARGET, passed down in
20136	TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20137	the C compiler to use to create programs which are run in the
20138	build environment, set it to default to $(CC), and passed it down
20139	in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20140
20141Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20142
20143	* Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20144	AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20145	TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20146	FOR_TARGET variants, to newlib and libg++.
20147
20148Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20149
20150	* Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20151	first.
20152
20153Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20154
20155	* config.sub:  Accept `elf' as an environment.
20156
20157Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20158
20159	* Makefile.in (all-opcodes):  cd into the right directory
20160
20161Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20162
20163	* configure: added -program_transform_name option, used as
20164	argument to sed when installing programs.
20165	configure.texi: added documentation for -program_prefix,
20166	-program_suffix and -program_transform_name.
20167
20168Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20169
20170	* config.sub:  Accept i486 where i386 ok.
20171
20172Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20173
20174	* config.sub: accept we32k
20175
20176Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20177
20178	* config.sub, configure.in: accept OSE68000 and OSE68k.
20179
20180	* Makefile.in: don't create all directories for ``make install'';
20181	let the subdirectories create the ones they need.
20182
20183Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20184
20185	* COPYING: new file, GPL v2
20186
20187Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20188
20189	* Makefile.in: use the new gen-info-dir, which needs a template
20190	argument (which also lives in texinfo)
20191
20192	* configure.texi, standards.texi: fix INFO-DIR-ENTRY
20193
20194Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20195
20196	* config.sub (ncr3000):  Change i386 to i486.
20197
20198Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20199
20200	* Makefile.in: add install-rcs, install-grep to
20201	install-no-fixedincludes, removed install-bison and install-libgcc
20202
20203Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20204
20205	* configure.in: grab the HPUX makefile fragment if on HPUX
20206
20207Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20208
20209	* Makefile.in: eradicate bison spoor (ditto libgcc).
20210	 configure.in: recognise m68{k,000}-ericsson-OSE.
20211	 es1800 is alias for m68k-ericsson-OSE
20212
20213Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20214
20215	* configure.in: rearrange the parts that remove programs from
20216	configdirs, based now on HOST==TARGET or by canonical triple.
20217
20218Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20219
20220	* test-build.mk: recurse explicitly with -f test-build.mk when
20221	  appropriate.  predicate stage3 and comparison on the existence
20222	  of gcc.  That is, if gcc isn't around, we aren't three-staging.
20223	  On very clean, also remove ...stamp-co.  Build in-place before
20224	  doing other builds.
20225
20226Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20227
20228	* Makefile.in, configure.in: add tgas
20229
20230Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20231
20232	* Makefile.in: a number of changes merged in from progressive.
20233
20234	* configure.in: add libm.
20235
20236	* .cvsignore: ignore some stuff that comes from test-build.mk.
20237
20238Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20239
20240	* config.sub:  Add es1800 (m68k-ericsson-es1800).
20241
20242Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20243
20244	* configure: Add program_suffix (parallel to program_prefix)
20245	* Makefile.in: adjust directory-creating script for losing decstation
20246
20247Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20248
20249	* configure:  Minor $subdir-related fixes.
20250
20251Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20252
20253	* configure: fix various problems with propogating
20254	makefile_target_frag in subdirs.
20255	* configure.in: config libgcc if its there
20256
20257Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20258
20259	* config.sub:  HPPA merge.
20260
20261Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20262
20263	* Makefile.in:  Replace all-bison with all-byacc in all
20264	dependency lines for other tools (which now use byacc).
20265
20266Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20267
20268	* config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20269
20270Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20271
20272	* Makefile.in: make gprof rules similar to byacc rules (instead of
20273	vestigal $(unsubdir) that didn't work...)
20274
20275Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20276
20277	* config.sub:  Add support for Linux.
20278	* Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20279	(at least for libg++).
20280
20281Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20282
20283	* configure.texi: fix doc for the -nfp option to configure
20284
20285Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20286
20287	* Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20288
20289Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20290
20291	* config.sub: changed [^-]+ to [^-][^-]* so that it works under
20292	Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20293	* configure.in: added solaris* host_makefile_frag hook.
20294
20295Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20296
20297	* config.sub: changed recognition of m68000 so that various
20298	m68k types can be specified via m680[01234]0
20299
20300Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20301
20302	* config.sub (basic_machine): fix sed so that '-foo' isn't
20303	completely substituted out while .+'-foo' loses the '-foo'
20304
20305Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20306
20307	* config.sub ($os): Add -aout.
20308
20309Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
20310
20311	* configure:  If host_makefile_frag is absolute, don't
20312	prefix ${invsubdir} (relevant to libg++ auto-configure).
20313
20314Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20315
20316	* Makefile.in (tooldir): Define it.
20317	(all-ld): Depend on all-flex.
20318
20319Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
20320
20321	* Makefile.in (check):  Fix libg++ special case.
20322
20323Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
20324
20325	* configure: do not bury `pwd` into config.status, thus do fewer
20326	  pwd's.
20327
20328	* configure: print the "Building in" message only when building in
20329	  other than "." AND verbose.
20330
20331	* configure: remove -s, rework -v to better accommodate guested
20332	  configures.
20333
20334	* standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20335
20336Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
20337
20338	* Makefile.in: macroize flags passed on recursion.  remove
20339	  fileutils.
20340
20341Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
20342
20343	* configure: get makesrcdir right for subdirs deeper than 1.
20344
20345	* Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20346	  install.
20347
20348Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
20349
20350	* Makefile.in: don't print subdir_do or recursion lines.
20351
20352Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
20353
20354	* standards.texi: added menu item.
20355
20356	* Makefile.in: build and install standards.info.
20357
20358	* standards.texi: new file.
20359
20360Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20361
20362	* configure: test for and move config.status pieces from
20363	  ${subdir}/.
20364
20365Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
20366
20367	* configure:  Test for existance of files before trying to mv
20368	them, to avoid numerous non-existance messages.
20369
20370Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
20371
20372	* configure: correct final line of config.status.
20373
20374	* configure: patch from eggert.  Avoids a protection problem if
20375	  the original Makefile.in is read only.
20376
20377	* configure: use move-if-change from gcc to create config.status.
20378	  Some makefiles depend on config.status to tell if a directory
20379	  has been reconfigured for a different host.  This change
20380	  prevents those directories from remaking everything in the case
20381	  where the reconfig was only intended to rebuild a Makefile.
20382
20383	* configure: test for config.sub with "config.sub sun4" rather
20384	  than "config.sub ${host_alias}".  Otherwise we can't tell a bad
20385	  host alias from a missing config.sub.
20386
20387Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20388
20389	* Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
20390	  MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
20391
20392Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
20393
20394	* configure: mkdir ${subdir} as needed.
20395
20396Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
20397
20398	* Makefile.in,configure.in: added autoconf.
20399
20400Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20401
20402	* Makefile.in: no longer pass against on recursion.
20403
20404	* Makefile.in: added .NOEXPORT: so that stray makefile_frag
20405	  definitions are not inherited.
20406
20407	* configure: correct makesrcdir when subdir is .
20408
20409Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
20410
20411	* configure:  Add support for 'subdirs' variable, which is
20412	like 'configdirs', except that configure doesn't re-invoke
20413	itself for subdirs, it just creates a Makefile for each subdir.
20414	* configure.texi:  Document subdirs.
20415
20416Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20417
20418	* configure.in: added flex to configdirs
20419
20420Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
20421
20422	* Makefile.in: remove clean-stamps from clean.
20423
20424Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
20425
20426	* configure.in:  Add gdbtest to configdirs.
20427
20428Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
20429
20430	* Makefile.in (MINUS_G):  Add macro, default to -g, pass on
20431	to recursive makes.
20432	* configure.in:  Recognize new ncr3000 config.
20433
20434Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
20435
20436	* Makefile.in, configure.in: removed references to gdbm.
20437
20438Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
20439
20440	* config.sub:  Don't canonicalize os value
20441	newsos* to bsd (readline needs to check for newsos).
20442	(This fix was earlier made Jan 31, but got re-broken.)
20443
20444Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
20445
20446	* configure.in:  sco is an os, not a vendor!
20447
20448	* configure:  Quote $( better.  Keep various shells happy.
20449
20450Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
20451
20452	* Makefile.in: eliminate stamp-files.
20453
20454Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
20455
20456	* Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
20457	  Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20458
20459Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
20460
20461	* config.sub:  fix iris/iris3.
20462
20463Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
20464
20465	* configure: re-add -rm.
20466
20467Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
20468
20469	* Maskefile.in: add .stmp-rcs to all.
20470
20471	* configure.in: remove gas from rs6000 build, use aix host fragment.
20472
20473Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
20474
20475	* configure: pass down site_option during recursion.
20476
20477Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
20478
20479	* Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
20480
20481Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
20482
20483	* configure: Change exec_prefix so that it really defaults to prefix.
20484
20485Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
20486
20487	* Makefile.in, configure.in:  Add support for mmalloc library.
20488
20489Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
20490
20491	* Makefile.in: add stmp dependencies for a few more things.
20492
20493Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
20494
20495	* configure: adjusted error message on objdir/srcdir configure
20496	  collision, per john's suggestion.
20497
20498	* Makefile.in: add libiberty stmp to all and all.cross.
20499
20500Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
20501
20502	* Makefile.in: remove force dependencies, add grep to all.
20503
20504Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
20505
20506	* Makefile.in: drop flex.  make stamp files work.
20507
20508	* configure: added test for conflicting configuration in srcdir,
20509	  remove trailing slashes from srcdir.  Otherwise emacs gdb mode
20510	  gets cranky.  use relative paths for configure and srcdir
20511	  whenever possible.  Send some error messages to stderr that were
20512	  going to stdout.
20513
20514Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
20515
20516	* Makefile.in:  Fix libg++ rule to check for gcc directory
20517	before using gcc/gcc.  Also pass XTRAFLAGS.
20518
20519Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
20520
20521	* Makefile.in: added stmp-files so that directories aren't polled
20522	  when they are already built.
20523
20524	* configure.texi: fixed a node pointer problem.
20525
20526Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
20527
20528	* config.sub configure.in gdb/configure.in
20529	gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20530	gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20531	gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
20532
20533Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20534
20535	* configure: -recurring becomes -silent.  corrected help message
20536	  for -site= option.
20537
20538	* Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20539
20540Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20541
20542	* configure: when building Makefile for crosses, replace
20543	  tooldir and program_prefix.  default srcdir from location of
20544	  config.sub.  remove "for host in hosts" and "for target in
20545	  targets" loops.
20546
20547Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20548
20549	* Makefile.in: Do not pass bindir or mandir to cvs.
20550
20551Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20552
20553	* Makefile.in, configure.in: removed traces of namesubdir,
20554	  -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20555	  copyrights to '92, changed some from Cygnus to FSF.
20556
20557	* configure.texi: remove most references to multiple hosts,
20558	  multiple targets, subdirs, etc.
20559
20560	* configure.man: removed rcsid. reference config.sub not
20561	  config.subr.
20562
20563	* Makefile.in: mkdir $(infodir) on install-info.
20564
20565Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20566
20567	* configure.texi:  Explain better about .gdbinit and about
20568	the environment that configure.in sections run in.
20569
20570Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20571
20572	* configure.in:  Ultrix is only a decstation if it's a MIPS.
20573
20574Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20575
20576	* README:  DOC.configure => cfg-paper.texi.
20577
20578Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20579
20580	* config.sub (near case $os):  Don't convert newsos* to bsd!
20581
20582Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20583
20584	* Makefile.in:  Reinstall change from gdb-4.3 that reduces
20585	the number of copies of COPYING that go into the GDB tar file.
20586
20587Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20588
20589	* bfd/configure.in, gdb/config/mh-i386sco,
20590	gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20591	Fix SCO configuration stuff.
20592
20593Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20594
20595	* Makefile.in:  For libg++, make sure the -I pointing
20596	to the gcc directory goes *after* all the libg++-local -I flags.
20597	Also, move just-gcc dependency from just-libg++ to all-libg++.
20598
20599Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20600
20601	* configure:  Change -x to -f to keep Ultrix /bin/test happy.
20602
20603Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20604
20605	* Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20606
20607Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20608
20609	* config.sub:  Add stratus configuration frags.  Also
20610	submitted to FSF.
20611
20612Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20613
20614	* Makefile.in (DEV_SUPPORT):  add configure.man.
20615
20616	* config.sub(Decode manufacturer-specific):  add -none*.
20617
20618Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20619
20620	* Makefile.in:  remove form feeds to make Sun's make happy.
20621	(DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20622
20623Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20624
20625	* Makefile.in (AR_FLAGS):  Make quieter.
20626
20627Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20628
20629	* configure.in:  Add libg++.
20630	* configure:  When verbose, don't output the command line at each
20631	level; it will be unremarkably the same as the previous version,
20632	which will be the same as what the user typed.
20633
20634Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20635
20636	* configure.in, Makefile.in: fix clean-info, add flex.  add
20637	  fileutils.
20638
20639	* configure: be less sensitive to spaces in Makefile.in.  Do not
20640	  look for sources in "..".  Doing so breaks subdirectories that
20641	  might have their own configure.  If a subdir has it's own
20642	  configure script, use it.
20643
20644Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20645
20646	* cfg-paper.texi: some changes suggested by rms.
20647
20648Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20649
20650	* config.sub:  Merge in some small additions from the FSF version,
20651	taken from the gcc distribution, to bring the Cygnus and FSF
20652	versions into closer sync.
20653
20654Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20655
20656	* configure.in:  Changed svr4 references to sysv4.
20657
20658Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20659
20660	* configure: added -V for version number option.
20661
20662Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20663
20664	* DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20665	  renamed from DOC.configure to cfg-paper.texi.
20666
20667Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20668
20669	* configure, config.subr, config.sub: config.subr is now
20670	  config.sub again.
20671
20672Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20673
20674	* configure.texi: new file, in progress.
20675
20676	* Makefile.in: build info file and install the man page for
20677	  configure.
20678
20679	* configure.man: new file, first cut.
20680
20681	* configure: find config.subr again now that configuration "none"
20682	  has gone.  removed all traces of the -ansi option.  removed all
20683	  traces of the -languages option.
20684
20685	* config.subr: resync from rms.
20686
20687Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20688
20689	* configure, config.sub, config.subr: merge config.sub into
20690	  config.subr, call the result config.subr, remove config.sub, use
20691	  config.subr.
20692
20693	* Makefile.in: revised install for dir.info.
20694
20695Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20696
20697	* configure.in: add decstation host makefile frag.
20698
20699	* Makefile.in: BISON now bison -y again.  also install-gcc on
20700	  install.  clean-gdbm on clean.  infodir belongs in datadir.
20701	  Make directories for info install.  Build dir.info here then
20702	  install it.
20703
20704Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20705
20706	* Makefile.in: fix for bad directory tests.
20707
20708Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20709
20710	* configure: \{1,2\} appears to be a sysv'ism.  Use a different
20711	  regexp.  -srcdir relative was being handled incorrectly.
20712
20713	* Makefile.in: unwrapped some for loops so that parallel makes
20714	  work again and so one can focus one's attention on a particular
20715	  package.
20716
20717Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20718
20719	* configure: added PWD as a stand in for `pwd` (for speed). use
20720	  elif wherever possible.  make -srcdir work without -objdir.
20721	  -objdir= commented out.
20722
20723Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20724
20725	* configure: +options become --options.  -subdirs commented out.
20726	  added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20727	  Makefile now at top of generated Makefile.  Removed cvs log
20728	  entries.  added -srcdir.  create .gdbinit only if there is one
20729	  in ${srcdir}.
20730
20731	* Makefile.in: idestdir and ddestdir go away.  Added copyrights
20732	  and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20733	  and mandir now keyed off datadir by default.
20734
20735Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20736
20737	* Freshly created ChangeLog.
20738
20739
20740Local Variables:
20741mode: change-log
20742left-margin: 8
20743fill-column: 76
20744version-control: never
20745End:
20746